/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app-theme.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app-theme.scss?ngGlobalStyle (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app-theme.scss?ngGlobalStyle (2) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

body {
  --primary-color: #636874;
  --primary-lighter-color: #d0d2d5;
  --primary-darker-color: #474b57;
  --text-primary-color: #ececec;
  --text-primary-lighter-color: rgba(125, 135, 148, 0.87);
  --text-primary-darker-color: #ececec;
}

body {
  --accent-color: #f8a115;
  --accent-lighter-color: #fde3b9;
  --accent-darker-color: #f5850c;
  --text-accent-color: rgba(125, 135, 148, 0.87);
  --text-accent-lighter-color: rgba(125, 135, 148, 0.87);
  --text-accent-darker-color: rgba(125, 135, 148, 0.87);
}

body {
  --warn-color: #ff0000;
  --warn-lighter-color: #ffb3b3;
  --warn-darker-color: #ff0000;
  --text-warn-color: #ececec;
  --text-warn-lighter-color: rgba(125, 135, 148, 0.87);
  --text-warn-darker-color: #ececec;
}

.mat-ripple-element {
  background-color: rgba(236, 236, 236, 0.1);
}

.mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled), .mat-mdc-option:focus:not(.mdc-list-item--disabled), .mat-mdc-option.mat-mdc-option-active, .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #f8a115);
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, red);
}

.mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mat-pseudo-checkbox-full {
  color: rgba(236, 236, 236, 0.7);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #636874;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #636874;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #101525;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f8a115;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f8a115;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #101525;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f8a115;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f8a115;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #101525;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: red;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: red;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #101525;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}

.mat-app-background {
  background-color: #101525;
  color: #ececec;
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #181f37;
}

.mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #343a4f;
}

.mat-mdc-card-subtitle {
  color: rgba(236, 236, 236, 0.7);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #636874;
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(99, 104, 116, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(99, 104, 116, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f8a115;
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(248, 161, 21, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(248, 161, 21, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: red;
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 0, 0, 0.25)'/%3E%3C/svg%3E");
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 0, 0, 0.25);
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #636874);
}
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #21283f;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #636874);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #636874);
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(99, 104, 116, 0.87);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #1d233b;
}
[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, red);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}

select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(99, 104, 116, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(248, 161, 21, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 0, 0, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #f8a115);
}
.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #f8a115);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(248, 161, 21, 0.87);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #f8a115);
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 0, 0, 0.87);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #181f37);
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}

.mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}

.mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(99, 104, 116, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(248, 161, 21, 0.87);
}
.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 0, 0, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 0, 0, 0.87);
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #181f37);
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: #181f37;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #343a4f;
  --mdc-chip-elevated-disabled-container-color: #343a4f;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #636874;
  --mdc-chip-elevated-disabled-container-color: #636874;
  --mdc-chip-label-text-color: #ececec;
  --mdc-chip-disabled-label-text-color: #ececec;
  --mdc-chip-with-icon-icon-color: #ececec;
  --mdc-chip-with-icon-disabled-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #ececec;
  --mdc-chip-with-icon-selected-icon-color: #ececec;
}
.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f8a115;
  --mdc-chip-elevated-disabled-container-color: #f8a115;
  --mdc-chip-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(125, 135, 148, 0.87);
}
.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: red;
  --mdc-chip-elevated-disabled-container-color: red;
  --mdc-chip-label-text-color: #ececec;
  --mdc-chip-disabled-label-text-color: #ececec;
  --mdc-chip-with-icon-icon-color: #ececec;
  --mdc-chip-with-icon-disabled-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #ececec;
  --mdc-chip-with-icon-selected-icon-color: #ececec;
}

.mat-mdc-chip-focus-overlay {
  background: #ececec;
}

.mat-mdc-chip {
  height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-handle-color: #636874;
  --mdc-switch-selected-hover-handle-color: #636874;
  --mdc-switch-selected-pressed-handle-color: #636874;
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-handle-color: #f8a115;
  --mdc-switch-selected-hover-handle-color: #f8a115;
  --mdc-switch-selected-pressed-handle-color: #f8a115;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-handle-color: red;
  --mdc-switch-selected-hover-handle-color: red;
  --mdc-switch-selected-pressed-handle-color: red;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #636874;
  --mdc-radio-selected-hover-icon-color: #636874;
  --mdc-radio-selected-icon-color: #636874;
  --mdc-radio-selected-pressed-icon-color: #636874;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #636874;
}
.mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f8a115;
  --mdc-radio-selected-hover-icon-color: #f8a115;
  --mdc-radio-selected-icon-color: #f8a115;
  --mdc-radio-selected-pressed-icon-color: #f8a115;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f8a115;
}
.mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: red;
  --mdc-radio-selected-hover-icon-color: red;
  --mdc-radio-selected-icon-color: red;
  --mdc-radio-selected-pressed-icon-color: red;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: red;
}
.mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #636874;
  --mdc-slider-focus-handle-color: #636874;
  --mdc-slider-hover-handle-color: #636874;
  --mdc-slider-active-track-color: #636874;
  --mdc-slider-inactive-track-color: #636874;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #636874;
  --mat-mdc-slider-ripple-color: #636874;
  --mat-mdc-slider-hover-ripple-color: rgba(99, 104, 116, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(99, 104, 116, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #f8a115;
  --mdc-slider-focus-handle-color: #f8a115;
  --mdc-slider-hover-handle-color: #f8a115;
  --mdc-slider-active-track-color: #f8a115;
  --mdc-slider-inactive-track-color: #f8a115;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #f8a115;
  --mat-mdc-slider-ripple-color: #f8a115;
  --mat-mdc-slider-hover-ripple-color: rgba(248, 161, 21, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(248, 161, 21, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: red;
  --mdc-slider-focus-handle-color: red;
  --mdc-slider-hover-handle-color: red;
  --mdc-slider-active-track-color: red;
  --mdc-slider-inactive-track-color: red;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: red;
  --mat-mdc-slider-ripple-color: red;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 0, 0, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 0, 0, 0.2);
}

.mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #181f37);
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}

.mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}

.mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mdc-list-divider::after {
  border-bottom-color: white;
}

.mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.mat-mdc-menu-item[disabled],
.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}

.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}

.mat-mdc-menu-item:hover:not([disabled]),
.mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: #ececec;
  --mdc-list-list-item-supporting-text-color: rgba(236, 236, 236, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-disabled-label-text-color: #ececec;
  --mdc-list-list-item-disabled-leading-icon-color: #ececec;
  --mdc-list-list-item-disabled-trailing-icon-color: #ececec;
  --mdc-list-list-item-hover-label-text-color: #ececec;
  --mdc-list-list-item-hover-leading-icon-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(236, 236, 236, 0.5);
  --mdc-list-list-item-focus-label-text-color: #ececec;
  --mdc-list-list-item-hover-state-layer-color: #ececec;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #ececec;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}

.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #636874;
  --mdc-checkbox-selected-hover-icon-color: #636874;
  --mdc-checkbox-selected-icon-color: #636874;
  --mdc-checkbox-selected-pressed-icon-color: #636874;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-list-option .mdc-list-item__start, .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #636874;
  --mdc-radio-selected-hover-icon-color: #636874;
  --mdc-radio-selected-icon-color: #636874;
  --mdc-radio-selected-pressed-icon-color: #636874;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #636874;
}
.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f8a115;
  --mdc-checkbox-selected-hover-icon-color: #f8a115;
  --mdc-checkbox-selected-icon-color: #f8a115;
  --mdc-checkbox-selected-pressed-icon-color: #f8a115;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start, .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f8a115;
  --mdc-radio-selected-hover-icon-color: #f8a115;
  --mdc-radio-selected-icon-color: #f8a115;
  --mdc-radio-selected-pressed-icon-color: #f8a115;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f8a115;
}
.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: red;
  --mdc-checkbox-selected-hover-icon-color: red;
  --mdc-checkbox-selected-icon-color: red;
  --mdc-checkbox-selected-pressed-icon-color: red;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start, .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: red;
  --mdc-radio-selected-hover-icon-color: red;
  --mdc-radio-selected-icon-color: red;
  --mdc-radio-selected-pressed-icon-color: red;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: red;
}
.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #636874;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #636874;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

.mat-mdc-paginator {
  background: #181f37;
  color: rgba(236, 236, 236, 0.87);
}

.mat-mdc-paginator-icon {
  fill: rgba(236, 236, 236, 0.54);
}

.mat-mdc-paginator-decrement,
.mat-mdc-paginator-increment {
  border-top: 2px solid rgba(236, 236, 236, 0.54);
  border-right: 2px solid rgba(236, 236, 236, 0.54);
}

.mat-mdc-paginator-first,
.mat-mdc-paginator-last {
  border-top: 2px solid rgba(236, 236, 236, 0.54);
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(236, 236, 236, 0.12);
}
.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(236, 236, 236, 0.12);
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-paginator-container {
  min-height: 56px;
}

.mat-mdc-tab, .mat-mdc-tab-link {
  background-color: transparent;
}
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #636874;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #636874);
}
.mdc-tab__ripple::before,
.mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: #636874;
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f8a115;
}
.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f8a115);
}
.mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f8a115;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: red;
}
.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, red);
}
.mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: red;
}

.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #636874;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #f8a115;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: red;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}

.mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}

.mat-mdc-tab-header .mdc-tab {
  height: 48px;
}

.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #636874;
  --mdc-checkbox-selected-hover-icon-color: #636874;
  --mdc-checkbox-selected-icon-color: #636874;
  --mdc-checkbox-selected-pressed-icon-color: #636874;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(99, 104, 116, 0.1);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #636874;
}
.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f8a115;
  --mdc-checkbox-selected-hover-icon-color: #f8a115;
  --mdc-checkbox-selected-icon-color: #f8a115;
  --mdc-checkbox-selected-pressed-icon-color: #f8a115;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(248, 161, 21, 0.1);
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f8a115;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: red;
  --mdc-checkbox-selected-hover-icon-color: red;
  --mdc-checkbox-selected-icon-color: red;
  --mdc-checkbox-selected-pressed-icon-color: red;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 0, 0, 0.1);
}
.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: red;
}

.mat-mdc-checkbox-disabled label {
  color: rgba(236, 236, 236, 0.5);
}

.mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #636874;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f8a115;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: red;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #181f37;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #636874;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f8a115;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: red;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #181f37;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #636874;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f8a115;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: red;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #636874;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f8a115;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: red;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #636874;
  --mat-mdc-button-ripple-color: rgba(99, 104, 116, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f8a115;
  --mat-mdc-button-ripple-color: rgba(248, 161, 21, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: red;
  --mat-mdc-button-ripple-color: rgba(255, 0, 0, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #636874;
  --mat-mdc-button-ripple-color: rgba(99, 104, 116, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f8a115;
  --mat-mdc-button-ripple-color: rgba(248, 161, 21, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: red;
  --mat-mdc-button-ripple-color: rgba(255, 0, 0, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #636874;
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f8a115;
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: red;
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mat-mdc-fab, .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-unthemed, .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #181f37;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #636874;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f8a115;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-warn, .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: red;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab[disabled][disabled], .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}

.mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d1d2d7;
  --mdc-snackbar-supporting-text-color: rgba(24, 31, 55, 0.87);
}

.mdc-data-table {
  background-color: var(--mdc-theme-surface, #181f37);
  border-color: rgba(255, 255, 255, 0.12);
}
.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #181f37);
}

.mdc-data-table__row--selected {
  background-color: rgba(99, 104, 116, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.mat-mdc-table {
  background: #181f37;
}

.mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #636874;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #f8a115;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: red;
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: #ececec;
  background: #636874;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}

.mat-badge-warn .mat-badge-content {
  color: #ececec;
  background: red;
}

.mat-badge-disabled .mat-badge-content {
  background: #525661;
  color: rgba(236, 236, 236, 0.5);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #181f37;
  color: #ececec;
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(236, 236, 236, 0.5);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(236, 236, 236, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: #ececec;
  background: #181f37;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #ececec;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #31384d;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #31384d;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #31384d;
}

.mat-button-toggle-checked {
  background-color: #2f3d6c;
  color: rgba(236, 236, 236, 0.7);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #ececec;
}

.mat-button-toggle-disabled {
  color: rgba(236, 236, 236, 0.3);
  background-color: #1f2949;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #181f37;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #3e5290;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #31384d;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-calendar-arrow {
  fill: #ececec;
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: #ececec;
}

.mat-calendar-table-header-divider::after {
  background: rgba(236, 236, 236, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(236, 236, 236, 0.7);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: #ececec;
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(236, 236, 236, 0.5);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(236, 236, 236, 0.5);
}

.mat-calendar-body-in-preview {
  color: rgba(236, 236, 236, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(236, 236, 236, 0.5);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(236, 236, 236, 0.3);
}

.mat-calendar-body-in-range::before {
  background: rgba(99, 104, 116, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(99, 104, 116, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(99, 104, 116, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #636874;
  color: #ececec;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(99, 104, 116, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ececec;
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(99, 104, 116, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(99, 104, 116, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #181f37;
  color: #ececec;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(248, 161, 21, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(248, 161, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(248, 161, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(248, 161, 21, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(125, 135, 148, 0.87);
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(248, 161, 21, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(248, 161, 21, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 0, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: red;
  color: #ececec;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 0, 0, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ececec;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 0, 0, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 0, 0, 0.3);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #636874;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #f8a115;
}
.mat-datepicker-toggle-active.mat-warn {
  color: red;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(236, 236, 236, 0.5);
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

.mat-divider {
  border-top-color: rgba(236, 236, 236, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(236, 236, 236, 0.12);
}

.mat-expansion-panel {
  background: #181f37;
  color: #ececec;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(236, 236, 236, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(236, 236, 236, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #181f37;
  }
}
.mat-expansion-panel-header-title {
  color: #ececec;
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(236, 236, 236, 0.7);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(236, 236, 236, 0.3);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-icon.mat-primary {
  color: #636874;
}
.mat-icon.mat-accent {
  color: #f8a115;
}
.mat-icon.mat-warn {
  color: red;
}

.mat-drawer-container {
  background-color: #101525;
  color: #ececec;
}

.mat-drawer {
  background-color: #181f37;
  color: #ececec;
}
.mat-drawer.mat-drawer-push {
  background-color: #181f37;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(236, 236, 236, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(236, 236, 236, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(236, 236, 236, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(236, 236, 236, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(231, 224, 200, 0.6);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(236, 236, 236, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(236, 236, 236, 0.7);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(236, 236, 236, 0.7);
  color: #ececec;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #636874;
  color: #ececec;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(125, 135, 148, 0.87);
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.mat-step-header.mat-warn .mat-step-icon {
  color: #ececec;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: red;
  color: #ececec;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: red;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: #ececec;
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: red;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: #181f37;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(236, 236, 236, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(236, 236, 236, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #acafb6;
}

.mat-toolbar {
  background: #181f37;
  color: #ececec;
}
.mat-toolbar.mat-primary {
  background: #636874;
  color: #ececec;
}
.mat-toolbar.mat-accent {
  background: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.mat-toolbar.mat-warn {
  background: red;
  color: #ececec;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tree {
  background: #181f37;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: #ececec;
}

.mat-tree-node {
  min-height: 48px;
}

.theme-alternate .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-mdc-option:hover:not(.mdc-list-item--disabled), .theme-alternate .mat-mdc-option:focus:not(.mdc-list-item--disabled), .theme-alternate .mat-mdc-option.mat-mdc-option-active, .theme-alternate .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-alternate .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #f8a115);
}
.theme-alternate .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-pseudo-checkbox-full {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.theme-alternate .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #636874;
}
.theme-alternate .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #636874;
}
.theme-alternate .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #ececec;
}
.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f8a115;
}
.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f8a115;
}
.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #ececec;
}
.theme-alternate .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f8a115;
}
.theme-alternate .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f8a115;
}
.theme-alternate .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #ececec;
}
.theme-alternate .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: red;
}
.theme-alternate .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: red;
}
.theme-alternate .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #ececec;
}
.theme-alternate .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.theme-alternate .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.theme-alternate .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-alternate .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.theme-alternate .mat-app-background, .theme-alternate.mat-app-background {
  background-color: #ececec;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-elevation-z0, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z1, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z2, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z3, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z4, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z5, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z6, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z7, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z8, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z9, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z10, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z11, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z12, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z13, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z14, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z15, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z16, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z17, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z18, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z19, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z20, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z21, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z22, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z23, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-elevation-z24, .theme-alternate .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.theme-alternate .mat-mdc-card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-color: #f9f9f9;
}
.theme-alternate .mat-mdc-card-outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-outline-color: #dbdbdb;
}
.theme-alternate .mat-mdc-card-subtitle {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #636874;
}
.theme-alternate .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(99, 104, 116, 0.25)'/%3E%3C/svg%3E");
}
.theme-alternate .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(99, 104, 116, 0.25);
}
.theme-alternate .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f8a115;
}
.theme-alternate .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(248, 161, 21, 0.25)'/%3E%3C/svg%3E");
}
.theme-alternate .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(248, 161, 21, 0.25);
}
.theme-alternate .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: red;
}
.theme-alternate .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 0, 0, 0.25)'/%3E%3C/svg%3E");
}
.theme-alternate .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 0, 0, 0.25);
}
.theme-alternate .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.theme-alternate .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mdc-text-field--filled .mdc-text-field__ripple::before,
.theme-alternate .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .theme-alternate .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.theme-alternate .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .theme-alternate .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.theme-alternate .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #efefef;
}
.theme-alternate .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.theme-alternate .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #636874);
}
[dir=rtl] .theme-alternate .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .theme-alternate .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-alternate .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .theme-alternate .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-alternate .mdc-text-field--outlined .mdc-text-field__ripple::before,
.theme-alternate .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .theme-alternate .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .theme-alternate .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-alternate .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(99, 104, 116, 0.87);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.theme-alternate .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field-character-counter,
.theme-alternate .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.theme-alternate .mdc-text-field--disabled .mdc-notched-outline__leading,
.theme-alternate .mdc-text-field--disabled .mdc-notched-outline__notch,
.theme-alternate .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field-character-counter,
  .theme-alternate .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .theme-alternate .mdc-text-field--disabled .mdc-notched-outline__leading,
  .theme-alternate .mdc-text-field--disabled .mdc-notched-outline__notch,
  .theme-alternate .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.theme-alternate .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #f4f4f4;
}
[dir=rtl] .theme-alternate .mdc-text-field--end-aligned .mdc-text-field__input, .theme-alternate .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .theme-alternate .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .theme-alternate .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.theme-alternate .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.theme-alternate .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(99, 104, 116, 0.87);
}
.theme-alternate .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(248, 161, 21, 0.87);
}
.theme-alternate .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(255, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #f8a115);
}
.theme-alternate .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #f8a115);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(248, 161, 21, 0.87);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #f8a115);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.theme-alternate .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, red);
}
.theme-alternate .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.theme-alternate [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.theme-alternate .mat-mdc-form-field-infix {
  min-height: 56px;
}
.theme-alternate .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.theme-alternate .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.theme-alternate .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.theme-alternate .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.theme-alternate .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.theme-alternate .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #f9f9f9);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-alternate .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__start,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__content,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-alternate .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-alternate .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(99, 104, 116, 0.87);
}
.theme-alternate .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(248, 161, 21, 0.87);
}
.theme-alternate .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(255, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(255, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #f9f9f9);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-alternate .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__start,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__content,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-alternate .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-alternate .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #f9f9f9;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #dbdbdb;
  --mdc-chip-elevated-disabled-container-color: #dbdbdb;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.theme-alternate .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .theme-alternate .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #636874;
  --mdc-chip-elevated-disabled-container-color: #636874;
  --mdc-chip-label-text-color: #ececec;
  --mdc-chip-disabled-label-text-color: #ececec;
  --mdc-chip-with-icon-icon-color: #ececec;
  --mdc-chip-with-icon-disabled-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #ececec;
  --mdc-chip-with-icon-selected-icon-color: #ececec;
}
.theme-alternate .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .theme-alternate .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f8a115;
  --mdc-chip-elevated-disabled-container-color: #f8a115;
  --mdc-chip-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(125, 135, 148, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .theme-alternate .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: red;
  --mdc-chip-elevated-disabled-container-color: red;
  --mdc-chip-label-text-color: #ececec;
  --mdc-chip-disabled-label-text-color: #ececec;
  --mdc-chip-with-icon-icon-color: #ececec;
  --mdc-chip-with-icon-disabled-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #ececec;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #ececec;
  --mdc-chip-with-icon-selected-icon-color: #ececec;
}
.theme-alternate .mat-mdc-chip-focus-overlay {
  background: black;
}
.theme-alternate .mat-mdc-chip {
  height: 32px;
}
.theme-alternate .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.theme-alternate .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.theme-alternate .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #636874;
  --mdc-radio-selected-hover-icon-color: #636874;
  --mdc-radio-selected-icon-color: #636874;
  --mdc-radio-selected-pressed-icon-color: #636874;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #636874;
}
.theme-alternate .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f8a115;
  --mdc-radio-selected-hover-icon-color: #f8a115;
  --mdc-radio-selected-icon-color: #f8a115;
  --mdc-radio-selected-pressed-icon-color: #f8a115;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f8a115;
}
.theme-alternate .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: red;
  --mdc-radio-selected-hover-icon-color: red;
  --mdc-radio-selected-icon-color: red;
  --mdc-radio-selected-pressed-icon-color: red;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: red;
}
.theme-alternate .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.theme-alternate .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.theme-alternate .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.theme-alternate .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.theme-alternate .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #636874;
  --mdc-slider-focus-handle-color: #636874;
  --mdc-slider-hover-handle-color: #636874;
  --mdc-slider-active-track-color: #636874;
  --mdc-slider-inactive-track-color: #636874;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #636874;
  --mat-mdc-slider-ripple-color: #636874;
  --mat-mdc-slider-hover-ripple-color: rgba(99, 104, 116, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(99, 104, 116, 0.2);
}
.theme-alternate .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #f8a115;
  --mdc-slider-focus-handle-color: #f8a115;
  --mdc-slider-hover-handle-color: #f8a115;
  --mdc-slider-active-track-color: #f8a115;
  --mdc-slider-inactive-track-color: #f8a115;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #f8a115;
  --mat-mdc-slider-ripple-color: #f8a115;
  --mat-mdc-slider-hover-ripple-color: rgba(248, 161, 21, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(248, 161, 21, 0.2);
}
.theme-alternate .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: red;
  --mdc-slider-focus-handle-color: red;
  --mdc-slider-hover-handle-color: red;
  --mdc-slider-active-track-color: red;
  --mdc-slider-inactive-track-color: red;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: red;
  --mat-mdc-slider-ripple-color: red;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 0, 0, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 0, 0, 0.2);
}
.theme-alternate .mdc-menu-surface {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: var(--mdc-theme-surface, #f9f9f9);
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.theme-alternate .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.theme-alternate .mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__start,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__content,
.theme-alternate .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-alternate .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #636874);
}
.theme-alternate .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mdc-list-divider::after {
  border-bottom-color: white;
}
.theme-alternate .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-menu-item[disabled],
.theme-alternate .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.theme-alternate .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.theme-alternate .mat-mdc-menu-item .mat-icon-no-color,
.theme-alternate .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-mdc-menu-item:hover:not([disabled]),
.theme-alternate .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.theme-alternate .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.theme-alternate .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.theme-alternate .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(125, 135, 148, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(125, 135, 148, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(125, 135, 148, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.theme-alternate .mat-mdc-list-option .mdc-list-item__start, .theme-alternate .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #636874;
  --mdc-checkbox-selected-hover-icon-color: #636874;
  --mdc-checkbox-selected-icon-color: #636874;
  --mdc-checkbox-selected-pressed-icon-color: #636874;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-list-option .mdc-list-item__start, .theme-alternate .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #636874;
  --mdc-radio-selected-hover-icon-color: #636874;
  --mdc-radio-selected-icon-color: #636874;
  --mdc-radio-selected-pressed-icon-color: #636874;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #636874;
}
.theme-alternate .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .theme-alternate .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f8a115;
  --mdc-checkbox-selected-hover-icon-color: #f8a115;
  --mdc-checkbox-selected-icon-color: #f8a115;
  --mdc-checkbox-selected-pressed-icon-color: #f8a115;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__start, .theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f8a115;
  --mdc-radio-selected-hover-icon-color: #f8a115;
  --mdc-radio-selected-icon-color: #f8a115;
  --mdc-radio-selected-pressed-icon-color: #f8a115;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f8a115;
}
.theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .theme-alternate .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: red;
  --mdc-checkbox-selected-hover-icon-color: red;
  --mdc-checkbox-selected-icon-color: red;
  --mdc-checkbox-selected-pressed-icon-color: red;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__start, .theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: red;
  --mdc-radio-selected-hover-icon-color: red;
  --mdc-radio-selected-icon-color: red;
  --mdc-radio-selected-pressed-icon-color: red;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: red;
}
.theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .theme-alternate .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-alternate .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #636874;
}
.theme-alternate .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-alternate .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #636874;
}
.theme-alternate .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-alternate .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-alternate .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-alternate .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .theme-alternate .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.theme-alternate .mat-mdc-paginator {
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-paginator-decrement,
.theme-alternate .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-paginator-first,
.theme-alternate .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.theme-alternate .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.theme-alternate .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.theme-alternate .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.theme-alternate .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.theme-alternate .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.theme-alternate .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.theme-alternate .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.theme-alternate .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.theme-alternate .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.theme-alternate .mat-mdc-paginator-container {
  min-height: 56px;
}
.theme-alternate .mat-mdc-tab, .theme-alternate .mat-mdc-tab-link {
  background-color: transparent;
}
.theme-alternate .mat-mdc-tab .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme-alternate .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .theme-alternate .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #636874;
}
.theme-alternate .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #636874);
}
.theme-alternate .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab .mat-ripple-element,
.theme-alternate .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-alternate .mat-mdc-tab-link .mat-ripple-element {
  background-color: #636874;
}
.theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f8a115;
}
.theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f8a115);
}
.theme-alternate .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-alternate .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-alternate .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f8a115;
}
.theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: red;
}
.theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, red);
}
.theme-alternate .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-alternate .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.theme-alternate .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: red;
}
.theme-alternate .mat-mdc-tab-group.mat-background-primary, .theme-alternate .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #636874;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-alternate .mat-mdc-tab-group.mat-background-accent, .theme-alternate .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #f8a115;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.theme-alternate .mat-mdc-tab-group.mat-background-warn, .theme-alternate .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: red;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.theme-alternate .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.theme-alternate .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.theme-alternate .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.theme-alternate .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.theme-alternate .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #636874;
  --mdc-checkbox-selected-hover-icon-color: #636874;
  --mdc-checkbox-selected-icon-color: #636874;
  --mdc-checkbox-selected-pressed-icon-color: #636874;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(99, 104, 116, 0.1);
}
.theme-alternate .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #636874;
}
.theme-alternate .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f8a115;
  --mdc-checkbox-selected-hover-icon-color: #f8a115;
  --mdc-checkbox-selected-icon-color: #f8a115;
  --mdc-checkbox-selected-pressed-icon-color: #f8a115;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(248, 161, 21, 0.1);
}
.theme-alternate .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f8a115;
}
.theme-alternate .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: red;
  --mdc-checkbox-selected-hover-icon-color: red;
  --mdc-checkbox-selected-icon-color: red;
  --mdc-checkbox-selected-pressed-icon-color: red;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.theme-alternate .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: red;
}
.theme-alternate .mat-mdc-checkbox-disabled label {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.theme-alternate .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.theme-alternate .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.theme-alternate .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #636874;
}
.theme-alternate .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f8a115;
}
.theme-alternate .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: red;
}
.theme-alternate .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #f9f9f9;
  --mdc-filled-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #636874;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-alternate .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f8a115;
  --mdc-filled-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: red;
  --mdc-filled-button-label-text-color: #fff;
}
.theme-alternate .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #f9f9f9;
  --mdc-protected-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #636874;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-alternate .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f8a115;
  --mdc-protected-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: red;
  --mdc-protected-button-label-text-color: #fff;
}
.theme-alternate .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.theme-alternate .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.theme-alternate .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #636874;
}
.theme-alternate .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f8a115;
}
.theme-alternate .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: red;
}
.theme-alternate .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-mdc-button, .theme-alternate .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-alternate .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-button.mat-primary, .theme-alternate .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #636874;
  --mat-mdc-button-ripple-color: rgba(99, 104, 116, 0.1);
}
.theme-alternate .mat-mdc-button.mat-accent, .theme-alternate .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f8a115;
  --mat-mdc-button-ripple-color: rgba(248, 161, 21, 0.1);
}
.theme-alternate .mat-mdc-button.mat-warn, .theme-alternate .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: red;
  --mat-mdc-button-ripple-color: rgba(255, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-raised-button, .theme-alternate .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-alternate .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-raised-button.mat-primary, .theme-alternate .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-alternate .mat-mdc-raised-button.mat-accent, .theme-alternate .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-raised-button.mat-warn, .theme-alternate .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-alternate .mat-mdc-button.mat-mdc-button-base,
.theme-alternate .mat-mdc-raised-button.mat-mdc-button-base,
.theme-alternate .mat-mdc-unelevated-button.mat-mdc-button-base,
.theme-alternate .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.theme-alternate .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-alternate .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #636874;
  --mat-mdc-button-ripple-color: rgba(99, 104, 116, 0.1);
}
.theme-alternate .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f8a115;
  --mat-mdc-button-ripple-color: rgba(248, 161, 21, 0.1);
}
.theme-alternate .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: red;
  --mat-mdc-button-ripple-color: rgba(255, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #636874;
}
.theme-alternate .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f8a115;
}
.theme-alternate .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: red;
}
.theme-alternate .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.theme-alternate .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.theme-alternate .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.theme-alternate .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.theme-alternate .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.theme-alternate .mat-mdc-fab, .theme-alternate .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.theme-alternate .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .theme-alternate .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.theme-alternate .mat-mdc-fab.mat-primary, .theme-alternate .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-alternate .mat-mdc-fab.mat-accent, .theme-alternate .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.theme-alternate .mat-mdc-fab.mat-warn, .theme-alternate .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-alternate .mat-mdc-fab.mat-unthemed, .theme-alternate .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #f9f9f9;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-alternate .mat-mdc-fab.mat-primary, .theme-alternate .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #636874;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-alternate .mat-mdc-fab.mat-accent, .theme-alternate .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f8a115;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.theme-alternate .mat-mdc-fab.mat-warn, .theme-alternate .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: red;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.theme-alternate .mat-mdc-fab[disabled][disabled], .theme-alternate .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.theme-alternate .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #f8a115;
  --mdc-snackbar-container-color: #323232;
  --mdc-snackbar-supporting-text-color: rgba(249, 249, 249, 0.87);
}
.theme-alternate .mdc-data-table {
  background-color: var(--mdc-theme-surface, #f9f9f9);
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mdc-data-table__row {
  background-color: inherit;
}
.theme-alternate .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #f9f9f9);
}
.theme-alternate .mdc-data-table__row--selected {
  background-color: rgba(99, 104, 116, 0.04);
}
.theme-alternate .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.theme-alternate .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.theme-alternate .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mdc-data-table__cell,
.theme-alternate .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.theme-alternate .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-alternate .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-alternate .mdc-data-table__pagination-total,
.theme-alternate .mdc-data-table__pagination-rows-per-page-label,
.theme-alternate .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .theme-alternate .mdc-data-table__pagination-button .mdc-button__icon, .theme-alternate .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.theme-alternate .mat-mdc-table {
  background: #f9f9f9;
}
.theme-alternate .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.theme-alternate .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.theme-alternate .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.theme-alternate .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #636874;
}
.theme-alternate .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #f8a115;
}
.theme-alternate .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: red;
}
.theme-alternate .mat-badge-content {
  color: #ececec;
  background: #636874;
}
.cdk-high-contrast-active .theme-alternate .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.theme-alternate .mat-badge-accent .mat-badge-content {
  background: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-badge-warn .mat-badge-content {
  color: #ececec;
  background: red;
}
.theme-alternate .mat-badge-disabled .mat-badge-content {
  background: #cfd2d5;
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #f9f9f9;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.theme-alternate .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.theme-alternate .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.theme-alternate .mat-button-toggle {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-button-toggle-appearance-standard {
  color: rgba(125, 135, 148, 0.87);
  background: #f9f9f9;
}
.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #7d8794;
}
.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #eaebed;
}
.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #eaebed;
}
.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #eaebed;
}
.theme-alternate .mat-button-toggle-checked {
  background-color: #b9b9b9;
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-button-toggle-disabled {
  color: rgba(125, 135, 148, 0.26);
  background-color: lightgray;
}
.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #f9f9f9;
}
.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #a0a0a0;
}
.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.theme-alternate .mat-button-toggle-group-appearance-standard {
  border: solid 1px #eaebed;
}
.theme-alternate .mat-calendar-arrow {
  fill: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-datepicker-toggle,
.theme-alternate .mat-datepicker-content .mat-calendar-next-button,
.theme-alternate .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-calendar-table-header-divider::after {
  background: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-calendar-table-header,
.theme-alternate .mat-calendar-body-label {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-calendar-body-cell-content,
.theme-alternate .mat-date-range-input-separator {
  color: rgba(125, 135, 148, 0.87);
  border-color: transparent;
}
.theme-alternate .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-calendar-body-in-preview {
  color: rgba(125, 135, 148, 0.24);
}
.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(125, 135, 148, 0.18);
}
.theme-alternate .mat-calendar-body-in-range::before {
  background: rgba(99, 104, 116, 0.2);
}
.theme-alternate .mat-calendar-body-comparison-identical,
.theme-alternate .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-alternate .mat-calendar-body-comparison-bridge-start::before,
.theme-alternate [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(99, 104, 116, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-calendar-body-comparison-bridge-end::before,
.theme-alternate [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(99, 104, 116, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-alternate .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-alternate .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-alternate .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-alternate .mat-calendar-body-selected {
  background-color: #636874;
  color: #ececec;
}
.theme-alternate .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(99, 104, 116, 0.4);
}
.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ececec;
}
.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-alternate .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(99, 104, 116, 0.3);
}
@media (hover: hover) {
  .theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(99, 104, 116, 0.3);
  }
}
.theme-alternate .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(248, 161, 21, 0.2);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.theme-alternate .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(248, 161, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.theme-alternate .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(248, 161, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(248, 161, 21, 0.4);
}
.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-alternate .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(248, 161, 21, 0.3);
}
@media (hover: hover) {
  .theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(248, 161, 21, 0.3);
  }
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 0, 0, 0.2);
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.theme-alternate .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.theme-alternate .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 0, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: red;
  color: #ececec;
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 0, 0, 0.4);
}
.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #ececec;
}
.theme-alternate .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.theme-alternate .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 0, 0, 0.3);
}
@media (hover: hover) {
  .theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 0, 0, 0.3);
  }
}
.theme-alternate .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-datepicker-toggle-active {
  color: #636874;
}
.theme-alternate .mat-datepicker-toggle-active.mat-accent {
  color: #f8a115;
}
.theme-alternate .mat-datepicker-toggle-active.mat-warn {
  color: red;
}
.theme-alternate .mat-date-range-input-inner[disabled] {
  color: rgba(125, 135, 148, 0.38);
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.theme-alternate .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.theme-alternate .mat-divider {
  border-top-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-divider-vertical {
  border-right-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-expansion-panel {
  background: #f9f9f9;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-action-row {
  border-top-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(16, 21, 37, 0.04);
}
@media (hover: none) {
  .theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #f9f9f9;
  }
}
.theme-alternate .mat-expansion-panel-header-title {
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-expansion-panel-header-description,
.theme-alternate .mat-expansion-indicator::after {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(125, 135, 148, 0.26);
}
.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.theme-alternate .mat-icon.mat-primary {
  color: #636874;
}
.theme-alternate .mat-icon.mat-accent {
  color: #f8a115;
}
.theme-alternate .mat-icon.mat-warn {
  color: red;
}
.theme-alternate .mat-drawer-container {
  background-color: #ececec;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-drawer {
  background-color: #f9f9f9;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-drawer.mat-drawer-push {
  background-color: #f9f9f9;
}
.theme-alternate .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.theme-alternate .mat-drawer-side {
  border-right: solid 1px rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(125, 135, 148, 0.12);
  border-right: none;
}
.theme-alternate [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(125, 135, 148, 0.12);
  border-right: none;
}
.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(6, 6, 6, 0.6);
}
.theme-alternate .mat-step-header.cdk-keyboard-focused, .theme-alternate .mat-step-header.cdk-program-focused, .theme-alternate .mat-step-header:hover:not([aria-disabled]), .theme-alternate .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(16, 21, 37, 0.04);
}
.theme-alternate .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .theme-alternate .mat-step-header:hover {
    background: none;
  }
}
.theme-alternate .mat-step-header .mat-step-label,
.theme-alternate .mat-step-header .mat-step-optional {
  color: rgba(125, 135, 148, 0.54);
}
.theme-alternate .mat-step-header .mat-step-icon {
  background-color: rgba(125, 135, 148, 0.54);
  color: #ececec;
}
.theme-alternate .mat-step-header .mat-step-icon-selected,
.theme-alternate .mat-step-header .mat-step-icon-state-done,
.theme-alternate .mat-step-header .mat-step-icon-state-edit {
  background-color: #636874;
  color: #ececec;
}
.theme-alternate .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-step-header.mat-accent .mat-step-icon-selected,
.theme-alternate .mat-step-header.mat-accent .mat-step-icon-state-done,
.theme-alternate .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-step-header.mat-warn .mat-step-icon {
  color: #ececec;
}
.theme-alternate .mat-step-header.mat-warn .mat-step-icon-selected,
.theme-alternate .mat-step-header.mat-warn .mat-step-icon-state-done,
.theme-alternate .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: red;
  color: #ececec;
}
.theme-alternate .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: red;
}
.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error {
  color: red;
}
.theme-alternate .mat-stepper-horizontal, .theme-alternate .mat-stepper-vertical {
  background-color: #f9f9f9;
}
.theme-alternate .mat-stepper-vertical-line::before {
  border-left-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-horizontal-stepper-header::before,
.theme-alternate .mat-horizontal-stepper-header::after,
.theme-alternate .mat-stepper-horizontal-line {
  border-top-color: rgba(125, 135, 148, 0.12);
}
.theme-alternate .mat-sort-header-arrow {
  color: #b6bbc2;
}
.theme-alternate .mat-toolbar {
  background: #dfdfdf;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-toolbar.mat-primary {
  background: #636874;
  color: #ececec;
}
.theme-alternate .mat-toolbar.mat-accent {
  background: #f8a115;
  color: rgba(125, 135, 148, 0.87);
}
.theme-alternate .mat-toolbar.mat-warn {
  background: red;
  color: #ececec;
}
.theme-alternate .mat-toolbar .mat-form-field-underline,
.theme-alternate .mat-toolbar .mat-form-field-ripple,
.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.theme-alternate .mat-toolbar .mat-form-field-label,
.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,
.theme-alternate .mat-toolbar .mat-select-value,
.theme-alternate .mat-toolbar .mat-select-arrow,
.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.theme-alternate .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.theme-alternate .mat-tree {
  background: #f9f9f9;
}
.theme-alternate .mat-tree-node,
.theme-alternate .mat-nested-tree-node {
  color: rgba(125, 135, 148, 0.87);
}

.mat-raised-button, .mat-stroked-button, .mat-flat-button {
  padding: 0 1.15em;
  margin: 0 0.65em;
  min-width: 3em;
  line-height: 36.4px;
}

.mat-standard-chip {
  padding: 0.5em 0.85em;
  min-height: 2.5em;
}

.material-icons {
  font-size: 24px;
  font-family: "Material Icons", "Material Icons";
}
.material-icons .mat-badge-content {
  font-family: "Roboto";
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@mdi/font/css/materialdesignicons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url('materialdesignicons-webfont.eot?v=7.2.96');
  src: url('materialdesignicons-webfont.eot?#iefix&v=7.2.96') format("embedded-opentype"), url('materialdesignicons-webfont.woff2?v=7.2.96') format("woff2"), url('materialdesignicons-webfont.woff?v=7.2.96') format("woff"), url('materialdesignicons-webfont.ttf?v=7.2.96') format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-ab-testing::before {
  content: "\F01C9";
}

.mdi-abacus::before {
  content: "\F16E0";
}

.mdi-abjad-arabic::before {
  content: "\F1328";
}

.mdi-abjad-hebrew::before {
  content: "\F1329";
}

.mdi-abugida-devanagari::before {
  content: "\F132A";
}

.mdi-abugida-thai::before {
  content: "\F132B";
}

.mdi-access-point::before {
  content: "\F0003";
}

.mdi-access-point-check::before {
  content: "\F1538";
}

.mdi-access-point-minus::before {
  content: "\F1539";
}

.mdi-access-point-network::before {
  content: "\F0002";
}

.mdi-access-point-network-off::before {
  content: "\F0BE1";
}

.mdi-access-point-off::before {
  content: "\F1511";
}

.mdi-access-point-plus::before {
  content: "\F153A";
}

.mdi-access-point-remove::before {
  content: "\F153B";
}

.mdi-account::before {
  content: "\F0004";
}

.mdi-account-alert::before {
  content: "\F0005";
}

.mdi-account-alert-outline::before {
  content: "\F0B50";
}

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

.mdi-account-arrow-down-outline::before {
  content: "\F1869";
}

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

.mdi-account-arrow-left-outline::before {
  content: "\F0B52";
}

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

.mdi-account-arrow-right-outline::before {
  content: "\F0B54";
}

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

.mdi-account-arrow-up-outline::before {
  content: "\F186A";
}

.mdi-account-badge::before {
  content: "\F1B0A";
}

.mdi-account-badge-outline::before {
  content: "\F1B0B";
}

.mdi-account-box::before {
  content: "\F0006";
}

.mdi-account-box-multiple::before {
  content: "\F0934";
}

.mdi-account-box-multiple-outline::before {
  content: "\F100A";
}

.mdi-account-box-outline::before {
  content: "\F0007";
}

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

.mdi-account-cancel-outline::before {
  content: "\F12E0";
}

.mdi-account-card::before {
  content: "\F1BA4";
}

.mdi-account-card-outline::before {
  content: "\F1BA5";
}

.mdi-account-cash::before {
  content: "\F1097";
}

.mdi-account-cash-outline::before {
  content: "\F1098";
}

.mdi-account-check::before {
  content: "\F0008";
}

.mdi-account-check-outline::before {
  content: "\F0BE2";
}

.mdi-account-child::before {
  content: "\F0A89";
}

.mdi-account-child-circle::before {
  content: "\F0A8A";
}

.mdi-account-child-outline::before {
  content: "\F10C8";
}

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

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

.mdi-account-clock::before {
  content: "\F0B56";
}

.mdi-account-clock-outline::before {
  content: "\F0B57";
}

.mdi-account-cog::before {
  content: "\F1370";
}

.mdi-account-cog-outline::before {
  content: "\F1371";
}

.mdi-account-convert::before {
  content: "\F000A";
}

.mdi-account-convert-outline::before {
  content: "\F1301";
}

.mdi-account-cowboy-hat::before {
  content: "\F0E9B";
}

.mdi-account-cowboy-hat-outline::before {
  content: "\F17F3";
}

.mdi-account-credit-card::before {
  content: "\F1BA6";
}

.mdi-account-credit-card-outline::before {
  content: "\F1BA7";
}

.mdi-account-details::before {
  content: "\F0631";
}

.mdi-account-details-outline::before {
  content: "\F1372";
}

.mdi-account-edit::before {
  content: "\F06BC";
}

.mdi-account-edit-outline::before {
  content: "\F0FFB";
}

.mdi-account-eye::before {
  content: "\F0420";
}

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

.mdi-account-filter::before {
  content: "\F0936";
}

.mdi-account-filter-outline::before {
  content: "\F0F9D";
}

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

.mdi-account-group-outline::before {
  content: "\F0B58";
}

.mdi-account-hard-hat::before {
  content: "\F05B5";
}

.mdi-account-hard-hat-outline::before {
  content: "\F1A1F";
}

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

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

.mdi-account-injury::before {
  content: "\F1815";
}

.mdi-account-injury-outline::before {
  content: "\F1816";
}

.mdi-account-key::before {
  content: "\F000B";
}

.mdi-account-key-outline::before {
  content: "\F0BE4";
}

.mdi-account-lock::before {
  content: "\F115E";
}

.mdi-account-lock-open::before {
  content: "\F1960";
}

.mdi-account-lock-open-outline::before {
  content: "\F1961";
}

.mdi-account-lock-outline::before {
  content: "\F115F";
}

.mdi-account-minus::before {
  content: "\F000D";
}

.mdi-account-minus-outline::before {
  content: "\F0AEC";
}

.mdi-account-multiple::before {
  content: "\F000E";
}

.mdi-account-multiple-check::before {
  content: "\F08C5";
}

.mdi-account-multiple-check-outline::before {
  content: "\F11FE";
}

.mdi-account-multiple-minus::before {
  content: "\F05D3";
}

.mdi-account-multiple-minus-outline::before {
  content: "\F0BE5";
}

.mdi-account-multiple-outline::before {
  content: "\F000F";
}

.mdi-account-multiple-plus::before {
  content: "\F0010";
}

.mdi-account-multiple-plus-outline::before {
  content: "\F0800";
}

.mdi-account-multiple-remove::before {
  content: "\F120A";
}

.mdi-account-multiple-remove-outline::before {
  content: "\F120B";
}

.mdi-account-music::before {
  content: "\F0803";
}

.mdi-account-music-outline::before {
  content: "\F0CE9";
}

.mdi-account-network::before {
  content: "\F0011";
}

.mdi-account-network-off::before {
  content: "\F1AF1";
}

.mdi-account-network-off-outline::before {
  content: "\F1AF2";
}

.mdi-account-network-outline::before {
  content: "\F0BE6";
}

.mdi-account-off::before {
  content: "\F0012";
}

.mdi-account-off-outline::before {
  content: "\F0BE7";
}

.mdi-account-outline::before {
  content: "\F0013";
}

.mdi-account-plus::before {
  content: "\F0014";
}

.mdi-account-plus-outline::before {
  content: "\F0801";
}

.mdi-account-question::before {
  content: "\F0B59";
}

.mdi-account-question-outline::before {
  content: "\F0B5A";
}

.mdi-account-reactivate::before {
  content: "\F152B";
}

.mdi-account-reactivate-outline::before {
  content: "\F152C";
}

.mdi-account-remove::before {
  content: "\F0015";
}

.mdi-account-remove-outline::before {
  content: "\F0AED";
}

.mdi-account-school::before {
  content: "\F1A20";
}

.mdi-account-school-outline::before {
  content: "\F1A21";
}

.mdi-account-search::before {
  content: "\F0016";
}

.mdi-account-search-outline::before {
  content: "\F0935";
}

.mdi-account-settings::before {
  content: "\F0630";
}

.mdi-account-settings-outline::before {
  content: "\F10C9";
}

.mdi-account-star::before {
  content: "\F0017";
}

.mdi-account-star-outline::before {
  content: "\F0BE8";
}

.mdi-account-supervisor::before {
  content: "\F0A8B";
}

.mdi-account-supervisor-circle::before {
  content: "\F0A8C";
}

.mdi-account-supervisor-circle-outline::before {
  content: "\F14EC";
}

.mdi-account-supervisor-outline::before {
  content: "\F112D";
}

.mdi-account-switch::before {
  content: "\F0019";
}

.mdi-account-switch-outline::before {
  content: "\F04CB";
}

.mdi-account-sync::before {
  content: "\F191B";
}

.mdi-account-sync-outline::before {
  content: "\F191C";
}

.mdi-account-tag::before {
  content: "\F1C1B";
}

.mdi-account-tag-outline::before {
  content: "\F1C1C";
}

.mdi-account-tie::before {
  content: "\F0CE3";
}

.mdi-account-tie-hat::before {
  content: "\F1898";
}

.mdi-account-tie-hat-outline::before {
  content: "\F1899";
}

.mdi-account-tie-outline::before {
  content: "\F10CA";
}

.mdi-account-tie-voice::before {
  content: "\F1308";
}

.mdi-account-tie-voice-off::before {
  content: "\F130A";
}

.mdi-account-tie-voice-off-outline::before {
  content: "\F130B";
}

.mdi-account-tie-voice-outline::before {
  content: "\F1309";
}

.mdi-account-tie-woman::before {
  content: "\F1A8C";
}

.mdi-account-voice::before {
  content: "\F05CB";
}

.mdi-account-voice-off::before {
  content: "\F0ED4";
}

.mdi-account-wrench::before {
  content: "\F189A";
}

.mdi-account-wrench-outline::before {
  content: "\F189B";
}

.mdi-adjust::before {
  content: "\F001A";
}

.mdi-advertisements::before {
  content: "\F192A";
}

.mdi-advertisements-off::before {
  content: "\F192B";
}

.mdi-air-conditioner::before {
  content: "\F001B";
}

.mdi-air-filter::before {
  content: "\F0D43";
}

.mdi-air-horn::before {
  content: "\F0DAC";
}

.mdi-air-humidifier::before {
  content: "\F1099";
}

.mdi-air-humidifier-off::before {
  content: "\F1466";
}

.mdi-air-purifier::before {
  content: "\F0D44";
}

.mdi-air-purifier-off::before {
  content: "\F1B57";
}

.mdi-airbag::before {
  content: "\F0BE9";
}

.mdi-airballoon::before {
  content: "\F001C";
}

.mdi-airballoon-outline::before {
  content: "\F100B";
}

.mdi-airplane::before {
  content: "\F001D";
}

.mdi-airplane-alert::before {
  content: "\F187A";
}

.mdi-airplane-check::before {
  content: "\F187B";
}

.mdi-airplane-clock::before {
  content: "\F187C";
}

.mdi-airplane-cog::before {
  content: "\F187D";
}

.mdi-airplane-edit::before {
  content: "\F187E";
}

.mdi-airplane-landing::before {
  content: "\F05D4";
}

.mdi-airplane-marker::before {
  content: "\F187F";
}

.mdi-airplane-minus::before {
  content: "\F1880";
}

.mdi-airplane-off::before {
  content: "\F001E";
}

.mdi-airplane-plus::before {
  content: "\F1881";
}

.mdi-airplane-remove::before {
  content: "\F1882";
}

.mdi-airplane-search::before {
  content: "\F1883";
}

.mdi-airplane-settings::before {
  content: "\F1884";
}

.mdi-airplane-takeoff::before {
  content: "\F05D5";
}

.mdi-airport::before {
  content: "\F084B";
}

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

.mdi-alarm-bell::before {
  content: "\F078E";
}

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

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

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

.mdi-alarm-light-off-outline::before {
  content: "\F171F";
}

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

.mdi-alarm-multiple::before {
  content: "\F0022";
}

.mdi-alarm-note::before {
  content: "\F0E71";
}

.mdi-alarm-note-off::before {
  content: "\F0E72";
}

.mdi-alarm-off::before {
  content: "\F0023";
}

.mdi-alarm-panel::before {
  content: "\F15C4";
}

.mdi-alarm-panel-outline::before {
  content: "\F15C5";
}

.mdi-alarm-plus::before {
  content: "\F0024";
}

.mdi-alarm-snooze::before {
  content: "\F068E";
}

.mdi-album::before {
  content: "\F0025";
}

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

.mdi-alert-box::before {
  content: "\F0027";
}

.mdi-alert-box-outline::before {
  content: "\F0CE4";
}

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

.mdi-alert-circle-check::before {
  content: "\F11ED";
}

.mdi-alert-circle-check-outline::before {
  content: "\F11EE";
}

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

.mdi-alert-decagram::before {
  content: "\F06BD";
}

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

.mdi-alert-minus::before {
  content: "\F14BB";
}

.mdi-alert-minus-outline::before {
  content: "\F14BE";
}

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

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

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

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

.mdi-alert-outline::before {
  content: "\F002A";
}

.mdi-alert-plus::before {
  content: "\F14BA";
}

.mdi-alert-plus-outline::before {
  content: "\F14BD";
}

.mdi-alert-remove::before {
  content: "\F14BC";
}

.mdi-alert-remove-outline::before {
  content: "\F14BF";
}

.mdi-alert-rhombus::before {
  content: "\F11CE";
}

.mdi-alert-rhombus-outline::before {
  content: "\F11CF";
}

.mdi-alien::before {
  content: "\F089A";
}

.mdi-alien-outline::before {
  content: "\F10CB";
}

.mdi-align-horizontal-center::before {
  content: "\F11C3";
}

.mdi-align-horizontal-distribute::before {
  content: "\F1962";
}

.mdi-align-horizontal-left::before {
  content: "\F11C2";
}

.mdi-align-horizontal-right::before {
  content: "\F11C4";
}

.mdi-align-vertical-bottom::before {
  content: "\F11C5";
}

.mdi-align-vertical-center::before {
  content: "\F11C6";
}

.mdi-align-vertical-distribute::before {
  content: "\F1963";
}

.mdi-align-vertical-top::before {
  content: "\F11C7";
}

.mdi-all-inclusive::before {
  content: "\F06BE";
}

.mdi-all-inclusive-box::before {
  content: "\F188D";
}

.mdi-all-inclusive-box-outline::before {
  content: "\F188E";
}

.mdi-allergy::before {
  content: "\F1258";
}

.mdi-alpha::before {
  content: "\F002B";
}

.mdi-alpha-a::before {
  content: "\F0AEE";
}

.mdi-alpha-a-box::before {
  content: "\F0B08";
}

.mdi-alpha-a-box-outline::before {
  content: "\F0BEB";
}

.mdi-alpha-a-circle::before {
  content: "\F0BEC";
}

.mdi-alpha-a-circle-outline::before {
  content: "\F0BED";
}

.mdi-alpha-b::before {
  content: "\F0AEF";
}

.mdi-alpha-b-box::before {
  content: "\F0B09";
}

.mdi-alpha-b-box-outline::before {
  content: "\F0BEE";
}

.mdi-alpha-b-circle::before {
  content: "\F0BEF";
}

.mdi-alpha-b-circle-outline::before {
  content: "\F0BF0";
}

.mdi-alpha-c::before {
  content: "\F0AF0";
}

.mdi-alpha-c-box::before {
  content: "\F0B0A";
}

.mdi-alpha-c-box-outline::before {
  content: "\F0BF1";
}

.mdi-alpha-c-circle::before {
  content: "\F0BF2";
}

.mdi-alpha-c-circle-outline::before {
  content: "\F0BF3";
}

.mdi-alpha-d::before {
  content: "\F0AF1";
}

.mdi-alpha-d-box::before {
  content: "\F0B0B";
}

.mdi-alpha-d-box-outline::before {
  content: "\F0BF4";
}

.mdi-alpha-d-circle::before {
  content: "\F0BF5";
}

.mdi-alpha-d-circle-outline::before {
  content: "\F0BF6";
}

.mdi-alpha-e::before {
  content: "\F0AF2";
}

.mdi-alpha-e-box::before {
  content: "\F0B0C";
}

.mdi-alpha-e-box-outline::before {
  content: "\F0BF7";
}

.mdi-alpha-e-circle::before {
  content: "\F0BF8";
}

.mdi-alpha-e-circle-outline::before {
  content: "\F0BF9";
}

.mdi-alpha-f::before {
  content: "\F0AF3";
}

.mdi-alpha-f-box::before {
  content: "\F0B0D";
}

.mdi-alpha-f-box-outline::before {
  content: "\F0BFA";
}

.mdi-alpha-f-circle::before {
  content: "\F0BFB";
}

.mdi-alpha-f-circle-outline::before {
  content: "\F0BFC";
}

.mdi-alpha-g::before {
  content: "\F0AF4";
}

.mdi-alpha-g-box::before {
  content: "\F0B0E";
}

.mdi-alpha-g-box-outline::before {
  content: "\F0BFD";
}

.mdi-alpha-g-circle::before {
  content: "\F0BFE";
}

.mdi-alpha-g-circle-outline::before {
  content: "\F0BFF";
}

.mdi-alpha-h::before {
  content: "\F0AF5";
}

.mdi-alpha-h-box::before {
  content: "\F0B0F";
}

.mdi-alpha-h-box-outline::before {
  content: "\F0C00";
}

.mdi-alpha-h-circle::before {
  content: "\F0C01";
}

.mdi-alpha-h-circle-outline::before {
  content: "\F0C02";
}

.mdi-alpha-i::before {
  content: "\F0AF6";
}

.mdi-alpha-i-box::before {
  content: "\F0B10";
}

.mdi-alpha-i-box-outline::before {
  content: "\F0C03";
}

.mdi-alpha-i-circle::before {
  content: "\F0C04";
}

.mdi-alpha-i-circle-outline::before {
  content: "\F0C05";
}

.mdi-alpha-j::before {
  content: "\F0AF7";
}

.mdi-alpha-j-box::before {
  content: "\F0B11";
}

.mdi-alpha-j-box-outline::before {
  content: "\F0C06";
}

.mdi-alpha-j-circle::before {
  content: "\F0C07";
}

.mdi-alpha-j-circle-outline::before {
  content: "\F0C08";
}

.mdi-alpha-k::before {
  content: "\F0AF8";
}

.mdi-alpha-k-box::before {
  content: "\F0B12";
}

.mdi-alpha-k-box-outline::before {
  content: "\F0C09";
}

.mdi-alpha-k-circle::before {
  content: "\F0C0A";
}

.mdi-alpha-k-circle-outline::before {
  content: "\F0C0B";
}

.mdi-alpha-l::before {
  content: "\F0AF9";
}

.mdi-alpha-l-box::before {
  content: "\F0B13";
}

.mdi-alpha-l-box-outline::before {
  content: "\F0C0C";
}

.mdi-alpha-l-circle::before {
  content: "\F0C0D";
}

.mdi-alpha-l-circle-outline::before {
  content: "\F0C0E";
}

.mdi-alpha-m::before {
  content: "\F0AFA";
}

.mdi-alpha-m-box::before {
  content: "\F0B14";
}

.mdi-alpha-m-box-outline::before {
  content: "\F0C0F";
}

.mdi-alpha-m-circle::before {
  content: "\F0C10";
}

.mdi-alpha-m-circle-outline::before {
  content: "\F0C11";
}

.mdi-alpha-n::before {
  content: "\F0AFB";
}

.mdi-alpha-n-box::before {
  content: "\F0B15";
}

.mdi-alpha-n-box-outline::before {
  content: "\F0C12";
}

.mdi-alpha-n-circle::before {
  content: "\F0C13";
}

.mdi-alpha-n-circle-outline::before {
  content: "\F0C14";
}

.mdi-alpha-o::before {
  content: "\F0AFC";
}

.mdi-alpha-o-box::before {
  content: "\F0B16";
}

.mdi-alpha-o-box-outline::before {
  content: "\F0C15";
}

.mdi-alpha-o-circle::before {
  content: "\F0C16";
}

.mdi-alpha-o-circle-outline::before {
  content: "\F0C17";
}

.mdi-alpha-p::before {
  content: "\F0AFD";
}

.mdi-alpha-p-box::before {
  content: "\F0B17";
}

.mdi-alpha-p-box-outline::before {
  content: "\F0C18";
}

.mdi-alpha-p-circle::before {
  content: "\F0C19";
}

.mdi-alpha-p-circle-outline::before {
  content: "\F0C1A";
}

.mdi-alpha-q::before {
  content: "\F0AFE";
}

.mdi-alpha-q-box::before {
  content: "\F0B18";
}

.mdi-alpha-q-box-outline::before {
  content: "\F0C1B";
}

.mdi-alpha-q-circle::before {
  content: "\F0C1C";
}

.mdi-alpha-q-circle-outline::before {
  content: "\F0C1D";
}

.mdi-alpha-r::before {
  content: "\F0AFF";
}

.mdi-alpha-r-box::before {
  content: "\F0B19";
}

.mdi-alpha-r-box-outline::before {
  content: "\F0C1E";
}

.mdi-alpha-r-circle::before {
  content: "\F0C1F";
}

.mdi-alpha-r-circle-outline::before {
  content: "\F0C20";
}

.mdi-alpha-s::before {
  content: "\F0B00";
}

.mdi-alpha-s-box::before {
  content: "\F0B1A";
}

.mdi-alpha-s-box-outline::before {
  content: "\F0C21";
}

.mdi-alpha-s-circle::before {
  content: "\F0C22";
}

.mdi-alpha-s-circle-outline::before {
  content: "\F0C23";
}

.mdi-alpha-t::before {
  content: "\F0B01";
}

.mdi-alpha-t-box::before {
  content: "\F0B1B";
}

.mdi-alpha-t-box-outline::before {
  content: "\F0C24";
}

.mdi-alpha-t-circle::before {
  content: "\F0C25";
}

.mdi-alpha-t-circle-outline::before {
  content: "\F0C26";
}

.mdi-alpha-u::before {
  content: "\F0B02";
}

.mdi-alpha-u-box::before {
  content: "\F0B1C";
}

.mdi-alpha-u-box-outline::before {
  content: "\F0C27";
}

.mdi-alpha-u-circle::before {
  content: "\F0C28";
}

.mdi-alpha-u-circle-outline::before {
  content: "\F0C29";
}

.mdi-alpha-v::before {
  content: "\F0B03";
}

.mdi-alpha-v-box::before {
  content: "\F0B1D";
}

.mdi-alpha-v-box-outline::before {
  content: "\F0C2A";
}

.mdi-alpha-v-circle::before {
  content: "\F0C2B";
}

.mdi-alpha-v-circle-outline::before {
  content: "\F0C2C";
}

.mdi-alpha-w::before {
  content: "\F0B04";
}

.mdi-alpha-w-box::before {
  content: "\F0B1E";
}

.mdi-alpha-w-box-outline::before {
  content: "\F0C2D";
}

.mdi-alpha-w-circle::before {
  content: "\F0C2E";
}

.mdi-alpha-w-circle-outline::before {
  content: "\F0C2F";
}

.mdi-alpha-x::before {
  content: "\F0B05";
}

.mdi-alpha-x-box::before {
  content: "\F0B1F";
}

.mdi-alpha-x-box-outline::before {
  content: "\F0C30";
}

.mdi-alpha-x-circle::before {
  content: "\F0C31";
}

.mdi-alpha-x-circle-outline::before {
  content: "\F0C32";
}

.mdi-alpha-y::before {
  content: "\F0B06";
}

.mdi-alpha-y-box::before {
  content: "\F0B20";
}

.mdi-alpha-y-box-outline::before {
  content: "\F0C33";
}

.mdi-alpha-y-circle::before {
  content: "\F0C34";
}

.mdi-alpha-y-circle-outline::before {
  content: "\F0C35";
}

.mdi-alpha-z::before {
  content: "\F0B07";
}

.mdi-alpha-z-box::before {
  content: "\F0B21";
}

.mdi-alpha-z-box-outline::before {
  content: "\F0C36";
}

.mdi-alpha-z-circle::before {
  content: "\F0C37";
}

.mdi-alpha-z-circle-outline::before {
  content: "\F0C38";
}

.mdi-alphabet-aurebesh::before {
  content: "\F132C";
}

.mdi-alphabet-cyrillic::before {
  content: "\F132D";
}

.mdi-alphabet-greek::before {
  content: "\F132E";
}

.mdi-alphabet-latin::before {
  content: "\F132F";
}

.mdi-alphabet-piqad::before {
  content: "\F1330";
}

.mdi-alphabet-tengwar::before {
  content: "\F1337";
}

.mdi-alphabetical::before {
  content: "\F002C";
}

.mdi-alphabetical-off::before {
  content: "\F100C";
}

.mdi-alphabetical-variant::before {
  content: "\F100D";
}

.mdi-alphabetical-variant-off::before {
  content: "\F100E";
}

.mdi-altimeter::before {
  content: "\F05D7";
}

.mdi-ambulance::before {
  content: "\F002F";
}

.mdi-ammunition::before {
  content: "\F0CE8";
}

.mdi-ampersand::before {
  content: "\F0A8D";
}

.mdi-amplifier::before {
  content: "\F0030";
}

.mdi-amplifier-off::before {
  content: "\F11B5";
}

.mdi-anchor::before {
  content: "\F0031";
}

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

.mdi-android-studio::before {
  content: "\F0034";
}

.mdi-angle-acute::before {
  content: "\F0937";
}

.mdi-angle-obtuse::before {
  content: "\F0938";
}

.mdi-angle-right::before {
  content: "\F0939";
}

.mdi-angular::before {
  content: "\F06B2";
}

.mdi-angularjs::before {
  content: "\F06BF";
}

.mdi-animation::before {
  content: "\F05D8";
}

.mdi-animation-outline::before {
  content: "\F0A8F";
}

.mdi-animation-play::before {
  content: "\F093A";
}

.mdi-animation-play-outline::before {
  content: "\F0A90";
}

.mdi-ansible::before {
  content: "\F109A";
}

.mdi-antenna::before {
  content: "\F1119";
}

.mdi-anvil::before {
  content: "\F089B";
}

.mdi-apache-kafka::before {
  content: "\F100F";
}

.mdi-api::before {
  content: "\F109B";
}

.mdi-api-off::before {
  content: "\F1257";
}

.mdi-apple::before {
  content: "\F0035";
}

.mdi-apple-finder::before {
  content: "\F0036";
}

.mdi-apple-icloud::before {
  content: "\F0038";
}

.mdi-apple-ios::before {
  content: "\F0037";
}

.mdi-apple-keyboard-caps::before {
  content: "\F0632";
}

.mdi-apple-keyboard-command::before {
  content: "\F0633";
}

.mdi-apple-keyboard-control::before {
  content: "\F0634";
}

.mdi-apple-keyboard-option::before {
  content: "\F0635";
}

.mdi-apple-keyboard-shift::before {
  content: "\F0636";
}

.mdi-apple-safari::before {
  content: "\F0039";
}

.mdi-application::before {
  content: "\F08C6";
}

.mdi-application-array::before {
  content: "\F10F5";
}

.mdi-application-array-outline::before {
  content: "\F10F6";
}

.mdi-application-braces::before {
  content: "\F10F7";
}

.mdi-application-braces-outline::before {
  content: "\F10F8";
}

.mdi-application-brackets::before {
  content: "\F0C8B";
}

.mdi-application-brackets-outline::before {
  content: "\F0C8C";
}

.mdi-application-cog::before {
  content: "\F0675";
}

.mdi-application-cog-outline::before {
  content: "\F1577";
}

.mdi-application-edit::before {
  content: "\F00AE";
}

.mdi-application-edit-outline::before {
  content: "\F0619";
}

.mdi-application-export::before {
  content: "\F0DAD";
}

.mdi-application-import::before {
  content: "\F0DAE";
}

.mdi-application-outline::before {
  content: "\F0614";
}

.mdi-application-parentheses::before {
  content: "\F10F9";
}

.mdi-application-parentheses-outline::before {
  content: "\F10FA";
}

.mdi-application-settings::before {
  content: "\F0B60";
}

.mdi-application-settings-outline::before {
  content: "\F1555";
}

.mdi-application-variable::before {
  content: "\F10FB";
}

.mdi-application-variable-outline::before {
  content: "\F10FC";
}

.mdi-approximately-equal::before {
  content: "\F0F9E";
}

.mdi-approximately-equal-box::before {
  content: "\F0F9F";
}

.mdi-apps::before {
  content: "\F003B";
}

.mdi-apps-box::before {
  content: "\F0D46";
}

.mdi-arch::before {
  content: "\F08C7";
}

.mdi-archive::before {
  content: "\F003C";
}

.mdi-archive-alert::before {
  content: "\F14FD";
}

.mdi-archive-alert-outline::before {
  content: "\F14FE";
}

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

.mdi-archive-arrow-down-outline::before {
  content: "\F125A";
}

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

.mdi-archive-arrow-up-outline::before {
  content: "\F125C";
}

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

.mdi-archive-cancel-outline::before {
  content: "\F174C";
}

.mdi-archive-check::before {
  content: "\F174D";
}

.mdi-archive-check-outline::before {
  content: "\F174E";
}

.mdi-archive-clock::before {
  content: "\F174F";
}

.mdi-archive-clock-outline::before {
  content: "\F1750";
}

.mdi-archive-cog::before {
  content: "\F1751";
}

.mdi-archive-cog-outline::before {
  content: "\F1752";
}

.mdi-archive-edit::before {
  content: "\F1753";
}

.mdi-archive-edit-outline::before {
  content: "\F1754";
}

.mdi-archive-eye::before {
  content: "\F1755";
}

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

.mdi-archive-lock::before {
  content: "\F1757";
}

.mdi-archive-lock-open::before {
  content: "\F1758";
}

.mdi-archive-lock-open-outline::before {
  content: "\F1759";
}

.mdi-archive-lock-outline::before {
  content: "\F175A";
}

.mdi-archive-marker::before {
  content: "\F175B";
}

.mdi-archive-marker-outline::before {
  content: "\F175C";
}

.mdi-archive-minus::before {
  content: "\F175D";
}

.mdi-archive-minus-outline::before {
  content: "\F175E";
}

.mdi-archive-music::before {
  content: "\F175F";
}

.mdi-archive-music-outline::before {
  content: "\F1760";
}

.mdi-archive-off::before {
  content: "\F1761";
}

.mdi-archive-off-outline::before {
  content: "\F1762";
}

.mdi-archive-outline::before {
  content: "\F120E";
}

.mdi-archive-plus::before {
  content: "\F1763";
}

.mdi-archive-plus-outline::before {
  content: "\F1764";
}

.mdi-archive-refresh::before {
  content: "\F1765";
}

.mdi-archive-refresh-outline::before {
  content: "\F1766";
}

.mdi-archive-remove::before {
  content: "\F1767";
}

.mdi-archive-remove-outline::before {
  content: "\F1768";
}

.mdi-archive-search::before {
  content: "\F1769";
}

.mdi-archive-search-outline::before {
  content: "\F176A";
}

.mdi-archive-settings::before {
  content: "\F176B";
}

.mdi-archive-settings-outline::before {
  content: "\F176C";
}

.mdi-archive-star::before {
  content: "\F176D";
}

.mdi-archive-star-outline::before {
  content: "\F176E";
}

.mdi-archive-sync::before {
  content: "\F176F";
}

.mdi-archive-sync-outline::before {
  content: "\F1770";
}

.mdi-arm-flex::before {
  content: "\F0FD7";
}

.mdi-arm-flex-outline::before {
  content: "\F0FD6";
}

.mdi-arrange-bring-forward::before {
  content: "\F003D";
}

.mdi-arrange-bring-to-front::before {
  content: "\F003E";
}

.mdi-arrange-send-backward::before {
  content: "\F003F";
}

.mdi-arrange-send-to-back::before {
  content: "\F0040";
}

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

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

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

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

.mdi-arrow-bottom-left-bold-outline::before {
  content: "\F09B7";
}

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

.mdi-arrow-bottom-left-thin::before {
  content: "\F19B6";
}

.mdi-arrow-bottom-left-thin-circle-outline::before {
  content: "\F1596";
}

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

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

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

.mdi-arrow-bottom-right-bold-outline::before {
  content: "\F09B9";
}

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

.mdi-arrow-bottom-right-thin::before {
  content: "\F19B7";
}

.mdi-arrow-bottom-right-thin-circle-outline::before {
  content: "\F1595";
}

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

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

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

.mdi-arrow-collapse-horizontal::before {
  content: "\F084C";
}

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

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

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

.mdi-arrow-collapse-vertical::before {
  content: "\F084D";
}

.mdi-arrow-decision::before {
  content: "\F09BB";
}

.mdi-arrow-decision-auto::before {
  content: "\F09BC";
}

.mdi-arrow-decision-auto-outline::before {
  content: "\F09BD";
}

.mdi-arrow-decision-outline::before {
  content: "\F09BE";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-arrow-down-thin-circle-outline::before {
  content: "\F1599";
}

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

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

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

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

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

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

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

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

.mdi-arrow-horizontal-lock::before {
  content: "\F115B";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-arrow-left-right-bold-outline::before {
  content: "\F09C1";
}

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

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

.mdi-arrow-left-thin-circle-outline::before {
  content: "\F159A";
}

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

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

.mdi-arrow-projectile::before {
  content: "\F1840";
}

.mdi-arrow-projectile-multiple::before {
  content: "\F183F";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-arrow-right-thin-circle-outline::before {
  content: "\F1598";
}

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

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

.mdi-arrow-split-horizontal::before {
  content: "\F093B";
}

.mdi-arrow-split-vertical::before {
  content: "\F093C";
}

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

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

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

.mdi-arrow-top-left-bold-outline::before {
  content: "\F09C3";
}

.mdi-arrow-top-left-bottom-right::before {
  content: "\F0E75";
}

.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\F0E76";
}

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

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

.mdi-arrow-top-left-thin-circle-outline::before {
  content: "\F1593";
}

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

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

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

.mdi-arrow-top-right-bold-outline::before {
  content: "\F09C5";
}

.mdi-arrow-top-right-bottom-left::before {
  content: "\F0E77";
}

.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\F0E78";
}

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

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

.mdi-arrow-top-right-thin-circle-outline::before {
  content: "\F1594";
}

.mdi-arrow-u-down-left::before {
  content: "\F17AD";
}

.mdi-arrow-u-down-left-bold::before {
  content: "\F17AE";
}

.mdi-arrow-u-down-right::before {
  content: "\F17AF";
}

.mdi-arrow-u-down-right-bold::before {
  content: "\F17B0";
}

.mdi-arrow-u-left-bottom::before {
  content: "\F17B1";
}

.mdi-arrow-u-left-bottom-bold::before {
  content: "\F17B2";
}

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

.mdi-arrow-u-left-top-bold::before {
  content: "\F17B4";
}

.mdi-arrow-u-right-bottom::before {
  content: "\F17B5";
}

.mdi-arrow-u-right-bottom-bold::before {
  content: "\F17B6";
}

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

.mdi-arrow-u-right-top-bold::before {
  content: "\F17B8";
}

.mdi-arrow-u-up-left::before {
  content: "\F17B9";
}

.mdi-arrow-u-up-left-bold::before {
  content: "\F17BA";
}

.mdi-arrow-u-up-right::before {
  content: "\F17BB";
}

.mdi-arrow-u-up-right-bold::before {
  content: "\F17BC";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-arrow-up-down-bold-outline::before {
  content: "\F09C8";
}

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

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

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

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

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

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

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

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

.mdi-arrow-up-thin-circle-outline::before {
  content: "\F1597";
}

.mdi-arrow-vertical-lock::before {
  content: "\F115C";
}

.mdi-artboard::before {
  content: "\F1B9A";
}

.mdi-artstation::before {
  content: "\F0B5B";
}

.mdi-aspect-ratio::before {
  content: "\F0A24";
}

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

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

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

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

.mdi-atlassian::before {
  content: "\F0804";
}

.mdi-atm::before {
  content: "\F0D47";
}

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

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

.mdi-attachment::before {
  content: "\F0066";
}

.mdi-attachment-check::before {
  content: "\F1AC1";
}

.mdi-attachment-lock::before {
  content: "\F19C4";
}

.mdi-attachment-minus::before {
  content: "\F1AC2";
}

.mdi-attachment-off::before {
  content: "\F1AC3";
}

.mdi-attachment-plus::before {
  content: "\F1AC4";
}

.mdi-attachment-remove::before {
  content: "\F1AC5";
}

.mdi-atv::before {
  content: "\F1B70";
}

.mdi-audio-input-rca::before {
  content: "\F186B";
}

.mdi-audio-input-stereo-minijack::before {
  content: "\F186C";
}

.mdi-audio-input-xlr::before {
  content: "\F186D";
}

.mdi-audio-video::before {
  content: "\F093D";
}

.mdi-audio-video-off::before {
  content: "\F11B6";
}

.mdi-augmented-reality::before {
  content: "\F0850";
}

.mdi-aurora::before {
  content: "\F1BB9";
}

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

.mdi-auto-fix::before {
  content: "\F0068";
}

.mdi-auto-mode::before {
  content: "\F1C20";
}

.mdi-auto-upload::before {
  content: "\F0069";
}

.mdi-autorenew::before {
  content: "\F006A";
}

.mdi-autorenew-off::before {
  content: "\F19E7";
}

.mdi-av-timer::before {
  content: "\F006B";
}

.mdi-awning::before {
  content: "\F1B87";
}

.mdi-awning-outline::before {
  content: "\F1B88";
}

.mdi-aws::before {
  content: "\F0E0F";
}

.mdi-axe::before {
  content: "\F08C8";
}

.mdi-axe-battle::before {
  content: "\F1842";
}

.mdi-axis::before {
  content: "\F0D48";
}

.mdi-axis-arrow::before {
  content: "\F0D49";
}

.mdi-axis-arrow-info::before {
  content: "\F140E";
}

.mdi-axis-arrow-lock::before {
  content: "\F0D4A";
}

.mdi-axis-lock::before {
  content: "\F0D4B";
}

.mdi-axis-x-arrow::before {
  content: "\F0D4C";
}

.mdi-axis-x-arrow-lock::before {
  content: "\F0D4D";
}

.mdi-axis-x-rotate-clockwise::before {
  content: "\F0D4E";
}

.mdi-axis-x-rotate-counterclockwise::before {
  content: "\F0D4F";
}

.mdi-axis-x-y-arrow-lock::before {
  content: "\F0D50";
}

.mdi-axis-y-arrow::before {
  content: "\F0D51";
}

.mdi-axis-y-arrow-lock::before {
  content: "\F0D52";
}

.mdi-axis-y-rotate-clockwise::before {
  content: "\F0D53";
}

.mdi-axis-y-rotate-counterclockwise::before {
  content: "\F0D54";
}

.mdi-axis-z-arrow::before {
  content: "\F0D55";
}

.mdi-axis-z-arrow-lock::before {
  content: "\F0D56";
}

.mdi-axis-z-rotate-clockwise::before {
  content: "\F0D57";
}

.mdi-axis-z-rotate-counterclockwise::before {
  content: "\F0D58";
}

.mdi-babel::before {
  content: "\F0A25";
}

.mdi-baby::before {
  content: "\F006C";
}

.mdi-baby-bottle::before {
  content: "\F0F39";
}

.mdi-baby-bottle-outline::before {
  content: "\F0F3A";
}

.mdi-baby-buggy::before {
  content: "\F13E0";
}

.mdi-baby-buggy-off::before {
  content: "\F1AF3";
}

.mdi-baby-carriage::before {
  content: "\F068F";
}

.mdi-baby-carriage-off::before {
  content: "\F0FA0";
}

.mdi-baby-face::before {
  content: "\F0E7C";
}

.mdi-baby-face-outline::before {
  content: "\F0E7D";
}

.mdi-backburger::before {
  content: "\F006D";
}

.mdi-backspace::before {
  content: "\F006E";
}

.mdi-backspace-outline::before {
  content: "\F0B5C";
}

.mdi-backspace-reverse::before {
  content: "\F0E7E";
}

.mdi-backspace-reverse-outline::before {
  content: "\F0E7F";
}

.mdi-backup-restore::before {
  content: "\F006F";
}

.mdi-bacteria::before {
  content: "\F0ED5";
}

.mdi-bacteria-outline::before {
  content: "\F0ED6";
}

.mdi-badge-account::before {
  content: "\F0DA7";
}

.mdi-badge-account-alert::before {
  content: "\F0DA8";
}

.mdi-badge-account-alert-outline::before {
  content: "\F0DA9";
}

.mdi-badge-account-horizontal::before {
  content: "\F0E0D";
}

.mdi-badge-account-horizontal-outline::before {
  content: "\F0E0E";
}

.mdi-badge-account-outline::before {
  content: "\F0DAA";
}

.mdi-badminton::before {
  content: "\F0851";
}

.mdi-bag-carry-on::before {
  content: "\F0F3B";
}

.mdi-bag-carry-on-check::before {
  content: "\F0D65";
}

.mdi-bag-carry-on-off::before {
  content: "\F0F3C";
}

.mdi-bag-checked::before {
  content: "\F0F3D";
}

.mdi-bag-personal::before {
  content: "\F0E10";
}

.mdi-bag-personal-off::before {
  content: "\F0E11";
}

.mdi-bag-personal-off-outline::before {
  content: "\F0E12";
}

.mdi-bag-personal-outline::before {
  content: "\F0E13";
}

.mdi-bag-personal-tag::before {
  content: "\F1B0C";
}

.mdi-bag-personal-tag-outline::before {
  content: "\F1B0D";
}

.mdi-bag-suitcase::before {
  content: "\F158B";
}

.mdi-bag-suitcase-off::before {
  content: "\F158D";
}

.mdi-bag-suitcase-off-outline::before {
  content: "\F158E";
}

.mdi-bag-suitcase-outline::before {
  content: "\F158C";
}

.mdi-baguette::before {
  content: "\F0F3E";
}

.mdi-balcony::before {
  content: "\F1817";
}

.mdi-balloon::before {
  content: "\F0A26";
}

.mdi-ballot::before {
  content: "\F09C9";
}

.mdi-ballot-outline::before {
  content: "\F09CA";
}

.mdi-ballot-recount::before {
  content: "\F0C39";
}

.mdi-ballot-recount-outline::before {
  content: "\F0C3A";
}

.mdi-bandage::before {
  content: "\F0DAF";
}

.mdi-bank::before {
  content: "\F0070";
}

.mdi-bank-check::before {
  content: "\F1655";
}

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

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

.mdi-bank-minus::before {
  content: "\F0DB0";
}

.mdi-bank-off::before {
  content: "\F1656";
}

.mdi-bank-off-outline::before {
  content: "\F1657";
}

.mdi-bank-outline::before {
  content: "\F0E80";
}

.mdi-bank-plus::before {
  content: "\F0DB1";
}

.mdi-bank-remove::before {
  content: "\F0DB2";
}

.mdi-bank-transfer::before {
  content: "\F0A27";
}

.mdi-bank-transfer-in::before {
  content: "\F0A28";
}

.mdi-bank-transfer-out::before {
  content: "\F0A29";
}

.mdi-barcode::before {
  content: "\F0071";
}

.mdi-barcode-off::before {
  content: "\F1236";
}

.mdi-barcode-scan::before {
  content: "\F0072";
}

.mdi-barley::before {
  content: "\F0073";
}

.mdi-barley-off::before {
  content: "\F0B5D";
}

.mdi-barn::before {
  content: "\F0B5E";
}

.mdi-barrel::before {
  content: "\F0074";
}

.mdi-barrel-outline::before {
  content: "\F1A28";
}

.mdi-baseball::before {
  content: "\F0852";
}

.mdi-baseball-bat::before {
  content: "\F0853";
}

.mdi-baseball-diamond::before {
  content: "\F15EC";
}

.mdi-baseball-diamond-outline::before {
  content: "\F15ED";
}

.mdi-baseball-outline::before {
  content: "\F1C5A";
}

.mdi-bash::before {
  content: "\F1183";
}

.mdi-basket::before {
  content: "\F0076";
}

.mdi-basket-check::before {
  content: "\F18E5";
}

.mdi-basket-check-outline::before {
  content: "\F18E6";
}

.mdi-basket-fill::before {
  content: "\F0077";
}

.mdi-basket-minus::before {
  content: "\F1523";
}

.mdi-basket-minus-outline::before {
  content: "\F1524";
}

.mdi-basket-off::before {
  content: "\F1525";
}

.mdi-basket-off-outline::before {
  content: "\F1526";
}

.mdi-basket-outline::before {
  content: "\F1181";
}

.mdi-basket-plus::before {
  content: "\F1527";
}

.mdi-basket-plus-outline::before {
  content: "\F1528";
}

.mdi-basket-remove::before {
  content: "\F1529";
}

.mdi-basket-remove-outline::before {
  content: "\F152A";
}

.mdi-basket-unfill::before {
  content: "\F0078";
}

.mdi-basketball::before {
  content: "\F0806";
}

.mdi-basketball-hoop::before {
  content: "\F0C3B";
}

.mdi-basketball-hoop-outline::before {
  content: "\F0C3C";
}

.mdi-bat::before {
  content: "\F0B5F";
}

.mdi-bathtub::before {
  content: "\F1818";
}

.mdi-bathtub-outline::before {
  content: "\F1819";
}

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

.mdi-battery-10::before {
  content: "\F007A";
}

.mdi-battery-10-bluetooth::before {
  content: "\F093E";
}

.mdi-battery-20::before {
  content: "\F007B";
}

.mdi-battery-20-bluetooth::before {
  content: "\F093F";
}

.mdi-battery-30::before {
  content: "\F007C";
}

.mdi-battery-30-bluetooth::before {
  content: "\F0940";
}

.mdi-battery-40::before {
  content: "\F007D";
}

.mdi-battery-40-bluetooth::before {
  content: "\F0941";
}

.mdi-battery-50::before {
  content: "\F007E";
}

.mdi-battery-50-bluetooth::before {
  content: "\F0942";
}

.mdi-battery-60::before {
  content: "\F007F";
}

.mdi-battery-60-bluetooth::before {
  content: "\F0943";
}

.mdi-battery-70::before {
  content: "\F0080";
}

.mdi-battery-70-bluetooth::before {
  content: "\F0944";
}

.mdi-battery-80::before {
  content: "\F0081";
}

.mdi-battery-80-bluetooth::before {
  content: "\F0945";
}

.mdi-battery-90::before {
  content: "\F0082";
}

.mdi-battery-90-bluetooth::before {
  content: "\F0946";
}

.mdi-battery-alert::before {
  content: "\F0083";
}

.mdi-battery-alert-bluetooth::before {
  content: "\F0947";
}

.mdi-battery-alert-variant::before {
  content: "\F10CC";
}

.mdi-battery-alert-variant-outline::before {
  content: "\F10CD";
}

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

.mdi-battery-arrow-down-outline::before {
  content: "\F17DF";
}

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

.mdi-battery-arrow-up-outline::before {
  content: "\F17E1";
}

.mdi-battery-bluetooth::before {
  content: "\F0948";
}

.mdi-battery-bluetooth-variant::before {
  content: "\F0949";
}

.mdi-battery-charging::before {
  content: "\F0084";
}

.mdi-battery-charging-10::before {
  content: "\F089C";
}

.mdi-battery-charging-100::before {
  content: "\F0085";
}

.mdi-battery-charging-20::before {
  content: "\F0086";
}

.mdi-battery-charging-30::before {
  content: "\F0087";
}

.mdi-battery-charging-40::before {
  content: "\F0088";
}

.mdi-battery-charging-50::before {
  content: "\F089D";
}

.mdi-battery-charging-60::before {
  content: "\F0089";
}

.mdi-battery-charging-70::before {
  content: "\F089E";
}

.mdi-battery-charging-80::before {
  content: "\F008A";
}

.mdi-battery-charging-90::before {
  content: "\F008B";
}

.mdi-battery-charging-high::before {
  content: "\F12A6";
}

.mdi-battery-charging-low::before {
  content: "\F12A4";
}

.mdi-battery-charging-medium::before {
  content: "\F12A5";
}

.mdi-battery-charging-outline::before {
  content: "\F089F";
}

.mdi-battery-charging-wireless::before {
  content: "\F0807";
}

.mdi-battery-charging-wireless-10::before {
  content: "\F0808";
}

.mdi-battery-charging-wireless-20::before {
  content: "\F0809";
}

.mdi-battery-charging-wireless-30::before {
  content: "\F080A";
}

.mdi-battery-charging-wireless-40::before {
  content: "\F080B";
}

.mdi-battery-charging-wireless-50::before {
  content: "\F080C";
}

.mdi-battery-charging-wireless-60::before {
  content: "\F080D";
}

.mdi-battery-charging-wireless-70::before {
  content: "\F080E";
}

.mdi-battery-charging-wireless-80::before {
  content: "\F080F";
}

.mdi-battery-charging-wireless-90::before {
  content: "\F0810";
}

.mdi-battery-charging-wireless-alert::before {
  content: "\F0811";
}

.mdi-battery-charging-wireless-outline::before {
  content: "\F0812";
}

.mdi-battery-check::before {
  content: "\F17E2";
}

.mdi-battery-check-outline::before {
  content: "\F17E3";
}

.mdi-battery-clock::before {
  content: "\F19E5";
}

.mdi-battery-clock-outline::before {
  content: "\F19E6";
}

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

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

.mdi-battery-heart-variant::before {
  content: "\F1211";
}

.mdi-battery-high::before {
  content: "\F12A3";
}

.mdi-battery-lock::before {
  content: "\F179C";
}

.mdi-battery-lock-open::before {
  content: "\F179D";
}

.mdi-battery-low::before {
  content: "\F12A1";
}

.mdi-battery-medium::before {
  content: "\F12A2";
}

.mdi-battery-minus::before {
  content: "\F17E4";
}

.mdi-battery-minus-outline::before {
  content: "\F17E5";
}

.mdi-battery-minus-variant::before {
  content: "\F008C";
}

.mdi-battery-negative::before {
  content: "\F008D";
}

.mdi-battery-off::before {
  content: "\F125D";
}

.mdi-battery-off-outline::before {
  content: "\F125E";
}

.mdi-battery-outline::before {
  content: "\F008E";
}

.mdi-battery-plus::before {
  content: "\F17E6";
}

.mdi-battery-plus-outline::before {
  content: "\F17E7";
}

.mdi-battery-plus-variant::before {
  content: "\F008F";
}

.mdi-battery-positive::before {
  content: "\F0090";
}

.mdi-battery-remove::before {
  content: "\F17E8";
}

.mdi-battery-remove-outline::before {
  content: "\F17E9";
}

.mdi-battery-sync::before {
  content: "\F1834";
}

.mdi-battery-sync-outline::before {
  content: "\F1835";
}

.mdi-battery-unknown::before {
  content: "\F0091";
}

.mdi-battery-unknown-bluetooth::before {
  content: "\F094A";
}

.mdi-beach::before {
  content: "\F0092";
}

.mdi-beaker::before {
  content: "\F0CEA";
}

.mdi-beaker-alert::before {
  content: "\F1229";
}

.mdi-beaker-alert-outline::before {
  content: "\F122A";
}

.mdi-beaker-check::before {
  content: "\F122B";
}

.mdi-beaker-check-outline::before {
  content: "\F122C";
}

.mdi-beaker-minus::before {
  content: "\F122D";
}

.mdi-beaker-minus-outline::before {
  content: "\F122E";
}

.mdi-beaker-outline::before {
  content: "\F0690";
}

.mdi-beaker-plus::before {
  content: "\F122F";
}

.mdi-beaker-plus-outline::before {
  content: "\F1230";
}

.mdi-beaker-question::before {
  content: "\F1231";
}

.mdi-beaker-question-outline::before {
  content: "\F1232";
}

.mdi-beaker-remove::before {
  content: "\F1233";
}

.mdi-beaker-remove-outline::before {
  content: "\F1234";
}

.mdi-bed::before {
  content: "\F02E3";
}

.mdi-bed-clock::before {
  content: "\F1B94";
}

.mdi-bed-double::before {
  content: "\F0FD4";
}

.mdi-bed-double-outline::before {
  content: "\F0FD3";
}

.mdi-bed-empty::before {
  content: "\F08A0";
}

.mdi-bed-king::before {
  content: "\F0FD2";
}

.mdi-bed-king-outline::before {
  content: "\F0FD1";
}

.mdi-bed-outline::before {
  content: "\F0099";
}

.mdi-bed-queen::before {
  content: "\F0FD0";
}

.mdi-bed-queen-outline::before {
  content: "\F0FDB";
}

.mdi-bed-single::before {
  content: "\F106D";
}

.mdi-bed-single-outline::before {
  content: "\F106E";
}

.mdi-bee::before {
  content: "\F0FA1";
}

.mdi-bee-flower::before {
  content: "\F0FA2";
}

.mdi-beehive-off-outline::before {
  content: "\F13ED";
}

.mdi-beehive-outline::before {
  content: "\F10CE";
}

.mdi-beekeeper::before {
  content: "\F14E2";
}

.mdi-beer::before {
  content: "\F0098";
}

.mdi-beer-outline::before {
  content: "\F130C";
}

.mdi-bell::before {
  content: "\F009A";
}

.mdi-bell-alert::before {
  content: "\F0D59";
}

.mdi-bell-alert-outline::before {
  content: "\F0E81";
}

.mdi-bell-badge::before {
  content: "\F116B";
}

.mdi-bell-badge-outline::before {
  content: "\F0178";
}

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

.mdi-bell-cancel-outline::before {
  content: "\F13E8";
}

.mdi-bell-check::before {
  content: "\F11E5";
}

.mdi-bell-check-outline::before {
  content: "\F11E6";
}

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

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

.mdi-bell-cog::before {
  content: "\F1A29";
}

.mdi-bell-cog-outline::before {
  content: "\F1A2A";
}

.mdi-bell-minus::before {
  content: "\F13E9";
}

.mdi-bell-minus-outline::before {
  content: "\F13EA";
}

.mdi-bell-off::before {
  content: "\F009B";
}

.mdi-bell-off-outline::before {
  content: "\F0A91";
}

.mdi-bell-outline::before {
  content: "\F009C";
}

.mdi-bell-plus::before {
  content: "\F009D";
}

.mdi-bell-plus-outline::before {
  content: "\F0A92";
}

.mdi-bell-remove::before {
  content: "\F13EB";
}

.mdi-bell-remove-outline::before {
  content: "\F13EC";
}

.mdi-bell-ring::before {
  content: "\F009E";
}

.mdi-bell-ring-outline::before {
  content: "\F009F";
}

.mdi-bell-sleep::before {
  content: "\F00A0";
}

.mdi-bell-sleep-outline::before {
  content: "\F0A93";
}

.mdi-bench::before {
  content: "\F1C21";
}

.mdi-bench-back::before {
  content: "\F1C22";
}

.mdi-beta::before {
  content: "\F00A1";
}

.mdi-betamax::before {
  content: "\F09CB";
}

.mdi-biathlon::before {
  content: "\F0E14";
}

.mdi-bicycle::before {
  content: "\F109C";
}

.mdi-bicycle-basket::before {
  content: "\F1235";
}

.mdi-bicycle-cargo::before {
  content: "\F189C";
}

.mdi-bicycle-electric::before {
  content: "\F15B4";
}

.mdi-bicycle-penny-farthing::before {
  content: "\F15E9";
}

.mdi-bike::before {
  content: "\F00A3";
}

.mdi-bike-fast::before {
  content: "\F111F";
}

.mdi-bike-pedal::before {
  content: "\F1C23";
}

.mdi-bike-pedal-clipless::before {
  content: "\F1C24";
}

.mdi-bike-pedal-mountain::before {
  content: "\F1C25";
}

.mdi-billboard::before {
  content: "\F1010";
}

.mdi-billiards::before {
  content: "\F0B61";
}

.mdi-billiards-rack::before {
  content: "\F0B62";
}

.mdi-binoculars::before {
  content: "\F00A5";
}

.mdi-bio::before {
  content: "\F00A6";
}

.mdi-biohazard::before {
  content: "\F00A7";
}

.mdi-bird::before {
  content: "\F15C6";
}

.mdi-bitbucket::before {
  content: "\F00A8";
}

.mdi-bitcoin::before {
  content: "\F0813";
}

.mdi-black-mesa::before {
  content: "\F00A9";
}

.mdi-blender::before {
  content: "\F0CEB";
}

.mdi-blender-outline::before {
  content: "\F181A";
}

.mdi-blender-software::before {
  content: "\F00AB";
}

.mdi-blinds::before {
  content: "\F00AC";
}

.mdi-blinds-horizontal::before {
  content: "\F1A2B";
}

.mdi-blinds-horizontal-closed::before {
  content: "\F1A2C";
}

.mdi-blinds-open::before {
  content: "\F1011";
}

.mdi-blinds-vertical::before {
  content: "\F1A2D";
}

.mdi-blinds-vertical-closed::before {
  content: "\F1A2E";
}

.mdi-block-helper::before {
  content: "\F00AD";
}

.mdi-blood-bag::before {
  content: "\F0CEC";
}

.mdi-bluetooth::before {
  content: "\F00AF";
}

.mdi-bluetooth-audio::before {
  content: "\F00B0";
}

.mdi-bluetooth-connect::before {
  content: "\F00B1";
}

.mdi-bluetooth-off::before {
  content: "\F00B2";
}

.mdi-bluetooth-settings::before {
  content: "\F00B3";
}

.mdi-bluetooth-transfer::before {
  content: "\F00B4";
}

.mdi-blur::before {
  content: "\F00B5";
}

.mdi-blur-linear::before {
  content: "\F00B6";
}

.mdi-blur-off::before {
  content: "\F00B7";
}

.mdi-blur-radial::before {
  content: "\F00B8";
}

.mdi-bolt::before {
  content: "\F0DB3";
}

.mdi-bomb::before {
  content: "\F0691";
}

.mdi-bomb-off::before {
  content: "\F06C5";
}

.mdi-bone::before {
  content: "\F00B9";
}

.mdi-bone-off::before {
  content: "\F19E0";
}

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

.mdi-book-account::before {
  content: "\F13AD";
}

.mdi-book-account-outline::before {
  content: "\F13AE";
}

.mdi-book-alert::before {
  content: "\F167C";
}

.mdi-book-alert-outline::before {
  content: "\F167D";
}

.mdi-book-alphabet::before {
  content: "\F061D";
}

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

.mdi-book-arrow-down-outline::before {
  content: "\F167F";
}

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

.mdi-book-arrow-left-outline::before {
  content: "\F1681";
}

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

.mdi-book-arrow-right-outline::before {
  content: "\F1683";
}

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

.mdi-book-arrow-up-outline::before {
  content: "\F1685";
}

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

.mdi-book-cancel-outline::before {
  content: "\F1687";
}

.mdi-book-check::before {
  content: "\F14F3";
}

.mdi-book-check-outline::before {
  content: "\F14F4";
}

.mdi-book-clock::before {
  content: "\F1688";
}

.mdi-book-clock-outline::before {
  content: "\F1689";
}

.mdi-book-cog::before {
  content: "\F168A";
}

.mdi-book-cog-outline::before {
  content: "\F168B";
}

.mdi-book-cross::before {
  content: "\F00A2";
}

.mdi-book-edit::before {
  content: "\F168C";
}

.mdi-book-edit-outline::before {
  content: "\F168D";
}

.mdi-book-education::before {
  content: "\F16C9";
}

.mdi-book-education-outline::before {
  content: "\F16CA";
}

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

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

.mdi-book-information-variant::before {
  content: "\F106F";
}

.mdi-book-lock::before {
  content: "\F079A";
}

.mdi-book-lock-open::before {
  content: "\F079B";
}

.mdi-book-lock-open-outline::before {
  content: "\F168E";
}

.mdi-book-lock-outline::before {
  content: "\F168F";
}

.mdi-book-marker::before {
  content: "\F1690";
}

.mdi-book-marker-outline::before {
  content: "\F1691";
}

.mdi-book-minus::before {
  content: "\F05D9";
}

.mdi-book-minus-multiple::before {
  content: "\F0A94";
}

.mdi-book-minus-multiple-outline::before {
  content: "\F090B";
}

.mdi-book-minus-outline::before {
  content: "\F1692";
}

.mdi-book-multiple::before {
  content: "\F00BB";
}

.mdi-book-multiple-outline::before {
  content: "\F0436";
}

.mdi-book-music::before {
  content: "\F0067";
}

.mdi-book-music-outline::before {
  content: "\F1693";
}

.mdi-book-off::before {
  content: "\F1694";
}

.mdi-book-off-outline::before {
  content: "\F1695";
}

.mdi-book-open::before {
  content: "\F00BD";
}

.mdi-book-open-blank-variant::before {
  content: "\F00BE";
}

.mdi-book-open-outline::before {
  content: "\F0B63";
}

.mdi-book-open-page-variant::before {
  content: "\F05DA";
}

.mdi-book-open-page-variant-outline::before {
  content: "\F15D6";
}

.mdi-book-open-variant::before {
  content: "\F14F7";
}

.mdi-book-outline::before {
  content: "\F0B64";
}

.mdi-book-play::before {
  content: "\F0E82";
}

.mdi-book-play-outline::before {
  content: "\F0E83";
}

.mdi-book-plus::before {
  content: "\F05DB";
}

.mdi-book-plus-multiple::before {
  content: "\F0A95";
}

.mdi-book-plus-multiple-outline::before {
  content: "\F0ADE";
}

.mdi-book-plus-outline::before {
  content: "\F1696";
}

.mdi-book-refresh::before {
  content: "\F1697";
}

.mdi-book-refresh-outline::before {
  content: "\F1698";
}

.mdi-book-remove::before {
  content: "\F0A97";
}

.mdi-book-remove-multiple::before {
  content: "\F0A96";
}

.mdi-book-remove-multiple-outline::before {
  content: "\F04CA";
}

.mdi-book-remove-outline::before {
  content: "\F1699";
}

.mdi-book-search::before {
  content: "\F0E84";
}

.mdi-book-search-outline::before {
  content: "\F0E85";
}

.mdi-book-settings::before {
  content: "\F169A";
}

.mdi-book-settings-outline::before {
  content: "\F169B";
}

.mdi-book-sync::before {
  content: "\F169C";
}

.mdi-book-sync-outline::before {
  content: "\F16C8";
}

.mdi-book-variant::before {
  content: "\F00BF";
}

.mdi-bookmark::before {
  content: "\F00C0";
}

.mdi-bookmark-box::before {
  content: "\F1B75";
}

.mdi-bookmark-box-multiple::before {
  content: "\F196C";
}

.mdi-bookmark-box-multiple-outline::before {
  content: "\F196D";
}

.mdi-bookmark-box-outline::before {
  content: "\F1B76";
}

.mdi-bookmark-check::before {
  content: "\F00C1";
}

.mdi-bookmark-check-outline::before {
  content: "\F137B";
}

.mdi-bookmark-minus::before {
  content: "\F09CC";
}

.mdi-bookmark-minus-outline::before {
  content: "\F09CD";
}

.mdi-bookmark-multiple::before {
  content: "\F0E15";
}

.mdi-bookmark-multiple-outline::before {
  content: "\F0E16";
}

.mdi-bookmark-music::before {
  content: "\F00C2";
}

.mdi-bookmark-music-outline::before {
  content: "\F1379";
}

.mdi-bookmark-off::before {
  content: "\F09CE";
}

.mdi-bookmark-off-outline::before {
  content: "\F09CF";
}

.mdi-bookmark-outline::before {
  content: "\F00C3";
}

.mdi-bookmark-plus::before {
  content: "\F00C5";
}

.mdi-bookmark-plus-outline::before {
  content: "\F00C4";
}

.mdi-bookmark-remove::before {
  content: "\F00C6";
}

.mdi-bookmark-remove-outline::before {
  content: "\F137A";
}

.mdi-bookshelf::before {
  content: "\F125F";
}

.mdi-boom-gate::before {
  content: "\F0E86";
}

.mdi-boom-gate-alert::before {
  content: "\F0E87";
}

.mdi-boom-gate-alert-outline::before {
  content: "\F0E88";
}

.mdi-boom-gate-arrow-down::before {
  content: "\F0E89";
}

.mdi-boom-gate-arrow-down-outline::before {
  content: "\F0E8A";
}

.mdi-boom-gate-arrow-up::before {
  content: "\F0E8C";
}

.mdi-boom-gate-arrow-up-outline::before {
  content: "\F0E8D";
}

.mdi-boom-gate-outline::before {
  content: "\F0E8B";
}

.mdi-boom-gate-up::before {
  content: "\F17F9";
}

.mdi-boom-gate-up-outline::before {
  content: "\F17FA";
}

.mdi-boombox::before {
  content: "\F05DC";
}

.mdi-boomerang::before {
  content: "\F10CF";
}

.mdi-bootstrap::before {
  content: "\F06C6";
}

.mdi-border-all::before {
  content: "\F00C7";
}

.mdi-border-all-variant::before {
  content: "\F08A1";
}

.mdi-border-bottom::before {
  content: "\F00C8";
}

.mdi-border-bottom-variant::before {
  content: "\F08A2";
}

.mdi-border-color::before {
  content: "\F00C9";
}

.mdi-border-horizontal::before {
  content: "\F00CA";
}

.mdi-border-inside::before {
  content: "\F00CB";
}

.mdi-border-left::before {
  content: "\F00CC";
}

.mdi-border-left-variant::before {
  content: "\F08A3";
}

.mdi-border-none::before {
  content: "\F00CD";
}

.mdi-border-none-variant::before {
  content: "\F08A4";
}

.mdi-border-outside::before {
  content: "\F00CE";
}

.mdi-border-radius::before {
  content: "\F1AF4";
}

.mdi-border-right::before {
  content: "\F00CF";
}

.mdi-border-right-variant::before {
  content: "\F08A5";
}

.mdi-border-style::before {
  content: "\F00D0";
}

.mdi-border-top::before {
  content: "\F00D1";
}

.mdi-border-top-variant::before {
  content: "\F08A6";
}

.mdi-border-vertical::before {
  content: "\F00D2";
}

.mdi-bottle-soda::before {
  content: "\F1070";
}

.mdi-bottle-soda-classic::before {
  content: "\F1071";
}

.mdi-bottle-soda-classic-outline::before {
  content: "\F1363";
}

.mdi-bottle-soda-outline::before {
  content: "\F1072";
}

.mdi-bottle-tonic::before {
  content: "\F112E";
}

.mdi-bottle-tonic-outline::before {
  content: "\F112F";
}

.mdi-bottle-tonic-plus::before {
  content: "\F1130";
}

.mdi-bottle-tonic-plus-outline::before {
  content: "\F1131";
}

.mdi-bottle-tonic-skull::before {
  content: "\F1132";
}

.mdi-bottle-tonic-skull-outline::before {
  content: "\F1133";
}

.mdi-bottle-wine::before {
  content: "\F0854";
}

.mdi-bottle-wine-outline::before {
  content: "\F1310";
}

.mdi-bow-arrow::before {
  content: "\F1841";
}

.mdi-bow-tie::before {
  content: "\F0678";
}

.mdi-bowl::before {
  content: "\F028E";
}

.mdi-bowl-mix::before {
  content: "\F0617";
}

.mdi-bowl-mix-outline::before {
  content: "\F02E4";
}

.mdi-bowl-outline::before {
  content: "\F02A9";
}

.mdi-bowling::before {
  content: "\F00D3";
}

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

.mdi-box-cutter::before {
  content: "\F00D5";
}

.mdi-box-cutter-off::before {
  content: "\F0B4A";
}

.mdi-box-shadow::before {
  content: "\F0637";
}

.mdi-boxing-glove::before {
  content: "\F0B65";
}

.mdi-braille::before {
  content: "\F09D0";
}

.mdi-brain::before {
  content: "\F09D1";
}

.mdi-bread-slice::before {
  content: "\F0CEE";
}

.mdi-bread-slice-outline::before {
  content: "\F0CEF";
}

.mdi-bridge::before {
  content: "\F0618";
}

.mdi-briefcase::before {
  content: "\F00D6";
}

.mdi-briefcase-account::before {
  content: "\F0CF0";
}

.mdi-briefcase-account-outline::before {
  content: "\F0CF1";
}

.mdi-briefcase-arrow-left-right::before {
  content: "\F1A8D";
}

.mdi-briefcase-arrow-left-right-outline::before {
  content: "\F1A8E";
}

.mdi-briefcase-arrow-up-down::before {
  content: "\F1A8F";
}

.mdi-briefcase-arrow-up-down-outline::before {
  content: "\F1A90";
}

.mdi-briefcase-check::before {
  content: "\F00D7";
}

.mdi-briefcase-check-outline::before {
  content: "\F131E";
}

.mdi-briefcase-clock::before {
  content: "\F10D0";
}

.mdi-briefcase-clock-outline::before {
  content: "\F10D1";
}

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

.mdi-briefcase-download-outline::before {
  content: "\F0C3D";
}

.mdi-briefcase-edit::before {
  content: "\F0A98";
}

.mdi-briefcase-edit-outline::before {
  content: "\F0C3E";
}

.mdi-briefcase-eye::before {
  content: "\F17D9";
}

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

.mdi-briefcase-minus::before {
  content: "\F0A2A";
}

.mdi-briefcase-minus-outline::before {
  content: "\F0C3F";
}

.mdi-briefcase-off::before {
  content: "\F1658";
}

.mdi-briefcase-off-outline::before {
  content: "\F1659";
}

.mdi-briefcase-outline::before {
  content: "\F0814";
}

.mdi-briefcase-plus::before {
  content: "\F0A2B";
}

.mdi-briefcase-plus-outline::before {
  content: "\F0C40";
}

.mdi-briefcase-remove::before {
  content: "\F0A2C";
}

.mdi-briefcase-remove-outline::before {
  content: "\F0C41";
}

.mdi-briefcase-search::before {
  content: "\F0A2D";
}

.mdi-briefcase-search-outline::before {
  content: "\F0C42";
}

.mdi-briefcase-upload::before {
  content: "\F00D9";
}

.mdi-briefcase-upload-outline::before {
  content: "\F0C43";
}

.mdi-briefcase-variant::before {
  content: "\F1494";
}

.mdi-briefcase-variant-off::before {
  content: "\F165A";
}

.mdi-briefcase-variant-off-outline::before {
  content: "\F165B";
}

.mdi-briefcase-variant-outline::before {
  content: "\F1495";
}

.mdi-brightness-1::before {
  content: "\F00DA";
}

.mdi-brightness-2::before {
  content: "\F00DB";
}

.mdi-brightness-3::before {
  content: "\F00DC";
}

.mdi-brightness-4::before {
  content: "\F00DD";
}

.mdi-brightness-5::before {
  content: "\F00DE";
}

.mdi-brightness-6::before {
  content: "\F00DF";
}

.mdi-brightness-7::before {
  content: "\F00E0";
}

.mdi-brightness-auto::before {
  content: "\F00E1";
}

.mdi-brightness-percent::before {
  content: "\F0CF2";
}

.mdi-broadcast::before {
  content: "\F1720";
}

.mdi-broadcast-off::before {
  content: "\F1721";
}

.mdi-broom::before {
  content: "\F00E2";
}

.mdi-brush::before {
  content: "\F00E3";
}

.mdi-brush-off::before {
  content: "\F1771";
}

.mdi-brush-outline::before {
  content: "\F1A0D";
}

.mdi-brush-variant::before {
  content: "\F1813";
}

.mdi-bucket::before {
  content: "\F1415";
}

.mdi-bucket-outline::before {
  content: "\F1416";
}

.mdi-buffet::before {
  content: "\F0578";
}

.mdi-bug::before {
  content: "\F00E4";
}

.mdi-bug-check::before {
  content: "\F0A2E";
}

.mdi-bug-check-outline::before {
  content: "\F0A2F";
}

.mdi-bug-outline::before {
  content: "\F0A30";
}

.mdi-bug-pause::before {
  content: "\F1AF5";
}

.mdi-bug-pause-outline::before {
  content: "\F1AF6";
}

.mdi-bug-play::before {
  content: "\F1AF7";
}

.mdi-bug-play-outline::before {
  content: "\F1AF8";
}

.mdi-bug-stop::before {
  content: "\F1AF9";
}

.mdi-bug-stop-outline::before {
  content: "\F1AFA";
}

.mdi-bugle::before {
  content: "\F0DB4";
}

.mdi-bulkhead-light::before {
  content: "\F1A2F";
}

.mdi-bulldozer::before {
  content: "\F0B22";
}

.mdi-bullet::before {
  content: "\F0CF3";
}

.mdi-bulletin-board::before {
  content: "\F00E5";
}

.mdi-bullhorn::before {
  content: "\F00E6";
}

.mdi-bullhorn-outline::before {
  content: "\F0B23";
}

.mdi-bullhorn-variant::before {
  content: "\F196E";
}

.mdi-bullhorn-variant-outline::before {
  content: "\F196F";
}

.mdi-bullseye::before {
  content: "\F05DD";
}

.mdi-bullseye-arrow::before {
  content: "\F08C9";
}

.mdi-bulma::before {
  content: "\F12E7";
}

.mdi-bunk-bed::before {
  content: "\F1302";
}

.mdi-bunk-bed-outline::before {
  content: "\F0097";
}

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

.mdi-bus-alert::before {
  content: "\F0A99";
}

.mdi-bus-articulated-end::before {
  content: "\F079C";
}

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

.mdi-bus-clock::before {
  content: "\F08CA";
}

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

.mdi-bus-electric::before {
  content: "\F191D";
}

.mdi-bus-marker::before {
  content: "\F1212";
}

.mdi-bus-multiple::before {
  content: "\F0F3F";
}

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

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

.mdi-bus-stop::before {
  content: "\F1012";
}

.mdi-bus-stop-covered::before {
  content: "\F1013";
}

.mdi-bus-stop-uncovered::before {
  content: "\F1014";
}

.mdi-butterfly::before {
  content: "\F1589";
}

.mdi-butterfly-outline::before {
  content: "\F158A";
}

.mdi-button-cursor::before {
  content: "\F1B4F";
}

.mdi-button-pointer::before {
  content: "\F1B50";
}

.mdi-cabin-a-frame::before {
  content: "\F188C";
}

.mdi-cable-data::before {
  content: "\F1394";
}

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

.mdi-cactus::before {
  content: "\F0DB5";
}

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

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

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

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

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

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

.mdi-calculator-variant-outline::before {
  content: "\F15A6";
}

.mdi-calendar::before {
  content: "\F00ED";
}

.mdi-calendar-account::before {
  content: "\F0ED7";
}

.mdi-calendar-account-outline::before {
  content: "\F0ED8";
}

.mdi-calendar-alert::before {
  content: "\F0A31";
}

.mdi-calendar-alert-outline::before {
  content: "\F1B62";
}

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

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

.mdi-calendar-badge::before {
  content: "\F1B9D";
}

.mdi-calendar-badge-outline::before {
  content: "\F1B9E";
}

.mdi-calendar-blank::before {
  content: "\F00EE";
}

.mdi-calendar-blank-multiple::before {
  content: "\F1073";
}

.mdi-calendar-blank-outline::before {
  content: "\F0B66";
}

.mdi-calendar-check::before {
  content: "\F00EF";
}

.mdi-calendar-check-outline::before {
  content: "\F0C44";
}

.mdi-calendar-clock::before {
  content: "\F00F0";
}

.mdi-calendar-clock-outline::before {
  content: "\F16E1";
}

.mdi-calendar-collapse-horizontal::before {
  content: "\F189D";
}

.mdi-calendar-collapse-horizontal-outline::before {
  content: "\F1B63";
}

.mdi-calendar-cursor::before {
  content: "\F157B";
}

.mdi-calendar-cursor-outline::before {
  content: "\F1B64";
}

.mdi-calendar-edit::before {
  content: "\F08A7";
}

.mdi-calendar-edit-outline::before {
  content: "\F1B65";
}

.mdi-calendar-end::before {
  content: "\F166C";
}

.mdi-calendar-end-outline::before {
  content: "\F1B66";
}

.mdi-calendar-expand-horizontal::before {
  content: "\F189E";
}

.mdi-calendar-expand-horizontal-outline::before {
  content: "\F1B67";
}

.mdi-calendar-export::before {
  content: "\F0B24";
}

.mdi-calendar-export-outline::before {
  content: "\F1B68";
}

.mdi-calendar-filter::before {
  content: "\F1A32";
}

.mdi-calendar-filter-outline::before {
  content: "\F1A33";
}

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

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

.mdi-calendar-import::before {
  content: "\F0B25";
}

.mdi-calendar-import-outline::before {
  content: "\F1B6A";
}

.mdi-calendar-lock::before {
  content: "\F1641";
}

.mdi-calendar-lock-open::before {
  content: "\F1B5B";
}

.mdi-calendar-lock-open-outline::before {
  content: "\F1B5C";
}

.mdi-calendar-lock-outline::before {
  content: "\F1642";
}

.mdi-calendar-minus::before {
  content: "\F0D5C";
}

.mdi-calendar-minus-outline::before {
  content: "\F1B6B";
}

.mdi-calendar-month::before {
  content: "\F0E17";
}

.mdi-calendar-month-outline::before {
  content: "\F0E18";
}

.mdi-calendar-multiple::before {
  content: "\F00F1";
}

.mdi-calendar-multiple-check::before {
  content: "\F00F2";
}

.mdi-calendar-multiselect::before {
  content: "\F0A32";
}

.mdi-calendar-multiselect-outline::before {
  content: "\F1B55";
}

.mdi-calendar-outline::before {
  content: "\F0B67";
}

.mdi-calendar-plus::before {
  content: "\F00F3";
}

.mdi-calendar-plus-outline::before {
  content: "\F1B6C";
}

.mdi-calendar-question::before {
  content: "\F0692";
}

.mdi-calendar-question-outline::before {
  content: "\F1B6D";
}

.mdi-calendar-range::before {
  content: "\F0679";
}

.mdi-calendar-range-outline::before {
  content: "\F0B68";
}

.mdi-calendar-refresh::before {
  content: "\F01E1";
}

.mdi-calendar-refresh-outline::before {
  content: "\F0203";
}

.mdi-calendar-remove::before {
  content: "\F00F4";
}

.mdi-calendar-remove-outline::before {
  content: "\F0C45";
}

.mdi-calendar-search::before {
  content: "\F094C";
}

.mdi-calendar-search-outline::before {
  content: "\F1B6E";
}

.mdi-calendar-star::before {
  content: "\F09D3";
}

.mdi-calendar-star-four-points::before {
  content: "\F1C1F";
}

.mdi-calendar-star-outline::before {
  content: "\F1B53";
}

.mdi-calendar-start::before {
  content: "\F166D";
}

.mdi-calendar-start-outline::before {
  content: "\F1B6F";
}

.mdi-calendar-sync::before {
  content: "\F0E8E";
}

.mdi-calendar-sync-outline::before {
  content: "\F0E8F";
}

.mdi-calendar-text::before {
  content: "\F00F5";
}

.mdi-calendar-text-outline::before {
  content: "\F0C46";
}

.mdi-calendar-today::before {
  content: "\F00F6";
}

.mdi-calendar-today-outline::before {
  content: "\F1A30";
}

.mdi-calendar-week::before {
  content: "\F0A33";
}

.mdi-calendar-week-begin::before {
  content: "\F0A34";
}

.mdi-calendar-week-begin-outline::before {
  content: "\F1A31";
}

.mdi-calendar-week-outline::before {
  content: "\F1A34";
}

.mdi-calendar-weekend::before {
  content: "\F0ED9";
}

.mdi-calendar-weekend-outline::before {
  content: "\F0EDA";
}

.mdi-call-made::before {
  content: "\F00F7";
}

.mdi-call-merge::before {
  content: "\F00F8";
}

.mdi-call-missed::before {
  content: "\F00F9";
}

.mdi-call-received::before {
  content: "\F00FA";
}

.mdi-call-split::before {
  content: "\F00FB";
}

.mdi-camcorder::before {
  content: "\F00FC";
}

.mdi-camcorder-off::before {
  content: "\F00FF";
}

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

.mdi-camera-account::before {
  content: "\F08CB";
}

.mdi-camera-burst::before {
  content: "\F0693";
}

.mdi-camera-control::before {
  content: "\F0B69";
}

.mdi-camera-document::before {
  content: "\F1871";
}

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

.mdi-camera-enhance::before {
  content: "\F0101";
}

.mdi-camera-enhance-outline::before {
  content: "\F0B6A";
}

.mdi-camera-flip::before {
  content: "\F15D9";
}

.mdi-camera-flip-outline::before {
  content: "\F15DA";
}

.mdi-camera-front::before {
  content: "\F0102";
}

.mdi-camera-front-variant::before {
  content: "\F0103";
}

.mdi-camera-gopro::before {
  content: "\F07A1";
}

.mdi-camera-image::before {
  content: "\F08CC";
}

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

.mdi-camera-lock::before {
  content: "\F1A14";
}

.mdi-camera-lock-open::before {
  content: "\F1C0D";
}

.mdi-camera-lock-open-outline::before {
  content: "\F1C0E";
}

.mdi-camera-lock-outline::before {
  content: "\F1A15";
}

.mdi-camera-marker::before {
  content: "\F19A7";
}

.mdi-camera-marker-outline::before {
  content: "\F19A8";
}

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

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

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

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

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

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

.mdi-camera-outline::before {
  content: "\F0D5D";
}

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

.mdi-camera-plus::before {
  content: "\F0EDB";
}

.mdi-camera-plus-outline::before {
  content: "\F0EDC";
}

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

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

.mdi-camera-retake::before {
  content: "\F0E19";
}

.mdi-camera-retake-outline::before {
  content: "\F0E1A";
}

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

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

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

.mdi-camera-wireless::before {
  content: "\F0DB6";
}

.mdi-camera-wireless-outline::before {
  content: "\F0DB7";
}

.mdi-campfire::before {
  content: "\F0EDD";
}

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

.mdi-candelabra::before {
  content: "\F17D2";
}

.mdi-candelabra-fire::before {
  content: "\F17D3";
}

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

.mdi-candy::before {
  content: "\F1970";
}

.mdi-candy-off::before {
  content: "\F1971";
}

.mdi-candy-off-outline::before {
  content: "\F1972";
}

.mdi-candy-outline::before {
  content: "\F1973";
}

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

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

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

.mdi-caps-lock::before {
  content: "\F0A9B";
}

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

.mdi-car-2-plus::before {
  content: "\F1015";
}

.mdi-car-3-plus::before {
  content: "\F1016";
}

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

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

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

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

.mdi-car-brake-abs::before {
  content: "\F0C47";
}

.mdi-car-brake-alert::before {
  content: "\F0C48";
}

.mdi-car-brake-fluid-level::before {
  content: "\F1909";
}

.mdi-car-brake-hold::before {
  content: "\F0D5E";
}

.mdi-car-brake-low-pressure::before {
  content: "\F190A";
}

.mdi-car-brake-parking::before {
  content: "\F0D5F";
}

.mdi-car-brake-retarder::before {
  content: "\F1017";
}

.mdi-car-brake-temperature::before {
  content: "\F190B";
}

.mdi-car-brake-worn-linings::before {
  content: "\F190C";
}

.mdi-car-child-seat::before {
  content: "\F0FA3";
}

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

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

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

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

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

.mdi-car-coolant-level::before {
  content: "\F1019";
}

.mdi-car-cruise-control::before {
  content: "\F0D60";
}

.mdi-car-defrost-front::before {
  content: "\F0D61";
}

.mdi-car-defrost-rear::before {
  content: "\F0D62";
}

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

.mdi-car-door-lock::before {
  content: "\F109D";
}

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

.mdi-car-electric-outline::before {
  content: "\F15B5";
}

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

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

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

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

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

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

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

.mdi-car-light-alert::before {
  content: "\F190D";
}

.mdi-car-light-dimmed::before {
  content: "\F0C4A";
}

.mdi-car-light-fog::before {
  content: "\F0C4B";
}

.mdi-car-light-high::before {
  content: "\F0C4C";
}

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

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

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

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

.mdi-car-parking-lights::before {
  content: "\F0D63";
}

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

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

.mdi-car-search-outline::before {
  content: "\F1B8E";
}

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

.mdi-car-seat-cooler::before {
  content: "\F0FA5";
}

.mdi-car-seat-heater::before {
  content: "\F0FA6";
}

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

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

.mdi-car-shift-pattern::before {
  content: "\F0F40";
}

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

.mdi-car-speed-limiter::before {
  content: "\F190E";
}

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

.mdi-car-tire-alert::before {
  content: "\F0C4D";
}

.mdi-car-traction-control::before {
  content: "\F0D64";
}

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

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

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

.mdi-car-windshield-outline::before {
  content: "\F101C";
}

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

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

.mdi-carabiner::before {
  content: "\F14C0";
}

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

.mdi-card::before {
  content: "\F0B6F";
}

.mdi-card-account-details::before {
  content: "\F05D2";
}

.mdi-card-account-details-outline::before {
  content: "\F0DAB";
}

.mdi-card-account-details-star::before {
  content: "\F02A3";
}

.mdi-card-account-details-star-outline::before {
  content: "\F06DB";
}

.mdi-card-account-mail::before {
  content: "\F018E";
}

.mdi-card-account-mail-outline::before {
  content: "\F0E98";
}

.mdi-card-account-phone::before {
  content: "\F0E99";
}

.mdi-card-account-phone-outline::before {
  content: "\F0E9A";
}

.mdi-card-bulleted::before {
  content: "\F0B70";
}

.mdi-card-bulleted-off::before {
  content: "\F0B71";
}

.mdi-card-bulleted-off-outline::before {
  content: "\F0B72";
}

.mdi-card-bulleted-outline::before {
  content: "\F0B73";
}

.mdi-card-bulleted-settings::before {
  content: "\F0B74";
}

.mdi-card-bulleted-settings-outline::before {
  content: "\F0B75";
}

.mdi-card-minus::before {
  content: "\F1600";
}

.mdi-card-minus-outline::before {
  content: "\F1601";
}

.mdi-card-multiple::before {
  content: "\F17F1";
}

.mdi-card-multiple-outline::before {
  content: "\F17F2";
}

.mdi-card-off::before {
  content: "\F1602";
}

.mdi-card-off-outline::before {
  content: "\F1603";
}

.mdi-card-outline::before {
  content: "\F0B76";
}

.mdi-card-plus::before {
  content: "\F11FF";
}

.mdi-card-plus-outline::before {
  content: "\F1200";
}

.mdi-card-remove::before {
  content: "\F1604";
}

.mdi-card-remove-outline::before {
  content: "\F1605";
}

.mdi-card-search::before {
  content: "\F1074";
}

.mdi-card-search-outline::before {
  content: "\F1075";
}

.mdi-card-text::before {
  content: "\F0B77";
}

.mdi-card-text-outline::before {
  content: "\F0B78";
}

.mdi-cards::before {
  content: "\F0638";
}

.mdi-cards-club::before {
  content: "\F08CE";
}

.mdi-cards-club-outline::before {
  content: "\F189F";
}

.mdi-cards-diamond::before {
  content: "\F08CF";
}

.mdi-cards-diamond-outline::before {
  content: "\F101D";
}

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

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

.mdi-cards-outline::before {
  content: "\F0639";
}

.mdi-cards-playing::before {
  content: "\F18A1";
}

.mdi-cards-playing-club::before {
  content: "\F18A2";
}

.mdi-cards-playing-club-multiple::before {
  content: "\F18A3";
}

.mdi-cards-playing-club-multiple-outline::before {
  content: "\F18A4";
}

.mdi-cards-playing-club-outline::before {
  content: "\F18A5";
}

.mdi-cards-playing-diamond::before {
  content: "\F18A6";
}

.mdi-cards-playing-diamond-multiple::before {
  content: "\F18A7";
}

.mdi-cards-playing-diamond-multiple-outline::before {
  content: "\F18A8";
}

.mdi-cards-playing-diamond-outline::before {
  content: "\F18A9";
}

.mdi-cards-playing-heart::before {
  content: "\F18AA";
}

.mdi-cards-playing-heart-multiple::before {
  content: "\F18AB";
}

.mdi-cards-playing-heart-multiple-outline::before {
  content: "\F18AC";
}

.mdi-cards-playing-heart-outline::before {
  content: "\F18AD";
}

.mdi-cards-playing-outline::before {
  content: "\F063A";
}

.mdi-cards-playing-spade::before {
  content: "\F18AE";
}

.mdi-cards-playing-spade-multiple::before {
  content: "\F18AF";
}

.mdi-cards-playing-spade-multiple-outline::before {
  content: "\F18B0";
}

.mdi-cards-playing-spade-outline::before {
  content: "\F18B1";
}

.mdi-cards-spade::before {
  content: "\F08D1";
}

.mdi-cards-spade-outline::before {
  content: "\F18B2";
}

.mdi-cards-variant::before {
  content: "\F06C7";
}

.mdi-carrot::before {
  content: "\F010F";
}

.mdi-cart::before {
  content: "\F0110";
}

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

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

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

.mdi-cart-check::before {
  content: "\F15EA";
}

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

.mdi-cart-minus::before {
  content: "\F0D68";
}

.mdi-cart-off::before {
  content: "\F066B";
}

.mdi-cart-outline::before {
  content: "\F0111";
}

.mdi-cart-percent::before {
  content: "\F1BAE";
}

.mdi-cart-plus::before {
  content: "\F0112";
}

.mdi-cart-remove::before {
  content: "\F0D69";
}

.mdi-cart-variant::before {
  content: "\F15EB";
}

.mdi-case-sensitive-alt::before {
  content: "\F0113";
}

.mdi-cash::before {
  content: "\F0114";
}

.mdi-cash-100::before {
  content: "\F0115";
}

.mdi-cash-check::before {
  content: "\F14EE";
}

.mdi-cash-clock::before {
  content: "\F1A91";
}

.mdi-cash-fast::before {
  content: "\F185C";
}

.mdi-cash-lock::before {
  content: "\F14EA";
}

.mdi-cash-lock-open::before {
  content: "\F14EB";
}

.mdi-cash-marker::before {
  content: "\F0DB8";
}

.mdi-cash-minus::before {
  content: "\F1260";
}

.mdi-cash-multiple::before {
  content: "\F0116";
}

.mdi-cash-off::before {
  content: "\F1C79";
}

.mdi-cash-plus::before {
  content: "\F1261";
}

.mdi-cash-refund::before {
  content: "\F0A9C";
}

.mdi-cash-register::before {
  content: "\F0CF4";
}

.mdi-cash-remove::before {
  content: "\F1262";
}

.mdi-cash-sync::before {
  content: "\F1A92";
}

.mdi-cassette::before {
  content: "\F09D4";
}

.mdi-cast::before {
  content: "\F0118";
}

.mdi-cast-audio::before {
  content: "\F101E";
}

.mdi-cast-audio-variant::before {
  content: "\F1749";
}

.mdi-cast-connected::before {
  content: "\F0119";
}

.mdi-cast-education::before {
  content: "\F0E1D";
}

.mdi-cast-off::before {
  content: "\F078A";
}

.mdi-cast-variant::before {
  content: "\F001F";
}

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

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

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

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

.mdi-ceiling-fan::before {
  content: "\F1797";
}

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

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

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

.mdi-ceiling-light-multiple-outline::before {
  content: "\F18DE";
}

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

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

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

.mdi-cellphone-arrow-down-variant::before {
  content: "\F19C5";
}

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

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

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

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

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

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

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

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

.mdi-cellphone-link-off::before {
  content: "\F0122";
}

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

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

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

.mdi-cellphone-message-off::before {
  content: "\F10D2";
}

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

.mdi-cellphone-nfc-off::before {
  content: "\F12D8";
}

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

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

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

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

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

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

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

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

.mdi-centos::before {
  content: "\F111A";
}

.mdi-certificate::before {
  content: "\F0124";
}

.mdi-certificate-outline::before {
  content: "\F1188";
}

.mdi-chair-rolling::before {
  content: "\F0F48";
}

.mdi-chair-school::before {
  content: "\F0125";
}

.mdi-chandelier::before {
  content: "\F1793";
}

.mdi-charity::before {
  content: "\F0C4F";
}

.mdi-chart-arc::before {
  content: "\F0126";
}

.mdi-chart-areaspline::before {
  content: "\F0127";
}

.mdi-chart-areaspline-variant::before {
  content: "\F0E91";
}

.mdi-chart-bar::before {
  content: "\F0128";
}

.mdi-chart-bar-stacked::before {
  content: "\F076A";
}

.mdi-chart-bell-curve::before {
  content: "\F0C50";
}

.mdi-chart-bell-curve-cumulative::before {
  content: "\F0FA7";
}

.mdi-chart-box::before {
  content: "\F154D";
}

.mdi-chart-box-outline::before {
  content: "\F154E";
}

.mdi-chart-box-plus-outline::before {
  content: "\F154F";
}

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

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

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

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

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

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

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

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

.mdi-chart-multiline::before {
  content: "\F08D4";
}

.mdi-chart-multiple::before {
  content: "\F1213";
}

.mdi-chart-pie::before {
  content: "\F012B";
}

.mdi-chart-pie-outline::before {
  content: "\F1BDF";
}

.mdi-chart-ppf::before {
  content: "\F1380";
}

.mdi-chart-sankey::before {
  content: "\F11DF";
}

.mdi-chart-sankey-variant::before {
  content: "\F11E0";
}

.mdi-chart-scatter-plot::before {
  content: "\F0E92";
}

.mdi-chart-scatter-plot-hexbin::before {
  content: "\F066D";
}

.mdi-chart-timeline::before {
  content: "\F066E";
}

.mdi-chart-timeline-variant::before {
  content: "\F0E93";
}

.mdi-chart-timeline-variant-shimmer::before {
  content: "\F15B6";
}

.mdi-chart-tree::before {
  content: "\F0E94";
}

.mdi-chart-waterfall::before {
  content: "\F1918";
}

.mdi-chat::before {
  content: "\F0B79";
}

.mdi-chat-alert::before {
  content: "\F0B7A";
}

.mdi-chat-alert-outline::before {
  content: "\F12C9";
}

.mdi-chat-minus::before {
  content: "\F1410";
}

.mdi-chat-minus-outline::before {
  content: "\F1413";
}

.mdi-chat-outline::before {
  content: "\F0EDE";
}

.mdi-chat-plus::before {
  content: "\F140F";
}

.mdi-chat-plus-outline::before {
  content: "\F1412";
}

.mdi-chat-processing::before {
  content: "\F0B7B";
}

.mdi-chat-processing-outline::before {
  content: "\F12CA";
}

.mdi-chat-question::before {
  content: "\F1738";
}

.mdi-chat-question-outline::before {
  content: "\F1739";
}

.mdi-chat-remove::before {
  content: "\F1411";
}

.mdi-chat-remove-outline::before {
  content: "\F1414";
}

.mdi-chat-sleep::before {
  content: "\F12D1";
}

.mdi-chat-sleep-outline::before {
  content: "\F12D2";
}

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

.mdi-check-all::before {
  content: "\F012D";
}

.mdi-check-bold::before {
  content: "\F0E1E";
}

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

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

.mdi-check-decagram::before {
  content: "\F0791";
}

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

.mdi-check-network::before {
  content: "\F0C53";
}

.mdi-check-network-outline::before {
  content: "\F0C54";
}

.mdi-check-outline::before {
  content: "\F0855";
}

.mdi-check-underline::before {
  content: "\F0E1F";
}

.mdi-check-underline-circle::before {
  content: "\F0E20";
}

.mdi-check-underline-circle-outline::before {
  content: "\F0E21";
}

.mdi-checkbook::before {
  content: "\F0A9D";
}

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

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

.mdi-checkbox-blank::before {
  content: "\F012E";
}

.mdi-checkbox-blank-badge::before {
  content: "\F1176";
}

.mdi-checkbox-blank-badge-outline::before {
  content: "\F0117";
}

.mdi-checkbox-blank-circle::before {
  content: "\F012F";
}

.mdi-checkbox-blank-circle-outline::before {
  content: "\F0130";
}

.mdi-checkbox-blank-off::before {
  content: "\F12EC";
}

.mdi-checkbox-blank-off-outline::before {
  content: "\F12ED";
}

.mdi-checkbox-blank-outline::before {
  content: "\F0131";
}

.mdi-checkbox-intermediate::before {
  content: "\F0856";
}

.mdi-checkbox-intermediate-variant::before {
  content: "\F1B54";
}

.mdi-checkbox-marked::before {
  content: "\F0132";
}

.mdi-checkbox-marked-circle::before {
  content: "\F0133";
}

.mdi-checkbox-marked-circle-auto-outline::before {
  content: "\F1C26";
}

.mdi-checkbox-marked-circle-minus-outline::before {
  content: "\F1C27";
}

.mdi-checkbox-marked-circle-outline::before {
  content: "\F0134";
}

.mdi-checkbox-marked-circle-plus-outline::before {
  content: "\F1927";
}

.mdi-checkbox-marked-outline::before {
  content: "\F0135";
}

.mdi-checkbox-multiple-blank::before {
  content: "\F0136";
}

.mdi-checkbox-multiple-blank-circle::before {
  content: "\F063B";
}

.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\F063C";
}

.mdi-checkbox-multiple-blank-outline::before {
  content: "\F0137";
}

.mdi-checkbox-multiple-marked::before {
  content: "\F0138";
}

.mdi-checkbox-multiple-marked-circle::before {
  content: "\F063D";
}

.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\F063E";
}

.mdi-checkbox-multiple-marked-outline::before {
  content: "\F0139";
}

.mdi-checkbox-multiple-outline::before {
  content: "\F0C51";
}

.mdi-checkbox-outline::before {
  content: "\F0C52";
}

.mdi-checkerboard::before {
  content: "\F013A";
}

.mdi-checkerboard-minus::before {
  content: "\F1202";
}

.mdi-checkerboard-plus::before {
  content: "\F1201";
}

.mdi-checkerboard-remove::before {
  content: "\F1203";
}

.mdi-cheese::before {
  content: "\F12B9";
}

.mdi-cheese-off::before {
  content: "\F13EE";
}

.mdi-chef-hat::before {
  content: "\F0B7C";
}

.mdi-chemical-weapon::before {
  content: "\F013B";
}

.mdi-chess-bishop::before {
  content: "\F085C";
}

.mdi-chess-king::before {
  content: "\F0857";
}

.mdi-chess-knight::before {
  content: "\F0858";
}

.mdi-chess-pawn::before {
  content: "\F0859";
}

.mdi-chess-queen::before {
  content: "\F085A";
}

.mdi-chess-rook::before {
  content: "\F085B";
}

.mdi-chevron-double-down::before {
  content: "\F013C";
}

.mdi-chevron-double-left::before {
  content: "\F013D";
}

.mdi-chevron-double-right::before {
  content: "\F013E";
}

.mdi-chevron-double-up::before {
  content: "\F013F";
}

.mdi-chevron-down::before {
  content: "\F0140";
}

.mdi-chevron-down-box::before {
  content: "\F09D6";
}

.mdi-chevron-down-box-outline::before {
  content: "\F09D7";
}

.mdi-chevron-down-circle::before {
  content: "\F0B26";
}

.mdi-chevron-down-circle-outline::before {
  content: "\F0B27";
}

.mdi-chevron-left::before {
  content: "\F0141";
}

.mdi-chevron-left-box::before {
  content: "\F09D8";
}

.mdi-chevron-left-box-outline::before {
  content: "\F09D9";
}

.mdi-chevron-left-circle::before {
  content: "\F0B28";
}

.mdi-chevron-left-circle-outline::before {
  content: "\F0B29";
}

.mdi-chevron-right::before {
  content: "\F0142";
}

.mdi-chevron-right-box::before {
  content: "\F09DA";
}

.mdi-chevron-right-box-outline::before {
  content: "\F09DB";
}

.mdi-chevron-right-circle::before {
  content: "\F0B2A";
}

.mdi-chevron-right-circle-outline::before {
  content: "\F0B2B";
}

.mdi-chevron-triple-down::before {
  content: "\F0DB9";
}

.mdi-chevron-triple-left::before {
  content: "\F0DBA";
}

.mdi-chevron-triple-right::before {
  content: "\F0DBB";
}

.mdi-chevron-triple-up::before {
  content: "\F0DBC";
}

.mdi-chevron-up::before {
  content: "\F0143";
}

.mdi-chevron-up-box::before {
  content: "\F09DC";
}

.mdi-chevron-up-box-outline::before {
  content: "\F09DD";
}

.mdi-chevron-up-circle::before {
  content: "\F0B2C";
}

.mdi-chevron-up-circle-outline::before {
  content: "\F0B2D";
}

.mdi-chili-alert::before {
  content: "\F17EA";
}

.mdi-chili-alert-outline::before {
  content: "\F17EB";
}

.mdi-chili-hot::before {
  content: "\F07B2";
}

.mdi-chili-hot-outline::before {
  content: "\F17EC";
}

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

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

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

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

.mdi-chili-off::before {
  content: "\F1467";
}

.mdi-chili-off-outline::before {
  content: "\F17EF";
}

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

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

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

.mdi-cigar::before {
  content: "\F1189";
}

.mdi-cigar-off::before {
  content: "\F141B";
}

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

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

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

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

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

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

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

.mdi-circle-half-full::before {
  content: "\F1396";
}

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

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

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

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

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

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

.mdi-circle-slice-1::before {
  content: "\F0A9E";
}

.mdi-circle-slice-2::before {
  content: "\F0A9F";
}

.mdi-circle-slice-3::before {
  content: "\F0AA0";
}

.mdi-circle-slice-4::before {
  content: "\F0AA1";
}

.mdi-circle-slice-5::before {
  content: "\F0AA2";
}

.mdi-circle-slice-6::before {
  content: "\F0AA3";
}

.mdi-circle-slice-7::before {
  content: "\F0AA4";
}

.mdi-circle-slice-8::before {
  content: "\F0AA5";
}

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

.mdi-circular-saw::before {
  content: "\F0E22";
}

.mdi-city::before {
  content: "\F0146";
}

.mdi-city-switch::before {
  content: "\F1C28";
}

.mdi-city-variant::before {
  content: "\F0A36";
}

.mdi-city-variant-outline::before {
  content: "\F0A37";
}

.mdi-clipboard::before {
  content: "\F0147";
}

.mdi-clipboard-account::before {
  content: "\F0148";
}

.mdi-clipboard-account-outline::before {
  content: "\F0C55";
}

.mdi-clipboard-alert::before {
  content: "\F0149";
}

.mdi-clipboard-alert-outline::before {
  content: "\F0CF7";
}

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

.mdi-clipboard-arrow-down-outline::before {
  content: "\F0C56";
}

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

.mdi-clipboard-arrow-left-outline::before {
  content: "\F0CF8";
}

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

.mdi-clipboard-arrow-right-outline::before {
  content: "\F0CFA";
}

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

.mdi-clipboard-arrow-up-outline::before {
  content: "\F0C58";
}

.mdi-clipboard-check::before {
  content: "\F014E";
}

.mdi-clipboard-check-multiple::before {
  content: "\F1263";
}

.mdi-clipboard-check-multiple-outline::before {
  content: "\F1264";
}

.mdi-clipboard-check-outline::before {
  content: "\F08A8";
}

.mdi-clipboard-clock::before {
  content: "\F16E2";
}

.mdi-clipboard-clock-outline::before {
  content: "\F16E3";
}

.mdi-clipboard-edit::before {
  content: "\F14E5";
}

.mdi-clipboard-edit-outline::before {
  content: "\F14E6";
}

.mdi-clipboard-file::before {
  content: "\F1265";
}

.mdi-clipboard-file-outline::before {
  content: "\F1266";
}

.mdi-clipboard-flow::before {
  content: "\F06C8";
}

.mdi-clipboard-flow-outline::before {
  content: "\F1117";
}

.mdi-clipboard-list::before {
  content: "\F10D4";
}

.mdi-clipboard-list-outline::before {
  content: "\F10D5";
}

.mdi-clipboard-minus::before {
  content: "\F1618";
}

.mdi-clipboard-minus-outline::before {
  content: "\F1619";
}

.mdi-clipboard-multiple::before {
  content: "\F1267";
}

.mdi-clipboard-multiple-outline::before {
  content: "\F1268";
}

.mdi-clipboard-off::before {
  content: "\F161A";
}

.mdi-clipboard-off-outline::before {
  content: "\F161B";
}

.mdi-clipboard-outline::before {
  content: "\F014C";
}

.mdi-clipboard-play::before {
  content: "\F0C59";
}

.mdi-clipboard-play-multiple::before {
  content: "\F1269";
}

.mdi-clipboard-play-multiple-outline::before {
  content: "\F126A";
}

.mdi-clipboard-play-outline::before {
  content: "\F0C5A";
}

.mdi-clipboard-plus::before {
  content: "\F0751";
}

.mdi-clipboard-plus-outline::before {
  content: "\F131F";
}

.mdi-clipboard-pulse::before {
  content: "\F085D";
}

.mdi-clipboard-pulse-outline::before {
  content: "\F085E";
}

.mdi-clipboard-remove::before {
  content: "\F161C";
}

.mdi-clipboard-remove-outline::before {
  content: "\F161D";
}

.mdi-clipboard-search::before {
  content: "\F161E";
}

.mdi-clipboard-search-outline::before {
  content: "\F161F";
}

.mdi-clipboard-text::before {
  content: "\F014D";
}

.mdi-clipboard-text-clock::before {
  content: "\F18F9";
}

.mdi-clipboard-text-clock-outline::before {
  content: "\F18FA";
}

.mdi-clipboard-text-multiple::before {
  content: "\F126B";
}

.mdi-clipboard-text-multiple-outline::before {
  content: "\F126C";
}

.mdi-clipboard-text-off::before {
  content: "\F1620";
}

.mdi-clipboard-text-off-outline::before {
  content: "\F1621";
}

.mdi-clipboard-text-outline::before {
  content: "\F0A38";
}

.mdi-clipboard-text-play::before {
  content: "\F0C5B";
}

.mdi-clipboard-text-play-outline::before {
  content: "\F0C5C";
}

.mdi-clipboard-text-search::before {
  content: "\F1622";
}

.mdi-clipboard-text-search-outline::before {
  content: "\F1623";
}

.mdi-clippy::before {
  content: "\F014F";
}

.mdi-clock::before {
  content: "\F0954";
}

.mdi-clock-alert::before {
  content: "\F0955";
}

.mdi-clock-alert-outline::before {
  content: "\F05CE";
}

.mdi-clock-check::before {
  content: "\F0FA8";
}

.mdi-clock-check-outline::before {
  content: "\F0FA9";
}

.mdi-clock-digital::before {
  content: "\F0E97";
}

.mdi-clock-edit::before {
  content: "\F19BA";
}

.mdi-clock-edit-outline::before {
  content: "\F19BB";
}

.mdi-clock-end::before {
  content: "\F0151";
}

.mdi-clock-fast::before {
  content: "\F0152";
}

.mdi-clock-in::before {
  content: "\F0153";
}

.mdi-clock-minus::before {
  content: "\F1863";
}

.mdi-clock-minus-outline::before {
  content: "\F1864";
}

.mdi-clock-out::before {
  content: "\F0154";
}

.mdi-clock-outline::before {
  content: "\F0150";
}

.mdi-clock-plus::before {
  content: "\F1861";
}

.mdi-clock-plus-outline::before {
  content: "\F1862";
}

.mdi-clock-remove::before {
  content: "\F1865";
}

.mdi-clock-remove-outline::before {
  content: "\F1866";
}

.mdi-clock-star-four-points::before {
  content: "\F1C29";
}

.mdi-clock-star-four-points-outline::before {
  content: "\F1C2A";
}

.mdi-clock-start::before {
  content: "\F0155";
}

.mdi-clock-time-eight::before {
  content: "\F1446";
}

.mdi-clock-time-eight-outline::before {
  content: "\F1452";
}

.mdi-clock-time-eleven::before {
  content: "\F1449";
}

.mdi-clock-time-eleven-outline::before {
  content: "\F1455";
}

.mdi-clock-time-five::before {
  content: "\F1443";
}

.mdi-clock-time-five-outline::before {
  content: "\F144F";
}

.mdi-clock-time-four::before {
  content: "\F1442";
}

.mdi-clock-time-four-outline::before {
  content: "\F144E";
}

.mdi-clock-time-nine::before {
  content: "\F1447";
}

.mdi-clock-time-nine-outline::before {
  content: "\F1453";
}

.mdi-clock-time-one::before {
  content: "\F143F";
}

.mdi-clock-time-one-outline::before {
  content: "\F144B";
}

.mdi-clock-time-seven::before {
  content: "\F1445";
}

.mdi-clock-time-seven-outline::before {
  content: "\F1451";
}

.mdi-clock-time-six::before {
  content: "\F1444";
}

.mdi-clock-time-six-outline::before {
  content: "\F1450";
}

.mdi-clock-time-ten::before {
  content: "\F1448";
}

.mdi-clock-time-ten-outline::before {
  content: "\F1454";
}

.mdi-clock-time-three::before {
  content: "\F1441";
}

.mdi-clock-time-three-outline::before {
  content: "\F144D";
}

.mdi-clock-time-twelve::before {
  content: "\F144A";
}

.mdi-clock-time-twelve-outline::before {
  content: "\F1456";
}

.mdi-clock-time-two::before {
  content: "\F1440";
}

.mdi-clock-time-two-outline::before {
  content: "\F144C";
}

.mdi-close::before {
  content: "\F0156";
}

.mdi-close-box::before {
  content: "\F0157";
}

.mdi-close-box-multiple::before {
  content: "\F0C5D";
}

.mdi-close-box-multiple-outline::before {
  content: "\F0C5E";
}

.mdi-close-box-outline::before {
  content: "\F0158";
}

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

.mdi-close-circle-multiple::before {
  content: "\F062A";
}

.mdi-close-circle-multiple-outline::before {
  content: "\F0883";
}

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

.mdi-close-network::before {
  content: "\F015B";
}

.mdi-close-network-outline::before {
  content: "\F0C5F";
}

.mdi-close-octagon::before {
  content: "\F015C";
}

.mdi-close-octagon-outline::before {
  content: "\F015D";
}

.mdi-close-outline::before {
  content: "\F06C9";
}

.mdi-close-thick::before {
  content: "\F1398";
}

.mdi-closed-caption::before {
  content: "\F015E";
}

.mdi-closed-caption-outline::before {
  content: "\F0DBD";
}

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

.mdi-cloud-alert::before {
  content: "\F09E0";
}

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

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

.mdi-cloud-arrow-down-outline::before {
  content: "\F1BE2";
}

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

.mdi-cloud-arrow-left-outline::before {
  content: "\F1BE4";
}

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

.mdi-cloud-arrow-right-outline::before {
  content: "\F1BE6";
}

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

.mdi-cloud-arrow-up-outline::before {
  content: "\F1BE8";
}

.mdi-cloud-braces::before {
  content: "\F07B5";
}

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

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

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

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

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

.mdi-cloud-check-variant-outline::before {
  content: "\F12CC";
}

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

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

.mdi-cloud-clock::before {
  content: "\F1BEE";
}

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

.mdi-cloud-cog::before {
  content: "\F1BF0";
}

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

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

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

.mdi-cloud-lock::before {
  content: "\F11F1";
}

.mdi-cloud-lock-open::before {
  content: "\F1BF2";
}

.mdi-cloud-lock-open-outline::before {
  content: "\F1BF3";
}

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

.mdi-cloud-minus::before {
  content: "\F1BF4";
}

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

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

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

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

.mdi-cloud-percent::before {
  content: "\F1A35";
}

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

.mdi-cloud-plus::before {
  content: "\F1BF7";
}

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

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

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

.mdi-cloud-question::before {
  content: "\F0A39";
}

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

.mdi-cloud-refresh::before {
  content: "\F1BFA";
}

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

.mdi-cloud-refresh-variant::before {
  content: "\F052A";
}

.mdi-cloud-refresh-variant-outline::before {
  content: "\F1BFC";
}

.mdi-cloud-remove::before {
  content: "\F1BFD";
}

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

.mdi-cloud-search::before {
  content: "\F0956";
}

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

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

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

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

.mdi-cloud-upload::before {
  content: "\F0167";
}

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

.mdi-clouds::before {
  content: "\F1B95";
}

.mdi-clover::before {
  content: "\F0816";
}

.mdi-clover-outline::before {
  content: "\F1C62";
}

.mdi-coach-lamp::before {
  content: "\F1020";
}

.mdi-coach-lamp-variant::before {
  content: "\F1A37";
}

.mdi-coat-rack::before {
  content: "\F109E";
}

.mdi-code-array::before {
  content: "\F0168";
}

.mdi-code-braces::before {
  content: "\F0169";
}

.mdi-code-braces-box::before {
  content: "\F10D6";
}

.mdi-code-brackets::before {
  content: "\F016A";
}

.mdi-code-equal::before {
  content: "\F016B";
}

.mdi-code-greater-than::before {
  content: "\F016C";
}

.mdi-code-greater-than-or-equal::before {
  content: "\F016D";
}

.mdi-code-json::before {
  content: "\F0626";
}

.mdi-code-less-than::before {
  content: "\F016E";
}

.mdi-code-less-than-or-equal::before {
  content: "\F016F";
}

.mdi-code-not-equal::before {
  content: "\F0170";
}

.mdi-code-not-equal-variant::before {
  content: "\F0171";
}

.mdi-code-parentheses::before {
  content: "\F0172";
}

.mdi-code-parentheses-box::before {
  content: "\F10D7";
}

.mdi-code-string::before {
  content: "\F0173";
}

.mdi-code-tags::before {
  content: "\F0174";
}

.mdi-code-tags-check::before {
  content: "\F0694";
}

.mdi-codepen::before {
  content: "\F0175";
}

.mdi-coffee::before {
  content: "\F0176";
}

.mdi-coffee-maker::before {
  content: "\F109F";
}

.mdi-coffee-maker-check::before {
  content: "\F1931";
}

.mdi-coffee-maker-check-outline::before {
  content: "\F1932";
}

.mdi-coffee-maker-outline::before {
  content: "\F181B";
}

.mdi-coffee-off::before {
  content: "\F0FAA";
}

.mdi-coffee-off-outline::before {
  content: "\F0FAB";
}

.mdi-coffee-outline::before {
  content: "\F06CA";
}

.mdi-coffee-to-go::before {
  content: "\F0177";
}

.mdi-coffee-to-go-outline::before {
  content: "\F130E";
}

.mdi-coffin::before {
  content: "\F0B7F";
}

.mdi-cog::before {
  content: "\F0493";
}

.mdi-cog-box::before {
  content: "\F0494";
}

.mdi-cog-clockwise::before {
  content: "\F11DD";
}

.mdi-cog-counterclockwise::before {
  content: "\F11DE";
}

.mdi-cog-off::before {
  content: "\F13CE";
}

.mdi-cog-off-outline::before {
  content: "\F13CF";
}

.mdi-cog-outline::before {
  content: "\F08BB";
}

.mdi-cog-pause::before {
  content: "\F1933";
}

.mdi-cog-pause-outline::before {
  content: "\F1934";
}

.mdi-cog-play::before {
  content: "\F1935";
}

.mdi-cog-play-outline::before {
  content: "\F1936";
}

.mdi-cog-refresh::before {
  content: "\F145E";
}

.mdi-cog-refresh-outline::before {
  content: "\F145F";
}

.mdi-cog-stop::before {
  content: "\F1937";
}

.mdi-cog-stop-outline::before {
  content: "\F1938";
}

.mdi-cog-sync::before {
  content: "\F1460";
}

.mdi-cog-sync-outline::before {
  content: "\F1461";
}

.mdi-cog-transfer::before {
  content: "\F105B";
}

.mdi-cog-transfer-outline::before {
  content: "\F105C";
}

.mdi-cogs::before {
  content: "\F08D6";
}

.mdi-collage::before {
  content: "\F0640";
}

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

.mdi-collapse-all-outline::before {
  content: "\F0AA7";
}

.mdi-color-helper::before {
  content: "\F0179";
}

.mdi-comma::before {
  content: "\F0E23";
}

.mdi-comma-box::before {
  content: "\F0E2B";
}

.mdi-comma-box-outline::before {
  content: "\F0E24";
}

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

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

.mdi-comment::before {
  content: "\F017A";
}

.mdi-comment-account::before {
  content: "\F017B";
}

.mdi-comment-account-outline::before {
  content: "\F017C";
}

.mdi-comment-alert::before {
  content: "\F017D";
}

.mdi-comment-alert-outline::before {
  content: "\F017E";
}

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

.mdi-comment-arrow-left-outline::before {
  content: "\F09E2";
}

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

.mdi-comment-arrow-right-outline::before {
  content: "\F09E4";
}

.mdi-comment-bookmark::before {
  content: "\F15AE";
}

.mdi-comment-bookmark-outline::before {
  content: "\F15AF";
}

.mdi-comment-check::before {
  content: "\F017F";
}

.mdi-comment-check-outline::before {
  content: "\F0180";
}

.mdi-comment-edit::before {
  content: "\F11BF";
}

.mdi-comment-edit-outline::before {
  content: "\F12C4";
}

.mdi-comment-eye::before {
  content: "\F0A3A";
}

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

.mdi-comment-flash::before {
  content: "\F15B0";
}

.mdi-comment-flash-outline::before {
  content: "\F15B1";
}

.mdi-comment-minus::before {
  content: "\F15DF";
}

.mdi-comment-minus-outline::before {
  content: "\F15E0";
}

.mdi-comment-multiple::before {
  content: "\F085F";
}

.mdi-comment-multiple-outline::before {
  content: "\F0181";
}

.mdi-comment-off::before {
  content: "\F15E1";
}

.mdi-comment-off-outline::before {
  content: "\F15E2";
}

.mdi-comment-outline::before {
  content: "\F0182";
}

.mdi-comment-plus::before {
  content: "\F09E5";
}

.mdi-comment-plus-outline::before {
  content: "\F0183";
}

.mdi-comment-processing::before {
  content: "\F0184";
}

.mdi-comment-processing-outline::before {
  content: "\F0185";
}

.mdi-comment-question::before {
  content: "\F0817";
}

.mdi-comment-question-outline::before {
  content: "\F0186";
}

.mdi-comment-quote::before {
  content: "\F1021";
}

.mdi-comment-quote-outline::before {
  content: "\F1022";
}

.mdi-comment-remove::before {
  content: "\F05DE";
}

.mdi-comment-remove-outline::before {
  content: "\F0187";
}

.mdi-comment-search::before {
  content: "\F0A3C";
}

.mdi-comment-search-outline::before {
  content: "\F0A3D";
}

.mdi-comment-text::before {
  content: "\F0188";
}

.mdi-comment-text-multiple::before {
  content: "\F0860";
}

.mdi-comment-text-multiple-outline::before {
  content: "\F0861";
}

.mdi-comment-text-outline::before {
  content: "\F0189";
}

.mdi-compare::before {
  content: "\F018A";
}

.mdi-compare-horizontal::before {
  content: "\F1492";
}

.mdi-compare-remove::before {
  content: "\F18B3";
}

.mdi-compare-vertical::before {
  content: "\F1493";
}

.mdi-compass::before {
  content: "\F018B";
}

.mdi-compass-off::before {
  content: "\F0B80";
}

.mdi-compass-off-outline::before {
  content: "\F0B81";
}

.mdi-compass-outline::before {
  content: "\F018C";
}

.mdi-compass-rose::before {
  content: "\F1382";
}

.mdi-compost::before {
  content: "\F1A38";
}

.mdi-cone::before {
  content: "\F194C";
}

.mdi-cone-off::before {
  content: "\F194D";
}

.mdi-connection::before {
  content: "\F1616";
}

.mdi-console::before {
  content: "\F018D";
}

.mdi-console-line::before {
  content: "\F07B7";
}

.mdi-console-network::before {
  content: "\F08A9";
}

.mdi-console-network-outline::before {
  content: "\F0C60";
}

.mdi-consolidate::before {
  content: "\F10D8";
}

.mdi-contactless-payment::before {
  content: "\F0D6A";
}

.mdi-contactless-payment-circle::before {
  content: "\F0321";
}

.mdi-contactless-payment-circle-outline::before {
  content: "\F0408";
}

.mdi-contacts::before {
  content: "\F06CB";
}

.mdi-contacts-outline::before {
  content: "\F05B8";
}

.mdi-contain::before {
  content: "\F0A3E";
}

.mdi-contain-end::before {
  content: "\F0A3F";
}

.mdi-contain-start::before {
  content: "\F0A40";
}

.mdi-content-copy::before {
  content: "\F018F";
}

.mdi-content-cut::before {
  content: "\F0190";
}

.mdi-content-duplicate::before {
  content: "\F0191";
}

.mdi-content-paste::before {
  content: "\F0192";
}

.mdi-content-save::before {
  content: "\F0193";
}

.mdi-content-save-alert::before {
  content: "\F0F42";
}

.mdi-content-save-alert-outline::before {
  content: "\F0F43";
}

.mdi-content-save-all::before {
  content: "\F0194";
}

.mdi-content-save-all-outline::before {
  content: "\F0F44";
}

.mdi-content-save-check::before {
  content: "\F18EA";
}

.mdi-content-save-check-outline::before {
  content: "\F18EB";
}

.mdi-content-save-cog::before {
  content: "\F145B";
}

.mdi-content-save-cog-outline::before {
  content: "\F145C";
}

.mdi-content-save-edit::before {
  content: "\F0CFB";
}

.mdi-content-save-edit-outline::before {
  content: "\F0CFC";
}

.mdi-content-save-minus::before {
  content: "\F1B43";
}

.mdi-content-save-minus-outline::before {
  content: "\F1B44";
}

.mdi-content-save-move::before {
  content: "\F0E27";
}

.mdi-content-save-move-outline::before {
  content: "\F0E28";
}

.mdi-content-save-off::before {
  content: "\F1643";
}

.mdi-content-save-off-outline::before {
  content: "\F1644";
}

.mdi-content-save-outline::before {
  content: "\F0818";
}

.mdi-content-save-plus::before {
  content: "\F1B41";
}

.mdi-content-save-plus-outline::before {
  content: "\F1B42";
}

.mdi-content-save-settings::before {
  content: "\F061B";
}

.mdi-content-save-settings-outline::before {
  content: "\F0B2E";
}

.mdi-contrast::before {
  content: "\F0195";
}

.mdi-contrast-box::before {
  content: "\F0196";
}

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

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

.mdi-controller-classic::before {
  content: "\F0B82";
}

.mdi-controller-classic-outline::before {
  content: "\F0B83";
}

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

.mdi-cookie::before {
  content: "\F0198";
}

.mdi-cookie-alert::before {
  content: "\F16D0";
}

.mdi-cookie-alert-outline::before {
  content: "\F16D1";
}

.mdi-cookie-check::before {
  content: "\F16D2";
}

.mdi-cookie-check-outline::before {
  content: "\F16D3";
}

.mdi-cookie-clock::before {
  content: "\F16E4";
}

.mdi-cookie-clock-outline::before {
  content: "\F16E5";
}

.mdi-cookie-cog::before {
  content: "\F16D4";
}

.mdi-cookie-cog-outline::before {
  content: "\F16D5";
}

.mdi-cookie-edit::before {
  content: "\F16E6";
}

.mdi-cookie-edit-outline::before {
  content: "\F16E7";
}

.mdi-cookie-lock::before {
  content: "\F16E8";
}

.mdi-cookie-lock-outline::before {
  content: "\F16E9";
}

.mdi-cookie-minus::before {
  content: "\F16DA";
}

.mdi-cookie-minus-outline::before {
  content: "\F16DB";
}

.mdi-cookie-off::before {
  content: "\F16EA";
}

.mdi-cookie-off-outline::before {
  content: "\F16EB";
}

.mdi-cookie-outline::before {
  content: "\F16DE";
}

.mdi-cookie-plus::before {
  content: "\F16D6";
}

.mdi-cookie-plus-outline::before {
  content: "\F16D7";
}

.mdi-cookie-refresh::before {
  content: "\F16EC";
}

.mdi-cookie-refresh-outline::before {
  content: "\F16ED";
}

.mdi-cookie-remove::before {
  content: "\F16D8";
}

.mdi-cookie-remove-outline::before {
  content: "\F16D9";
}

.mdi-cookie-settings::before {
  content: "\F16DC";
}

.mdi-cookie-settings-outline::before {
  content: "\F16DD";
}

.mdi-coolant-temperature::before {
  content: "\F03C8";
}

.mdi-copyleft::before {
  content: "\F1939";
}

.mdi-copyright::before {
  content: "\F05E6";
}

.mdi-cordova::before {
  content: "\F0958";
}

.mdi-corn::before {
  content: "\F07B8";
}

.mdi-corn-off::before {
  content: "\F13EF";
}

.mdi-cosine-wave::before {
  content: "\F1479";
}

.mdi-counter::before {
  content: "\F0199";
}

.mdi-countertop::before {
  content: "\F181C";
}

.mdi-countertop-outline::before {
  content: "\F181D";
}

.mdi-cow::before {
  content: "\F019A";
}

.mdi-cow-off::before {
  content: "\F18FC";
}

.mdi-cpu-32-bit::before {
  content: "\F0EDF";
}

.mdi-cpu-64-bit::before {
  content: "\F0EE0";
}

.mdi-cradle::before {
  content: "\F198B";
}

.mdi-cradle-outline::before {
  content: "\F1991";
}

.mdi-crane::before {
  content: "\F0862";
}

.mdi-creation::before {
  content: "\F0674";
}

.mdi-creation-outline::before {
  content: "\F1C2B";
}

.mdi-creative-commons::before {
  content: "\F0D6B";
}

.mdi-credit-card::before {
  content: "\F0FEF";
}

.mdi-credit-card-check::before {
  content: "\F13D0";
}

.mdi-credit-card-check-outline::before {
  content: "\F13D1";
}

.mdi-credit-card-chip::before {
  content: "\F190F";
}

.mdi-credit-card-chip-outline::before {
  content: "\F1910";
}

.mdi-credit-card-clock::before {
  content: "\F0EE1";
}

.mdi-credit-card-clock-outline::before {
  content: "\F0EE2";
}

.mdi-credit-card-edit::before {
  content: "\F17D7";
}

.mdi-credit-card-edit-outline::before {
  content: "\F17D8";
}

.mdi-credit-card-fast::before {
  content: "\F1911";
}

.mdi-credit-card-fast-outline::before {
  content: "\F1912";
}

.mdi-credit-card-lock::before {
  content: "\F18E7";
}

.mdi-credit-card-lock-outline::before {
  content: "\F18E8";
}

.mdi-credit-card-marker::before {
  content: "\F06A8";
}

.mdi-credit-card-marker-outline::before {
  content: "\F0DBE";
}

.mdi-credit-card-minus::before {
  content: "\F0FAC";
}

.mdi-credit-card-minus-outline::before {
  content: "\F0FAD";
}

.mdi-credit-card-multiple::before {
  content: "\F0FF0";
}

.mdi-credit-card-multiple-outline::before {
  content: "\F019C";
}

.mdi-credit-card-off::before {
  content: "\F0FF1";
}

.mdi-credit-card-off-outline::before {
  content: "\F05E4";
}

.mdi-credit-card-outline::before {
  content: "\F019B";
}

.mdi-credit-card-plus::before {
  content: "\F0FF2";
}

.mdi-credit-card-plus-outline::before {
  content: "\F0676";
}

.mdi-credit-card-refresh::before {
  content: "\F1645";
}

.mdi-credit-card-refresh-outline::before {
  content: "\F1646";
}

.mdi-credit-card-refund::before {
  content: "\F0FF3";
}

.mdi-credit-card-refund-outline::before {
  content: "\F0AA8";
}

.mdi-credit-card-remove::before {
  content: "\F0FAE";
}

.mdi-credit-card-remove-outline::before {
  content: "\F0FAF";
}

.mdi-credit-card-scan::before {
  content: "\F0FF4";
}

.mdi-credit-card-scan-outline::before {
  content: "\F019D";
}

.mdi-credit-card-search::before {
  content: "\F1647";
}

.mdi-credit-card-search-outline::before {
  content: "\F1648";
}

.mdi-credit-card-settings::before {
  content: "\F0FF5";
}

.mdi-credit-card-settings-outline::before {
  content: "\F08D7";
}

.mdi-credit-card-sync::before {
  content: "\F1649";
}

.mdi-credit-card-sync-outline::before {
  content: "\F164A";
}

.mdi-credit-card-wireless::before {
  content: "\F0802";
}

.mdi-credit-card-wireless-off::before {
  content: "\F057A";
}

.mdi-credit-card-wireless-off-outline::before {
  content: "\F057B";
}

.mdi-credit-card-wireless-outline::before {
  content: "\F0D6C";
}

.mdi-cricket::before {
  content: "\F0D6D";
}

.mdi-crop::before {
  content: "\F019E";
}

.mdi-crop-free::before {
  content: "\F019F";
}

.mdi-crop-landscape::before {
  content: "\F01A0";
}

.mdi-crop-portrait::before {
  content: "\F01A1";
}

.mdi-crop-rotate::before {
  content: "\F0696";
}

.mdi-crop-square::before {
  content: "\F01A2";
}

.mdi-cross::before {
  content: "\F0953";
}

.mdi-cross-bolnisi::before {
  content: "\F0CED";
}

.mdi-cross-celtic::before {
  content: "\F0CF5";
}

.mdi-cross-outline::before {
  content: "\F0CF6";
}

.mdi-crosshairs::before {
  content: "\F01A3";
}

.mdi-crosshairs-gps::before {
  content: "\F01A4";
}

.mdi-crosshairs-off::before {
  content: "\F0F45";
}

.mdi-crosshairs-question::before {
  content: "\F1136";
}

.mdi-crowd::before {
  content: "\F1975";
}

.mdi-crown::before {
  content: "\F01A5";
}

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

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

.mdi-crown-outline::before {
  content: "\F11D0";
}

.mdi-cryengine::before {
  content: "\F0959";
}

.mdi-crystal-ball::before {
  content: "\F0B2F";
}

.mdi-cube::before {
  content: "\F01A6";
}

.mdi-cube-off::before {
  content: "\F141C";
}

.mdi-cube-off-outline::before {
  content: "\F141D";
}

.mdi-cube-outline::before {
  content: "\F01A7";
}

.mdi-cube-scan::before {
  content: "\F0B84";
}

.mdi-cube-send::before {
  content: "\F01A8";
}

.mdi-cube-unfolded::before {
  content: "\F01A9";
}

.mdi-cup::before {
  content: "\F01AA";
}

.mdi-cup-off::before {
  content: "\F05E5";
}

.mdi-cup-off-outline::before {
  content: "\F137D";
}

.mdi-cup-outline::before {
  content: "\F130F";
}

.mdi-cup-water::before {
  content: "\F01AB";
}

.mdi-cupboard::before {
  content: "\F0F46";
}

.mdi-cupboard-outline::before {
  content: "\F0F47";
}

.mdi-cupcake::before {
  content: "\F095A";
}

.mdi-curling::before {
  content: "\F0863";
}

.mdi-currency-bdt::before {
  content: "\F0864";
}

.mdi-currency-brl::before {
  content: "\F0B85";
}

.mdi-currency-btc::before {
  content: "\F01AC";
}

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

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

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

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

.mdi-currency-fra::before {
  content: "\F1A39";
}

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

.mdi-currency-ils::before {
  content: "\F0C61";
}

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

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

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

.mdi-currency-kzt::before {
  content: "\F0865";
}

.mdi-currency-mnt::before {
  content: "\F1512";
}

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

.mdi-currency-php::before {
  content: "\F09E6";
}

.mdi-currency-rial::before {
  content: "\F0E9C";
}

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

.mdi-currency-rupee::before {
  content: "\F1976";
}

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

.mdi-currency-thb::before {
  content: "\F1C05";
}

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

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

.mdi-currency-uah::before {
  content: "\F1B9B";
}

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

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

.mdi-current-ac::before {
  content: "\F1480";
}

.mdi-current-dc::before {
  content: "\F095C";
}

.mdi-cursor-default::before {
  content: "\F01C0";
}

.mdi-cursor-default-click::before {
  content: "\F0CFD";
}

.mdi-cursor-default-click-outline::before {
  content: "\F0CFE";
}

.mdi-cursor-default-gesture::before {
  content: "\F1127";
}

.mdi-cursor-default-gesture-outline::before {
  content: "\F1128";
}

.mdi-cursor-default-outline::before {
  content: "\F01BF";
}

.mdi-cursor-move::before {
  content: "\F01BE";
}

.mdi-cursor-pointer::before {
  content: "\F01BD";
}

.mdi-cursor-text::before {
  content: "\F05E7";
}

.mdi-curtains::before {
  content: "\F1846";
}

.mdi-curtains-closed::before {
  content: "\F1847";
}

.mdi-cylinder::before {
  content: "\F194E";
}

.mdi-cylinder-off::before {
  content: "\F194F";
}

.mdi-dance-ballroom::before {
  content: "\F15FB";
}

.mdi-dance-pole::before {
  content: "\F1578";
}

.mdi-data-matrix::before {
  content: "\F153C";
}

.mdi-data-matrix-edit::before {
  content: "\F153D";
}

.mdi-data-matrix-minus::before {
  content: "\F153E";
}

.mdi-data-matrix-plus::before {
  content: "\F153F";
}

.mdi-data-matrix-remove::before {
  content: "\F1540";
}

.mdi-data-matrix-scan::before {
  content: "\F1541";
}

.mdi-database::before {
  content: "\F01BC";
}

.mdi-database-alert::before {
  content: "\F163A";
}

.mdi-database-alert-outline::before {
  content: "\F1624";
}

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

.mdi-database-arrow-down-outline::before {
  content: "\F1625";
}

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

.mdi-database-arrow-left-outline::before {
  content: "\F1626";
}

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

.mdi-database-arrow-right-outline::before {
  content: "\F1627";
}

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

.mdi-database-arrow-up-outline::before {
  content: "\F1628";
}

.mdi-database-check::before {
  content: "\F0AA9";
}

.mdi-database-check-outline::before {
  content: "\F1629";
}

.mdi-database-clock::before {
  content: "\F163F";
}

.mdi-database-clock-outline::before {
  content: "\F162A";
}

.mdi-database-cog::before {
  content: "\F164B";
}

.mdi-database-cog-outline::before {
  content: "\F164C";
}

.mdi-database-edit::before {
  content: "\F0B86";
}

.mdi-database-edit-outline::before {
  content: "\F162B";
}

.mdi-database-export::before {
  content: "\F095E";
}

.mdi-database-export-outline::before {
  content: "\F162C";
}

.mdi-database-eye::before {
  content: "\F191F";
}

.mdi-database-eye-off::before {
  content: "\F1920";
}

.mdi-database-eye-off-outline::before {
  content: "\F1921";
}

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

.mdi-database-import::before {
  content: "\F095D";
}

.mdi-database-import-outline::before {
  content: "\F162D";
}

.mdi-database-lock::before {
  content: "\F0AAA";
}

.mdi-database-lock-outline::before {
  content: "\F162E";
}

.mdi-database-marker::before {
  content: "\F12F6";
}

.mdi-database-marker-outline::before {
  content: "\F162F";
}

.mdi-database-minus::before {
  content: "\F01BB";
}

.mdi-database-minus-outline::before {
  content: "\F1630";
}

.mdi-database-off::before {
  content: "\F1640";
}

.mdi-database-off-outline::before {
  content: "\F1631";
}

.mdi-database-outline::before {
  content: "\F1632";
}

.mdi-database-plus::before {
  content: "\F01BA";
}

.mdi-database-plus-outline::before {
  content: "\F1633";
}

.mdi-database-refresh::before {
  content: "\F05C2";
}

.mdi-database-refresh-outline::before {
  content: "\F1634";
}

.mdi-database-remove::before {
  content: "\F0D00";
}

.mdi-database-remove-outline::before {
  content: "\F1635";
}

.mdi-database-search::before {
  content: "\F0866";
}

.mdi-database-search-outline::before {
  content: "\F1636";
}

.mdi-database-settings::before {
  content: "\F0D01";
}

.mdi-database-settings-outline::before {
  content: "\F1637";
}

.mdi-database-sync::before {
  content: "\F0CFF";
}

.mdi-database-sync-outline::before {
  content: "\F1638";
}

.mdi-death-star::before {
  content: "\F08D8";
}

.mdi-death-star-variant::before {
  content: "\F08D9";
}

.mdi-deathly-hallows::before {
  content: "\F0B87";
}

.mdi-debian::before {
  content: "\F08DA";
}

.mdi-debug-step-into::before {
  content: "\F01B9";
}

.mdi-debug-step-out::before {
  content: "\F01B8";
}

.mdi-debug-step-over::before {
  content: "\F01B7";
}

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

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

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

.mdi-decimal-comma::before {
  content: "\F10A2";
}

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

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

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

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

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

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

.mdi-delete-alert-outline::before {
  content: "\F10A6";
}

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

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

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

.mdi-delete-clock-outline::before {
  content: "\F1557";
}

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

.mdi-delete-empty-outline::before {
  content: "\F0E9D";
}

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

.mdi-delete-forever-outline::before {
  content: "\F0B89";
}

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

.mdi-delete-off-outline::before {
  content: "\F10A8";
}

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

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

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

.mdi-delete-sweep-outline::before {
  content: "\F0C62";
}

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

.mdi-delta::before {
  content: "\F01C2";
}

.mdi-desk::before {
  content: "\F1239";
}

.mdi-desk-lamp::before {
  content: "\F095F";
}

.mdi-desk-lamp-off::before {
  content: "\F1B1F";
}

.mdi-desk-lamp-on::before {
  content: "\F1B20";
}

.mdi-deskphone::before {
  content: "\F01C3";
}

.mdi-desktop-classic::before {
  content: "\F07C0";
}

.mdi-desktop-tower::before {
  content: "\F01C5";
}

.mdi-desktop-tower-monitor::before {
  content: "\F0AAB";
}

.mdi-details::before {
  content: "\F01C6";
}

.mdi-dev-to::before {
  content: "\F0D6E";
}

.mdi-developer-board::before {
  content: "\F0697";
}

.mdi-deviantart::before {
  content: "\F01C7";
}

.mdi-devices::before {
  content: "\F0FB0";
}

.mdi-dharmachakra::before {
  content: "\F094B";
}

.mdi-diabetes::before {
  content: "\F1126";
}

.mdi-dialpad::before {
  content: "\F061C";
}

.mdi-diameter::before {
  content: "\F0C63";
}

.mdi-diameter-outline::before {
  content: "\F0C64";
}

.mdi-diameter-variant::before {
  content: "\F0C65";
}

.mdi-diamond::before {
  content: "\F0B8A";
}

.mdi-diamond-outline::before {
  content: "\F0B8B";
}

.mdi-diamond-stone::before {
  content: "\F01C8";
}

.mdi-dice-1::before {
  content: "\F01CA";
}

.mdi-dice-1-outline::before {
  content: "\F114A";
}

.mdi-dice-2::before {
  content: "\F01CB";
}

.mdi-dice-2-outline::before {
  content: "\F114B";
}

.mdi-dice-3::before {
  content: "\F01CC";
}

.mdi-dice-3-outline::before {
  content: "\F114C";
}

.mdi-dice-4::before {
  content: "\F01CD";
}

.mdi-dice-4-outline::before {
  content: "\F114D";
}

.mdi-dice-5::before {
  content: "\F01CE";
}

.mdi-dice-5-outline::before {
  content: "\F114E";
}

.mdi-dice-6::before {
  content: "\F01CF";
}

.mdi-dice-6-outline::before {
  content: "\F114F";
}

.mdi-dice-d10::before {
  content: "\F1153";
}

.mdi-dice-d10-outline::before {
  content: "\F076F";
}

.mdi-dice-d12::before {
  content: "\F1154";
}

.mdi-dice-d12-outline::before {
  content: "\F0867";
}

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

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

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

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

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

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

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

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

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

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

.mdi-digital-ocean::before {
  content: "\F1237";
}

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

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

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

.mdi-disc::before {
  content: "\F05EE";
}

.mdi-disc-alert::before {
  content: "\F01D1";
}

.mdi-disc-player::before {
  content: "\F0960";
}

.mdi-dishwasher::before {
  content: "\F0AAC";
}

.mdi-dishwasher-alert::before {
  content: "\F11B8";
}

.mdi-dishwasher-off::before {
  content: "\F11B9";
}

.mdi-disqus::before {
  content: "\F01D2";
}

.mdi-distribute-horizontal-center::before {
  content: "\F11C9";
}

.mdi-distribute-horizontal-left::before {
  content: "\F11C8";
}

.mdi-distribute-horizontal-right::before {
  content: "\F11CA";
}

.mdi-distribute-vertical-bottom::before {
  content: "\F11CB";
}

.mdi-distribute-vertical-center::before {
  content: "\F11CC";
}

.mdi-distribute-vertical-top::before {
  content: "\F11CD";
}

.mdi-diversify::before {
  content: "\F1877";
}

.mdi-diving::before {
  content: "\F1977";
}

.mdi-diving-flippers::before {
  content: "\F0DBF";
}

.mdi-diving-helmet::before {
  content: "\F0DC0";
}

.mdi-diving-scuba::before {
  content: "\F1B77";
}

.mdi-diving-scuba-flag::before {
  content: "\F0DC2";
}

.mdi-diving-scuba-mask::before {
  content: "\F0DC1";
}

.mdi-diving-scuba-tank::before {
  content: "\F0DC3";
}

.mdi-diving-scuba-tank-multiple::before {
  content: "\F0DC4";
}

.mdi-diving-snorkel::before {
  content: "\F0DC5";
}

.mdi-division::before {
  content: "\F01D4";
}

.mdi-division-box::before {
  content: "\F01D5";
}

.mdi-dlna::before {
  content: "\F0A41";
}

.mdi-dna::before {
  content: "\F0684";
}

.mdi-dns::before {
  content: "\F01D6";
}

.mdi-dns-outline::before {
  content: "\F0B8C";
}

.mdi-dock-bottom::before {
  content: "\F10A9";
}

.mdi-dock-left::before {
  content: "\F10AA";
}

.mdi-dock-right::before {
  content: "\F10AB";
}

.mdi-dock-top::before {
  content: "\F1513";
}

.mdi-dock-window::before {
  content: "\F10AC";
}

.mdi-docker::before {
  content: "\F0868";
}

.mdi-doctor::before {
  content: "\F0A42";
}

.mdi-dog::before {
  content: "\F0A43";
}

.mdi-dog-service::before {
  content: "\F0AAD";
}

.mdi-dog-side::before {
  content: "\F0A44";
}

.mdi-dog-side-off::before {
  content: "\F16EE";
}

.mdi-dolby::before {
  content: "\F06B3";
}

.mdi-dolly::before {
  content: "\F0E9E";
}

.mdi-dolphin::before {
  content: "\F18B4";
}

.mdi-domain::before {
  content: "\F01D7";
}

.mdi-domain-off::before {
  content: "\F0D6F";
}

.mdi-domain-plus::before {
  content: "\F10AD";
}

.mdi-domain-remove::before {
  content: "\F10AE";
}

.mdi-domain-switch::before {
  content: "\F1C2C";
}

.mdi-dome-light::before {
  content: "\F141E";
}

.mdi-domino-mask::before {
  content: "\F1023";
}

.mdi-donkey::before {
  content: "\F07C2";
}

.mdi-door::before {
  content: "\F081A";
}

.mdi-door-closed::before {
  content: "\F081B";
}

.mdi-door-closed-lock::before {
  content: "\F10AF";
}

.mdi-door-open::before {
  content: "\F081C";
}

.mdi-door-sliding::before {
  content: "\F181E";
}

.mdi-door-sliding-lock::before {
  content: "\F181F";
}

.mdi-door-sliding-open::before {
  content: "\F1820";
}

.mdi-doorbell::before {
  content: "\F12E6";
}

.mdi-doorbell-video::before {
  content: "\F0869";
}

.mdi-dot-net::before {
  content: "\F0AAE";
}

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

.mdi-dots-grid::before {
  content: "\F15FC";
}

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

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

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

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

.mdi-dots-square::before {
  content: "\F15FD";
}

.mdi-dots-triangle::before {
  content: "\F15FE";
}

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

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

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

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

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

.mdi-download-box-outline::before {
  content: "\F1463";
}

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

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

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

.mdi-download-lock-outline::before {
  content: "\F1321";
}

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

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

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

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

.mdi-download-off-outline::before {
  content: "\F10B1";
}

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

.mdi-drag::before {
  content: "\F01DB";
}

.mdi-drag-horizontal::before {
  content: "\F01DC";
}

.mdi-drag-horizontal-variant::before {
  content: "\F12F0";
}

.mdi-drag-variant::before {
  content: "\F0B90";
}

.mdi-drag-vertical::before {
  content: "\F01DD";
}

.mdi-drag-vertical-variant::before {
  content: "\F12F1";
}

.mdi-drama-masks::before {
  content: "\F0D02";
}

.mdi-draw::before {
  content: "\F0F49";
}

.mdi-draw-pen::before {
  content: "\F19B9";
}

.mdi-drawing::before {
  content: "\F01DE";
}

.mdi-drawing-box::before {
  content: "\F01DF";
}

.mdi-dresser::before {
  content: "\F0F4A";
}

.mdi-dresser-outline::before {
  content: "\F0F4B";
}

.mdi-drone::before {
  content: "\F01E2";
}

.mdi-dropbox::before {
  content: "\F01E3";
}

.mdi-drupal::before {
  content: "\F01E4";
}

.mdi-duck::before {
  content: "\F01E5";
}

.mdi-dumbbell::before {
  content: "\F01E6";
}

.mdi-dump-truck::before {
  content: "\F0C67";
}

.mdi-ear-hearing::before {
  content: "\F07C5";
}

.mdi-ear-hearing-loop::before {
  content: "\F1AEE";
}

.mdi-ear-hearing-off::before {
  content: "\F0A45";
}

.mdi-earbuds::before {
  content: "\F184F";
}

.mdi-earbuds-off::before {
  content: "\F1850";
}

.mdi-earbuds-off-outline::before {
  content: "\F1851";
}

.mdi-earbuds-outline::before {
  content: "\F1852";
}

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

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

.mdi-earth-box::before {
  content: "\F06CD";
}

.mdi-earth-box-minus::before {
  content: "\F1407";
}

.mdi-earth-box-off::before {
  content: "\F06CE";
}

.mdi-earth-box-plus::before {
  content: "\F1406";
}

.mdi-earth-box-remove::before {
  content: "\F1408";
}

.mdi-earth-minus::before {
  content: "\F1404";
}

.mdi-earth-off::before {
  content: "\F01E8";
}

.mdi-earth-plus::before {
  content: "\F1403";
}

.mdi-earth-remove::before {
  content: "\F1405";
}

.mdi-egg::before {
  content: "\F0AAF";
}

.mdi-egg-easter::before {
  content: "\F0AB0";
}

.mdi-egg-fried::before {
  content: "\F184A";
}

.mdi-egg-off::before {
  content: "\F13F0";
}

.mdi-egg-off-outline::before {
  content: "\F13F1";
}

.mdi-egg-outline::before {
  content: "\F13F2";
}

.mdi-eiffel-tower::before {
  content: "\F156B";
}

.mdi-eight-track::before {
  content: "\F09EA";
}

.mdi-eject::before {
  content: "\F01EA";
}

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

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

.mdi-eject-outline::before {
  content: "\F0B91";
}

.mdi-electric-switch::before {
  content: "\F0E9F";
}

.mdi-electric-switch-closed::before {
  content: "\F10D9";
}

.mdi-electron-framework::before {
  content: "\F1024";
}

.mdi-elephant::before {
  content: "\F07C6";
}

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

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

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

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

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

.mdi-elevator-passenger-off::before {
  content: "\F1979";
}

.mdi-elevator-passenger-off-outline::before {
  content: "\F197A";
}

.mdi-elevator-passenger-outline::before {
  content: "\F197B";
}

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

.mdi-ellipse::before {
  content: "\F0EA0";
}

.mdi-ellipse-outline::before {
  content: "\F0EA1";
}

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

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

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

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

.mdi-email-arrow-left-outline::before {
  content: "\F10DB";
}

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

.mdi-email-arrow-right-outline::before {
  content: "\F10DD";
}

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

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

.mdi-email-check-outline::before {
  content: "\F0AB2";
}

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

.mdi-email-edit-outline::before {
  content: "\F0EE4";
}

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

.mdi-email-fast-outline::before {
  content: "\F1870";
}

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

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

.mdi-email-lock-outline::before {
  content: "\F1B61";
}

.mdi-email-mark-as-unread::before {
  content: "\F0B92";
}

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

.mdi-email-minus-outline::before {
  content: "\F0EE6";
}

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

.mdi-email-multiple-outline::before {
  content: "\F0EE8";
}

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

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

.mdi-email-off-outline::before {
  content: "\F13E4";
}

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

.mdi-email-open-heart-outline::before {
  content: "\F1C5C";
}

.mdi-email-open-multiple::before {
  content: "\F0EE9";
}

.mdi-email-open-multiple-outline::before {
  content: "\F0EEA";
}

.mdi-email-open-outline::before {
  content: "\F05EF";
}

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

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

.mdi-email-plus-outline::before {
  content: "\F09EC";
}

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

.mdi-email-remove-outline::before {
  content: "\F1662";
}

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

.mdi-email-seal-outline::before {
  content: "\F195C";
}

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

.mdi-email-search-outline::before {
  content: "\F0962";
}

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

.mdi-email-sync-outline::before {
  content: "\F12C8";
}

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

.mdi-ember::before {
  content: "\F0B30";
}

.mdi-emby::before {
  content: "\F06B4";
}

.mdi-emoticon::before {
  content: "\F0C68";
}

.mdi-emoticon-angry::before {
  content: "\F0C69";
}

.mdi-emoticon-angry-outline::before {
  content: "\F0C6A";
}

.mdi-emoticon-confused::before {
  content: "\F10DE";
}

.mdi-emoticon-confused-outline::before {
  content: "\F10DF";
}

.mdi-emoticon-cool::before {
  content: "\F0C6B";
}

.mdi-emoticon-cool-outline::before {
  content: "\F01F3";
}

.mdi-emoticon-cry::before {
  content: "\F0C6C";
}

.mdi-emoticon-cry-outline::before {
  content: "\F0C6D";
}

.mdi-emoticon-dead::before {
  content: "\F0C6E";
}

.mdi-emoticon-dead-outline::before {
  content: "\F069B";
}

.mdi-emoticon-devil::before {
  content: "\F0C6F";
}

.mdi-emoticon-devil-outline::before {
  content: "\F01F4";
}

.mdi-emoticon-excited::before {
  content: "\F0C70";
}

.mdi-emoticon-excited-outline::before {
  content: "\F069C";
}

.mdi-emoticon-frown::before {
  content: "\F0F4C";
}

.mdi-emoticon-frown-outline::before {
  content: "\F0F4D";
}

.mdi-emoticon-happy::before {
  content: "\F0C71";
}

.mdi-emoticon-happy-outline::before {
  content: "\F01F5";
}

.mdi-emoticon-kiss::before {
  content: "\F0C72";
}

.mdi-emoticon-kiss-outline::before {
  content: "\F0C73";
}

.mdi-emoticon-lol::before {
  content: "\F1214";
}

.mdi-emoticon-lol-outline::before {
  content: "\F1215";
}

.mdi-emoticon-neutral::before {
  content: "\F0C74";
}

.mdi-emoticon-neutral-outline::before {
  content: "\F01F6";
}

.mdi-emoticon-outline::before {
  content: "\F01F2";
}

.mdi-emoticon-poop::before {
  content: "\F01F7";
}

.mdi-emoticon-poop-outline::before {
  content: "\F0C75";
}

.mdi-emoticon-sad::before {
  content: "\F0C76";
}

.mdi-emoticon-sad-outline::before {
  content: "\F01F8";
}

.mdi-emoticon-sick::before {
  content: "\F157C";
}

.mdi-emoticon-sick-outline::before {
  content: "\F157D";
}

.mdi-emoticon-tongue::before {
  content: "\F01F9";
}

.mdi-emoticon-tongue-outline::before {
  content: "\F0C77";
}

.mdi-emoticon-wink::before {
  content: "\F0C78";
}

.mdi-emoticon-wink-outline::before {
  content: "\F0C79";
}

.mdi-engine::before {
  content: "\F01FA";
}

.mdi-engine-off::before {
  content: "\F0A46";
}

.mdi-engine-off-outline::before {
  content: "\F0A47";
}

.mdi-engine-outline::before {
  content: "\F01FB";
}

.mdi-epsilon::before {
  content: "\F10E0";
}

.mdi-equal::before {
  content: "\F01FC";
}

.mdi-equal-box::before {
  content: "\F01FD";
}

.mdi-equalizer::before {
  content: "\F0EA2";
}

.mdi-equalizer-outline::before {
  content: "\F0EA3";
}

.mdi-eraser::before {
  content: "\F01FE";
}

.mdi-eraser-variant::before {
  content: "\F0642";
}

.mdi-escalator::before {
  content: "\F01FF";
}

.mdi-escalator-box::before {
  content: "\F1399";
}

.mdi-escalator-down::before {
  content: "\F12C0";
}

.mdi-escalator-up::before {
  content: "\F12BF";
}

.mdi-eslint::before {
  content: "\F0C7A";
}

.mdi-et::before {
  content: "\F0AB3";
}

.mdi-ethereum::before {
  content: "\F086A";
}

.mdi-ethernet::before {
  content: "\F0200";
}

.mdi-ethernet-cable::before {
  content: "\F0201";
}

.mdi-ethernet-cable-off::before {
  content: "\F0202";
}

.mdi-ev-plug-ccs1::before {
  content: "\F1519";
}

.mdi-ev-plug-ccs2::before {
  content: "\F151A";
}

.mdi-ev-plug-chademo::before {
  content: "\F151B";
}

.mdi-ev-plug-tesla::before {
  content: "\F151C";
}

.mdi-ev-plug-type1::before {
  content: "\F151D";
}

.mdi-ev-plug-type2::before {
  content: "\F151E";
}

.mdi-ev-station::before {
  content: "\F05F1";
}

.mdi-evernote::before {
  content: "\F0204";
}

.mdi-excavator::before {
  content: "\F1025";
}

.mdi-exclamation::before {
  content: "\F0205";
}

.mdi-exclamation-thick::before {
  content: "\F1238";
}

.mdi-exit-run::before {
  content: "\F0A48";
}

.mdi-exit-to-app::before {
  content: "\F0206";
}

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

.mdi-expand-all-outline::before {
  content: "\F0AB5";
}

.mdi-expansion-card::before {
  content: "\F08AE";
}

.mdi-expansion-card-variant::before {
  content: "\F0FB2";
}

.mdi-exponent::before {
  content: "\F0963";
}

.mdi-exponent-box::before {
  content: "\F0964";
}

.mdi-export::before {
  content: "\F0207";
}

.mdi-export-variant::before {
  content: "\F0B93";
}

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

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

.mdi-eye-arrow-left-outline::before {
  content: "\F18FE";
}

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

.mdi-eye-arrow-right-outline::before {
  content: "\F1900";
}

.mdi-eye-check::before {
  content: "\F0D04";
}

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

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

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

.mdi-eye-lock::before {
  content: "\F1C06";
}

.mdi-eye-lock-open::before {
  content: "\F1C07";
}

.mdi-eye-lock-open-outline::before {
  content: "\F1C08";
}

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

.mdi-eye-minus::before {
  content: "\F1026";
}

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

.mdi-eye-off::before {
  content: "\F0209";
}

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

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

.mdi-eye-plus::before {
  content: "\F086B";
}

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

.mdi-eye-refresh::before {
  content: "\F197C";
}

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

.mdi-eye-remove::before {
  content: "\F15E3";
}

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

.mdi-eye-settings::before {
  content: "\F086D";
}

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

.mdi-eyedropper::before {
  content: "\F020A";
}

.mdi-eyedropper-minus::before {
  content: "\F13DD";
}

.mdi-eyedropper-off::before {
  content: "\F13DF";
}

.mdi-eyedropper-plus::before {
  content: "\F13DC";
}

.mdi-eyedropper-remove::before {
  content: "\F13DE";
}

.mdi-eyedropper-variant::before {
  content: "\F020B";
}

.mdi-face-agent::before {
  content: "\F0D70";
}

.mdi-face-man::before {
  content: "\F0643";
}

.mdi-face-man-outline::before {
  content: "\F0B96";
}

.mdi-face-man-profile::before {
  content: "\F0644";
}

.mdi-face-man-shimmer::before {
  content: "\F15CC";
}

.mdi-face-man-shimmer-outline::before {
  content: "\F15CD";
}

.mdi-face-mask::before {
  content: "\F1586";
}

.mdi-face-mask-outline::before {
  content: "\F1587";
}

.mdi-face-recognition::before {
  content: "\F0C7B";
}

.mdi-face-woman::before {
  content: "\F1077";
}

.mdi-face-woman-outline::before {
  content: "\F1078";
}

.mdi-face-woman-profile::before {
  content: "\F1076";
}

.mdi-face-woman-shimmer::before {
  content: "\F15CE";
}

.mdi-face-woman-shimmer-outline::before {
  content: "\F15CF";
}

.mdi-facebook::before {
  content: "\F020C";
}

.mdi-facebook-gaming::before {
  content: "\F07DD";
}

.mdi-facebook-messenger::before {
  content: "\F020E";
}

.mdi-facebook-workplace::before {
  content: "\F0B31";
}

.mdi-factory::before {
  content: "\F020F";
}

.mdi-family-tree::before {
  content: "\F160E";
}

.mdi-fan::before {
  content: "\F0210";
}

.mdi-fan-alert::before {
  content: "\F146C";
}

.mdi-fan-auto::before {
  content: "\F171D";
}

.mdi-fan-chevron-down::before {
  content: "\F146D";
}

.mdi-fan-chevron-up::before {
  content: "\F146E";
}

.mdi-fan-clock::before {
  content: "\F1A3A";
}

.mdi-fan-minus::before {
  content: "\F1470";
}

.mdi-fan-off::before {
  content: "\F081D";
}

.mdi-fan-plus::before {
  content: "\F146F";
}

.mdi-fan-remove::before {
  content: "\F1471";
}

.mdi-fan-speed-1::before {
  content: "\F1472";
}

.mdi-fan-speed-2::before {
  content: "\F1473";
}

.mdi-fan-speed-3::before {
  content: "\F1474";
}

.mdi-fast-forward::before {
  content: "\F0211";
}

.mdi-fast-forward-10::before {
  content: "\F0D71";
}

.mdi-fast-forward-15::before {
  content: "\F193A";
}

.mdi-fast-forward-30::before {
  content: "\F0D06";
}

.mdi-fast-forward-45::before {
  content: "\F1B12";
}

.mdi-fast-forward-5::before {
  content: "\F11F8";
}

.mdi-fast-forward-60::before {
  content: "\F160B";
}

.mdi-fast-forward-outline::before {
  content: "\F06D2";
}

.mdi-faucet::before {
  content: "\F1B29";
}

.mdi-faucet-variant::before {
  content: "\F1B2A";
}

.mdi-fax::before {
  content: "\F0212";
}

.mdi-feather::before {
  content: "\F06D3";
}

.mdi-feature-search::before {
  content: "\F0A49";
}

.mdi-feature-search-outline::before {
  content: "\F0A4A";
}

.mdi-fedora::before {
  content: "\F08DB";
}

.mdi-fence::before {
  content: "\F179A";
}

.mdi-fence-electric::before {
  content: "\F17F6";
}

.mdi-fencing::before {
  content: "\F14C1";
}

.mdi-ferris-wheel::before {
  content: "\F0EA4";
}

.mdi-ferry::before {
  content: "\F0213";
}

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

.mdi-file-account::before {
  content: "\F073B";
}

.mdi-file-account-outline::before {
  content: "\F1028";
}

.mdi-file-alert::before {
  content: "\F0A4B";
}

.mdi-file-alert-outline::before {
  content: "\F0A4C";
}

.mdi-file-arrow-left-right::before {
  content: "\F1A93";
}

.mdi-file-arrow-left-right-outline::before {
  content: "\F1A94";
}

.mdi-file-arrow-up-down::before {
  content: "\F1A95";
}

.mdi-file-arrow-up-down-outline::before {
  content: "\F1A96";
}

.mdi-file-cabinet::before {
  content: "\F0AB6";
}

.mdi-file-cad::before {
  content: "\F0EEB";
}

.mdi-file-cad-box::before {
  content: "\F0EEC";
}

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

.mdi-file-cancel-outline::before {
  content: "\F0DC7";
}

.mdi-file-certificate::before {
  content: "\F1186";
}

.mdi-file-certificate-outline::before {
  content: "\F1187";
}

.mdi-file-chart::before {
  content: "\F0215";
}

.mdi-file-chart-check::before {
  content: "\F19C6";
}

.mdi-file-chart-check-outline::before {
  content: "\F19C7";
}

.mdi-file-chart-outline::before {
  content: "\F1029";
}

.mdi-file-check::before {
  content: "\F0216";
}

.mdi-file-check-outline::before {
  content: "\F0E29";
}

.mdi-file-clock::before {
  content: "\F12E1";
}

.mdi-file-clock-outline::before {
  content: "\F12E2";
}

.mdi-file-cloud::before {
  content: "\F0217";
}

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

.mdi-file-code::before {
  content: "\F022E";
}

.mdi-file-code-outline::before {
  content: "\F102B";
}

.mdi-file-cog::before {
  content: "\F107B";
}

.mdi-file-cog-outline::before {
  content: "\F107C";
}

.mdi-file-compare::before {
  content: "\F08AA";
}

.mdi-file-delimited::before {
  content: "\F0218";
}

.mdi-file-delimited-outline::before {
  content: "\F0EA5";
}

.mdi-file-document::before {
  content: "\F0219";
}

.mdi-file-document-alert::before {
  content: "\F1A97";
}

.mdi-file-document-alert-outline::before {
  content: "\F1A98";
}

.mdi-file-document-arrow-right::before {
  content: "\F1C0F";
}

.mdi-file-document-arrow-right-outline::before {
  content: "\F1C10";
}

.mdi-file-document-check::before {
  content: "\F1A99";
}

.mdi-file-document-check-outline::before {
  content: "\F1A9A";
}

.mdi-file-document-edit::before {
  content: "\F0DC8";
}

.mdi-file-document-edit-outline::before {
  content: "\F0DC9";
}

.mdi-file-document-minus::before {
  content: "\F1A9B";
}

.mdi-file-document-minus-outline::before {
  content: "\F1A9C";
}

.mdi-file-document-multiple::before {
  content: "\F1517";
}

.mdi-file-document-multiple-outline::before {
  content: "\F1518";
}

.mdi-file-document-outline::before {
  content: "\F09EE";
}

.mdi-file-document-plus::before {
  content: "\F1A9D";
}

.mdi-file-document-plus-outline::before {
  content: "\F1A9E";
}

.mdi-file-document-refresh::before {
  content: "\F1C7A";
}

.mdi-file-document-refresh-outline::before {
  content: "\F1C7B";
}

.mdi-file-document-remove::before {
  content: "\F1A9F";
}

.mdi-file-document-remove-outline::before {
  content: "\F1AA0";
}

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

.mdi-file-download-outline::before {
  content: "\F0966";
}

.mdi-file-edit::before {
  content: "\F11E7";
}

.mdi-file-edit-outline::before {
  content: "\F11E8";
}

.mdi-file-excel::before {
  content: "\F021B";
}

.mdi-file-excel-box::before {
  content: "\F021C";
}

.mdi-file-excel-box-outline::before {
  content: "\F102C";
}

.mdi-file-excel-outline::before {
  content: "\F102D";
}

.mdi-file-export::before {
  content: "\F021D";
}

.mdi-file-export-outline::before {
  content: "\F102E";
}

.mdi-file-eye::before {
  content: "\F0DCA";
}

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

.mdi-file-find::before {
  content: "\F021E";
}

.mdi-file-find-outline::before {
  content: "\F0B97";
}

.mdi-file-gif-box::before {
  content: "\F0D78";
}

.mdi-file-hidden::before {
  content: "\F0613";
}

.mdi-file-image::before {
  content: "\F021F";
}

.mdi-file-image-marker::before {
  content: "\F1772";
}

.mdi-file-image-marker-outline::before {
  content: "\F1773";
}

.mdi-file-image-minus::before {
  content: "\F193B";
}

.mdi-file-image-minus-outline::before {
  content: "\F193C";
}

.mdi-file-image-outline::before {
  content: "\F0EB0";
}

.mdi-file-image-plus::before {
  content: "\F193D";
}

.mdi-file-image-plus-outline::before {
  content: "\F193E";
}

.mdi-file-image-remove::before {
  content: "\F193F";
}

.mdi-file-image-remove-outline::before {
  content: "\F1940";
}

.mdi-file-import::before {
  content: "\F0220";
}

.mdi-file-import-outline::before {
  content: "\F102F";
}

.mdi-file-jpg-box::before {
  content: "\F0225";
}

.mdi-file-key::before {
  content: "\F1184";
}

.mdi-file-key-outline::before {
  content: "\F1185";
}

.mdi-file-link::before {
  content: "\F1177";
}

.mdi-file-link-outline::before {
  content: "\F1178";
}

.mdi-file-lock::before {
  content: "\F0221";
}

.mdi-file-lock-open::before {
  content: "\F19C8";
}

.mdi-file-lock-open-outline::before {
  content: "\F19C9";
}

.mdi-file-lock-outline::before {
  content: "\F1030";
}

.mdi-file-marker::before {
  content: "\F1774";
}

.mdi-file-marker-outline::before {
  content: "\F1775";
}

.mdi-file-minus::before {
  content: "\F1AA1";
}

.mdi-file-minus-outline::before {
  content: "\F1AA2";
}

.mdi-file-move::before {
  content: "\F0AB9";
}

.mdi-file-move-outline::before {
  content: "\F1031";
}

.mdi-file-multiple::before {
  content: "\F0222";
}

.mdi-file-multiple-outline::before {
  content: "\F1032";
}

.mdi-file-music::before {
  content: "\F0223";
}

.mdi-file-music-outline::before {
  content: "\F0E2A";
}

.mdi-file-outline::before {
  content: "\F0224";
}

.mdi-file-pdf-box::before {
  content: "\F0226";
}

.mdi-file-percent::before {
  content: "\F081E";
}

.mdi-file-percent-outline::before {
  content: "\F1033";
}

.mdi-file-phone::before {
  content: "\F1179";
}

.mdi-file-phone-outline::before {
  content: "\F117A";
}

.mdi-file-plus::before {
  content: "\F0752";
}

.mdi-file-plus-outline::before {
  content: "\F0EED";
}

.mdi-file-png-box::before {
  content: "\F0E2D";
}

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

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

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

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

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

.mdi-file-question::before {
  content: "\F086F";
}

.mdi-file-question-outline::before {
  content: "\F1036";
}

.mdi-file-refresh::before {
  content: "\F0918";
}

.mdi-file-refresh-outline::before {
  content: "\F0541";
}

.mdi-file-remove::before {
  content: "\F0B98";
}

.mdi-file-remove-outline::before {
  content: "\F1037";
}

.mdi-file-replace::before {
  content: "\F0B32";
}

.mdi-file-replace-outline::before {
  content: "\F0B33";
}

.mdi-file-restore::before {
  content: "\F0670";
}

.mdi-file-restore-outline::before {
  content: "\F1038";
}

.mdi-file-rotate-left::before {
  content: "\F1A3B";
}

.mdi-file-rotate-left-outline::before {
  content: "\F1A3C";
}

.mdi-file-rotate-right::before {
  content: "\F1A3D";
}

.mdi-file-rotate-right-outline::before {
  content: "\F1A3E";
}

.mdi-file-search::before {
  content: "\F0C7C";
}

.mdi-file-search-outline::before {
  content: "\F0C7D";
}

.mdi-file-send::before {
  content: "\F022A";
}

.mdi-file-send-outline::before {
  content: "\F1039";
}

.mdi-file-settings::before {
  content: "\F1079";
}

.mdi-file-settings-outline::before {
  content: "\F107A";
}

.mdi-file-sign::before {
  content: "\F19C3";
}

.mdi-file-star::before {
  content: "\F103A";
}

.mdi-file-star-four-points::before {
  content: "\F1C2D";
}

.mdi-file-star-four-points-outline::before {
  content: "\F1C2E";
}

.mdi-file-star-outline::before {
  content: "\F103B";
}

.mdi-file-swap::before {
  content: "\F0FB4";
}

.mdi-file-swap-outline::before {
  content: "\F0FB5";
}

.mdi-file-sync::before {
  content: "\F1216";
}

.mdi-file-sync-outline::before {
  content: "\F1217";
}

.mdi-file-table::before {
  content: "\F0C7E";
}

.mdi-file-table-box::before {
  content: "\F10E1";
}

.mdi-file-table-box-multiple::before {
  content: "\F10E2";
}

.mdi-file-table-box-multiple-outline::before {
  content: "\F10E3";
}

.mdi-file-table-box-outline::before {
  content: "\F10E4";
}

.mdi-file-table-outline::before {
  content: "\F0C7F";
}

.mdi-file-tree::before {
  content: "\F0645";
}

.mdi-file-tree-outline::before {
  content: "\F13D2";
}

.mdi-file-undo::before {
  content: "\F08DC";
}

.mdi-file-undo-outline::before {
  content: "\F103C";
}

.mdi-file-upload::before {
  content: "\F0A4D";
}

.mdi-file-upload-outline::before {
  content: "\F0A4E";
}

.mdi-file-video::before {
  content: "\F022B";
}

.mdi-file-video-outline::before {
  content: "\F0E2C";
}

.mdi-file-word::before {
  content: "\F022C";
}

.mdi-file-word-box::before {
  content: "\F022D";
}

.mdi-file-word-box-outline::before {
  content: "\F103D";
}

.mdi-file-word-outline::before {
  content: "\F103E";
}

.mdi-file-xml-box::before {
  content: "\F1B4B";
}

.mdi-film::before {
  content: "\F022F";
}

.mdi-filmstrip::before {
  content: "\F0230";
}

.mdi-filmstrip-box::before {
  content: "\F0332";
}

.mdi-filmstrip-box-multiple::before {
  content: "\F0D18";
}

.mdi-filmstrip-off::before {
  content: "\F0231";
}

.mdi-filter::before {
  content: "\F0232";
}

.mdi-filter-check::before {
  content: "\F18EC";
}

.mdi-filter-check-outline::before {
  content: "\F18ED";
}

.mdi-filter-cog::before {
  content: "\F1AA3";
}

.mdi-filter-cog-outline::before {
  content: "\F1AA4";
}

.mdi-filter-menu::before {
  content: "\F10E5";
}

.mdi-filter-menu-outline::before {
  content: "\F10E6";
}

.mdi-filter-minus::before {
  content: "\F0EEE";
}

.mdi-filter-minus-outline::before {
  content: "\F0EEF";
}

.mdi-filter-multiple::before {
  content: "\F1A3F";
}

.mdi-filter-multiple-outline::before {
  content: "\F1A40";
}

.mdi-filter-off::before {
  content: "\F14EF";
}

.mdi-filter-off-outline::before {
  content: "\F14F0";
}

.mdi-filter-outline::before {
  content: "\F0233";
}

.mdi-filter-plus::before {
  content: "\F0EF0";
}

.mdi-filter-plus-outline::before {
  content: "\F0EF1";
}

.mdi-filter-remove::before {
  content: "\F0234";
}

.mdi-filter-remove-outline::before {
  content: "\F0235";
}

.mdi-filter-settings::before {
  content: "\F1AA5";
}

.mdi-filter-settings-outline::before {
  content: "\F1AA6";
}

.mdi-filter-variant::before {
  content: "\F0236";
}

.mdi-filter-variant-minus::before {
  content: "\F1112";
}

.mdi-filter-variant-plus::before {
  content: "\F1113";
}

.mdi-filter-variant-remove::before {
  content: "\F103F";
}

.mdi-finance::before {
  content: "\F081F";
}

.mdi-find-replace::before {
  content: "\F06D4";
}

.mdi-fingerprint::before {
  content: "\F0237";
}

.mdi-fingerprint-off::before {
  content: "\F0EB1";
}

.mdi-fire::before {
  content: "\F0238";
}

.mdi-fire-alert::before {
  content: "\F15D7";
}

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

.mdi-fire-extinguisher::before {
  content: "\F0EF2";
}

.mdi-fire-hydrant::before {
  content: "\F1137";
}

.mdi-fire-hydrant-alert::before {
  content: "\F1138";
}

.mdi-fire-hydrant-off::before {
  content: "\F1139";
}

.mdi-fire-off::before {
  content: "\F1722";
}

.mdi-fire-truck::before {
  content: "\F08AB";
}

.mdi-firebase::before {
  content: "\F0967";
}

.mdi-firefox::before {
  content: "\F0239";
}

.mdi-fireplace::before {
  content: "\F0E2E";
}

.mdi-fireplace-off::before {
  content: "\F0E2F";
}

.mdi-firewire::before {
  content: "\F05BE";
}

.mdi-firework::before {
  content: "\F0E30";
}

.mdi-firework-off::before {
  content: "\F1723";
}

.mdi-fish::before {
  content: "\F023A";
}

.mdi-fish-off::before {
  content: "\F13F3";
}

.mdi-fishbowl::before {
  content: "\F0EF3";
}

.mdi-fishbowl-outline::before {
  content: "\F0EF4";
}

.mdi-fit-to-page::before {
  content: "\F0EF5";
}

.mdi-fit-to-page-outline::before {
  content: "\F0EF6";
}

.mdi-fit-to-screen::before {
  content: "\F18F4";
}

.mdi-fit-to-screen-outline::before {
  content: "\F18F5";
}

.mdi-flag::before {
  content: "\F023B";
}

.mdi-flag-checkered::before {
  content: "\F023C";
}

.mdi-flag-minus::before {
  content: "\F0B99";
}

.mdi-flag-minus-outline::before {
  content: "\F10B2";
}

.mdi-flag-off::before {
  content: "\F18EE";
}

.mdi-flag-off-outline::before {
  content: "\F18EF";
}

.mdi-flag-outline::before {
  content: "\F023D";
}

.mdi-flag-plus::before {
  content: "\F0B9A";
}

.mdi-flag-plus-outline::before {
  content: "\F10B3";
}

.mdi-flag-remove::before {
  content: "\F0B9B";
}

.mdi-flag-remove-outline::before {
  content: "\F10B4";
}

.mdi-flag-triangle::before {
  content: "\F023F";
}

.mdi-flag-variant::before {
  content: "\F0240";
}

.mdi-flag-variant-minus::before {
  content: "\F1BB4";
}

.mdi-flag-variant-minus-outline::before {
  content: "\F1BB5";
}

.mdi-flag-variant-off::before {
  content: "\F1BB0";
}

.mdi-flag-variant-off-outline::before {
  content: "\F1BB1";
}

.mdi-flag-variant-outline::before {
  content: "\F023E";
}

.mdi-flag-variant-plus::before {
  content: "\F1BB2";
}

.mdi-flag-variant-plus-outline::before {
  content: "\F1BB3";
}

.mdi-flag-variant-remove::before {
  content: "\F1BB6";
}

.mdi-flag-variant-remove-outline::before {
  content: "\F1BB7";
}

.mdi-flare::before {
  content: "\F0D72";
}

.mdi-flash::before {
  content: "\F0241";
}

.mdi-flash-alert::before {
  content: "\F0EF7";
}

.mdi-flash-alert-outline::before {
  content: "\F0EF8";
}

.mdi-flash-auto::before {
  content: "\F0242";
}

.mdi-flash-off::before {
  content: "\F0243";
}

.mdi-flash-off-outline::before {
  content: "\F1B45";
}

.mdi-flash-outline::before {
  content: "\F06D5";
}

.mdi-flash-red-eye::before {
  content: "\F067B";
}

.mdi-flash-triangle::before {
  content: "\F1B1D";
}

.mdi-flash-triangle-outline::before {
  content: "\F1B1E";
}

.mdi-flashlight::before {
  content: "\F0244";
}

.mdi-flashlight-off::before {
  content: "\F0245";
}

.mdi-flask::before {
  content: "\F0093";
}

.mdi-flask-empty::before {
  content: "\F0094";
}

.mdi-flask-empty-minus::before {
  content: "\F123A";
}

.mdi-flask-empty-minus-outline::before {
  content: "\F123B";
}

.mdi-flask-empty-off::before {
  content: "\F13F4";
}

.mdi-flask-empty-off-outline::before {
  content: "\F13F5";
}

.mdi-flask-empty-outline::before {
  content: "\F0095";
}

.mdi-flask-empty-plus::before {
  content: "\F123C";
}

.mdi-flask-empty-plus-outline::before {
  content: "\F123D";
}

.mdi-flask-empty-remove::before {
  content: "\F123E";
}

.mdi-flask-empty-remove-outline::before {
  content: "\F123F";
}

.mdi-flask-minus::before {
  content: "\F1240";
}

.mdi-flask-minus-outline::before {
  content: "\F1241";
}

.mdi-flask-off::before {
  content: "\F13F6";
}

.mdi-flask-off-outline::before {
  content: "\F13F7";
}

.mdi-flask-outline::before {
  content: "\F0096";
}

.mdi-flask-plus::before {
  content: "\F1242";
}

.mdi-flask-plus-outline::before {
  content: "\F1243";
}

.mdi-flask-remove::before {
  content: "\F1244";
}

.mdi-flask-remove-outline::before {
  content: "\F1245";
}

.mdi-flask-round-bottom::before {
  content: "\F124B";
}

.mdi-flask-round-bottom-empty::before {
  content: "\F124C";
}

.mdi-flask-round-bottom-empty-outline::before {
  content: "\F124D";
}

.mdi-flask-round-bottom-outline::before {
  content: "\F124E";
}

.mdi-fleur-de-lis::before {
  content: "\F1303";
}

.mdi-flip-horizontal::before {
  content: "\F10E7";
}

.mdi-flip-to-back::before {
  content: "\F0247";
}

.mdi-flip-to-front::before {
  content: "\F0248";
}

.mdi-flip-vertical::before {
  content: "\F10E8";
}

.mdi-floor-lamp::before {
  content: "\F08DD";
}

.mdi-floor-lamp-dual::before {
  content: "\F1040";
}

.mdi-floor-lamp-dual-outline::before {
  content: "\F17CE";
}

.mdi-floor-lamp-outline::before {
  content: "\F17C8";
}

.mdi-floor-lamp-torchiere::before {
  content: "\F1747";
}

.mdi-floor-lamp-torchiere-outline::before {
  content: "\F17D6";
}

.mdi-floor-lamp-torchiere-variant::before {
  content: "\F1041";
}

.mdi-floor-lamp-torchiere-variant-outline::before {
  content: "\F17CF";
}

.mdi-floor-plan::before {
  content: "\F0821";
}

.mdi-floppy::before {
  content: "\F0249";
}

.mdi-floppy-variant::before {
  content: "\F09EF";
}

.mdi-flower::before {
  content: "\F024A";
}

.mdi-flower-outline::before {
  content: "\F09F0";
}

.mdi-flower-pollen::before {
  content: "\F1885";
}

.mdi-flower-pollen-outline::before {
  content: "\F1886";
}

.mdi-flower-poppy::before {
  content: "\F0D08";
}

.mdi-flower-tulip::before {
  content: "\F09F1";
}

.mdi-flower-tulip-outline::before {
  content: "\F09F2";
}

.mdi-focus-auto::before {
  content: "\F0F4E";
}

.mdi-focus-field::before {
  content: "\F0F4F";
}

.mdi-focus-field-horizontal::before {
  content: "\F0F50";
}

.mdi-focus-field-vertical::before {
  content: "\F0F51";
}

.mdi-folder::before {
  content: "\F024B";
}

.mdi-folder-account::before {
  content: "\F024C";
}

.mdi-folder-account-outline::before {
  content: "\F0B9C";
}

.mdi-folder-alert::before {
  content: "\F0DCC";
}

.mdi-folder-alert-outline::before {
  content: "\F0DCD";
}

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

.mdi-folder-arrow-down-outline::before {
  content: "\F19E9";
}

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

.mdi-folder-arrow-left-outline::before {
  content: "\F19EB";
}

.mdi-folder-arrow-left-right::before {
  content: "\F19EC";
}

.mdi-folder-arrow-left-right-outline::before {
  content: "\F19ED";
}

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

.mdi-folder-arrow-right-outline::before {
  content: "\F19EF";
}

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

.mdi-folder-arrow-up-down::before {
  content: "\F19F1";
}

.mdi-folder-arrow-up-down-outline::before {
  content: "\F19F2";
}

.mdi-folder-arrow-up-outline::before {
  content: "\F19F3";
}

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

.mdi-folder-cancel-outline::before {
  content: "\F19F5";
}

.mdi-folder-check::before {
  content: "\F197E";
}

.mdi-folder-check-outline::before {
  content: "\F197F";
}

.mdi-folder-clock::before {
  content: "\F0ABA";
}

.mdi-folder-clock-outline::before {
  content: "\F0ABB";
}

.mdi-folder-cog::before {
  content: "\F107F";
}

.mdi-folder-cog-outline::before {
  content: "\F1080";
}

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

.mdi-folder-download-outline::before {
  content: "\F10E9";
}

.mdi-folder-edit::before {
  content: "\F08DE";
}

.mdi-folder-edit-outline::before {
  content: "\F0DCE";
}

.mdi-folder-eye::before {
  content: "\F178A";
}

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

.mdi-folder-file::before {
  content: "\F19F6";
}

.mdi-folder-file-outline::before {
  content: "\F19F7";
}

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

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

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

.mdi-folder-hidden::before {
  content: "\F179E";
}

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

.mdi-folder-home-outline::before {
  content: "\F10B6";
}

.mdi-folder-image::before {
  content: "\F024F";
}

.mdi-folder-information::before {
  content: "\F10B7";
}

.mdi-folder-information-outline::before {
  content: "\F10B8";
}

.mdi-folder-key::before {
  content: "\F08AC";
}

.mdi-folder-key-network::before {
  content: "\F08AD";
}

.mdi-folder-key-network-outline::before {
  content: "\F0C80";
}

.mdi-folder-key-outline::before {
  content: "\F10EC";
}

.mdi-folder-lock::before {
  content: "\F0250";
}

.mdi-folder-lock-open::before {
  content: "\F0251";
}

.mdi-folder-lock-open-outline::before {
  content: "\F1AA7";
}

.mdi-folder-lock-outline::before {
  content: "\F1AA8";
}

.mdi-folder-marker::before {
  content: "\F126D";
}

.mdi-folder-marker-outline::before {
  content: "\F126E";
}

.mdi-folder-minus::before {
  content: "\F1B49";
}

.mdi-folder-minus-outline::before {
  content: "\F1B4A";
}

.mdi-folder-move::before {
  content: "\F0252";
}

.mdi-folder-move-outline::before {
  content: "\F1246";
}

.mdi-folder-multiple::before {
  content: "\F0253";
}

.mdi-folder-multiple-image::before {
  content: "\F0254";
}

.mdi-folder-multiple-outline::before {
  content: "\F0255";
}

.mdi-folder-multiple-plus::before {
  content: "\F147E";
}

.mdi-folder-multiple-plus-outline::before {
  content: "\F147F";
}

.mdi-folder-music::before {
  content: "\F1359";
}

.mdi-folder-music-outline::before {
  content: "\F135A";
}

.mdi-folder-network::before {
  content: "\F0870";
}

.mdi-folder-network-outline::before {
  content: "\F0C81";
}

.mdi-folder-off::before {
  content: "\F19F8";
}

.mdi-folder-off-outline::before {
  content: "\F19F9";
}

.mdi-folder-open::before {
  content: "\F0770";
}

.mdi-folder-open-outline::before {
  content: "\F0DCF";
}

.mdi-folder-outline::before {
  content: "\F0256";
}

.mdi-folder-play::before {
  content: "\F19FA";
}

.mdi-folder-play-outline::before {
  content: "\F19FB";
}

.mdi-folder-plus::before {
  content: "\F0257";
}

.mdi-folder-plus-outline::before {
  content: "\F0B9D";
}

.mdi-folder-pound::before {
  content: "\F0D09";
}

.mdi-folder-pound-outline::before {
  content: "\F0D0A";
}

.mdi-folder-question::before {
  content: "\F19CA";
}

.mdi-folder-question-outline::before {
  content: "\F19CB";
}

.mdi-folder-refresh::before {
  content: "\F0749";
}

.mdi-folder-refresh-outline::before {
  content: "\F0542";
}

.mdi-folder-remove::before {
  content: "\F0258";
}

.mdi-folder-remove-outline::before {
  content: "\F0B9E";
}

.mdi-folder-search::before {
  content: "\F0968";
}

.mdi-folder-search-outline::before {
  content: "\F0969";
}

.mdi-folder-settings::before {
  content: "\F107D";
}

.mdi-folder-settings-outline::before {
  content: "\F107E";
}

.mdi-folder-star::before {
  content: "\F069D";
}

.mdi-folder-star-multiple::before {
  content: "\F13D3";
}

.mdi-folder-star-multiple-outline::before {
  content: "\F13D4";
}

.mdi-folder-star-outline::before {
  content: "\F0B9F";
}

.mdi-folder-swap::before {
  content: "\F0FB6";
}

.mdi-folder-swap-outline::before {
  content: "\F0FB7";
}

.mdi-folder-sync::before {
  content: "\F0D0B";
}

.mdi-folder-sync-outline::before {
  content: "\F0D0C";
}

.mdi-folder-table::before {
  content: "\F12E3";
}

.mdi-folder-table-outline::before {
  content: "\F12E4";
}

.mdi-folder-text::before {
  content: "\F0C82";
}

.mdi-folder-text-outline::before {
  content: "\F0C83";
}

.mdi-folder-upload::before {
  content: "\F0259";
}

.mdi-folder-upload-outline::before {
  content: "\F10ED";
}

.mdi-folder-wrench::before {
  content: "\F19FC";
}

.mdi-folder-wrench-outline::before {
  content: "\F19FD";
}

.mdi-folder-zip::before {
  content: "\F06EB";
}

.mdi-folder-zip-outline::before {
  content: "\F07B9";
}

.mdi-font-awesome::before {
  content: "\F003A";
}

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

.mdi-food-apple::before {
  content: "\F025B";
}

.mdi-food-apple-outline::before {
  content: "\F0C84";
}

.mdi-food-croissant::before {
  content: "\F07C8";
}

.mdi-food-drumstick::before {
  content: "\F141F";
}

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

.mdi-food-drumstick-off-outline::before {
  content: "\F1469";
}

.mdi-food-drumstick-outline::before {
  content: "\F1420";
}

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

.mdi-food-halal::before {
  content: "\F1572";
}

.mdi-food-hot-dog::before {
  content: "\F184B";
}

.mdi-food-kosher::before {
  content: "\F1573";
}

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

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

.mdi-food-outline::before {
  content: "\F1916";
}

.mdi-food-steak::before {
  content: "\F146A";
}

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

.mdi-food-takeout-box::before {
  content: "\F1836";
}

.mdi-food-takeout-box-outline::before {
  content: "\F1837";
}

.mdi-food-turkey::before {
  content: "\F171C";
}

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

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

.mdi-foot-print::before {
  content: "\F0F52";
}

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

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

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

.mdi-forest::before {
  content: "\F1897";
}

.mdi-forest-outline::before {
  content: "\F1C63";
}

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

.mdi-form-dropdown::before {
  content: "\F1400";
}

.mdi-form-select::before {
  content: "\F1401";
}

.mdi-form-textarea::before {
  content: "\F1095";
}

.mdi-form-textbox::before {
  content: "\F060E";
}

.mdi-form-textbox-lock::before {
  content: "\F135D";
}

.mdi-form-textbox-password::before {
  content: "\F07F5";
}

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

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

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

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

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

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

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

.mdi-format-annotation-minus::before {
  content: "\F0ABC";
}

.mdi-format-annotation-plus::before {
  content: "\F0646";
}

.mdi-format-bold::before {
  content: "\F0264";
}

.mdi-format-clear::before {
  content: "\F0265";
}

.mdi-format-color-fill::before {
  content: "\F0266";
}

.mdi-format-color-highlight::before {
  content: "\F0E31";
}

.mdi-format-color-marker-cancel::before {
  content: "\F1313";
}

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

.mdi-format-columns::before {
  content: "\F08DF";
}

.mdi-format-float-center::before {
  content: "\F0267";
}

.mdi-format-float-left::before {
  content: "\F0268";
}

.mdi-format-float-none::before {
  content: "\F0269";
}

.mdi-format-float-right::before {
  content: "\F026A";
}

.mdi-format-font::before {
  content: "\F06D6";
}

.mdi-format-font-size-decrease::before {
  content: "\F09F3";
}

.mdi-format-font-size-increase::before {
  content: "\F09F4";
}

.mdi-format-header-1::before {
  content: "\F026B";
}

.mdi-format-header-2::before {
  content: "\F026C";
}

.mdi-format-header-3::before {
  content: "\F026D";
}

.mdi-format-header-4::before {
  content: "\F026E";
}

.mdi-format-header-5::before {
  content: "\F026F";
}

.mdi-format-header-6::before {
  content: "\F0270";
}

.mdi-format-header-decrease::before {
  content: "\F0271";
}

.mdi-format-header-equal::before {
  content: "\F0272";
}

.mdi-format-header-increase::before {
  content: "\F0273";
}

.mdi-format-header-pound::before {
  content: "\F0274";
}

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

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

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

.mdi-format-indent-decrease::before {
  content: "\F0275";
}

.mdi-format-indent-increase::before {
  content: "\F0276";
}

.mdi-format-italic::before {
  content: "\F0277";
}

.mdi-format-letter-case::before {
  content: "\F0B34";
}

.mdi-format-letter-case-lower::before {
  content: "\F0B35";
}

.mdi-format-letter-case-upper::before {
  content: "\F0B36";
}

.mdi-format-letter-ends-with::before {
  content: "\F0FB8";
}

.mdi-format-letter-matches::before {
  content: "\F0FB9";
}

.mdi-format-letter-spacing::before {
  content: "\F1956";
}

.mdi-format-letter-spacing-variant::before {
  content: "\F1AFB";
}

.mdi-format-letter-starts-with::before {
  content: "\F0FBA";
}

.mdi-format-line-height::before {
  content: "\F1AFC";
}

.mdi-format-line-spacing::before {
  content: "\F0278";
}

.mdi-format-line-style::before {
  content: "\F05C8";
}

.mdi-format-line-weight::before {
  content: "\F05C9";
}

.mdi-format-list-bulleted::before {
  content: "\F0279";
}

.mdi-format-list-bulleted-square::before {
  content: "\F0DD0";
}

.mdi-format-list-bulleted-triangle::before {
  content: "\F0EB2";
}

.mdi-format-list-bulleted-type::before {
  content: "\F027A";
}

.mdi-format-list-checkbox::before {
  content: "\F096A";
}

.mdi-format-list-checks::before {
  content: "\F0756";
}

.mdi-format-list-group::before {
  content: "\F1860";
}

.mdi-format-list-group-plus::before {
  content: "\F1B56";
}

.mdi-format-list-numbered::before {
  content: "\F027B";
}

.mdi-format-list-numbered-rtl::before {
  content: "\F0D0D";
}

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

.mdi-format-overline::before {
  content: "\F0EB3";
}

.mdi-format-page-break::before {
  content: "\F06D7";
}

.mdi-format-page-split::before {
  content: "\F1917";
}

.mdi-format-paint::before {
  content: "\F027C";
}

.mdi-format-paragraph::before {
  content: "\F027D";
}

.mdi-format-paragraph-spacing::before {
  content: "\F1AFD";
}

.mdi-format-pilcrow::before {
  content: "\F06D8";
}

.mdi-format-pilcrow-arrow-left::before {
  content: "\F0286";
}

.mdi-format-pilcrow-arrow-right::before {
  content: "\F0285";
}

.mdi-format-quote-close::before {
  content: "\F027E";
}

.mdi-format-quote-close-outline::before {
  content: "\F11A8";
}

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

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

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

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

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

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

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

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

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

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

.mdi-format-text-rotation-angle-down::before {
  content: "\F0FBB";
}

.mdi-format-text-rotation-angle-up::before {
  content: "\F0FBC";
}

.mdi-format-text-rotation-down::before {
  content: "\F0D73";
}

.mdi-format-text-rotation-down-vertical::before {
  content: "\F0FBD";
}

.mdi-format-text-rotation-none::before {
  content: "\F0D74";
}

.mdi-format-text-rotation-up::before {
  content: "\F0FBE";
}

.mdi-format-text-rotation-vertical::before {
  content: "\F0FBF";
}

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

.mdi-format-text-variant-outline::before {
  content: "\F150F";
}

.mdi-format-text-wrapping-clip::before {
  content: "\F0D0E";
}

.mdi-format-text-wrapping-overflow::before {
  content: "\F0D0F";
}

.mdi-format-text-wrapping-wrap::before {
  content: "\F0D10";
}

.mdi-format-textbox::before {
  content: "\F0D11";
}

.mdi-format-title::before {
  content: "\F05F4";
}

.mdi-format-underline::before {
  content: "\F0287";
}

.mdi-format-underline-wavy::before {
  content: "\F18E9";
}

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

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

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

.mdi-format-wrap-inline::before {
  content: "\F0288";
}

.mdi-format-wrap-square::before {
  content: "\F0289";
}

.mdi-format-wrap-tight::before {
  content: "\F028A";
}

.mdi-format-wrap-top-bottom::before {
  content: "\F028B";
}

.mdi-forum::before {
  content: "\F028C";
}

.mdi-forum-minus::before {
  content: "\F1AA9";
}

.mdi-forum-minus-outline::before {
  content: "\F1AAA";
}

.mdi-forum-outline::before {
  content: "\F0822";
}

.mdi-forum-plus::before {
  content: "\F1AAB";
}

.mdi-forum-plus-outline::before {
  content: "\F1AAC";
}

.mdi-forum-remove::before {
  content: "\F1AAD";
}

.mdi-forum-remove-outline::before {
  content: "\F1AAE";
}

.mdi-forward::before {
  content: "\F028D";
}

.mdi-forwardburger::before {
  content: "\F0D75";
}

.mdi-fountain::before {
  content: "\F096B";
}

.mdi-fountain-pen::before {
  content: "\F0D12";
}

.mdi-fountain-pen-tip::before {
  content: "\F0D13";
}

.mdi-fraction-one-half::before {
  content: "\F1992";
}

.mdi-freebsd::before {
  content: "\F08E0";
}

.mdi-french-fries::before {
  content: "\F1957";
}

.mdi-frequently-asked-questions::before {
  content: "\F0EB4";
}

.mdi-fridge::before {
  content: "\F0290";
}

.mdi-fridge-alert::before {
  content: "\F11B1";
}

.mdi-fridge-alert-outline::before {
  content: "\F11B2";
}

.mdi-fridge-bottom::before {
  content: "\F0292";
}

.mdi-fridge-industrial::before {
  content: "\F15EE";
}

.mdi-fridge-industrial-alert::before {
  content: "\F15EF";
}

.mdi-fridge-industrial-alert-outline::before {
  content: "\F15F0";
}

.mdi-fridge-industrial-off::before {
  content: "\F15F1";
}

.mdi-fridge-industrial-off-outline::before {
  content: "\F15F2";
}

.mdi-fridge-industrial-outline::before {
  content: "\F15F3";
}

.mdi-fridge-off::before {
  content: "\F11AF";
}

.mdi-fridge-off-outline::before {
  content: "\F11B0";
}

.mdi-fridge-outline::before {
  content: "\F028F";
}

.mdi-fridge-top::before {
  content: "\F0291";
}

.mdi-fridge-variant::before {
  content: "\F15F4";
}

.mdi-fridge-variant-alert::before {
  content: "\F15F5";
}

.mdi-fridge-variant-alert-outline::before {
  content: "\F15F6";
}

.mdi-fridge-variant-off::before {
  content: "\F15F7";
}

.mdi-fridge-variant-off-outline::before {
  content: "\F15F8";
}

.mdi-fridge-variant-outline::before {
  content: "\F15F9";
}

.mdi-fruit-cherries::before {
  content: "\F1042";
}

.mdi-fruit-cherries-off::before {
  content: "\F13F8";
}

.mdi-fruit-citrus::before {
  content: "\F1043";
}

.mdi-fruit-citrus-off::before {
  content: "\F13F9";
}

.mdi-fruit-grapes::before {
  content: "\F1044";
}

.mdi-fruit-grapes-outline::before {
  content: "\F1045";
}

.mdi-fruit-pear::before {
  content: "\F1A0E";
}

.mdi-fruit-pineapple::before {
  content: "\F1046";
}

.mdi-fruit-watermelon::before {
  content: "\F1047";
}

.mdi-fuel::before {
  content: "\F07CA";
}

.mdi-fuel-cell::before {
  content: "\F18B5";
}

.mdi-fullscreen::before {
  content: "\F0293";
}

.mdi-fullscreen-exit::before {
  content: "\F0294";
}

.mdi-function::before {
  content: "\F0295";
}

.mdi-function-variant::before {
  content: "\F0871";
}

.mdi-furigana-horizontal::before {
  content: "\F1081";
}

.mdi-furigana-vertical::before {
  content: "\F1082";
}

.mdi-fuse::before {
  content: "\F0C85";
}

.mdi-fuse-alert::before {
  content: "\F142D";
}

.mdi-fuse-blade::before {
  content: "\F0C86";
}

.mdi-fuse-off::before {
  content: "\F142C";
}

.mdi-gamepad::before {
  content: "\F0296";
}

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

.mdi-gamepad-circle-down::before {
  content: "\F0E34";
}

.mdi-gamepad-circle-left::before {
  content: "\F0E35";
}

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

.mdi-gamepad-circle-right::before {
  content: "\F0E37";
}

.mdi-gamepad-circle-up::before {
  content: "\F0E38";
}

.mdi-gamepad-down::before {
  content: "\F0E39";
}

.mdi-gamepad-left::before {
  content: "\F0E3A";
}

.mdi-gamepad-outline::before {
  content: "\F1919";
}

.mdi-gamepad-right::before {
  content: "\F0E3B";
}

.mdi-gamepad-round::before {
  content: "\F0E3C";
}

.mdi-gamepad-round-down::before {
  content: "\F0E3D";
}

.mdi-gamepad-round-left::before {
  content: "\F0E3E";
}

.mdi-gamepad-round-outline::before {
  content: "\F0E3F";
}

.mdi-gamepad-round-right::before {
  content: "\F0E40";
}

.mdi-gamepad-round-up::before {
  content: "\F0E41";
}

.mdi-gamepad-square::before {
  content: "\F0EB5";
}

.mdi-gamepad-square-outline::before {
  content: "\F0EB6";
}

.mdi-gamepad-up::before {
  content: "\F0E42";
}

.mdi-gamepad-variant::before {
  content: "\F0297";
}

.mdi-gamepad-variant-outline::before {
  content: "\F0EB7";
}

.mdi-gamma::before {
  content: "\F10EE";
}

.mdi-gantry-crane::before {
  content: "\F0DD1";
}

.mdi-garage::before {
  content: "\F06D9";
}

.mdi-garage-alert::before {
  content: "\F0872";
}

.mdi-garage-alert-variant::before {
  content: "\F12D5";
}

.mdi-garage-lock::before {
  content: "\F17FB";
}

.mdi-garage-open::before {
  content: "\F06DA";
}

.mdi-garage-open-variant::before {
  content: "\F12D4";
}

.mdi-garage-variant::before {
  content: "\F12D3";
}

.mdi-garage-variant-lock::before {
  content: "\F17FC";
}

.mdi-gas-burner::before {
  content: "\F1A1B";
}

.mdi-gas-cylinder::before {
  content: "\F0647";
}

.mdi-gas-station::before {
  content: "\F0298";
}

.mdi-gas-station-off::before {
  content: "\F1409";
}

.mdi-gas-station-off-outline::before {
  content: "\F140A";
}

.mdi-gas-station-outline::before {
  content: "\F0EB8";
}

.mdi-gate::before {
  content: "\F0299";
}

.mdi-gate-alert::before {
  content: "\F17F8";
}

.mdi-gate-and::before {
  content: "\F08E1";
}

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

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

.mdi-gate-buffer::before {
  content: "\F1AFE";
}

.mdi-gate-nand::before {
  content: "\F08E2";
}

.mdi-gate-nor::before {
  content: "\F08E3";
}

.mdi-gate-not::before {
  content: "\F08E4";
}

.mdi-gate-open::before {
  content: "\F116A";
}

.mdi-gate-or::before {
  content: "\F08E5";
}

.mdi-gate-xnor::before {
  content: "\F08E6";
}

.mdi-gate-xor::before {
  content: "\F08E7";
}

.mdi-gatsby::before {
  content: "\F0E43";
}

.mdi-gauge::before {
  content: "\F029A";
}

.mdi-gauge-empty::before {
  content: "\F0873";
}

.mdi-gauge-full::before {
  content: "\F0874";
}

.mdi-gauge-low::before {
  content: "\F0875";
}

.mdi-gavel::before {
  content: "\F029B";
}

.mdi-gender-female::before {
  content: "\F029C";
}

.mdi-gender-male::before {
  content: "\F029D";
}

.mdi-gender-male-female::before {
  content: "\F029E";
}

.mdi-gender-male-female-variant::before {
  content: "\F113F";
}

.mdi-gender-non-binary::before {
  content: "\F1140";
}

.mdi-gender-transgender::before {
  content: "\F029F";
}

.mdi-gentoo::before {
  content: "\F08E8";
}

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

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

.mdi-gesture-pinch::before {
  content: "\F0ABD";
}

.mdi-gesture-spread::before {
  content: "\F0ABE";
}

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

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

.mdi-gesture-swipe-horizontal::before {
  content: "\F0ABF";
}

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

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

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

.mdi-gesture-swipe-vertical::before {
  content: "\F0AC0";
}

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

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

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

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

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

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

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

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

.mdi-ghost-off-outline::before {
  content: "\F165C";
}

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

.mdi-gift::before {
  content: "\F0E44";
}

.mdi-gift-off::before {
  content: "\F16EF";
}

.mdi-gift-off-outline::before {
  content: "\F16F0";
}

.mdi-gift-open::before {
  content: "\F16F1";
}

.mdi-gift-open-outline::before {
  content: "\F16F2";
}

.mdi-gift-outline::before {
  content: "\F02A1";
}

.mdi-git::before {
  content: "\F02A2";
}

.mdi-github::before {
  content: "\F02A4";
}

.mdi-gitlab::before {
  content: "\F0BA0";
}

.mdi-glass-cocktail::before {
  content: "\F0356";
}

.mdi-glass-cocktail-off::before {
  content: "\F15E6";
}

.mdi-glass-flute::before {
  content: "\F02A5";
}

.mdi-glass-fragile::before {
  content: "\F1873";
}

.mdi-glass-mug::before {
  content: "\F02A6";
}

.mdi-glass-mug-off::before {
  content: "\F15E7";
}

.mdi-glass-mug-variant::before {
  content: "\F1116";
}

.mdi-glass-mug-variant-off::before {
  content: "\F15E8";
}

.mdi-glass-pint-outline::before {
  content: "\F130D";
}

.mdi-glass-stange::before {
  content: "\F02A7";
}

.mdi-glass-tulip::before {
  content: "\F02A8";
}

.mdi-glass-wine::before {
  content: "\F0876";
}

.mdi-glasses::before {
  content: "\F02AA";
}

.mdi-globe-light::before {
  content: "\F066F";
}

.mdi-globe-light-outline::before {
  content: "\F12D7";
}

.mdi-globe-model::before {
  content: "\F08E9";
}

.mdi-gmail::before {
  content: "\F02AB";
}

.mdi-gnome::before {
  content: "\F02AC";
}

.mdi-go-kart::before {
  content: "\F0D79";
}

.mdi-go-kart-track::before {
  content: "\F0D7A";
}

.mdi-gog::before {
  content: "\F0BA1";
}

.mdi-gold::before {
  content: "\F124F";
}

.mdi-golf::before {
  content: "\F0823";
}

.mdi-golf-cart::before {
  content: "\F11A4";
}

.mdi-golf-tee::before {
  content: "\F1083";
}

.mdi-gondola::before {
  content: "\F0686";
}

.mdi-goodreads::before {
  content: "\F0D7B";
}

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

.mdi-google-ads::before {
  content: "\F0C87";
}

.mdi-google-analytics::before {
  content: "\F07CC";
}

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

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

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

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

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

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

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

.mdi-google-classroom::before {
  content: "\F02C0";
}

.mdi-google-cloud::before {
  content: "\F11F6";
}

.mdi-google-downasaur::before {
  content: "\F1362";
}

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

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

.mdi-google-fit::before {
  content: "\F096C";
}

.mdi-google-glass::before {
  content: "\F02B8";
}

.mdi-google-hangouts::before {
  content: "\F02C9";
}

.mdi-google-keep::before {
  content: "\F06DC";
}

.mdi-google-lens::before {
  content: "\F09F6";
}

.mdi-google-maps::before {
  content: "\F05F5";
}

.mdi-google-my-business::before {
  content: "\F1048";
}

.mdi-google-nearby::before {
  content: "\F02B9";
}

.mdi-google-play::before {
  content: "\F02BC";
}

.mdi-google-plus::before {
  content: "\F02BD";
}

.mdi-google-podcast::before {
  content: "\F0EB9";
}

.mdi-google-spreadsheet::before {
  content: "\F09F7";
}

.mdi-google-street-view::before {
  content: "\F0C88";
}

.mdi-google-translate::before {
  content: "\F02BF";
}

.mdi-gradient-horizontal::before {
  content: "\F174A";
}

.mdi-gradient-vertical::before {
  content: "\F06A0";
}

.mdi-grain::before {
  content: "\F0D7C";
}

.mdi-graph::before {
  content: "\F1049";
}

.mdi-graph-outline::before {
  content: "\F104A";
}

.mdi-graphql::before {
  content: "\F0877";
}

.mdi-grass::before {
  content: "\F1510";
}

.mdi-grave-stone::before {
  content: "\F0BA2";
}

.mdi-grease-pencil::before {
  content: "\F0648";
}

.mdi-greater-than::before {
  content: "\F096D";
}

.mdi-greater-than-or-equal::before {
  content: "\F096E";
}

.mdi-greenhouse::before {
  content: "\F002D";
}

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

.mdi-grid-large::before {
  content: "\F0758";
}

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

.mdi-grill::before {
  content: "\F0E45";
}

.mdi-grill-outline::before {
  content: "\F118A";
}

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

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

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

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

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

.mdi-guy-fawkes-mask::before {
  content: "\F0825";
}

.mdi-gymnastics::before {
  content: "\F1A41";
}

.mdi-hail::before {
  content: "\F0AC1";
}

.mdi-hair-dryer::before {
  content: "\F10EF";
}

.mdi-hair-dryer-outline::before {
  content: "\F10F0";
}

.mdi-halloween::before {
  content: "\F0BA3";
}

.mdi-hamburger::before {
  content: "\F0685";
}

.mdi-hamburger-check::before {
  content: "\F1776";
}

.mdi-hamburger-minus::before {
  content: "\F1777";
}

.mdi-hamburger-off::before {
  content: "\F1778";
}

.mdi-hamburger-plus::before {
  content: "\F1779";
}

.mdi-hamburger-remove::before {
  content: "\F177A";
}

.mdi-hammer::before {
  content: "\F08EA";
}

.mdi-hammer-screwdriver::before {
  content: "\F1322";
}

.mdi-hammer-sickle::before {
  content: "\F1887";
}

.mdi-hammer-wrench::before {
  content: "\F1323";
}

.mdi-hand-back-left::before {
  content: "\F0E46";
}

.mdi-hand-back-left-off::before {
  content: "\F1830";
}

.mdi-hand-back-left-off-outline::before {
  content: "\F1832";
}

.mdi-hand-back-left-outline::before {
  content: "\F182C";
}

.mdi-hand-back-right::before {
  content: "\F0E47";
}

.mdi-hand-back-right-off::before {
  content: "\F1831";
}

.mdi-hand-back-right-off-outline::before {
  content: "\F1833";
}

.mdi-hand-back-right-outline::before {
  content: "\F182D";
}

.mdi-hand-clap::before {
  content: "\F194B";
}

.mdi-hand-clap-off::before {
  content: "\F1A42";
}

.mdi-hand-coin::before {
  content: "\F188F";
}

.mdi-hand-coin-outline::before {
  content: "\F1890";
}

.mdi-hand-cycle::before {
  content: "\F1B9C";
}

.mdi-hand-extended::before {
  content: "\F18B6";
}

.mdi-hand-extended-outline::before {
  content: "\F18B7";
}

.mdi-hand-front-left::before {
  content: "\F182B";
}

.mdi-hand-front-left-outline::before {
  content: "\F182E";
}

.mdi-hand-front-right::before {
  content: "\F0A4F";
}

.mdi-hand-front-right-outline::before {
  content: "\F182F";
}

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

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

.mdi-hand-okay::before {
  content: "\F0A50";
}

.mdi-hand-peace::before {
  content: "\F0A51";
}

.mdi-hand-peace-variant::before {
  content: "\F0A52";
}

.mdi-hand-pointing-down::before {
  content: "\F0A53";
}

.mdi-hand-pointing-left::before {
  content: "\F0A54";
}

.mdi-hand-pointing-right::before {
  content: "\F02C7";
}

.mdi-hand-pointing-up::before {
  content: "\F0A55";
}

.mdi-hand-saw::before {
  content: "\F0E48";
}

.mdi-hand-wash::before {
  content: "\F157F";
}

.mdi-hand-wash-outline::before {
  content: "\F1580";
}

.mdi-hand-water::before {
  content: "\F139F";
}

.mdi-hand-wave::before {
  content: "\F1821";
}

.mdi-hand-wave-outline::before {
  content: "\F1822";
}

.mdi-handball::before {
  content: "\F0F53";
}

.mdi-handcuffs::before {
  content: "\F113E";
}

.mdi-hands-pray::before {
  content: "\F0579";
}

.mdi-handshake::before {
  content: "\F1218";
}

.mdi-handshake-outline::before {
  content: "\F15A1";
}

.mdi-hanger::before {
  content: "\F02C8";
}

.mdi-hard-hat::before {
  content: "\F096F";
}

.mdi-harddisk::before {
  content: "\F02CA";
}

.mdi-harddisk-plus::before {
  content: "\F104B";
}

.mdi-harddisk-remove::before {
  content: "\F104C";
}

.mdi-hat-fedora::before {
  content: "\F0BA4";
}

.mdi-hazard-lights::before {
  content: "\F0C89";
}

.mdi-hdmi-port::before {
  content: "\F1BB8";
}

.mdi-hdr::before {
  content: "\F0D7D";
}

.mdi-hdr-off::before {
  content: "\F0D7E";
}

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

.mdi-head-alert::before {
  content: "\F1338";
}

.mdi-head-alert-outline::before {
  content: "\F1339";
}

.mdi-head-check::before {
  content: "\F133A";
}

.mdi-head-check-outline::before {
  content: "\F133B";
}

.mdi-head-cog::before {
  content: "\F133C";
}

.mdi-head-cog-outline::before {
  content: "\F133D";
}

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

.mdi-head-dots-horizontal-outline::before {
  content: "\F133F";
}

.mdi-head-flash::before {
  content: "\F1340";
}

.mdi-head-flash-outline::before {
  content: "\F1341";
}

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

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

.mdi-head-lightbulb::before {
  content: "\F1344";
}

.mdi-head-lightbulb-outline::before {
  content: "\F1345";
}

.mdi-head-minus::before {
  content: "\F1346";
}

.mdi-head-minus-outline::before {
  content: "\F1347";
}

.mdi-head-outline::before {
  content: "\F135F";
}

.mdi-head-plus::before {
  content: "\F1348";
}

.mdi-head-plus-outline::before {
  content: "\F1349";
}

.mdi-head-question::before {
  content: "\F134A";
}

.mdi-head-question-outline::before {
  content: "\F134B";
}

.mdi-head-remove::before {
  content: "\F134C";
}

.mdi-head-remove-outline::before {
  content: "\F134D";
}

.mdi-head-snowflake::before {
  content: "\F134E";
}

.mdi-head-snowflake-outline::before {
  content: "\F134F";
}

.mdi-head-sync::before {
  content: "\F1350";
}

.mdi-head-sync-outline::before {
  content: "\F1351";
}

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

.mdi-headphones-bluetooth::before {
  content: "\F0970";
}

.mdi-headphones-box::before {
  content: "\F02CC";
}

.mdi-headphones-off::before {
  content: "\F07CE";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-heat-pump::before {
  content: "\F1A43";
}

.mdi-heat-pump-outline::before {
  content: "\F1A44";
}

.mdi-heat-wave::before {
  content: "\F1A45";
}

.mdi-heating-coil::before {
  content: "\F1AAF";
}

.mdi-helicopter::before {
  content: "\F0AC2";
}

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

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

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

.mdi-help-box-multiple-outline::before {
  content: "\F1C0B";
}

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

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

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

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

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

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

.mdi-help-rhombus-outline::before {
  content: "\F0BA6";
}

.mdi-hexadecimal::before {
  content: "\F12A7";
}

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

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

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

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

.mdi-hexagon-slice-1::before {
  content: "\F0AC3";
}

.mdi-hexagon-slice-2::before {
  content: "\F0AC4";
}

.mdi-hexagon-slice-3::before {
  content: "\F0AC5";
}

.mdi-hexagon-slice-4::before {
  content: "\F0AC6";
}

.mdi-hexagon-slice-5::before {
  content: "\F0AC7";
}

.mdi-hexagon-slice-6::before {
  content: "\F0AC8";
}

.mdi-hexagram::before {
  content: "\F0AC9";
}

.mdi-hexagram-outline::before {
  content: "\F0ACA";
}

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

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

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

.mdi-hiking::before {
  content: "\F0D7F";
}

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

.mdi-hockey-puck::before {
  content: "\F0879";
}

.mdi-hockey-sticks::before {
  content: "\F087A";
}

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

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

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

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

.mdi-home-alert-outline::before {
  content: "\F15D0";
}

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

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

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

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

.mdi-home-battery-outline::before {
  content: "\F1902";
}

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

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

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

.mdi-home-city-outline::before {
  content: "\F0D16";
}

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

.mdi-home-clock-outline::before {
  content: "\F1A13";
}

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

.mdi-home-edit-outline::before {
  content: "\F115A";
}

.mdi-home-export-outline::before {
  content: "\F0F9B";
}

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

.mdi-home-floor-0::before {
  content: "\F0DD2";
}

.mdi-home-floor-1::before {
  content: "\F0D80";
}

.mdi-home-floor-2::before {
  content: "\F0D81";
}

.mdi-home-floor-3::before {
  content: "\F0D82";
}

.mdi-home-floor-a::before {
  content: "\F0D83";
}

.mdi-home-floor-b::before {
  content: "\F0D84";
}

.mdi-home-floor-g::before {
  content: "\F0D85";
}

.mdi-home-floor-l::before {
  content: "\F0D86";
}

.mdi-home-floor-negative-1::before {
  content: "\F0DD3";
}

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

.mdi-home-group-minus::before {
  content: "\F19C1";
}

.mdi-home-group-plus::before {
  content: "\F19C0";
}

.mdi-home-group-remove::before {
  content: "\F19C2";
}

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

.mdi-home-import-outline::before {
  content: "\F0F9C";
}

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

.mdi-home-lightbulb-outline::before {
  content: "\F1252";
}

.mdi-home-lightning-bolt::before {
  content: "\F1903";
}

.mdi-home-lightning-bolt-outline::before {
  content: "\F1904";
}

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

.mdi-home-lock-open::before {
  content: "\F08EC";
}

.mdi-home-map-marker::before {
  content: "\F05F8";
}

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

.mdi-home-minus-outline::before {
  content: "\F13D5";
}

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

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

.mdi-home-off-outline::before {
  content: "\F1A47";
}

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

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

.mdi-home-percent-outline::before {
  content: "\F1C7D";
}

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

.mdi-home-plus-outline::before {
  content: "\F13D6";
}

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

.mdi-home-remove-outline::before {
  content: "\F13D7";
}

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

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

.mdi-home-search-outline::before {
  content: "\F13B1";
}

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

.mdi-home-silo-outline::before {
  content: "\F1BA1";
}

.mdi-home-sound-in::before {
  content: "\F1C2F";
}

.mdi-home-sound-in-outline::before {
  content: "\F1C30";
}

.mdi-home-sound-out::before {
  content: "\F1C31";
}

.mdi-home-sound-out-outline::before {
  content: "\F1C32";
}

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

.mdi-home-switch-outline::before {
  content: "\F1795";
}

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

.mdi-home-thermometer-outline::before {
  content: "\F0F55";
}

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

.mdi-home-variant-outline::before {
  content: "\F0BA7";
}

.mdi-hook::before {
  content: "\F06E2";
}

.mdi-hook-off::before {
  content: "\F06E3";
}

.mdi-hoop-house::before {
  content: "\F0E56";
}

.mdi-hops::before {
  content: "\F02DF";
}

.mdi-horizontal-rotate-clockwise::before {
  content: "\F10F3";
}

.mdi-horizontal-rotate-counterclockwise::before {
  content: "\F10F4";
}

.mdi-horse::before {
  content: "\F15BF";
}

.mdi-horse-human::before {
  content: "\F15C0";
}

.mdi-horse-variant::before {
  content: "\F15C1";
}

.mdi-horse-variant-fast::before {
  content: "\F186E";
}

.mdi-horseshoe::before {
  content: "\F0A58";
}

.mdi-hospital::before {
  content: "\F0FF6";
}

.mdi-hospital-box::before {
  content: "\F02E0";
}

.mdi-hospital-box-outline::before {
  content: "\F0FF7";
}

.mdi-hospital-building::before {
  content: "\F02E1";
}

.mdi-hospital-marker::before {
  content: "\F02E2";
}

.mdi-hot-tub::before {
  content: "\F0828";
}

.mdi-hours-24::before {
  content: "\F1478";
}

.mdi-hubspot::before {
  content: "\F0D17";
}

.mdi-hulu::before {
  content: "\F0829";
}

.mdi-human::before {
  content: "\F02E6";
}

.mdi-human-baby-changing-table::before {
  content: "\F138B";
}

.mdi-human-cane::before {
  content: "\F1581";
}

.mdi-human-capacity-decrease::before {
  content: "\F159B";
}

.mdi-human-capacity-increase::before {
  content: "\F159C";
}

.mdi-human-child::before {
  content: "\F02E7";
}

.mdi-human-dolly::before {
  content: "\F1980";
}

.mdi-human-edit::before {
  content: "\F14E8";
}

.mdi-human-female::before {
  content: "\F0649";
}

.mdi-human-female-boy::before {
  content: "\F0A59";
}

.mdi-human-female-dance::before {
  content: "\F15C9";
}

.mdi-human-female-female::before {
  content: "\F0A5A";
}

.mdi-human-female-girl::before {
  content: "\F0A5B";
}

.mdi-human-greeting::before {
  content: "\F17C4";
}

.mdi-human-greeting-proximity::before {
  content: "\F159D";
}

.mdi-human-greeting-variant::before {
  content: "\F064A";
}

.mdi-human-handsdown::before {
  content: "\F064B";
}

.mdi-human-handsup::before {
  content: "\F064C";
}

.mdi-human-male::before {
  content: "\F064D";
}

.mdi-human-male-board::before {
  content: "\F0890";
}

.mdi-human-male-board-poll::before {
  content: "\F0846";
}

.mdi-human-male-boy::before {
  content: "\F0A5C";
}

.mdi-human-male-child::before {
  content: "\F138C";
}

.mdi-human-male-female::before {
  content: "\F02E8";
}

.mdi-human-male-female-child::before {
  content: "\F1823";
}

.mdi-human-male-girl::before {
  content: "\F0A5D";
}

.mdi-human-male-height::before {
  content: "\F0EFB";
}

.mdi-human-male-height-variant::before {
  content: "\F0EFC";
}

.mdi-human-male-male::before {
  content: "\F0A5E";
}

.mdi-human-non-binary::before {
  content: "\F1848";
}

.mdi-human-pregnant::before {
  content: "\F05CF";
}

.mdi-human-queue::before {
  content: "\F1571";
}

.mdi-human-scooter::before {
  content: "\F11E9";
}

.mdi-human-walker::before {
  content: "\F1B71";
}

.mdi-human-wheelchair::before {
  content: "\F138D";
}

.mdi-human-white-cane::before {
  content: "\F1981";
}

.mdi-humble-bundle::before {
  content: "\F0744";
}

.mdi-hvac::before {
  content: "\F1352";
}

.mdi-hvac-off::before {
  content: "\F159E";
}

.mdi-hydraulic-oil-level::before {
  content: "\F1324";
}

.mdi-hydraulic-oil-temperature::before {
  content: "\F1325";
}

.mdi-hydro-power::before {
  content: "\F12E5";
}

.mdi-hydrogen-station::before {
  content: "\F1894";
}

.mdi-ice-cream::before {
  content: "\F082A";
}

.mdi-ice-cream-off::before {
  content: "\F0E52";
}

.mdi-ice-pop::before {
  content: "\F0EFD";
}

.mdi-id-card::before {
  content: "\F0FC0";
}

.mdi-identifier::before {
  content: "\F0EFE";
}

.mdi-ideogram-cjk::before {
  content: "\F1331";
}

.mdi-ideogram-cjk-variant::before {
  content: "\F1332";
}

.mdi-image::before {
  content: "\F02E9";
}

.mdi-image-album::before {
  content: "\F02EA";
}

.mdi-image-area::before {
  content: "\F02EB";
}

.mdi-image-area-close::before {
  content: "\F02EC";
}

.mdi-image-auto-adjust::before {
  content: "\F0FC1";
}

.mdi-image-broken::before {
  content: "\F02ED";
}

.mdi-image-broken-variant::before {
  content: "\F02EE";
}

.mdi-image-check::before {
  content: "\F1B25";
}

.mdi-image-check-outline::before {
  content: "\F1B26";
}

.mdi-image-edit::before {
  content: "\F11E3";
}

.mdi-image-edit-outline::before {
  content: "\F11E4";
}

.mdi-image-filter-black-white::before {
  content: "\F02F0";
}

.mdi-image-filter-center-focus::before {
  content: "\F02F1";
}

.mdi-image-filter-center-focus-strong::before {
  content: "\F0EFF";
}

.mdi-image-filter-center-focus-strong-outline::before {
  content: "\F0F00";
}

.mdi-image-filter-center-focus-weak::before {
  content: "\F02F2";
}

.mdi-image-filter-drama::before {
  content: "\F02F3";
}

.mdi-image-filter-drama-outline::before {
  content: "\F1BFF";
}

.mdi-image-filter-frames::before {
  content: "\F02F4";
}

.mdi-image-filter-hdr::before {
  content: "\F02F5";
}

.mdi-image-filter-hdr-outline::before {
  content: "\F1C64";
}

.mdi-image-filter-none::before {
  content: "\F02F6";
}

.mdi-image-filter-tilt-shift::before {
  content: "\F02F7";
}

.mdi-image-filter-vintage::before {
  content: "\F02F8";
}

.mdi-image-frame::before {
  content: "\F0E49";
}

.mdi-image-lock::before {
  content: "\F1AB0";
}

.mdi-image-lock-outline::before {
  content: "\F1AB1";
}

.mdi-image-marker::before {
  content: "\F177B";
}

.mdi-image-marker-outline::before {
  content: "\F177C";
}

.mdi-image-minus::before {
  content: "\F1419";
}

.mdi-image-minus-outline::before {
  content: "\F1B47";
}

.mdi-image-move::before {
  content: "\F09F8";
}

.mdi-image-multiple::before {
  content: "\F02F9";
}

.mdi-image-multiple-outline::before {
  content: "\F02EF";
}

.mdi-image-off::before {
  content: "\F082B";
}

.mdi-image-off-outline::before {
  content: "\F11D1";
}

.mdi-image-outline::before {
  content: "\F0976";
}

.mdi-image-plus::before {
  content: "\F087C";
}

.mdi-image-plus-outline::before {
  content: "\F1B46";
}

.mdi-image-refresh::before {
  content: "\F19FE";
}

.mdi-image-refresh-outline::before {
  content: "\F19FF";
}

.mdi-image-remove::before {
  content: "\F1418";
}

.mdi-image-remove-outline::before {
  content: "\F1B48";
}

.mdi-image-search::before {
  content: "\F0977";
}

.mdi-image-search-outline::before {
  content: "\F0978";
}

.mdi-image-size-select-actual::before {
  content: "\F0C8D";
}

.mdi-image-size-select-large::before {
  content: "\F0C8E";
}

.mdi-image-size-select-small::before {
  content: "\F0C8F";
}

.mdi-image-sync::before {
  content: "\F1A00";
}

.mdi-image-sync-outline::before {
  content: "\F1A01";
}

.mdi-image-text::before {
  content: "\F160D";
}

.mdi-import::before {
  content: "\F02FA";
}

.mdi-inbox::before {
  content: "\F0687";
}

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

.mdi-inbox-arrow-down-outline::before {
  content: "\F1270";
}

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

.mdi-inbox-arrow-up-outline::before {
  content: "\F1271";
}

.mdi-inbox-full::before {
  content: "\F1272";
}

.mdi-inbox-full-outline::before {
  content: "\F1273";
}

.mdi-inbox-multiple::before {
  content: "\F08B0";
}

.mdi-inbox-multiple-outline::before {
  content: "\F0BA8";
}

.mdi-inbox-outline::before {
  content: "\F1274";
}

.mdi-inbox-remove::before {
  content: "\F159F";
}

.mdi-inbox-remove-outline::before {
  content: "\F15A0";
}

.mdi-incognito::before {
  content: "\F05F9";
}

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

.mdi-incognito-circle-off::before {
  content: "\F1422";
}

.mdi-incognito-off::before {
  content: "\F0075";
}

.mdi-induction::before {
  content: "\F184C";
}

.mdi-infinity::before {
  content: "\F06E4";
}

.mdi-information::before {
  content: "\F02FC";
}

.mdi-information-box::before {
  content: "\F1C65";
}

.mdi-information-box-outline::before {
  content: "\F1C66";
}

.mdi-information-off::before {
  content: "\F178C";
}

.mdi-information-off-outline::before {
  content: "\F178D";
}

.mdi-information-outline::before {
  content: "\F02FD";
}

.mdi-information-slab-box::before {
  content: "\F1C67";
}

.mdi-information-slab-box-outline::before {
  content: "\F1C68";
}

.mdi-information-slab-circle::before {
  content: "\F1C69";
}

.mdi-information-slab-circle-outline::before {
  content: "\F1C6A";
}

.mdi-information-slab-symbol::before {
  content: "\F1C6B";
}

.mdi-information-symbol::before {
  content: "\F1C6C";
}

.mdi-information-variant::before {
  content: "\F064E";
}

.mdi-information-variant-box::before {
  content: "\F1C6D";
}

.mdi-information-variant-box-outline::before {
  content: "\F1C6E";
}

.mdi-information-variant-circle::before {
  content: "\F1C6F";
}

.mdi-information-variant-circle-outline::before {
  content: "\F1C70";
}

.mdi-instagram::before {
  content: "\F02FE";
}

.mdi-instrument-triangle::before {
  content: "\F104E";
}

.mdi-integrated-circuit-chip::before {
  content: "\F1913";
}

.mdi-invert-colors::before {
  content: "\F0301";
}

.mdi-invert-colors-off::before {
  content: "\F0E4A";
}

.mdi-iobroker::before {
  content: "\F12E8";
}

.mdi-ip::before {
  content: "\F0A5F";
}

.mdi-ip-network::before {
  content: "\F0A60";
}

.mdi-ip-network-outline::before {
  content: "\F0C90";
}

.mdi-ip-outline::before {
  content: "\F1982";
}

.mdi-ipod::before {
  content: "\F0C91";
}

.mdi-iron::before {
  content: "\F1824";
}

.mdi-iron-board::before {
  content: "\F1838";
}

.mdi-iron-outline::before {
  content: "\F1825";
}

.mdi-island::before {
  content: "\F104F";
}

.mdi-iv-bag::before {
  content: "\F10B9";
}

.mdi-jabber::before {
  content: "\F0DD5";
}

.mdi-jeepney::before {
  content: "\F0302";
}

.mdi-jellyfish::before {
  content: "\F0F01";
}

.mdi-jellyfish-outline::before {
  content: "\F0F02";
}

.mdi-jira::before {
  content: "\F0303";
}

.mdi-jquery::before {
  content: "\F087D";
}

.mdi-jsfiddle::before {
  content: "\F0304";
}

.mdi-jump-rope::before {
  content: "\F12FF";
}

.mdi-kabaddi::before {
  content: "\F0D87";
}

.mdi-kangaroo::before {
  content: "\F1558";
}

.mdi-karate::before {
  content: "\F082C";
}

.mdi-kayaking::before {
  content: "\F08AF";
}

.mdi-keg::before {
  content: "\F0305";
}

.mdi-kettle::before {
  content: "\F05FA";
}

.mdi-kettle-alert::before {
  content: "\F1317";
}

.mdi-kettle-alert-outline::before {
  content: "\F1318";
}

.mdi-kettle-off::before {
  content: "\F131B";
}

.mdi-kettle-off-outline::before {
  content: "\F131C";
}

.mdi-kettle-outline::before {
  content: "\F0F56";
}

.mdi-kettle-pour-over::before {
  content: "\F173C";
}

.mdi-kettle-steam::before {
  content: "\F1319";
}

.mdi-kettle-steam-outline::before {
  content: "\F131A";
}

.mdi-kettlebell::before {
  content: "\F1300";
}

.mdi-key::before {
  content: "\F0306";
}

.mdi-key-alert::before {
  content: "\F1983";
}

.mdi-key-alert-outline::before {
  content: "\F1984";
}

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

.mdi-key-chain::before {
  content: "\F1574";
}

.mdi-key-chain-variant::before {
  content: "\F1575";
}

.mdi-key-change::before {
  content: "\F0307";
}

.mdi-key-link::before {
  content: "\F119F";
}

.mdi-key-minus::before {
  content: "\F0308";
}

.mdi-key-outline::before {
  content: "\F0DD6";
}

.mdi-key-plus::before {
  content: "\F0309";
}

.mdi-key-remove::before {
  content: "\F030A";
}

.mdi-key-star::before {
  content: "\F119E";
}

.mdi-key-variant::before {
  content: "\F030B";
}

.mdi-key-wireless::before {
  content: "\F0FC2";
}

.mdi-keyboard::before {
  content: "\F030C";
}

.mdi-keyboard-backspace::before {
  content: "\F030D";
}

.mdi-keyboard-caps::before {
  content: "\F030E";
}

.mdi-keyboard-close::before {
  content: "\F030F";
}

.mdi-keyboard-close-outline::before {
  content: "\F1C00";
}

.mdi-keyboard-esc::before {
  content: "\F12B7";
}

.mdi-keyboard-f1::before {
  content: "\F12AB";
}

.mdi-keyboard-f10::before {
  content: "\F12B4";
}

.mdi-keyboard-f11::before {
  content: "\F12B5";
}

.mdi-keyboard-f12::before {
  content: "\F12B6";
}

.mdi-keyboard-f2::before {
  content: "\F12AC";
}

.mdi-keyboard-f3::before {
  content: "\F12AD";
}

.mdi-keyboard-f4::before {
  content: "\F12AE";
}

.mdi-keyboard-f5::before {
  content: "\F12AF";
}

.mdi-keyboard-f6::before {
  content: "\F12B0";
}

.mdi-keyboard-f7::before {
  content: "\F12B1";
}

.mdi-keyboard-f8::before {
  content: "\F12B2";
}

.mdi-keyboard-f9::before {
  content: "\F12B3";
}

.mdi-keyboard-off::before {
  content: "\F0310";
}

.mdi-keyboard-off-outline::before {
  content: "\F0E4B";
}

.mdi-keyboard-outline::before {
  content: "\F097B";
}

.mdi-keyboard-return::before {
  content: "\F0311";
}

.mdi-keyboard-settings::before {
  content: "\F09F9";
}

.mdi-keyboard-settings-outline::before {
  content: "\F09FA";
}

.mdi-keyboard-space::before {
  content: "\F1050";
}

.mdi-keyboard-tab::before {
  content: "\F0312";
}

.mdi-keyboard-tab-reverse::before {
  content: "\F0325";
}

.mdi-keyboard-variant::before {
  content: "\F0313";
}

.mdi-khanda::before {
  content: "\F10FD";
}

.mdi-kickstarter::before {
  content: "\F0745";
}

.mdi-kite::before {
  content: "\F1985";
}

.mdi-kite-outline::before {
  content: "\F1986";
}

.mdi-kitesurfing::before {
  content: "\F1744";
}

.mdi-klingon::before {
  content: "\F135B";
}

.mdi-knife::before {
  content: "\F09FB";
}

.mdi-knife-military::before {
  content: "\F09FC";
}

.mdi-knob::before {
  content: "\F1B96";
}

.mdi-koala::before {
  content: "\F173F";
}

.mdi-kodi::before {
  content: "\F0314";
}

.mdi-kubernetes::before {
  content: "\F10FE";
}

.mdi-label::before {
  content: "\F0315";
}

.mdi-label-multiple::before {
  content: "\F1375";
}

.mdi-label-multiple-outline::before {
  content: "\F1376";
}

.mdi-label-off::before {
  content: "\F0ACB";
}

.mdi-label-off-outline::before {
  content: "\F0ACC";
}

.mdi-label-outline::before {
  content: "\F0316";
}

.mdi-label-percent::before {
  content: "\F12EA";
}

.mdi-label-percent-outline::before {
  content: "\F12EB";
}

.mdi-label-variant::before {
  content: "\F0ACD";
}

.mdi-label-variant-outline::before {
  content: "\F0ACE";
}

.mdi-ladder::before {
  content: "\F15A2";
}

.mdi-ladybug::before {
  content: "\F082D";
}

.mdi-lambda::before {
  content: "\F0627";
}

.mdi-lamp::before {
  content: "\F06B5";
}

.mdi-lamp-outline::before {
  content: "\F17D0";
}

.mdi-lamps::before {
  content: "\F1576";
}

.mdi-lamps-outline::before {
  content: "\F17D1";
}

.mdi-lan::before {
  content: "\F0317";
}

.mdi-lan-check::before {
  content: "\F12AA";
}

.mdi-lan-connect::before {
  content: "\F0318";
}

.mdi-lan-disconnect::before {
  content: "\F0319";
}

.mdi-lan-pending::before {
  content: "\F031A";
}

.mdi-land-fields::before {
  content: "\F1AB2";
}

.mdi-land-plots::before {
  content: "\F1AB3";
}

.mdi-land-plots-circle::before {
  content: "\F1AB4";
}

.mdi-land-plots-circle-variant::before {
  content: "\F1AB5";
}

.mdi-land-plots-marker::before {
  content: "\F1C5D";
}

.mdi-land-rows-horizontal::before {
  content: "\F1AB6";
}

.mdi-land-rows-vertical::before {
  content: "\F1AB7";
}

.mdi-landslide::before {
  content: "\F1A48";
}

.mdi-landslide-outline::before {
  content: "\F1A49";
}

.mdi-language-c::before {
  content: "\F0671";
}

.mdi-language-cpp::before {
  content: "\F0672";
}

.mdi-language-csharp::before {
  content: "\F031B";
}

.mdi-language-css3::before {
  content: "\F031C";
}

.mdi-language-fortran::before {
  content: "\F121A";
}

.mdi-language-go::before {
  content: "\F07D3";
}

.mdi-language-haskell::before {
  content: "\F0C92";
}

.mdi-language-html5::before {
  content: "\F031D";
}

.mdi-language-java::before {
  content: "\F0B37";
}

.mdi-language-javascript::before {
  content: "\F031E";
}

.mdi-language-kotlin::before {
  content: "\F1219";
}

.mdi-language-lua::before {
  content: "\F08B1";
}

.mdi-language-markdown::before {
  content: "\F0354";
}

.mdi-language-markdown-outline::before {
  content: "\F0F5B";
}

.mdi-language-php::before {
  content: "\F031F";
}

.mdi-language-python::before {
  content: "\F0320";
}

.mdi-language-r::before {
  content: "\F07D4";
}

.mdi-language-ruby::before {
  content: "\F0D2D";
}

.mdi-language-ruby-on-rails::before {
  content: "\F0ACF";
}

.mdi-language-rust::before {
  content: "\F1617";
}

.mdi-language-swift::before {
  content: "\F06E5";
}

.mdi-language-typescript::before {
  content: "\F06E6";
}

.mdi-language-xaml::before {
  content: "\F0673";
}

.mdi-laptop::before {
  content: "\F0322";
}

.mdi-laptop-account::before {
  content: "\F1A4A";
}

.mdi-laptop-off::before {
  content: "\F06E7";
}

.mdi-laravel::before {
  content: "\F0AD0";
}

.mdi-laser-pointer::before {
  content: "\F1484";
}

.mdi-lasso::before {
  content: "\F0F03";
}

.mdi-lastpass::before {
  content: "\F0446";
}

.mdi-latitude::before {
  content: "\F0F57";
}

.mdi-launch::before {
  content: "\F0327";
}

.mdi-lava-lamp::before {
  content: "\F07D5";
}

.mdi-layers::before {
  content: "\F0328";
}

.mdi-layers-edit::before {
  content: "\F1892";
}

.mdi-layers-minus::before {
  content: "\F0E4C";
}

.mdi-layers-off::before {
  content: "\F0329";
}

.mdi-layers-off-outline::before {
  content: "\F09FD";
}

.mdi-layers-outline::before {
  content: "\F09FE";
}

.mdi-layers-plus::before {
  content: "\F0E4D";
}

.mdi-layers-remove::before {
  content: "\F0E4E";
}

.mdi-layers-search::before {
  content: "\F1206";
}

.mdi-layers-search-outline::before {
  content: "\F1207";
}

.mdi-layers-triple::before {
  content: "\F0F58";
}

.mdi-layers-triple-outline::before {
  content: "\F0F59";
}

.mdi-lead-pencil::before {
  content: "\F064F";
}

.mdi-leaf::before {
  content: "\F032A";
}

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

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

.mdi-leaf-maple::before {
  content: "\F0C93";
}

.mdi-leaf-maple-off::before {
  content: "\F12DA";
}

.mdi-leaf-off::before {
  content: "\F12D9";
}

.mdi-leak::before {
  content: "\F0DD7";
}

.mdi-leak-off::before {
  content: "\F0DD8";
}

.mdi-lectern::before {
  content: "\F1AF0";
}

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

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

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

.mdi-led-strip::before {
  content: "\F07D6";
}

.mdi-led-strip-variant::before {
  content: "\F1051";
}

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

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

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

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

.mdi-leek::before {
  content: "\F117D";
}

.mdi-less-than::before {
  content: "\F097C";
}

.mdi-less-than-or-equal::before {
  content: "\F097D";
}

.mdi-library::before {
  content: "\F0331";
}

.mdi-library-outline::before {
  content: "\F1A22";
}

.mdi-library-shelves::before {
  content: "\F0BA9";
}

.mdi-license::before {
  content: "\F0FC3";
}

.mdi-lifebuoy::before {
  content: "\F087E";
}

.mdi-light-flood-down::before {
  content: "\F1987";
}

.mdi-light-flood-up::before {
  content: "\F1988";
}

.mdi-light-recessed::before {
  content: "\F179B";
}

.mdi-light-switch::before {
  content: "\F097E";
}

.mdi-light-switch-off::before {
  content: "\F1A24";
}

.mdi-lightbulb::before {
  content: "\F0335";
}

.mdi-lightbulb-alert::before {
  content: "\F19E1";
}

.mdi-lightbulb-alert-outline::before {
  content: "\F19E2";
}

.mdi-lightbulb-auto::before {
  content: "\F1800";
}

.mdi-lightbulb-auto-outline::before {
  content: "\F1801";
}

.mdi-lightbulb-cfl::before {
  content: "\F1208";
}

.mdi-lightbulb-cfl-off::before {
  content: "\F1209";
}

.mdi-lightbulb-cfl-spiral::before {
  content: "\F1275";
}

.mdi-lightbulb-cfl-spiral-off::before {
  content: "\F12C3";
}

.mdi-lightbulb-fluorescent-tube::before {
  content: "\F1804";
}

.mdi-lightbulb-fluorescent-tube-outline::before {
  content: "\F1805";
}

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

.mdi-lightbulb-group-off::before {
  content: "\F12CD";
}

.mdi-lightbulb-group-off-outline::before {
  content: "\F12CE";
}

.mdi-lightbulb-group-outline::before {
  content: "\F1254";
}

.mdi-lightbulb-multiple::before {
  content: "\F1255";
}

.mdi-lightbulb-multiple-off::before {
  content: "\F12CF";
}

.mdi-lightbulb-multiple-off-outline::before {
  content: "\F12D0";
}

.mdi-lightbulb-multiple-outline::before {
  content: "\F1256";
}

.mdi-lightbulb-night::before {
  content: "\F1A4C";
}

.mdi-lightbulb-night-outline::before {
  content: "\F1A4D";
}

.mdi-lightbulb-off::before {
  content: "\F0E4F";
}

.mdi-lightbulb-off-outline::before {
  content: "\F0E50";
}

.mdi-lightbulb-on::before {
  content: "\F06E8";
}

.mdi-lightbulb-on-10::before {
  content: "\F1A4E";
}

.mdi-lightbulb-on-20::before {
  content: "\F1A4F";
}

.mdi-lightbulb-on-30::before {
  content: "\F1A50";
}

.mdi-lightbulb-on-40::before {
  content: "\F1A51";
}

.mdi-lightbulb-on-50::before {
  content: "\F1A52";
}

.mdi-lightbulb-on-60::before {
  content: "\F1A53";
}

.mdi-lightbulb-on-70::before {
  content: "\F1A54";
}

.mdi-lightbulb-on-80::before {
  content: "\F1A55";
}

.mdi-lightbulb-on-90::before {
  content: "\F1A56";
}

.mdi-lightbulb-on-outline::before {
  content: "\F06E9";
}

.mdi-lightbulb-outline::before {
  content: "\F0336";
}

.mdi-lightbulb-question::before {
  content: "\F19E3";
}

.mdi-lightbulb-question-outline::before {
  content: "\F19E4";
}

.mdi-lightbulb-spot::before {
  content: "\F17F4";
}

.mdi-lightbulb-spot-off::before {
  content: "\F17F5";
}

.mdi-lightbulb-variant::before {
  content: "\F1802";
}

.mdi-lightbulb-variant-outline::before {
  content: "\F1803";
}

.mdi-lighthouse::before {
  content: "\F09FF";
}

.mdi-lighthouse-on::before {
  content: "\F0A00";
}

.mdi-lightning-bolt::before {
  content: "\F140B";
}

.mdi-lightning-bolt-circle::before {
  content: "\F0820";
}

.mdi-lightning-bolt-outline::before {
  content: "\F140C";
}

.mdi-line-scan::before {
  content: "\F0624";
}

.mdi-lingerie::before {
  content: "\F1476";
}

.mdi-link::before {
  content: "\F0337";
}

.mdi-link-box::before {
  content: "\F0D1A";
}

.mdi-link-box-outline::before {
  content: "\F0D1B";
}

.mdi-link-box-variant::before {
  content: "\F0D1C";
}

.mdi-link-box-variant-outline::before {
  content: "\F0D1D";
}

.mdi-link-lock::before {
  content: "\F10BA";
}

.mdi-link-off::before {
  content: "\F0338";
}

.mdi-link-plus::before {
  content: "\F0C94";
}

.mdi-link-variant::before {
  content: "\F0339";
}

.mdi-link-variant-minus::before {
  content: "\F10FF";
}

.mdi-link-variant-off::before {
  content: "\F033A";
}

.mdi-link-variant-plus::before {
  content: "\F1100";
}

.mdi-link-variant-remove::before {
  content: "\F1101";
}

.mdi-linkedin::before {
  content: "\F033B";
}

.mdi-linux::before {
  content: "\F033D";
}

.mdi-linux-mint::before {
  content: "\F08ED";
}

.mdi-lipstick::before {
  content: "\F13B5";
}

.mdi-liquid-spot::before {
  content: "\F1826";
}

.mdi-liquor::before {
  content: "\F191E";
}

.mdi-list-box::before {
  content: "\F1B7B";
}

.mdi-list-box-outline::before {
  content: "\F1B7C";
}

.mdi-list-status::before {
  content: "\F15AB";
}

.mdi-litecoin::before {
  content: "\F0A61";
}

.mdi-loading::before {
  content: "\F0772";
}

.mdi-location-enter::before {
  content: "\F0FC4";
}

.mdi-location-exit::before {
  content: "\F0FC5";
}

.mdi-lock::before {
  content: "\F033E";
}

.mdi-lock-alert::before {
  content: "\F08EE";
}

.mdi-lock-alert-outline::before {
  content: "\F15D1";
}

.mdi-lock-check::before {
  content: "\F139A";
}

.mdi-lock-check-outline::before {
  content: "\F16A8";
}

.mdi-lock-clock::before {
  content: "\F097F";
}

.mdi-lock-minus::before {
  content: "\F16A9";
}

.mdi-lock-minus-outline::before {
  content: "\F16AA";
}

.mdi-lock-off::before {
  content: "\F1671";
}

.mdi-lock-off-outline::before {
  content: "\F1672";
}

.mdi-lock-open::before {
  content: "\F033F";
}

.mdi-lock-open-alert::before {
  content: "\F139B";
}

.mdi-lock-open-alert-outline::before {
  content: "\F15D2";
}

.mdi-lock-open-check::before {
  content: "\F139C";
}

.mdi-lock-open-check-outline::before {
  content: "\F16AB";
}

.mdi-lock-open-minus::before {
  content: "\F16AC";
}

.mdi-lock-open-minus-outline::before {
  content: "\F16AD";
}

.mdi-lock-open-outline::before {
  content: "\F0340";
}

.mdi-lock-open-plus::before {
  content: "\F16AE";
}

.mdi-lock-open-plus-outline::before {
  content: "\F16AF";
}

.mdi-lock-open-remove::before {
  content: "\F16B0";
}

.mdi-lock-open-remove-outline::before {
  content: "\F16B1";
}

.mdi-lock-open-variant::before {
  content: "\F0FC6";
}

.mdi-lock-open-variant-outline::before {
  content: "\F0FC7";
}

.mdi-lock-outline::before {
  content: "\F0341";
}

.mdi-lock-pattern::before {
  content: "\F06EA";
}

.mdi-lock-percent::before {
  content: "\F1C12";
}

.mdi-lock-percent-open::before {
  content: "\F1C13";
}

.mdi-lock-percent-open-outline::before {
  content: "\F1C14";
}

.mdi-lock-percent-open-variant::before {
  content: "\F1C15";
}

.mdi-lock-percent-open-variant-outline::before {
  content: "\F1C16";
}

.mdi-lock-percent-outline::before {
  content: "\F1C17";
}

.mdi-lock-plus::before {
  content: "\F05FB";
}

.mdi-lock-plus-outline::before {
  content: "\F16B2";
}

.mdi-lock-question::before {
  content: "\F08EF";
}

.mdi-lock-remove::before {
  content: "\F16B3";
}

.mdi-lock-remove-outline::before {
  content: "\F16B4";
}

.mdi-lock-reset::before {
  content: "\F0773";
}

.mdi-lock-smart::before {
  content: "\F08B2";
}

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

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

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

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

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

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

.mdi-longitude::before {
  content: "\F0F5A";
}

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

.mdi-lotion::before {
  content: "\F1582";
}

.mdi-lotion-outline::before {
  content: "\F1583";
}

.mdi-lotion-plus::before {
  content: "\F1584";
}

.mdi-lotion-plus-outline::before {
  content: "\F1585";
}

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

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

.mdi-lungs::before {
  content: "\F1084";
}

.mdi-mace::before {
  content: "\F1843";
}

.mdi-magazine-pistol::before {
  content: "\F0324";
}

.mdi-magazine-rifle::before {
  content: "\F0323";
}

.mdi-magic-staff::before {
  content: "\F1844";
}

.mdi-magnet::before {
  content: "\F0347";
}

.mdi-magnet-on::before {
  content: "\F0348";
}

.mdi-magnify::before {
  content: "\F0349";
}

.mdi-magnify-close::before {
  content: "\F0980";
}

.mdi-magnify-expand::before {
  content: "\F1874";
}

.mdi-magnify-minus::before {
  content: "\F034A";
}

.mdi-magnify-minus-cursor::before {
  content: "\F0A62";
}

.mdi-magnify-minus-outline::before {
  content: "\F06EC";
}

.mdi-magnify-plus::before {
  content: "\F034B";
}

.mdi-magnify-plus-cursor::before {
  content: "\F0A63";
}

.mdi-magnify-plus-outline::before {
  content: "\F06ED";
}

.mdi-magnify-remove-cursor::before {
  content: "\F120C";
}

.mdi-magnify-remove-outline::before {
  content: "\F120D";
}

.mdi-magnify-scan::before {
  content: "\F1276";
}

.mdi-mail::before {
  content: "\F0EBB";
}

.mdi-mailbox::before {
  content: "\F06EE";
}

.mdi-mailbox-open::before {
  content: "\F0D88";
}

.mdi-mailbox-open-outline::before {
  content: "\F0D89";
}

.mdi-mailbox-open-up::before {
  content: "\F0D8A";
}

.mdi-mailbox-open-up-outline::before {
  content: "\F0D8B";
}

.mdi-mailbox-outline::before {
  content: "\F0D8C";
}

.mdi-mailbox-up::before {
  content: "\F0D8D";
}

.mdi-mailbox-up-outline::before {
  content: "\F0D8E";
}

.mdi-manjaro::before {
  content: "\F160A";
}

.mdi-map::before {
  content: "\F034D";
}

.mdi-map-check::before {
  content: "\F0EBC";
}

.mdi-map-check-outline::before {
  content: "\F0EBD";
}

.mdi-map-clock::before {
  content: "\F0D1E";
}

.mdi-map-clock-outline::before {
  content: "\F0D1F";
}

.mdi-map-legend::before {
  content: "\F0A01";
}

.mdi-map-marker::before {
  content: "\F034E";
}

.mdi-map-marker-account::before {
  content: "\F18E3";
}

.mdi-map-marker-account-outline::before {
  content: "\F18E4";
}

.mdi-map-marker-alert::before {
  content: "\F0F05";
}

.mdi-map-marker-alert-outline::before {
  content: "\F0F06";
}

.mdi-map-marker-check::before {
  content: "\F0C95";
}

.mdi-map-marker-check-outline::before {
  content: "\F12FB";
}

.mdi-map-marker-circle::before {
  content: "\F034F";
}

.mdi-map-marker-distance::before {
  content: "\F08F0";
}

.mdi-map-marker-down::before {
  content: "\F1102";
}

.mdi-map-marker-left::before {
  content: "\F12DB";
}

.mdi-map-marker-left-outline::before {
  content: "\F12DD";
}

.mdi-map-marker-minus::before {
  content: "\F0650";
}

.mdi-map-marker-minus-outline::before {
  content: "\F12F9";
}

.mdi-map-marker-multiple::before {
  content: "\F0350";
}

.mdi-map-marker-multiple-outline::before {
  content: "\F1277";
}

.mdi-map-marker-off::before {
  content: "\F0351";
}

.mdi-map-marker-off-outline::before {
  content: "\F12FD";
}

.mdi-map-marker-outline::before {
  content: "\F07D9";
}

.mdi-map-marker-path::before {
  content: "\F0D20";
}

.mdi-map-marker-plus::before {
  content: "\F0651";
}

.mdi-map-marker-plus-outline::before {
  content: "\F12F8";
}

.mdi-map-marker-question::before {
  content: "\F0F07";
}

.mdi-map-marker-question-outline::before {
  content: "\F0F08";
}

.mdi-map-marker-radius::before {
  content: "\F0352";
}

.mdi-map-marker-radius-outline::before {
  content: "\F12FC";
}

.mdi-map-marker-remove::before {
  content: "\F0F09";
}

.mdi-map-marker-remove-outline::before {
  content: "\F12FA";
}

.mdi-map-marker-remove-variant::before {
  content: "\F0F0A";
}

.mdi-map-marker-right::before {
  content: "\F12DC";
}

.mdi-map-marker-right-outline::before {
  content: "\F12DE";
}

.mdi-map-marker-star::before {
  content: "\F1608";
}

.mdi-map-marker-star-outline::before {
  content: "\F1609";
}

.mdi-map-marker-up::before {
  content: "\F1103";
}

.mdi-map-minus::before {
  content: "\F0981";
}

.mdi-map-outline::before {
  content: "\F0982";
}

.mdi-map-plus::before {
  content: "\F0983";
}

.mdi-map-search::before {
  content: "\F0984";
}

.mdi-map-search-outline::before {
  content: "\F0985";
}

.mdi-mapbox::before {
  content: "\F0BAA";
}

.mdi-margin::before {
  content: "\F0353";
}

.mdi-marker::before {
  content: "\F0652";
}

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

.mdi-marker-check::before {
  content: "\F0355";
}

.mdi-mastodon::before {
  content: "\F0AD1";
}

.mdi-material-design::before {
  content: "\F0986";
}

.mdi-material-ui::before {
  content: "\F0357";
}

.mdi-math-compass::before {
  content: "\F0358";
}

.mdi-math-cos::before {
  content: "\F0C96";
}

.mdi-math-integral::before {
  content: "\F0FC8";
}

.mdi-math-integral-box::before {
  content: "\F0FC9";
}

.mdi-math-log::before {
  content: "\F1085";
}

.mdi-math-norm::before {
  content: "\F0FCA";
}

.mdi-math-norm-box::before {
  content: "\F0FCB";
}

.mdi-math-sin::before {
  content: "\F0C97";
}

.mdi-math-tan::before {
  content: "\F0C98";
}

.mdi-matrix::before {
  content: "\F0628";
}

.mdi-medal::before {
  content: "\F0987";
}

.mdi-medal-outline::before {
  content: "\F1326";
}

.mdi-medical-bag::before {
  content: "\F06EF";
}

.mdi-medical-cotton-swab::before {
  content: "\F1AB8";
}

.mdi-medication::before {
  content: "\F1B14";
}

.mdi-medication-outline::before {
  content: "\F1B15";
}

.mdi-meditation::before {
  content: "\F117B";
}

.mdi-memory::before {
  content: "\F035B";
}

.mdi-menorah::before {
  content: "\F17D4";
}

.mdi-menorah-fire::before {
  content: "\F17D5";
}

.mdi-menu::before {
  content: "\F035C";
}

.mdi-menu-down::before {
  content: "\F035D";
}

.mdi-menu-down-outline::before {
  content: "\F06B6";
}

.mdi-menu-left::before {
  content: "\F035E";
}

.mdi-menu-left-outline::before {
  content: "\F0A02";
}

.mdi-menu-open::before {
  content: "\F0BAB";
}

.mdi-menu-right::before {
  content: "\F035F";
}

.mdi-menu-right-outline::before {
  content: "\F0A03";
}

.mdi-menu-swap::before {
  content: "\F0A64";
}

.mdi-menu-swap-outline::before {
  content: "\F0A65";
}

.mdi-menu-up::before {
  content: "\F0360";
}

.mdi-menu-up-outline::before {
  content: "\F06B7";
}

.mdi-merge::before {
  content: "\F0F5C";
}

.mdi-message::before {
  content: "\F0361";
}

.mdi-message-alert::before {
  content: "\F0362";
}

.mdi-message-alert-outline::before {
  content: "\F0A04";
}

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

.mdi-message-arrow-left-outline::before {
  content: "\F12F3";
}

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

.mdi-message-arrow-right-outline::before {
  content: "\F12F5";
}

.mdi-message-badge::before {
  content: "\F1941";
}

.mdi-message-badge-outline::before {
  content: "\F1942";
}

.mdi-message-bookmark::before {
  content: "\F15AC";
}

.mdi-message-bookmark-outline::before {
  content: "\F15AD";
}

.mdi-message-bulleted::before {
  content: "\F06A2";
}

.mdi-message-bulleted-off::before {
  content: "\F06A3";
}

.mdi-message-check::before {
  content: "\F1B8A";
}

.mdi-message-check-outline::before {
  content: "\F1B8B";
}

.mdi-message-cog::before {
  content: "\F06F1";
}

.mdi-message-cog-outline::before {
  content: "\F1172";
}

.mdi-message-draw::before {
  content: "\F0363";
}

.mdi-message-fast::before {
  content: "\F19CC";
}

.mdi-message-fast-outline::before {
  content: "\F19CD";
}

.mdi-message-flash::before {
  content: "\F15A9";
}

.mdi-message-flash-outline::before {
  content: "\F15AA";
}

.mdi-message-image::before {
  content: "\F0364";
}

.mdi-message-image-outline::before {
  content: "\F116C";
}

.mdi-message-lock::before {
  content: "\F0FCC";
}

.mdi-message-lock-outline::before {
  content: "\F116D";
}

.mdi-message-minus::before {
  content: "\F116E";
}

.mdi-message-minus-outline::before {
  content: "\F116F";
}

.mdi-message-off::before {
  content: "\F164D";
}

.mdi-message-off-outline::before {
  content: "\F164E";
}

.mdi-message-outline::before {
  content: "\F0365";
}

.mdi-message-plus::before {
  content: "\F0653";
}

.mdi-message-plus-outline::before {
  content: "\F10BB";
}

.mdi-message-processing::before {
  content: "\F0366";
}

.mdi-message-processing-outline::before {
  content: "\F1170";
}

.mdi-message-question::before {
  content: "\F173A";
}

.mdi-message-question-outline::before {
  content: "\F173B";
}

.mdi-message-reply::before {
  content: "\F0367";
}

.mdi-message-reply-outline::before {
  content: "\F173D";
}

.mdi-message-reply-text::before {
  content: "\F0368";
}

.mdi-message-reply-text-outline::before {
  content: "\F173E";
}

.mdi-message-settings::before {
  content: "\F06F0";
}

.mdi-message-settings-outline::before {
  content: "\F1171";
}

.mdi-message-star::before {
  content: "\F069A";
}

.mdi-message-star-outline::before {
  content: "\F1250";
}

.mdi-message-text::before {
  content: "\F0369";
}

.mdi-message-text-clock::before {
  content: "\F1173";
}

.mdi-message-text-clock-outline::before {
  content: "\F1174";
}

.mdi-message-text-fast::before {
  content: "\F19CE";
}

.mdi-message-text-fast-outline::before {
  content: "\F19CF";
}

.mdi-message-text-lock::before {
  content: "\F0FCD";
}

.mdi-message-text-lock-outline::before {
  content: "\F1175";
}

.mdi-message-text-outline::before {
  content: "\F036A";
}

.mdi-message-video::before {
  content: "\F036B";
}

.mdi-meteor::before {
  content: "\F0629";
}

.mdi-meter-electric::before {
  content: "\F1A57";
}

.mdi-meter-electric-outline::before {
  content: "\F1A58";
}

.mdi-meter-gas::before {
  content: "\F1A59";
}

.mdi-meter-gas-outline::before {
  content: "\F1A5A";
}

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

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

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

.mdi-microphone::before {
  content: "\F036C";
}

.mdi-microphone-message::before {
  content: "\F050A";
}

.mdi-microphone-message-off::before {
  content: "\F050B";
}

.mdi-microphone-minus::before {
  content: "\F08B3";
}

.mdi-microphone-off::before {
  content: "\F036D";
}

.mdi-microphone-outline::before {
  content: "\F036E";
}

.mdi-microphone-plus::before {
  content: "\F08B4";
}

.mdi-microphone-question::before {
  content: "\F1989";
}

.mdi-microphone-question-outline::before {
  content: "\F198A";
}

.mdi-microphone-settings::before {
  content: "\F036F";
}

.mdi-microphone-variant::before {
  content: "\F0370";
}

.mdi-microphone-variant-off::before {
  content: "\F0371";
}

.mdi-microscope::before {
  content: "\F0654";
}

.mdi-microsoft::before {
  content: "\F0372";
}

.mdi-microsoft-access::before {
  content: "\F138E";
}

.mdi-microsoft-azure::before {
  content: "\F0805";
}

.mdi-microsoft-azure-devops::before {
  content: "\F0FD5";
}

.mdi-microsoft-bing::before {
  content: "\F00A4";
}

.mdi-microsoft-dynamics-365::before {
  content: "\F0988";
}

.mdi-microsoft-edge::before {
  content: "\F01E9";
}

.mdi-microsoft-excel::before {
  content: "\F138F";
}

.mdi-microsoft-internet-explorer::before {
  content: "\F0300";
}

.mdi-microsoft-office::before {
  content: "\F03C6";
}

.mdi-microsoft-onedrive::before {
  content: "\F03CA";
}

.mdi-microsoft-onenote::before {
  content: "\F0747";
}

.mdi-microsoft-outlook::before {
  content: "\F0D22";
}

.mdi-microsoft-powerpoint::before {
  content: "\F1390";
}

.mdi-microsoft-sharepoint::before {
  content: "\F1391";
}

.mdi-microsoft-teams::before {
  content: "\F02BB";
}

.mdi-microsoft-visual-studio::before {
  content: "\F0610";
}

.mdi-microsoft-visual-studio-code::before {
  content: "\F0A1E";
}

.mdi-microsoft-windows::before {
  content: "\F05B3";
}

.mdi-microsoft-windows-classic::before {
  content: "\F0A21";
}

.mdi-microsoft-word::before {
  content: "\F1392";
}

.mdi-microsoft-xbox::before {
  content: "\F05B9";
}

.mdi-microsoft-xbox-controller::before {
  content: "\F05BA";
}

.mdi-microsoft-xbox-controller-battery-alert::before {
  content: "\F074B";
}

.mdi-microsoft-xbox-controller-battery-charging::before {
  content: "\F0A22";
}

.mdi-microsoft-xbox-controller-battery-empty::before {
  content: "\F074C";
}

.mdi-microsoft-xbox-controller-battery-full::before {
  content: "\F074D";
}

.mdi-microsoft-xbox-controller-battery-low::before {
  content: "\F074E";
}

.mdi-microsoft-xbox-controller-battery-medium::before {
  content: "\F074F";
}

.mdi-microsoft-xbox-controller-battery-unknown::before {
  content: "\F0750";
}

.mdi-microsoft-xbox-controller-menu::before {
  content: "\F0E6F";
}

.mdi-microsoft-xbox-controller-off::before {
  content: "\F05BB";
}

.mdi-microsoft-xbox-controller-view::before {
  content: "\F0E70";
}

.mdi-microwave::before {
  content: "\F0C99";
}

.mdi-microwave-off::before {
  content: "\F1423";
}

.mdi-middleware::before {
  content: "\F0F5D";
}

.mdi-middleware-outline::before {
  content: "\F0F5E";
}

.mdi-midi::before {
  content: "\F08F1";
}

.mdi-midi-port::before {
  content: "\F08F2";
}

.mdi-mine::before {
  content: "\F0DDA";
}

.mdi-minecraft::before {
  content: "\F0373";
}

.mdi-mini-sd::before {
  content: "\F0A05";
}

.mdi-minidisc::before {
  content: "\F0A06";
}

.mdi-minus::before {
  content: "\F0374";
}

.mdi-minus-box::before {
  content: "\F0375";
}

.mdi-minus-box-multiple::before {
  content: "\F1141";
}

.mdi-minus-box-multiple-outline::before {
  content: "\F1142";
}

.mdi-minus-box-outline::before {
  content: "\F06F2";
}

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

.mdi-minus-circle-multiple::before {
  content: "\F035A";
}

.mdi-minus-circle-multiple-outline::before {
  content: "\F0AD3";
}

.mdi-minus-circle-off::before {
  content: "\F1459";
}

.mdi-minus-circle-off-outline::before {
  content: "\F145A";
}

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

.mdi-minus-network::before {
  content: "\F0378";
}

.mdi-minus-network-outline::before {
  content: "\F0C9A";
}

.mdi-minus-thick::before {
  content: "\F1639";
}

.mdi-mirror::before {
  content: "\F11FD";
}

.mdi-mirror-rectangle::before {
  content: "\F179F";
}

.mdi-mirror-variant::before {
  content: "\F17A0";
}

.mdi-mixed-martial-arts::before {
  content: "\F0D8F";
}

.mdi-mixed-reality::before {
  content: "\F087F";
}

.mdi-molecule::before {
  content: "\F0BAC";
}

.mdi-molecule-co::before {
  content: "\F12FE";
}

.mdi-molecule-co2::before {
  content: "\F07E4";
}

.mdi-monitor::before {
  content: "\F0379";
}

.mdi-monitor-account::before {
  content: "\F1A5B";
}

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

.mdi-monitor-arrow-down-variant::before {
  content: "\F19D1";
}

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

.mdi-monitor-cellphone-star::before {
  content: "\F098A";
}

.mdi-monitor-dashboard::before {
  content: "\F0A07";
}

.mdi-monitor-edit::before {
  content: "\F12C6";
}

.mdi-monitor-eye::before {
  content: "\F13B4";
}

.mdi-monitor-lock::before {
  content: "\F0DDB";
}

.mdi-monitor-multiple::before {
  content: "\F037A";
}

.mdi-monitor-off::before {
  content: "\F0D90";
}

.mdi-monitor-screenshot::before {
  content: "\F0E51";
}

.mdi-monitor-share::before {
  content: "\F1483";
}

.mdi-monitor-shimmer::before {
  content: "\F1104";
}

.mdi-monitor-small::before {
  content: "\F1876";
}

.mdi-monitor-speaker::before {
  content: "\F0F5F";
}

.mdi-monitor-speaker-off::before {
  content: "\F0F60";
}

.mdi-monitor-star::before {
  content: "\F0DDC";
}

.mdi-monitor-vertical::before {
  content: "\F1C33";
}

.mdi-moon-first-quarter::before {
  content: "\F0F61";
}

.mdi-moon-full::before {
  content: "\F0F62";
}

.mdi-moon-last-quarter::before {
  content: "\F0F63";
}

.mdi-moon-new::before {
  content: "\F0F64";
}

.mdi-moon-waning-crescent::before {
  content: "\F0F65";
}

.mdi-moon-waning-gibbous::before {
  content: "\F0F66";
}

.mdi-moon-waxing-crescent::before {
  content: "\F0F67";
}

.mdi-moon-waxing-gibbous::before {
  content: "\F0F68";
}

.mdi-moped::before {
  content: "\F1086";
}

.mdi-moped-electric::before {
  content: "\F15B7";
}

.mdi-moped-electric-outline::before {
  content: "\F15B8";
}

.mdi-moped-outline::before {
  content: "\F15B9";
}

.mdi-more::before {
  content: "\F037B";
}

.mdi-mortar-pestle::before {
  content: "\F1748";
}

.mdi-mortar-pestle-plus::before {
  content: "\F03F1";
}

.mdi-mosque::before {
  content: "\F0D45";
}

.mdi-mosque-outline::before {
  content: "\F1827";
}

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

.mdi-mother-nurse::before {
  content: "\F0D21";
}

.mdi-motion::before {
  content: "\F15B2";
}

.mdi-motion-outline::before {
  content: "\F15B3";
}

.mdi-motion-pause::before {
  content: "\F1590";
}

.mdi-motion-pause-outline::before {
  content: "\F1592";
}

.mdi-motion-play::before {
  content: "\F158F";
}

.mdi-motion-play-outline::before {
  content: "\F1591";
}

.mdi-motion-sensor::before {
  content: "\F0D91";
}

.mdi-motion-sensor-off::before {
  content: "\F1435";
}

.mdi-motorbike::before {
  content: "\F037C";
}

.mdi-motorbike-electric::before {
  content: "\F15BA";
}

.mdi-motorbike-off::before {
  content: "\F1B16";
}

.mdi-mouse::before {
  content: "\F037D";
}

.mdi-mouse-bluetooth::before {
  content: "\F098B";
}

.mdi-mouse-move-down::before {
  content: "\F1550";
}

.mdi-mouse-move-up::before {
  content: "\F1551";
}

.mdi-mouse-move-vertical::before {
  content: "\F1552";
}

.mdi-mouse-off::before {
  content: "\F037E";
}

.mdi-mouse-variant::before {
  content: "\F037F";
}

.mdi-mouse-variant-off::before {
  content: "\F0380";
}

.mdi-move-resize::before {
  content: "\F0655";
}

.mdi-move-resize-variant::before {
  content: "\F0656";
}

.mdi-movie::before {
  content: "\F0381";
}

.mdi-movie-check::before {
  content: "\F16F3";
}

.mdi-movie-check-outline::before {
  content: "\F16F4";
}

.mdi-movie-cog::before {
  content: "\F16F5";
}

.mdi-movie-cog-outline::before {
  content: "\F16F6";
}

.mdi-movie-edit::before {
  content: "\F1122";
}

.mdi-movie-edit-outline::before {
  content: "\F1123";
}

.mdi-movie-filter::before {
  content: "\F1124";
}

.mdi-movie-filter-outline::before {
  content: "\F1125";
}

.mdi-movie-minus::before {
  content: "\F16F7";
}

.mdi-movie-minus-outline::before {
  content: "\F16F8";
}

.mdi-movie-off::before {
  content: "\F16F9";
}

.mdi-movie-off-outline::before {
  content: "\F16FA";
}

.mdi-movie-open::before {
  content: "\F0FCE";
}

.mdi-movie-open-check::before {
  content: "\F16FB";
}

.mdi-movie-open-check-outline::before {
  content: "\F16FC";
}

.mdi-movie-open-cog::before {
  content: "\F16FD";
}

.mdi-movie-open-cog-outline::before {
  content: "\F16FE";
}

.mdi-movie-open-edit::before {
  content: "\F16FF";
}

.mdi-movie-open-edit-outline::before {
  content: "\F1700";
}

.mdi-movie-open-minus::before {
  content: "\F1701";
}

.mdi-movie-open-minus-outline::before {
  content: "\F1702";
}

.mdi-movie-open-off::before {
  content: "\F1703";
}

.mdi-movie-open-off-outline::before {
  content: "\F1704";
}

.mdi-movie-open-outline::before {
  content: "\F0FCF";
}

.mdi-movie-open-play::before {
  content: "\F1705";
}

.mdi-movie-open-play-outline::before {
  content: "\F1706";
}

.mdi-movie-open-plus::before {
  content: "\F1707";
}

.mdi-movie-open-plus-outline::before {
  content: "\F1708";
}

.mdi-movie-open-remove::before {
  content: "\F1709";
}

.mdi-movie-open-remove-outline::before {
  content: "\F170A";
}

.mdi-movie-open-settings::before {
  content: "\F170B";
}

.mdi-movie-open-settings-outline::before {
  content: "\F170C";
}

.mdi-movie-open-star::before {
  content: "\F170D";
}

.mdi-movie-open-star-outline::before {
  content: "\F170E";
}

.mdi-movie-outline::before {
  content: "\F0DDD";
}

.mdi-movie-play::before {
  content: "\F170F";
}

.mdi-movie-play-outline::before {
  content: "\F1710";
}

.mdi-movie-plus::before {
  content: "\F1711";
}

.mdi-movie-plus-outline::before {
  content: "\F1712";
}

.mdi-movie-remove::before {
  content: "\F1713";
}

.mdi-movie-remove-outline::before {
  content: "\F1714";
}

.mdi-movie-roll::before {
  content: "\F07DE";
}

.mdi-movie-search::before {
  content: "\F11D2";
}

.mdi-movie-search-outline::before {
  content: "\F11D3";
}

.mdi-movie-settings::before {
  content: "\F1715";
}

.mdi-movie-settings-outline::before {
  content: "\F1716";
}

.mdi-movie-star::before {
  content: "\F1717";
}

.mdi-movie-star-outline::before {
  content: "\F1718";
}

.mdi-mower::before {
  content: "\F166F";
}

.mdi-mower-bag::before {
  content: "\F1670";
}

.mdi-mower-bag-on::before {
  content: "\F1B60";
}

.mdi-mower-on::before {
  content: "\F1B5F";
}

.mdi-muffin::before {
  content: "\F098C";
}

.mdi-multicast::before {
  content: "\F1893";
}

.mdi-multimedia::before {
  content: "\F1B97";
}

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

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

.mdi-mushroom::before {
  content: "\F07DF";
}

.mdi-mushroom-off::before {
  content: "\F13FA";
}

.mdi-mushroom-off-outline::before {
  content: "\F13FB";
}

.mdi-mushroom-outline::before {
  content: "\F07E0";
}

.mdi-music::before {
  content: "\F075A";
}

.mdi-music-accidental-double-flat::before {
  content: "\F0F69";
}

.mdi-music-accidental-double-sharp::before {
  content: "\F0F6A";
}

.mdi-music-accidental-flat::before {
  content: "\F0F6B";
}

.mdi-music-accidental-natural::before {
  content: "\F0F6C";
}

.mdi-music-accidental-sharp::before {
  content: "\F0F6D";
}

.mdi-music-box::before {
  content: "\F0384";
}

.mdi-music-box-multiple::before {
  content: "\F0333";
}

.mdi-music-box-multiple-outline::before {
  content: "\F0F04";
}

.mdi-music-box-outline::before {
  content: "\F0385";
}

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

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

.mdi-music-clef-alto::before {
  content: "\F0F6E";
}

.mdi-music-clef-bass::before {
  content: "\F0F6F";
}

.mdi-music-clef-treble::before {
  content: "\F0F70";
}

.mdi-music-note::before {
  content: "\F0387";
}

.mdi-music-note-bluetooth::before {
  content: "\F05FE";
}

.mdi-music-note-bluetooth-off::before {
  content: "\F05FF";
}

.mdi-music-note-eighth::before {
  content: "\F0388";
}

.mdi-music-note-eighth-dotted::before {
  content: "\F0F71";
}

.mdi-music-note-half::before {
  content: "\F0389";
}

.mdi-music-note-half-dotted::before {
  content: "\F0F72";
}

.mdi-music-note-minus::before {
  content: "\F1B89";
}

.mdi-music-note-off::before {
  content: "\F038A";
}

.mdi-music-note-off-outline::before {
  content: "\F0F73";
}

.mdi-music-note-outline::before {
  content: "\F0F74";
}

.mdi-music-note-plus::before {
  content: "\F0DDE";
}

.mdi-music-note-quarter::before {
  content: "\F038B";
}

.mdi-music-note-quarter-dotted::before {
  content: "\F0F75";
}

.mdi-music-note-sixteenth::before {
  content: "\F038C";
}

.mdi-music-note-sixteenth-dotted::before {
  content: "\F0F76";
}

.mdi-music-note-whole::before {
  content: "\F038D";
}

.mdi-music-note-whole-dotted::before {
  content: "\F0F77";
}

.mdi-music-off::before {
  content: "\F075B";
}

.mdi-music-rest-eighth::before {
  content: "\F0F78";
}

.mdi-music-rest-half::before {
  content: "\F0F79";
}

.mdi-music-rest-quarter::before {
  content: "\F0F7A";
}

.mdi-music-rest-sixteenth::before {
  content: "\F0F7B";
}

.mdi-music-rest-whole::before {
  content: "\F0F7C";
}

.mdi-mustache::before {
  content: "\F15DE";
}

.mdi-nail::before {
  content: "\F0DDF";
}

.mdi-nas::before {
  content: "\F08F3";
}

.mdi-nativescript::before {
  content: "\F0880";
}

.mdi-nature::before {
  content: "\F038E";
}

.mdi-nature-outline::before {
  content: "\F1C71";
}

.mdi-nature-people::before {
  content: "\F038F";
}

.mdi-nature-people-outline::before {
  content: "\F1C72";
}

.mdi-navigation::before {
  content: "\F0390";
}

.mdi-navigation-outline::before {
  content: "\F1607";
}

.mdi-navigation-variant::before {
  content: "\F18F0";
}

.mdi-navigation-variant-outline::before {
  content: "\F18F1";
}

.mdi-near-me::before {
  content: "\F05CD";
}

.mdi-necklace::before {
  content: "\F0F0B";
}

.mdi-needle::before {
  content: "\F0391";
}

.mdi-needle-off::before {
  content: "\F19D2";
}

.mdi-netflix::before {
  content: "\F0746";
}

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

.mdi-network-off::before {
  content: "\F0C9B";
}

.mdi-network-off-outline::before {
  content: "\F0C9C";
}

.mdi-network-outline::before {
  content: "\F0C9D";
}

.mdi-network-pos::before {
  content: "\F1ACB";
}

.mdi-network-strength-1::before {
  content: "\F08F4";
}

.mdi-network-strength-1-alert::before {
  content: "\F08F5";
}

.mdi-network-strength-2::before {
  content: "\F08F6";
}

.mdi-network-strength-2-alert::before {
  content: "\F08F7";
}

.mdi-network-strength-3::before {
  content: "\F08F8";
}

.mdi-network-strength-3-alert::before {
  content: "\F08F9";
}

.mdi-network-strength-4::before {
  content: "\F08FA";
}

.mdi-network-strength-4-alert::before {
  content: "\F08FB";
}

.mdi-network-strength-4-cog::before {
  content: "\F191A";
}

.mdi-network-strength-off::before {
  content: "\F08FC";
}

.mdi-network-strength-off-outline::before {
  content: "\F08FD";
}

.mdi-network-strength-outline::before {
  content: "\F08FE";
}

.mdi-new-box::before {
  content: "\F0394";
}

.mdi-newspaper::before {
  content: "\F0395";
}

.mdi-newspaper-check::before {
  content: "\F1943";
}

.mdi-newspaper-minus::before {
  content: "\F0F0C";
}

.mdi-newspaper-plus::before {
  content: "\F0F0D";
}

.mdi-newspaper-remove::before {
  content: "\F1944";
}

.mdi-newspaper-variant::before {
  content: "\F1001";
}

.mdi-newspaper-variant-multiple::before {
  content: "\F1002";
}

.mdi-newspaper-variant-multiple-outline::before {
  content: "\F1003";
}

.mdi-newspaper-variant-outline::before {
  content: "\F1004";
}

.mdi-nfc::before {
  content: "\F0396";
}

.mdi-nfc-search-variant::before {
  content: "\F0E53";
}

.mdi-nfc-tap::before {
  content: "\F0397";
}

.mdi-nfc-variant::before {
  content: "\F0398";
}

.mdi-nfc-variant-off::before {
  content: "\F0E54";
}

.mdi-ninja::before {
  content: "\F0774";
}

.mdi-nintendo-game-boy::before {
  content: "\F1393";
}

.mdi-nintendo-switch::before {
  content: "\F07E1";
}

.mdi-nintendo-wii::before {
  content: "\F05AB";
}

.mdi-nintendo-wiiu::before {
  content: "\F072D";
}

.mdi-nix::before {
  content: "\F1105";
}

.mdi-nodejs::before {
  content: "\F0399";
}

.mdi-noodles::before {
  content: "\F117E";
}

.mdi-not-equal::before {
  content: "\F098D";
}

.mdi-not-equal-variant::before {
  content: "\F098E";
}

.mdi-note::before {
  content: "\F039A";
}

.mdi-note-alert::before {
  content: "\F177D";
}

.mdi-note-alert-outline::before {
  content: "\F177E";
}

.mdi-note-check::before {
  content: "\F177F";
}

.mdi-note-check-outline::before {
  content: "\F1780";
}

.mdi-note-edit::before {
  content: "\F1781";
}

.mdi-note-edit-outline::before {
  content: "\F1782";
}

.mdi-note-minus::before {
  content: "\F164F";
}

.mdi-note-minus-outline::before {
  content: "\F1650";
}

.mdi-note-multiple::before {
  content: "\F06B8";
}

.mdi-note-multiple-outline::before {
  content: "\F06B9";
}

.mdi-note-off::before {
  content: "\F1783";
}

.mdi-note-off-outline::before {
  content: "\F1784";
}

.mdi-note-outline::before {
  content: "\F039B";
}

.mdi-note-plus::before {
  content: "\F039C";
}

.mdi-note-plus-outline::before {
  content: "\F039D";
}

.mdi-note-remove::before {
  content: "\F1651";
}

.mdi-note-remove-outline::before {
  content: "\F1652";
}

.mdi-note-search::before {
  content: "\F1653";
}

.mdi-note-search-outline::before {
  content: "\F1654";
}

.mdi-note-text::before {
  content: "\F039E";
}

.mdi-note-text-outline::before {
  content: "\F11D7";
}

.mdi-notebook::before {
  content: "\F082E";
}

.mdi-notebook-check::before {
  content: "\F14F5";
}

.mdi-notebook-check-outline::before {
  content: "\F14F6";
}

.mdi-notebook-edit::before {
  content: "\F14E7";
}

.mdi-notebook-edit-outline::before {
  content: "\F14E9";
}

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

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

.mdi-notebook-minus::before {
  content: "\F1610";
}

.mdi-notebook-minus-outline::before {
  content: "\F1611";
}

.mdi-notebook-multiple::before {
  content: "\F0E55";
}

.mdi-notebook-outline::before {
  content: "\F0EBF";
}

.mdi-notebook-plus::before {
  content: "\F1612";
}

.mdi-notebook-plus-outline::before {
  content: "\F1613";
}

.mdi-notebook-remove::before {
  content: "\F1614";
}

.mdi-notebook-remove-outline::before {
  content: "\F1615";
}

.mdi-notification-clear-all::before {
  content: "\F039F";
}

.mdi-npm::before {
  content: "\F06F7";
}

.mdi-nuke::before {
  content: "\F06A4";
}

.mdi-null::before {
  content: "\F07E2";
}

.mdi-numeric::before {
  content: "\F03A0";
}

.mdi-numeric-0::before {
  content: "\F0B39";
}

.mdi-numeric-0-box::before {
  content: "\F03A1";
}

.mdi-numeric-0-box-multiple::before {
  content: "\F0F0E";
}

.mdi-numeric-0-box-multiple-outline::before {
  content: "\F03A2";
}

.mdi-numeric-0-box-outline::before {
  content: "\F03A3";
}

.mdi-numeric-0-circle::before {
  content: "\F0C9E";
}

.mdi-numeric-0-circle-outline::before {
  content: "\F0C9F";
}

.mdi-numeric-1::before {
  content: "\F0B3A";
}

.mdi-numeric-1-box::before {
  content: "\F03A4";
}

.mdi-numeric-1-box-multiple::before {
  content: "\F0F0F";
}

.mdi-numeric-1-box-multiple-outline::before {
  content: "\F03A5";
}

.mdi-numeric-1-box-outline::before {
  content: "\F03A6";
}

.mdi-numeric-1-circle::before {
  content: "\F0CA0";
}

.mdi-numeric-1-circle-outline::before {
  content: "\F0CA1";
}

.mdi-numeric-10::before {
  content: "\F0FE9";
}

.mdi-numeric-10-box::before {
  content: "\F0F7D";
}

.mdi-numeric-10-box-multiple::before {
  content: "\F0FEA";
}

.mdi-numeric-10-box-multiple-outline::before {
  content: "\F0FEB";
}

.mdi-numeric-10-box-outline::before {
  content: "\F0F7E";
}

.mdi-numeric-10-circle::before {
  content: "\F0FEC";
}

.mdi-numeric-10-circle-outline::before {
  content: "\F0FED";
}

.mdi-numeric-2::before {
  content: "\F0B3B";
}

.mdi-numeric-2-box::before {
  content: "\F03A7";
}

.mdi-numeric-2-box-multiple::before {
  content: "\F0F10";
}

.mdi-numeric-2-box-multiple-outline::before {
  content: "\F03A8";
}

.mdi-numeric-2-box-outline::before {
  content: "\F03A9";
}

.mdi-numeric-2-circle::before {
  content: "\F0CA2";
}

.mdi-numeric-2-circle-outline::before {
  content: "\F0CA3";
}

.mdi-numeric-3::before {
  content: "\F0B3C";
}

.mdi-numeric-3-box::before {
  content: "\F03AA";
}

.mdi-numeric-3-box-multiple::before {
  content: "\F0F11";
}

.mdi-numeric-3-box-multiple-outline::before {
  content: "\F03AB";
}

.mdi-numeric-3-box-outline::before {
  content: "\F03AC";
}

.mdi-numeric-3-circle::before {
  content: "\F0CA4";
}

.mdi-numeric-3-circle-outline::before {
  content: "\F0CA5";
}

.mdi-numeric-4::before {
  content: "\F0B3D";
}

.mdi-numeric-4-box::before {
  content: "\F03AD";
}

.mdi-numeric-4-box-multiple::before {
  content: "\F0F12";
}

.mdi-numeric-4-box-multiple-outline::before {
  content: "\F03B2";
}

.mdi-numeric-4-box-outline::before {
  content: "\F03AE";
}

.mdi-numeric-4-circle::before {
  content: "\F0CA6";
}

.mdi-numeric-4-circle-outline::before {
  content: "\F0CA7";
}

.mdi-numeric-5::before {
  content: "\F0B3E";
}

.mdi-numeric-5-box::before {
  content: "\F03B1";
}

.mdi-numeric-5-box-multiple::before {
  content: "\F0F13";
}

.mdi-numeric-5-box-multiple-outline::before {
  content: "\F03AF";
}

.mdi-numeric-5-box-outline::before {
  content: "\F03B0";
}

.mdi-numeric-5-circle::before {
  content: "\F0CA8";
}

.mdi-numeric-5-circle-outline::before {
  content: "\F0CA9";
}

.mdi-numeric-6::before {
  content: "\F0B3F";
}

.mdi-numeric-6-box::before {
  content: "\F03B3";
}

.mdi-numeric-6-box-multiple::before {
  content: "\F0F14";
}

.mdi-numeric-6-box-multiple-outline::before {
  content: "\F03B4";
}

.mdi-numeric-6-box-outline::before {
  content: "\F03B5";
}

.mdi-numeric-6-circle::before {
  content: "\F0CAA";
}

.mdi-numeric-6-circle-outline::before {
  content: "\F0CAB";
}

.mdi-numeric-7::before {
  content: "\F0B40";
}

.mdi-numeric-7-box::before {
  content: "\F03B6";
}

.mdi-numeric-7-box-multiple::before {
  content: "\F0F15";
}

.mdi-numeric-7-box-multiple-outline::before {
  content: "\F03B7";
}

.mdi-numeric-7-box-outline::before {
  content: "\F03B8";
}

.mdi-numeric-7-circle::before {
  content: "\F0CAC";
}

.mdi-numeric-7-circle-outline::before {
  content: "\F0CAD";
}

.mdi-numeric-8::before {
  content: "\F0B41";
}

.mdi-numeric-8-box::before {
  content: "\F03B9";
}

.mdi-numeric-8-box-multiple::before {
  content: "\F0F16";
}

.mdi-numeric-8-box-multiple-outline::before {
  content: "\F03BA";
}

.mdi-numeric-8-box-outline::before {
  content: "\F03BB";
}

.mdi-numeric-8-circle::before {
  content: "\F0CAE";
}

.mdi-numeric-8-circle-outline::before {
  content: "\F0CAF";
}

.mdi-numeric-9::before {
  content: "\F0B42";
}

.mdi-numeric-9-box::before {
  content: "\F03BC";
}

.mdi-numeric-9-box-multiple::before {
  content: "\F0F17";
}

.mdi-numeric-9-box-multiple-outline::before {
  content: "\F03BD";
}

.mdi-numeric-9-box-outline::before {
  content: "\F03BE";
}

.mdi-numeric-9-circle::before {
  content: "\F0CB0";
}

.mdi-numeric-9-circle-outline::before {
  content: "\F0CB1";
}

.mdi-numeric-9-plus::before {
  content: "\F0FEE";
}

.mdi-numeric-9-plus-box::before {
  content: "\F03BF";
}

.mdi-numeric-9-plus-box-multiple::before {
  content: "\F0F18";
}

.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\F03C0";
}

.mdi-numeric-9-plus-box-outline::before {
  content: "\F03C1";
}

.mdi-numeric-9-plus-circle::before {
  content: "\F0CB2";
}

.mdi-numeric-9-plus-circle-outline::before {
  content: "\F0CB3";
}

.mdi-numeric-negative-1::before {
  content: "\F1052";
}

.mdi-numeric-off::before {
  content: "\F19D3";
}

.mdi-numeric-positive-1::before {
  content: "\F15CB";
}

.mdi-nut::before {
  content: "\F06F8";
}

.mdi-nutrition::before {
  content: "\F03C2";
}

.mdi-nuxt::before {
  content: "\F1106";
}

.mdi-oar::before {
  content: "\F067C";
}

.mdi-ocarina::before {
  content: "\F0DE0";
}

.mdi-oci::before {
  content: "\F12E9";
}

.mdi-ocr::before {
  content: "\F113A";
}

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

.mdi-octagon-outline::before {
  content: "\F03C4";
}

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

.mdi-octagram-edit::before {
  content: "\F1C34";
}

.mdi-octagram-edit-outline::before {
  content: "\F1C35";
}

.mdi-octagram-minus::before {
  content: "\F1C36";
}

.mdi-octagram-minus-outline::before {
  content: "\F1C37";
}

.mdi-octagram-outline::before {
  content: "\F0775";
}

.mdi-octagram-plus::before {
  content: "\F1C38";
}

.mdi-octagram-plus-outline::before {
  content: "\F1C39";
}

.mdi-octahedron::before {
  content: "\F1950";
}

.mdi-octahedron-off::before {
  content: "\F1951";
}

.mdi-odnoklassniki::before {
  content: "\F03C5";
}

.mdi-offer::before {
  content: "\F121B";
}

.mdi-office-building::before {
  content: "\F0991";
}

.mdi-office-building-cog::before {
  content: "\F1949";
}

.mdi-office-building-cog-outline::before {
  content: "\F194A";
}

.mdi-office-building-marker::before {
  content: "\F1520";
}

.mdi-office-building-marker-outline::before {
  content: "\F1521";
}

.mdi-office-building-minus::before {
  content: "\F1BAA";
}

.mdi-office-building-minus-outline::before {
  content: "\F1BAB";
}

.mdi-office-building-outline::before {
  content: "\F151F";
}

.mdi-office-building-plus::before {
  content: "\F1BA8";
}

.mdi-office-building-plus-outline::before {
  content: "\F1BA9";
}

.mdi-office-building-remove::before {
  content: "\F1BAC";
}

.mdi-office-building-remove-outline::before {
  content: "\F1BAD";
}

.mdi-oil::before {
  content: "\F03C7";
}

.mdi-oil-lamp::before {
  content: "\F0F19";
}

.mdi-oil-level::before {
  content: "\F1053";
}

.mdi-oil-temperature::before {
  content: "\F0FF8";
}

.mdi-om::before {
  content: "\F0973";
}

.mdi-omega::before {
  content: "\F03C9";
}

.mdi-one-up::before {
  content: "\F0BAD";
}

.mdi-onepassword::before {
  content: "\F0881";
}

.mdi-opacity::before {
  content: "\F05CC";
}

.mdi-open-in-app::before {
  content: "\F03CB";
}

.mdi-open-in-new::before {
  content: "\F03CC";
}

.mdi-open-source-initiative::before {
  content: "\F0BAE";
}

.mdi-openid::before {
  content: "\F03CD";
}

.mdi-opera::before {
  content: "\F03CE";
}

.mdi-orbit::before {
  content: "\F0018";
}

.mdi-orbit-variant::before {
  content: "\F15DB";
}

.mdi-order-alphabetical-ascending::before {
  content: "\F020D";
}

.mdi-order-alphabetical-descending::before {
  content: "\F0D07";
}

.mdi-order-bool-ascending::before {
  content: "\F02BE";
}

.mdi-order-bool-ascending-variant::before {
  content: "\F098F";
}

.mdi-order-bool-descending::before {
  content: "\F1384";
}

.mdi-order-bool-descending-variant::before {
  content: "\F0990";
}

.mdi-order-numeric-ascending::before {
  content: "\F0545";
}

.mdi-order-numeric-descending::before {
  content: "\F0546";
}

.mdi-origin::before {
  content: "\F0B43";
}

.mdi-ornament::before {
  content: "\F03CF";
}

.mdi-ornament-variant::before {
  content: "\F03D0";
}

.mdi-outdoor-lamp::before {
  content: "\F1054";
}

.mdi-overscan::before {
  content: "\F1005";
}

.mdi-owl::before {
  content: "\F03D2";
}

.mdi-pac-man::before {
  content: "\F0BAF";
}

.mdi-package::before {
  content: "\F03D3";
}

.mdi-package-check::before {
  content: "\F1B51";
}

.mdi-package-down::before {
  content: "\F03D4";
}

.mdi-package-up::before {
  content: "\F03D5";
}

.mdi-package-variant::before {
  content: "\F03D6";
}

.mdi-package-variant-closed::before {
  content: "\F03D7";
}

.mdi-package-variant-closed-check::before {
  content: "\F1B52";
}

.mdi-package-variant-closed-minus::before {
  content: "\F19D4";
}

.mdi-package-variant-closed-plus::before {
  content: "\F19D5";
}

.mdi-package-variant-closed-remove::before {
  content: "\F19D6";
}

.mdi-package-variant-minus::before {
  content: "\F19D7";
}

.mdi-package-variant-plus::before {
  content: "\F19D8";
}

.mdi-package-variant-remove::before {
  content: "\F19D9";
}

.mdi-page-first::before {
  content: "\F0600";
}

.mdi-page-last::before {
  content: "\F0601";
}

.mdi-page-layout-body::before {
  content: "\F06FA";
}

.mdi-page-layout-footer::before {
  content: "\F06FB";
}

.mdi-page-layout-header::before {
  content: "\F06FC";
}

.mdi-page-layout-header-footer::before {
  content: "\F0F7F";
}

.mdi-page-layout-sidebar-left::before {
  content: "\F06FD";
}

.mdi-page-layout-sidebar-right::before {
  content: "\F06FE";
}

.mdi-page-next::before {
  content: "\F0BB0";
}

.mdi-page-next-outline::before {
  content: "\F0BB1";
}

.mdi-page-previous::before {
  content: "\F0BB2";
}

.mdi-page-previous-outline::before {
  content: "\F0BB3";
}

.mdi-pail::before {
  content: "\F1417";
}

.mdi-pail-minus::before {
  content: "\F1437";
}

.mdi-pail-minus-outline::before {
  content: "\F143C";
}

.mdi-pail-off::before {
  content: "\F1439";
}

.mdi-pail-off-outline::before {
  content: "\F143E";
}

.mdi-pail-outline::before {
  content: "\F143A";
}

.mdi-pail-plus::before {
  content: "\F1436";
}

.mdi-pail-plus-outline::before {
  content: "\F143B";
}

.mdi-pail-remove::before {
  content: "\F1438";
}

.mdi-pail-remove-outline::before {
  content: "\F143D";
}

.mdi-palette::before {
  content: "\F03D8";
}

.mdi-palette-advanced::before {
  content: "\F03D9";
}

.mdi-palette-outline::before {
  content: "\F0E0C";
}

.mdi-palette-swatch::before {
  content: "\F08B5";
}

.mdi-palette-swatch-outline::before {
  content: "\F135C";
}

.mdi-palette-swatch-variant::before {
  content: "\F195A";
}

.mdi-palm-tree::before {
  content: "\F1055";
}

.mdi-pan::before {
  content: "\F0BB4";
}

.mdi-pan-bottom-left::before {
  content: "\F0BB5";
}

.mdi-pan-bottom-right::before {
  content: "\F0BB6";
}

.mdi-pan-down::before {
  content: "\F0BB7";
}

.mdi-pan-horizontal::before {
  content: "\F0BB8";
}

.mdi-pan-left::before {
  content: "\F0BB9";
}

.mdi-pan-right::before {
  content: "\F0BBA";
}

.mdi-pan-top-left::before {
  content: "\F0BBB";
}

.mdi-pan-top-right::before {
  content: "\F0BBC";
}

.mdi-pan-up::before {
  content: "\F0BBD";
}

.mdi-pan-vertical::before {
  content: "\F0BBE";
}

.mdi-panda::before {
  content: "\F03DA";
}

.mdi-pandora::before {
  content: "\F03DB";
}

.mdi-panorama::before {
  content: "\F03DC";
}

.mdi-panorama-fisheye::before {
  content: "\F03DD";
}

.mdi-panorama-horizontal::before {
  content: "\F1928";
}

.mdi-panorama-horizontal-outline::before {
  content: "\F03DE";
}

.mdi-panorama-outline::before {
  content: "\F198C";
}

.mdi-panorama-sphere::before {
  content: "\F198D";
}

.mdi-panorama-sphere-outline::before {
  content: "\F198E";
}

.mdi-panorama-variant::before {
  content: "\F198F";
}

.mdi-panorama-variant-outline::before {
  content: "\F1990";
}

.mdi-panorama-vertical::before {
  content: "\F1929";
}

.mdi-panorama-vertical-outline::before {
  content: "\F03DF";
}

.mdi-panorama-wide-angle::before {
  content: "\F195F";
}

.mdi-panorama-wide-angle-outline::before {
  content: "\F03E0";
}

.mdi-paper-cut-vertical::before {
  content: "\F03E1";
}

.mdi-paper-roll::before {
  content: "\F1157";
}

.mdi-paper-roll-outline::before {
  content: "\F1158";
}

.mdi-paperclip::before {
  content: "\F03E2";
}

.mdi-paperclip-check::before {
  content: "\F1AC6";
}

.mdi-paperclip-lock::before {
  content: "\F19DA";
}

.mdi-paperclip-minus::before {
  content: "\F1AC7";
}

.mdi-paperclip-off::before {
  content: "\F1AC8";
}

.mdi-paperclip-plus::before {
  content: "\F1AC9";
}

.mdi-paperclip-remove::before {
  content: "\F1ACA";
}

.mdi-parachute::before {
  content: "\F0CB4";
}

.mdi-parachute-outline::before {
  content: "\F0CB5";
}

.mdi-paragliding::before {
  content: "\F1745";
}

.mdi-parking::before {
  content: "\F03E3";
}

.mdi-party-popper::before {
  content: "\F1056";
}

.mdi-passport::before {
  content: "\F07E3";
}

.mdi-passport-biometric::before {
  content: "\F0DE1";
}

.mdi-pasta::before {
  content: "\F1160";
}

.mdi-patio-heater::before {
  content: "\F0F80";
}

.mdi-patreon::before {
  content: "\F0882";
}

.mdi-pause::before {
  content: "\F03E4";
}

.mdi-pause-box::before {
  content: "\F00BC";
}

.mdi-pause-box-outline::before {
  content: "\F1B7A";
}

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

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

.mdi-pause-octagon::before {
  content: "\F03E7";
}

.mdi-pause-octagon-outline::before {
  content: "\F03E8";
}

.mdi-paw::before {
  content: "\F03E9";
}

.mdi-paw-off::before {
  content: "\F0657";
}

.mdi-paw-off-outline::before {
  content: "\F1676";
}

.mdi-paw-outline::before {
  content: "\F1675";
}

.mdi-peace::before {
  content: "\F0884";
}

.mdi-peanut::before {
  content: "\F0FFC";
}

.mdi-peanut-off::before {
  content: "\F0FFD";
}

.mdi-peanut-off-outline::before {
  content: "\F0FFF";
}

.mdi-peanut-outline::before {
  content: "\F0FFE";
}

.mdi-pen::before {
  content: "\F03EA";
}

.mdi-pen-lock::before {
  content: "\F0DE2";
}

.mdi-pen-minus::before {
  content: "\F0DE3";
}

.mdi-pen-off::before {
  content: "\F0DE4";
}

.mdi-pen-plus::before {
  content: "\F0DE5";
}

.mdi-pen-remove::before {
  content: "\F0DE6";
}

.mdi-pencil::before {
  content: "\F03EB";
}

.mdi-pencil-box::before {
  content: "\F03EC";
}

.mdi-pencil-box-multiple::before {
  content: "\F1144";
}

.mdi-pencil-box-multiple-outline::before {
  content: "\F1145";
}

.mdi-pencil-box-outline::before {
  content: "\F03ED";
}

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

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

.mdi-pencil-lock::before {
  content: "\F03EE";
}

.mdi-pencil-lock-outline::before {
  content: "\F0DE7";
}

.mdi-pencil-minus::before {
  content: "\F0DE8";
}

.mdi-pencil-minus-outline::before {
  content: "\F0DE9";
}

.mdi-pencil-off::before {
  content: "\F03EF";
}

.mdi-pencil-off-outline::before {
  content: "\F0DEA";
}

.mdi-pencil-outline::before {
  content: "\F0CB6";
}

.mdi-pencil-plus::before {
  content: "\F0DEB";
}

.mdi-pencil-plus-outline::before {
  content: "\F0DEC";
}

.mdi-pencil-remove::before {
  content: "\F0DED";
}

.mdi-pencil-remove-outline::before {
  content: "\F0DEE";
}

.mdi-pencil-ruler::before {
  content: "\F1353";
}

.mdi-pencil-ruler-outline::before {
  content: "\F1C11";
}

.mdi-penguin::before {
  content: "\F0EC0";
}

.mdi-pentagon::before {
  content: "\F0701";
}

.mdi-pentagon-outline::before {
  content: "\F0700";
}

.mdi-pentagram::before {
  content: "\F1667";
}

.mdi-percent::before {
  content: "\F03F0";
}

.mdi-percent-box::before {
  content: "\F1A02";
}

.mdi-percent-box-outline::before {
  content: "\F1A03";
}

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

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

.mdi-percent-outline::before {
  content: "\F1278";
}

.mdi-periodic-table::before {
  content: "\F08B6";
}

.mdi-perspective-less::before {
  content: "\F0D23";
}

.mdi-perspective-more::before {
  content: "\F0D24";
}

.mdi-ph::before {
  content: "\F17C5";
}

.mdi-phone::before {
  content: "\F03F2";
}

.mdi-phone-alert::before {
  content: "\F0F1A";
}

.mdi-phone-alert-outline::before {
  content: "\F118E";
}

.mdi-phone-bluetooth::before {
  content: "\F03F3";
}

.mdi-phone-bluetooth-outline::before {
  content: "\F118F";
}

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

.mdi-phone-cancel-outline::before {
  content: "\F1190";
}

.mdi-phone-check::before {
  content: "\F11A9";
}

.mdi-phone-check-outline::before {
  content: "\F11AA";
}

.mdi-phone-classic::before {
  content: "\F0602";
}

.mdi-phone-classic-off::before {
  content: "\F1279";
}

.mdi-phone-clock::before {
  content: "\F19DB";
}

.mdi-phone-dial::before {
  content: "\F1559";
}

.mdi-phone-dial-outline::before {
  content: "\F155A";
}

.mdi-phone-forward::before {
  content: "\F03F4";
}

.mdi-phone-forward-outline::before {
  content: "\F1191";
}

.mdi-phone-hangup::before {
  content: "\F03F5";
}

.mdi-phone-hangup-outline::before {
  content: "\F1192";
}

.mdi-phone-in-talk::before {
  content: "\F03F6";
}

.mdi-phone-in-talk-outline::before {
  content: "\F1182";
}

.mdi-phone-incoming::before {
  content: "\F03F7";
}

.mdi-phone-incoming-outgoing::before {
  content: "\F1B3F";
}

.mdi-phone-incoming-outgoing-outline::before {
  content: "\F1B40";
}

.mdi-phone-incoming-outline::before {
  content: "\F1193";
}

.mdi-phone-lock::before {
  content: "\F03F8";
}

.mdi-phone-lock-outline::before {
  content: "\F1194";
}

.mdi-phone-log::before {
  content: "\F03F9";
}

.mdi-phone-log-outline::before {
  content: "\F1195";
}

.mdi-phone-message::before {
  content: "\F1196";
}

.mdi-phone-message-outline::before {
  content: "\F1197";
}

.mdi-phone-minus::before {
  content: "\F0658";
}

.mdi-phone-minus-outline::before {
  content: "\F1198";
}

.mdi-phone-missed::before {
  content: "\F03FA";
}

.mdi-phone-missed-outline::before {
  content: "\F11A5";
}

.mdi-phone-off::before {
  content: "\F0DEF";
}

.mdi-phone-off-outline::before {
  content: "\F11A6";
}

.mdi-phone-outgoing::before {
  content: "\F03FB";
}

.mdi-phone-outgoing-outline::before {
  content: "\F1199";
}

.mdi-phone-outline::before {
  content: "\F0DF0";
}

.mdi-phone-paused::before {
  content: "\F03FC";
}

.mdi-phone-paused-outline::before {
  content: "\F119A";
}

.mdi-phone-plus::before {
  content: "\F0659";
}

.mdi-phone-plus-outline::before {
  content: "\F119B";
}

.mdi-phone-refresh::before {
  content: "\F1993";
}

.mdi-phone-refresh-outline::before {
  content: "\F1994";
}

.mdi-phone-remove::before {
  content: "\F152F";
}

.mdi-phone-remove-outline::before {
  content: "\F1530";
}

.mdi-phone-return::before {
  content: "\F082F";
}

.mdi-phone-return-outline::before {
  content: "\F119C";
}

.mdi-phone-ring::before {
  content: "\F11AB";
}

.mdi-phone-ring-outline::before {
  content: "\F11AC";
}

.mdi-phone-rotate-landscape::before {
  content: "\F0885";
}

.mdi-phone-rotate-portrait::before {
  content: "\F0886";
}

.mdi-phone-settings::before {
  content: "\F03FD";
}

.mdi-phone-settings-outline::before {
  content: "\F119D";
}

.mdi-phone-sync::before {
  content: "\F1995";
}

.mdi-phone-sync-outline::before {
  content: "\F1996";
}

.mdi-phone-voip::before {
  content: "\F03FE";
}

.mdi-pi::before {
  content: "\F03FF";
}

.mdi-pi-box::before {
  content: "\F0400";
}

.mdi-pi-hole::before {
  content: "\F0DF1";
}

.mdi-piano::before {
  content: "\F067D";
}

.mdi-piano-off::before {
  content: "\F0698";
}

.mdi-pickaxe::before {
  content: "\F08B7";
}

.mdi-picture-in-picture-bottom-right::before {
  content: "\F0E57";
}

.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\F0E58";
}

.mdi-picture-in-picture-top-right::before {
  content: "\F0E59";
}

.mdi-picture-in-picture-top-right-outline::before {
  content: "\F0E5A";
}

.mdi-pier::before {
  content: "\F0887";
}

.mdi-pier-crane::before {
  content: "\F0888";
}

.mdi-pig::before {
  content: "\F0401";
}

.mdi-pig-variant::before {
  content: "\F1006";
}

.mdi-pig-variant-outline::before {
  content: "\F1678";
}

.mdi-piggy-bank::before {
  content: "\F1007";
}

.mdi-piggy-bank-outline::before {
  content: "\F1679";
}

.mdi-pill::before {
  content: "\F0402";
}

.mdi-pill-multiple::before {
  content: "\F1B4C";
}

.mdi-pill-off::before {
  content: "\F1A5C";
}

.mdi-pillar::before {
  content: "\F0702";
}

.mdi-pin::before {
  content: "\F0403";
}

.mdi-pin-off::before {
  content: "\F0404";
}

.mdi-pin-off-outline::before {
  content: "\F0930";
}

.mdi-pin-outline::before {
  content: "\F0931";
}

.mdi-pine-tree::before {
  content: "\F0405";
}

.mdi-pine-tree-box::before {
  content: "\F0406";
}

.mdi-pine-tree-fire::before {
  content: "\F141A";
}

.mdi-pine-tree-variant::before {
  content: "\F1C73";
}

.mdi-pine-tree-variant-outline::before {
  content: "\F1C74";
}

.mdi-pinterest::before {
  content: "\F0407";
}

.mdi-pinwheel::before {
  content: "\F0AD5";
}

.mdi-pinwheel-outline::before {
  content: "\F0AD6";
}

.mdi-pipe::before {
  content: "\F07E5";
}

.mdi-pipe-disconnected::before {
  content: "\F07E6";
}

.mdi-pipe-leak::before {
  content: "\F0889";
}

.mdi-pipe-valve::before {
  content: "\F184D";
}

.mdi-pipe-wrench::before {
  content: "\F1354";
}

.mdi-pirate::before {
  content: "\F0A08";
}

.mdi-pistol::before {
  content: "\F0703";
}

.mdi-piston::before {
  content: "\F088A";
}

.mdi-pitchfork::before {
  content: "\F1553";
}

.mdi-pizza::before {
  content: "\F0409";
}

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

.mdi-plane-train::before {
  content: "\F1B00";
}

.mdi-play::before {
  content: "\F040A";
}

.mdi-play-box::before {
  content: "\F127A";
}

.mdi-play-box-edit-outline::before {
  content: "\F1C3A";
}

.mdi-play-box-lock::before {
  content: "\F1A16";
}

.mdi-play-box-lock-open::before {
  content: "\F1A17";
}

.mdi-play-box-lock-open-outline::before {
  content: "\F1A18";
}

.mdi-play-box-lock-outline::before {
  content: "\F1A19";
}

.mdi-play-box-multiple::before {
  content: "\F0D19";
}

.mdi-play-box-multiple-outline::before {
  content: "\F13E6";
}

.mdi-play-box-outline::before {
  content: "\F040B";
}

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

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

.mdi-play-network::before {
  content: "\F088B";
}

.mdi-play-network-outline::before {
  content: "\F0CB7";
}

.mdi-play-outline::before {
  content: "\F0F1B";
}

.mdi-play-pause::before {
  content: "\F040E";
}

.mdi-play-protected-content::before {
  content: "\F040F";
}

.mdi-play-speed::before {
  content: "\F08FF";
}

.mdi-playlist-check::before {
  content: "\F05C7";
}

.mdi-playlist-edit::before {
  content: "\F0900";
}

.mdi-playlist-minus::before {
  content: "\F0410";
}

.mdi-playlist-music::before {
  content: "\F0CB8";
}

.mdi-playlist-music-outline::before {
  content: "\F0CB9";
}

.mdi-playlist-play::before {
  content: "\F0411";
}

.mdi-playlist-plus::before {
  content: "\F0412";
}

.mdi-playlist-remove::before {
  content: "\F0413";
}

.mdi-playlist-star::before {
  content: "\F0DF2";
}

.mdi-plex::before {
  content: "\F06BA";
}

.mdi-pliers::before {
  content: "\F19A4";
}

.mdi-plus::before {
  content: "\F0415";
}

.mdi-plus-box::before {
  content: "\F0416";
}

.mdi-plus-box-multiple::before {
  content: "\F0334";
}

.mdi-plus-box-multiple-outline::before {
  content: "\F1143";
}

.mdi-plus-box-outline::before {
  content: "\F0704";
}

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

.mdi-plus-circle-multiple::before {
  content: "\F034C";
}

.mdi-plus-circle-multiple-outline::before {
  content: "\F0418";
}

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

.mdi-plus-lock::before {
  content: "\F1A5D";
}

.mdi-plus-lock-open::before {
  content: "\F1A5E";
}

.mdi-plus-minus::before {
  content: "\F0992";
}

.mdi-plus-minus-box::before {
  content: "\F0993";
}

.mdi-plus-minus-variant::before {
  content: "\F14C9";
}

.mdi-plus-network::before {
  content: "\F041A";
}

.mdi-plus-network-outline::before {
  content: "\F0CBA";
}

.mdi-plus-outline::before {
  content: "\F0705";
}

.mdi-plus-thick::before {
  content: "\F11EC";
}

.mdi-podcast::before {
  content: "\F0994";
}

.mdi-podium::before {
  content: "\F0D25";
}

.mdi-podium-bronze::before {
  content: "\F0D26";
}

.mdi-podium-gold::before {
  content: "\F0D27";
}

.mdi-podium-silver::before {
  content: "\F0D28";
}

.mdi-point-of-sale::before {
  content: "\F0D92";
}

.mdi-pokeball::before {
  content: "\F041D";
}

.mdi-pokemon-go::before {
  content: "\F0A09";
}

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

.mdi-polaroid::before {
  content: "\F041E";
}

.mdi-police-badge::before {
  content: "\F1167";
}

.mdi-police-badge-outline::before {
  content: "\F1168";
}

.mdi-police-station::before {
  content: "\F1839";
}

.mdi-poll::before {
  content: "\F041F";
}

.mdi-polo::before {
  content: "\F14C3";
}

.mdi-polymer::before {
  content: "\F0421";
}

.mdi-pool::before {
  content: "\F0606";
}

.mdi-pool-thermometer::before {
  content: "\F1A5F";
}

.mdi-popcorn::before {
  content: "\F0422";
}

.mdi-post::before {
  content: "\F1008";
}

.mdi-post-lamp::before {
  content: "\F1A60";
}

.mdi-post-outline::before {
  content: "\F1009";
}

.mdi-postage-stamp::before {
  content: "\F0CBB";
}

.mdi-pot::before {
  content: "\F02E5";
}

.mdi-pot-mix::before {
  content: "\F065B";
}

.mdi-pot-mix-outline::before {
  content: "\F0677";
}

.mdi-pot-outline::before {
  content: "\F02FF";
}

.mdi-pot-steam::before {
  content: "\F065A";
}

.mdi-pot-steam-outline::before {
  content: "\F0326";
}

.mdi-pound::before {
  content: "\F0423";
}

.mdi-pound-box::before {
  content: "\F0424";
}

.mdi-pound-box-outline::before {
  content: "\F117F";
}

.mdi-power::before {
  content: "\F0425";
}

.mdi-power-cycle::before {
  content: "\F0901";
}

.mdi-power-off::before {
  content: "\F0902";
}

.mdi-power-on::before {
  content: "\F0903";
}

.mdi-power-plug::before {
  content: "\F06A5";
}

.mdi-power-plug-battery::before {
  content: "\F1C3B";
}

.mdi-power-plug-battery-outline::before {
  content: "\F1C3C";
}

.mdi-power-plug-off::before {
  content: "\F06A6";
}

.mdi-power-plug-off-outline::before {
  content: "\F1424";
}

.mdi-power-plug-outline::before {
  content: "\F1425";
}

.mdi-power-settings::before {
  content: "\F0426";
}

.mdi-power-sleep::before {
  content: "\F0904";
}

.mdi-power-socket::before {
  content: "\F0427";
}

.mdi-power-socket-au::before {
  content: "\F0905";
}

.mdi-power-socket-ch::before {
  content: "\F0FB3";
}

.mdi-power-socket-de::before {
  content: "\F1107";
}

.mdi-power-socket-eu::before {
  content: "\F07E7";
}

.mdi-power-socket-fr::before {
  content: "\F1108";
}

.mdi-power-socket-it::before {
  content: "\F14FF";
}

.mdi-power-socket-jp::before {
  content: "\F1109";
}

.mdi-power-socket-uk::before {
  content: "\F07E8";
}

.mdi-power-socket-us::before {
  content: "\F07E9";
}

.mdi-power-standby::before {
  content: "\F0906";
}

.mdi-powershell::before {
  content: "\F0A0A";
}

.mdi-prescription::before {
  content: "\F0706";
}

.mdi-presentation::before {
  content: "\F0428";
}

.mdi-presentation-play::before {
  content: "\F0429";
}

.mdi-pretzel::before {
  content: "\F1562";
}

.mdi-printer::before {
  content: "\F042A";
}

.mdi-printer-3d::before {
  content: "\F042B";
}

.mdi-printer-3d-nozzle::before {
  content: "\F0E5B";
}

.mdi-printer-3d-nozzle-alert::before {
  content: "\F11C0";
}

.mdi-printer-3d-nozzle-alert-outline::before {
  content: "\F11C1";
}

.mdi-printer-3d-nozzle-heat::before {
  content: "\F18B8";
}

.mdi-printer-3d-nozzle-heat-outline::before {
  content: "\F18B9";
}

.mdi-printer-3d-nozzle-off::before {
  content: "\F1B19";
}

.mdi-printer-3d-nozzle-off-outline::before {
  content: "\F1B1A";
}

.mdi-printer-3d-nozzle-outline::before {
  content: "\F0E5C";
}

.mdi-printer-3d-off::before {
  content: "\F1B0E";
}

.mdi-printer-alert::before {
  content: "\F042C";
}

.mdi-printer-check::before {
  content: "\F1146";
}

.mdi-printer-eye::before {
  content: "\F1458";
}

.mdi-printer-off::before {
  content: "\F0E5D";
}

.mdi-printer-off-outline::before {
  content: "\F1785";
}

.mdi-printer-outline::before {
  content: "\F1786";
}

.mdi-printer-pos::before {
  content: "\F1057";
}

.mdi-printer-pos-alert::before {
  content: "\F1BBC";
}

.mdi-printer-pos-alert-outline::before {
  content: "\F1BBD";
}

.mdi-printer-pos-cancel::before {
  content: "\F1BBE";
}

.mdi-printer-pos-cancel-outline::before {
  content: "\F1BBF";
}

.mdi-printer-pos-check::before {
  content: "\F1BC0";
}

.mdi-printer-pos-check-outline::before {
  content: "\F1BC1";
}

.mdi-printer-pos-cog::before {
  content: "\F1BC2";
}

.mdi-printer-pos-cog-outline::before {
  content: "\F1BC3";
}

.mdi-printer-pos-edit::before {
  content: "\F1BC4";
}

.mdi-printer-pos-edit-outline::before {
  content: "\F1BC5";
}

.mdi-printer-pos-minus::before {
  content: "\F1BC6";
}

.mdi-printer-pos-minus-outline::before {
  content: "\F1BC7";
}

.mdi-printer-pos-network::before {
  content: "\F1BC8";
}

.mdi-printer-pos-network-outline::before {
  content: "\F1BC9";
}

.mdi-printer-pos-off::before {
  content: "\F1BCA";
}

.mdi-printer-pos-off-outline::before {
  content: "\F1BCB";
}

.mdi-printer-pos-outline::before {
  content: "\F1BCC";
}

.mdi-printer-pos-pause::before {
  content: "\F1BCD";
}

.mdi-printer-pos-pause-outline::before {
  content: "\F1BCE";
}

.mdi-printer-pos-play::before {
  content: "\F1BCF";
}

.mdi-printer-pos-play-outline::before {
  content: "\F1BD0";
}

.mdi-printer-pos-plus::before {
  content: "\F1BD1";
}

.mdi-printer-pos-plus-outline::before {
  content: "\F1BD2";
}

.mdi-printer-pos-refresh::before {
  content: "\F1BD3";
}

.mdi-printer-pos-refresh-outline::before {
  content: "\F1BD4";
}

.mdi-printer-pos-remove::before {
  content: "\F1BD5";
}

.mdi-printer-pos-remove-outline::before {
  content: "\F1BD6";
}

.mdi-printer-pos-star::before {
  content: "\F1BD7";
}

.mdi-printer-pos-star-outline::before {
  content: "\F1BD8";
}

.mdi-printer-pos-stop::before {
  content: "\F1BD9";
}

.mdi-printer-pos-stop-outline::before {
  content: "\F1BDA";
}

.mdi-printer-pos-sync::before {
  content: "\F1BDB";
}

.mdi-printer-pos-sync-outline::before {
  content: "\F1BDC";
}

.mdi-printer-pos-wrench::before {
  content: "\F1BDD";
}

.mdi-printer-pos-wrench-outline::before {
  content: "\F1BDE";
}

.mdi-printer-search::before {
  content: "\F1457";
}

.mdi-printer-settings::before {
  content: "\F0707";
}

.mdi-printer-wireless::before {
  content: "\F0A0B";
}

.mdi-priority-high::before {
  content: "\F0603";
}

.mdi-priority-low::before {
  content: "\F0604";
}

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

.mdi-progress-alert::before {
  content: "\F0CBC";
}

.mdi-progress-check::before {
  content: "\F0995";
}

.mdi-progress-clock::before {
  content: "\F0996";
}

.mdi-progress-close::before {
  content: "\F110A";
}

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

.mdi-progress-helper::before {
  content: "\F1BA2";
}

.mdi-progress-pencil::before {
  content: "\F1787";
}

.mdi-progress-question::before {
  content: "\F1522";
}

.mdi-progress-star::before {
  content: "\F1788";
}

.mdi-progress-star-four-points::before {
  content: "\F1C3D";
}

.mdi-progress-upload::before {
  content: "\F0998";
}

.mdi-progress-wrench::before {
  content: "\F0CBD";
}

.mdi-projector::before {
  content: "\F042E";
}

.mdi-projector-off::before {
  content: "\F1A23";
}

.mdi-projector-screen::before {
  content: "\F042F";
}

.mdi-projector-screen-off::before {
  content: "\F180D";
}

.mdi-projector-screen-off-outline::before {
  content: "\F180E";
}

.mdi-projector-screen-outline::before {
  content: "\F1724";
}

.mdi-projector-screen-variant::before {
  content: "\F180F";
}

.mdi-projector-screen-variant-off::before {
  content: "\F1810";
}

.mdi-projector-screen-variant-off-outline::before {
  content: "\F1811";
}

.mdi-projector-screen-variant-outline::before {
  content: "\F1812";
}

.mdi-propane-tank::before {
  content: "\F1357";
}

.mdi-propane-tank-outline::before {
  content: "\F1358";
}

.mdi-protocol::before {
  content: "\F0FD8";
}

.mdi-publish::before {
  content: "\F06A7";
}

.mdi-publish-off::before {
  content: "\F1945";
}

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

.mdi-pump::before {
  content: "\F1402";
}

.mdi-pump-off::before {
  content: "\F1B22";
}

.mdi-pumpkin::before {
  content: "\F0BBF";
}

.mdi-purse::before {
  content: "\F0F1C";
}

.mdi-purse-outline::before {
  content: "\F0F1D";
}

.mdi-puzzle::before {
  content: "\F0431";
}

.mdi-puzzle-check::before {
  content: "\F1426";
}

.mdi-puzzle-check-outline::before {
  content: "\F1427";
}

.mdi-puzzle-edit::before {
  content: "\F14D3";
}

.mdi-puzzle-edit-outline::before {
  content: "\F14D9";
}

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

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

.mdi-puzzle-minus::before {
  content: "\F14D1";
}

.mdi-puzzle-minus-outline::before {
  content: "\F14D7";
}

.mdi-puzzle-outline::before {
  content: "\F0A66";
}

.mdi-puzzle-plus::before {
  content: "\F14D0";
}

.mdi-puzzle-plus-outline::before {
  content: "\F14D6";
}

.mdi-puzzle-remove::before {
  content: "\F14D2";
}

.mdi-puzzle-remove-outline::before {
  content: "\F14D8";
}

.mdi-puzzle-star::before {
  content: "\F14D5";
}

.mdi-puzzle-star-outline::before {
  content: "\F14DB";
}

.mdi-pyramid::before {
  content: "\F1952";
}

.mdi-pyramid-off::before {
  content: "\F1953";
}

.mdi-qi::before {
  content: "\F0999";
}

.mdi-qqchat::before {
  content: "\F0605";
}

.mdi-qrcode::before {
  content: "\F0432";
}

.mdi-qrcode-edit::before {
  content: "\F08B8";
}

.mdi-qrcode-minus::before {
  content: "\F118C";
}

.mdi-qrcode-plus::before {
  content: "\F118B";
}

.mdi-qrcode-remove::before {
  content: "\F118D";
}

.mdi-qrcode-scan::before {
  content: "\F0433";
}

.mdi-quadcopter::before {
  content: "\F0434";
}

.mdi-quality-high::before {
  content: "\F0435";
}

.mdi-quality-low::before {
  content: "\F0A0C";
}

.mdi-quality-medium::before {
  content: "\F0A0D";
}

.mdi-quora::before {
  content: "\F0D29";
}

.mdi-rabbit::before {
  content: "\F0907";
}

.mdi-rabbit-variant::before {
  content: "\F1A61";
}

.mdi-rabbit-variant-outline::before {
  content: "\F1A62";
}

.mdi-racing-helmet::before {
  content: "\F0D93";
}

.mdi-racquetball::before {
  content: "\F0D94";
}

.mdi-radar::before {
  content: "\F0437";
}

.mdi-radiator::before {
  content: "\F0438";
}

.mdi-radiator-disabled::before {
  content: "\F0AD7";
}

.mdi-radiator-off::before {
  content: "\F0AD8";
}

.mdi-radio::before {
  content: "\F0439";
}

.mdi-radio-am::before {
  content: "\F0CBE";
}

.mdi-radio-fm::before {
  content: "\F0CBF";
}

.mdi-radio-handheld::before {
  content: "\F043A";
}

.mdi-radio-off::before {
  content: "\F121C";
}

.mdi-radio-tower::before {
  content: "\F043B";
}

.mdi-radioactive::before {
  content: "\F043C";
}

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

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

.mdi-radioactive-off::before {
  content: "\F0EC1";
}

.mdi-radiobox-blank::before {
  content: "\F043D";
}

.mdi-radiobox-indeterminate-variant::before {
  content: "\F1C5E";
}

.mdi-radiobox-marked::before {
  content: "\F043E";
}

.mdi-radiology-box::before {
  content: "\F14C5";
}

.mdi-radiology-box-outline::before {
  content: "\F14C6";
}

.mdi-radius::before {
  content: "\F0CC0";
}

.mdi-radius-outline::before {
  content: "\F0CC1";
}

.mdi-railroad-light::before {
  content: "\F0F1E";
}

.mdi-rake::before {
  content: "\F1544";
}

.mdi-raspberry-pi::before {
  content: "\F043F";
}

.mdi-raw::before {
  content: "\F1A0F";
}

.mdi-raw-off::before {
  content: "\F1A10";
}

.mdi-ray-end::before {
  content: "\F0440";
}

.mdi-ray-end-arrow::before {
  content: "\F0441";
}

.mdi-ray-start::before {
  content: "\F0442";
}

.mdi-ray-start-arrow::before {
  content: "\F0443";
}

.mdi-ray-start-end::before {
  content: "\F0444";
}

.mdi-ray-start-vertex-end::before {
  content: "\F15D8";
}

.mdi-ray-vertex::before {
  content: "\F0445";
}

.mdi-razor-double-edge::before {
  content: "\F1997";
}

.mdi-razor-single-edge::before {
  content: "\F1998";
}

.mdi-react::before {
  content: "\F0708";
}

.mdi-read::before {
  content: "\F0447";
}

.mdi-receipt::before {
  content: "\F0824";
}

.mdi-receipt-clock::before {
  content: "\F1C3E";
}

.mdi-receipt-clock-outline::before {
  content: "\F1C3F";
}

.mdi-receipt-outline::before {
  content: "\F04F7";
}

.mdi-receipt-send::before {
  content: "\F1C40";
}

.mdi-receipt-send-outline::before {
  content: "\F1C41";
}

.mdi-receipt-text::before {
  content: "\F0449";
}

.mdi-receipt-text-arrow-left::before {
  content: "\F1C42";
}

.mdi-receipt-text-arrow-left-outline::before {
  content: "\F1C43";
}

.mdi-receipt-text-arrow-right::before {
  content: "\F1C44";
}

.mdi-receipt-text-arrow-right-outline::before {
  content: "\F1C45";
}

.mdi-receipt-text-check::before {
  content: "\F1A63";
}

.mdi-receipt-text-check-outline::before {
  content: "\F1A64";
}

.mdi-receipt-text-clock::before {
  content: "\F1C46";
}

.mdi-receipt-text-clock-outline::before {
  content: "\F1C47";
}

.mdi-receipt-text-edit::before {
  content: "\F1C48";
}

.mdi-receipt-text-edit-outline::before {
  content: "\F1C49";
}

.mdi-receipt-text-minus::before {
  content: "\F1A65";
}

.mdi-receipt-text-minus-outline::before {
  content: "\F1A66";
}

.mdi-receipt-text-outline::before {
  content: "\F19DC";
}

.mdi-receipt-text-plus::before {
  content: "\F1A67";
}

.mdi-receipt-text-plus-outline::before {
  content: "\F1A68";
}

.mdi-receipt-text-remove::before {
  content: "\F1A69";
}

.mdi-receipt-text-remove-outline::before {
  content: "\F1A6A";
}

.mdi-receipt-text-send::before {
  content: "\F1C4A";
}

.mdi-receipt-text-send-outline::before {
  content: "\F1C4B";
}

.mdi-record::before {
  content: "\F044A";
}

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

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

.mdi-record-player::before {
  content: "\F099A";
}

.mdi-record-rec::before {
  content: "\F044B";
}

.mdi-rectangle::before {
  content: "\F0E5E";
}

.mdi-rectangle-outline::before {
  content: "\F0E5F";
}

.mdi-recycle::before {
  content: "\F044C";
}

.mdi-recycle-variant::before {
  content: "\F139D";
}

.mdi-reddit::before {
  content: "\F044D";
}

.mdi-redhat::before {
  content: "\F111B";
}

.mdi-redo::before {
  content: "\F044E";
}

.mdi-redo-variant::before {
  content: "\F044F";
}

.mdi-reflect-horizontal::before {
  content: "\F0A0E";
}

.mdi-reflect-vertical::before {
  content: "\F0A0F";
}

.mdi-refresh::before {
  content: "\F0450";
}

.mdi-refresh-auto::before {
  content: "\F18F2";
}

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

.mdi-regex::before {
  content: "\F0451";
}

.mdi-registered-trademark::before {
  content: "\F0A67";
}

.mdi-reiterate::before {
  content: "\F1588";
}

.mdi-relation-many-to-many::before {
  content: "\F1496";
}

.mdi-relation-many-to-one::before {
  content: "\F1497";
}

.mdi-relation-many-to-one-or-many::before {
  content: "\F1498";
}

.mdi-relation-many-to-only-one::before {
  content: "\F1499";
}

.mdi-relation-many-to-zero-or-many::before {
  content: "\F149A";
}

.mdi-relation-many-to-zero-or-one::before {
  content: "\F149B";
}

.mdi-relation-one-or-many-to-many::before {
  content: "\F149C";
}

.mdi-relation-one-or-many-to-one::before {
  content: "\F149D";
}

.mdi-relation-one-or-many-to-one-or-many::before {
  content: "\F149E";
}

.mdi-relation-one-or-many-to-only-one::before {
  content: "\F149F";
}

.mdi-relation-one-or-many-to-zero-or-many::before {
  content: "\F14A0";
}

.mdi-relation-one-or-many-to-zero-or-one::before {
  content: "\F14A1";
}

.mdi-relation-one-to-many::before {
  content: "\F14A2";
}

.mdi-relation-one-to-one::before {
  content: "\F14A3";
}

.mdi-relation-one-to-one-or-many::before {
  content: "\F14A4";
}

.mdi-relation-one-to-only-one::before {
  content: "\F14A5";
}

.mdi-relation-one-to-zero-or-many::before {
  content: "\F14A6";
}

.mdi-relation-one-to-zero-or-one::before {
  content: "\F14A7";
}

.mdi-relation-only-one-to-many::before {
  content: "\F14A8";
}

.mdi-relation-only-one-to-one::before {
  content: "\F14A9";
}

.mdi-relation-only-one-to-one-or-many::before {
  content: "\F14AA";
}

.mdi-relation-only-one-to-only-one::before {
  content: "\F14AB";
}

.mdi-relation-only-one-to-zero-or-many::before {
  content: "\F14AC";
}

.mdi-relation-only-one-to-zero-or-one::before {
  content: "\F14AD";
}

.mdi-relation-zero-or-many-to-many::before {
  content: "\F14AE";
}

.mdi-relation-zero-or-many-to-one::before {
  content: "\F14AF";
}

.mdi-relation-zero-or-many-to-one-or-many::before {
  content: "\F14B0";
}

.mdi-relation-zero-or-many-to-only-one::before {
  content: "\F14B1";
}

.mdi-relation-zero-or-many-to-zero-or-many::before {
  content: "\F14B2";
}

.mdi-relation-zero-or-many-to-zero-or-one::before {
  content: "\F14B3";
}

.mdi-relation-zero-or-one-to-many::before {
  content: "\F14B4";
}

.mdi-relation-zero-or-one-to-one::before {
  content: "\F14B5";
}

.mdi-relation-zero-or-one-to-one-or-many::before {
  content: "\F14B6";
}

.mdi-relation-zero-or-one-to-only-one::before {
  content: "\F14B7";
}

.mdi-relation-zero-or-one-to-zero-or-many::before {
  content: "\F14B8";
}

.mdi-relation-zero-or-one-to-zero-or-one::before {
  content: "\F14B9";
}

.mdi-relative-scale::before {
  content: "\F0452";
}

.mdi-reload::before {
  content: "\F0453";
}

.mdi-reload-alert::before {
  content: "\F110B";
}

.mdi-reminder::before {
  content: "\F088C";
}

.mdi-remote::before {
  content: "\F0454";
}

.mdi-remote-desktop::before {
  content: "\F08B9";
}

.mdi-remote-off::before {
  content: "\F0EC4";
}

.mdi-remote-tv::before {
  content: "\F0EC5";
}

.mdi-remote-tv-off::before {
  content: "\F0EC6";
}

.mdi-rename::before {
  content: "\F1C18";
}

.mdi-rename-box::before {
  content: "\F0455";
}

.mdi-rename-box-outline::before {
  content: "\F1C19";
}

.mdi-rename-outline::before {
  content: "\F1C1A";
}

.mdi-reorder-horizontal::before {
  content: "\F0688";
}

.mdi-reorder-vertical::before {
  content: "\F0689";
}

.mdi-repeat::before {
  content: "\F0456";
}

.mdi-repeat-off::before {
  content: "\F0457";
}

.mdi-repeat-once::before {
  content: "\F0458";
}

.mdi-repeat-variant::before {
  content: "\F0547";
}

.mdi-replay::before {
  content: "\F0459";
}

.mdi-reply::before {
  content: "\F045A";
}

.mdi-reply-all::before {
  content: "\F045B";
}

.mdi-reply-all-outline::before {
  content: "\F0F1F";
}

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

.mdi-reply-outline::before {
  content: "\F0F20";
}

.mdi-reproduction::before {
  content: "\F045C";
}

.mdi-resistor::before {
  content: "\F0B44";
}

.mdi-resistor-nodes::before {
  content: "\F0B45";
}

.mdi-resize::before {
  content: "\F0A68";
}

.mdi-resize-bottom-right::before {
  content: "\F045D";
}

.mdi-responsive::before {
  content: "\F045E";
}

.mdi-restart::before {
  content: "\F0709";
}

.mdi-restart-alert::before {
  content: "\F110C";
}

.mdi-restart-off::before {
  content: "\F0D95";
}

.mdi-restore::before {
  content: "\F099B";
}

.mdi-restore-alert::before {
  content: "\F110D";
}

.mdi-rewind::before {
  content: "\F045F";
}

.mdi-rewind-10::before {
  content: "\F0D2A";
}

.mdi-rewind-15::before {
  content: "\F1946";
}

.mdi-rewind-30::before {
  content: "\F0D96";
}

.mdi-rewind-45::before {
  content: "\F1B13";
}

.mdi-rewind-5::before {
  content: "\F11F9";
}

.mdi-rewind-60::before {
  content: "\F160C";
}

.mdi-rewind-outline::before {
  content: "\F070A";
}

.mdi-rhombus::before {
  content: "\F070B";
}

.mdi-rhombus-medium::before {
  content: "\F0A10";
}

.mdi-rhombus-medium-outline::before {
  content: "\F14DC";
}

.mdi-rhombus-outline::before {
  content: "\F070C";
}

.mdi-rhombus-split::before {
  content: "\F0A11";
}

.mdi-rhombus-split-outline::before {
  content: "\F14DD";
}

.mdi-ribbon::before {
  content: "\F0460";
}

.mdi-rice::before {
  content: "\F07EA";
}

.mdi-rickshaw::before {
  content: "\F15BB";
}

.mdi-rickshaw-electric::before {
  content: "\F15BC";
}

.mdi-ring::before {
  content: "\F07EB";
}

.mdi-rivet::before {
  content: "\F0E60";
}

.mdi-road::before {
  content: "\F0461";
}

.mdi-road-variant::before {
  content: "\F0462";
}

.mdi-robber::before {
  content: "\F1058";
}

.mdi-robot::before {
  content: "\F06A9";
}

.mdi-robot-angry::before {
  content: "\F169D";
}

.mdi-robot-angry-outline::before {
  content: "\F169E";
}

.mdi-robot-confused::before {
  content: "\F169F";
}

.mdi-robot-confused-outline::before {
  content: "\F16A0";
}

.mdi-robot-dead::before {
  content: "\F16A1";
}

.mdi-robot-dead-outline::before {
  content: "\F16A2";
}

.mdi-robot-excited::before {
  content: "\F16A3";
}

.mdi-robot-excited-outline::before {
  content: "\F16A4";
}

.mdi-robot-happy::before {
  content: "\F1719";
}

.mdi-robot-happy-outline::before {
  content: "\F171A";
}

.mdi-robot-industrial::before {
  content: "\F0B46";
}

.mdi-robot-industrial-outline::before {
  content: "\F1A1A";
}

.mdi-robot-love::before {
  content: "\F16A5";
}

.mdi-robot-love-outline::before {
  content: "\F16A6";
}

.mdi-robot-mower::before {
  content: "\F11F7";
}

.mdi-robot-mower-outline::before {
  content: "\F11F3";
}

.mdi-robot-off::before {
  content: "\F16A7";
}

.mdi-robot-off-outline::before {
  content: "\F167B";
}

.mdi-robot-outline::before {
  content: "\F167A";
}

.mdi-robot-vacuum::before {
  content: "\F070D";
}

.mdi-robot-vacuum-alert::before {
  content: "\F1B5D";
}

.mdi-robot-vacuum-off::before {
  content: "\F1C01";
}

.mdi-robot-vacuum-variant::before {
  content: "\F0908";
}

.mdi-robot-vacuum-variant-alert::before {
  content: "\F1B5E";
}

.mdi-robot-vacuum-variant-off::before {
  content: "\F1C02";
}

.mdi-rocket::before {
  content: "\F0463";
}

.mdi-rocket-launch::before {
  content: "\F14DE";
}

.mdi-rocket-launch-outline::before {
  content: "\F14DF";
}

.mdi-rocket-outline::before {
  content: "\F13AF";
}

.mdi-rodent::before {
  content: "\F1327";
}

.mdi-roller-shade::before {
  content: "\F1A6B";
}

.mdi-roller-shade-closed::before {
  content: "\F1A6C";
}

.mdi-roller-skate::before {
  content: "\F0D2B";
}

.mdi-roller-skate-off::before {
  content: "\F0145";
}

.mdi-rollerblade::before {
  content: "\F0D2C";
}

.mdi-rollerblade-off::before {
  content: "\F002E";
}

.mdi-rollupjs::before {
  content: "\F0BC0";
}

.mdi-rolodex::before {
  content: "\F1AB9";
}

.mdi-rolodex-outline::before {
  content: "\F1ABA";
}

.mdi-roman-numeral-1::before {
  content: "\F1088";
}

.mdi-roman-numeral-10::before {
  content: "\F1091";
}

.mdi-roman-numeral-2::before {
  content: "\F1089";
}

.mdi-roman-numeral-3::before {
  content: "\F108A";
}

.mdi-roman-numeral-4::before {
  content: "\F108B";
}

.mdi-roman-numeral-5::before {
  content: "\F108C";
}

.mdi-roman-numeral-6::before {
  content: "\F108D";
}

.mdi-roman-numeral-7::before {
  content: "\F108E";
}

.mdi-roman-numeral-8::before {
  content: "\F108F";
}

.mdi-roman-numeral-9::before {
  content: "\F1090";
}

.mdi-room-service::before {
  content: "\F088D";
}

.mdi-room-service-outline::before {
  content: "\F0D97";
}

.mdi-rotate-360::before {
  content: "\F1999";
}

.mdi-rotate-3d::before {
  content: "\F0EC7";
}

.mdi-rotate-3d-variant::before {
  content: "\F0464";
}

.mdi-rotate-left::before {
  content: "\F0465";
}

.mdi-rotate-left-variant::before {
  content: "\F0466";
}

.mdi-rotate-orbit::before {
  content: "\F0D98";
}

.mdi-rotate-right::before {
  content: "\F0467";
}

.mdi-rotate-right-variant::before {
  content: "\F0468";
}

.mdi-rounded-corner::before {
  content: "\F0607";
}

.mdi-router::before {
  content: "\F11E2";
}

.mdi-router-network::before {
  content: "\F1087";
}

.mdi-router-wireless::before {
  content: "\F0469";
}

.mdi-router-wireless-off::before {
  content: "\F15A3";
}

.mdi-router-wireless-settings::before {
  content: "\F0A69";
}

.mdi-routes::before {
  content: "\F046A";
}

.mdi-routes-clock::before {
  content: "\F1059";
}

.mdi-rowing::before {
  content: "\F0608";
}

.mdi-rss::before {
  content: "\F046B";
}

.mdi-rss-box::before {
  content: "\F046C";
}

.mdi-rss-off::before {
  content: "\F0F21";
}

.mdi-rug::before {
  content: "\F1475";
}

.mdi-rugby::before {
  content: "\F0D99";
}

.mdi-ruler::before {
  content: "\F046D";
}

.mdi-ruler-square::before {
  content: "\F0CC2";
}

.mdi-ruler-square-compass::before {
  content: "\F0EBE";
}

.mdi-run::before {
  content: "\F070E";
}

.mdi-run-fast::before {
  content: "\F046E";
}

.mdi-rv-truck::before {
  content: "\F11D4";
}

.mdi-sack::before {
  content: "\F0D2E";
}

.mdi-sack-outline::before {
  content: "\F1C4C";
}

.mdi-sack-percent::before {
  content: "\F0D2F";
}

.mdi-safe::before {
  content: "\F0A6A";
}

.mdi-safe-square::before {
  content: "\F127C";
}

.mdi-safe-square-outline::before {
  content: "\F127D";
}

.mdi-safety-goggles::before {
  content: "\F0D30";
}

.mdi-sail-boat::before {
  content: "\F0EC8";
}

.mdi-sail-boat-sink::before {
  content: "\F1AEF";
}

.mdi-sale::before {
  content: "\F046F";
}

.mdi-sale-outline::before {
  content: "\F1A06";
}

.mdi-salesforce::before {
  content: "\F088E";
}

.mdi-sass::before {
  content: "\F07EC";
}

.mdi-satellite::before {
  content: "\F0470";
}

.mdi-satellite-uplink::before {
  content: "\F0909";
}

.mdi-satellite-variant::before {
  content: "\F0471";
}

.mdi-sausage::before {
  content: "\F08BA";
}

.mdi-sausage-off::before {
  content: "\F1789";
}

.mdi-saw-blade::before {
  content: "\F0E61";
}

.mdi-sawtooth-wave::before {
  content: "\F147A";
}

.mdi-saxophone::before {
  content: "\F0609";
}

.mdi-scale::before {
  content: "\F0472";
}

.mdi-scale-balance::before {
  content: "\F05D1";
}

.mdi-scale-bathroom::before {
  content: "\F0473";
}

.mdi-scale-off::before {
  content: "\F105A";
}

.mdi-scale-unbalanced::before {
  content: "\F19B8";
}

.mdi-scan-helper::before {
  content: "\F13D8";
}

.mdi-scanner::before {
  content: "\F06AB";
}

.mdi-scanner-off::before {
  content: "\F090A";
}

.mdi-scatter-plot::before {
  content: "\F0EC9";
}

.mdi-scatter-plot-outline::before {
  content: "\F0ECA";
}

.mdi-scent::before {
  content: "\F1958";
}

.mdi-scent-off::before {
  content: "\F1959";
}

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

.mdi-school-outline::before {
  content: "\F1180";
}

.mdi-scissors-cutting::before {
  content: "\F0A6B";
}

.mdi-scooter::before {
  content: "\F15BD";
}

.mdi-scooter-electric::before {
  content: "\F15BE";
}

.mdi-scoreboard::before {
  content: "\F127E";
}

.mdi-scoreboard-outline::before {
  content: "\F127F";
}

.mdi-screen-rotation::before {
  content: "\F0475";
}

.mdi-screen-rotation-lock::before {
  content: "\F0478";
}

.mdi-screw-flat-top::before {
  content: "\F0DF3";
}

.mdi-screw-lag::before {
  content: "\F0DF4";
}

.mdi-screw-machine-flat-top::before {
  content: "\F0DF5";
}

.mdi-screw-machine-round-top::before {
  content: "\F0DF6";
}

.mdi-screw-round-top::before {
  content: "\F0DF7";
}

.mdi-screwdriver::before {
  content: "\F0476";
}

.mdi-script::before {
  content: "\F0BC1";
}

.mdi-script-outline::before {
  content: "\F0477";
}

.mdi-script-text::before {
  content: "\F0BC2";
}

.mdi-script-text-key::before {
  content: "\F1725";
}

.mdi-script-text-key-outline::before {
  content: "\F1726";
}

.mdi-script-text-outline::before {
  content: "\F0BC3";
}

.mdi-script-text-play::before {
  content: "\F1727";
}

.mdi-script-text-play-outline::before {
  content: "\F1728";
}

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

.mdi-seal::before {
  content: "\F047A";
}

.mdi-seal-variant::before {
  content: "\F0FD9";
}

.mdi-search-web::before {
  content: "\F070F";
}

.mdi-seat::before {
  content: "\F0CC3";
}

.mdi-seat-flat::before {
  content: "\F047B";
}

.mdi-seat-flat-angled::before {
  content: "\F047C";
}

.mdi-seat-individual-suite::before {
  content: "\F047D";
}

.mdi-seat-legroom-extra::before {
  content: "\F047E";
}

.mdi-seat-legroom-normal::before {
  content: "\F047F";
}

.mdi-seat-legroom-reduced::before {
  content: "\F0480";
}

.mdi-seat-outline::before {
  content: "\F0CC4";
}

.mdi-seat-passenger::before {
  content: "\F1249";
}

.mdi-seat-recline-extra::before {
  content: "\F0481";
}

.mdi-seat-recline-normal::before {
  content: "\F0482";
}

.mdi-seatbelt::before {
  content: "\F0CC5";
}

.mdi-security::before {
  content: "\F0483";
}

.mdi-security-network::before {
  content: "\F0484";
}

.mdi-seed::before {
  content: "\F0E62";
}

.mdi-seed-off::before {
  content: "\F13FD";
}

.mdi-seed-off-outline::before {
  content: "\F13FE";
}

.mdi-seed-outline::before {
  content: "\F0E63";
}

.mdi-seed-plus::before {
  content: "\F1A6D";
}

.mdi-seed-plus-outline::before {
  content: "\F1A6E";
}

.mdi-seesaw::before {
  content: "\F15A4";
}

.mdi-segment::before {
  content: "\F0ECB";
}

.mdi-select::before {
  content: "\F0485";
}

.mdi-select-all::before {
  content: "\F0486";
}

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

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

.mdi-select-color::before {
  content: "\F0D31";
}

.mdi-select-compare::before {
  content: "\F0AD9";
}

.mdi-select-drag::before {
  content: "\F0A6C";
}

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

.mdi-select-inverse::before {
  content: "\F0487";
}

.mdi-select-marker::before {
  content: "\F1280";
}

.mdi-select-multiple::before {
  content: "\F1281";
}

.mdi-select-multiple-marker::before {
  content: "\F1282";
}

.mdi-select-off::before {
  content: "\F0488";
}

.mdi-select-place::before {
  content: "\F0FDA";
}

.mdi-select-remove::before {
  content: "\F17C1";
}

.mdi-select-search::before {
  content: "\F1204";
}

.mdi-selection::before {
  content: "\F0489";
}

.mdi-selection-drag::before {
  content: "\F0A6D";
}

.mdi-selection-ellipse::before {
  content: "\F0D32";
}

.mdi-selection-ellipse-arrow-inside::before {
  content: "\F0F22";
}

.mdi-selection-ellipse-remove::before {
  content: "\F17C2";
}

.mdi-selection-marker::before {
  content: "\F1283";
}

.mdi-selection-multiple::before {
  content: "\F1285";
}

.mdi-selection-multiple-marker::before {
  content: "\F1284";
}

.mdi-selection-off::before {
  content: "\F0777";
}

.mdi-selection-remove::before {
  content: "\F17C3";
}

.mdi-selection-search::before {
  content: "\F1205";
}

.mdi-semantic-web::before {
  content: "\F1316";
}

.mdi-send::before {
  content: "\F048A";
}

.mdi-send-check::before {
  content: "\F1161";
}

.mdi-send-check-outline::before {
  content: "\F1162";
}

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

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

.mdi-send-clock::before {
  content: "\F1163";
}

.mdi-send-clock-outline::before {
  content: "\F1164";
}

.mdi-send-lock::before {
  content: "\F07ED";
}

.mdi-send-lock-outline::before {
  content: "\F1166";
}

.mdi-send-outline::before {
  content: "\F1165";
}

.mdi-send-variant::before {
  content: "\F1C4D";
}

.mdi-send-variant-clock::before {
  content: "\F1C7E";
}

.mdi-send-variant-clock-outline::before {
  content: "\F1C7F";
}

.mdi-send-variant-outline::before {
  content: "\F1C4E";
}

.mdi-serial-port::before {
  content: "\F065C";
}

.mdi-server::before {
  content: "\F048B";
}

.mdi-server-minus::before {
  content: "\F048C";
}

.mdi-server-network::before {
  content: "\F048D";
}

.mdi-server-network-off::before {
  content: "\F048E";
}

.mdi-server-off::before {
  content: "\F048F";
}

.mdi-server-plus::before {
  content: "\F0490";
}

.mdi-server-remove::before {
  content: "\F0491";
}

.mdi-server-security::before {
  content: "\F0492";
}

.mdi-set-all::before {
  content: "\F0778";
}

.mdi-set-center::before {
  content: "\F0779";
}

.mdi-set-center-right::before {
  content: "\F077A";
}

.mdi-set-left::before {
  content: "\F077B";
}

.mdi-set-left-center::before {
  content: "\F077C";
}

.mdi-set-left-right::before {
  content: "\F077D";
}

.mdi-set-merge::before {
  content: "\F14E0";
}

.mdi-set-none::before {
  content: "\F077E";
}

.mdi-set-right::before {
  content: "\F077F";
}

.mdi-set-split::before {
  content: "\F14E1";
}

.mdi-set-square::before {
  content: "\F145D";
}

.mdi-set-top-box::before {
  content: "\F099F";
}

.mdi-settings-helper::before {
  content: "\F0A6E";
}

.mdi-shaker::before {
  content: "\F110E";
}

.mdi-shaker-outline::before {
  content: "\F110F";
}

.mdi-shape::before {
  content: "\F0831";
}

.mdi-shape-circle-plus::before {
  content: "\F065D";
}

.mdi-shape-outline::before {
  content: "\F0832";
}

.mdi-shape-oval-plus::before {
  content: "\F11FA";
}

.mdi-shape-plus::before {
  content: "\F0495";
}

.mdi-shape-plus-outline::before {
  content: "\F1C4F";
}

.mdi-shape-polygon-plus::before {
  content: "\F065E";
}

.mdi-shape-rectangle-plus::before {
  content: "\F065F";
}

.mdi-shape-square-plus::before {
  content: "\F0660";
}

.mdi-shape-square-rounded-plus::before {
  content: "\F14FA";
}

.mdi-share::before {
  content: "\F0496";
}

.mdi-share-all::before {
  content: "\F11F4";
}

.mdi-share-all-outline::before {
  content: "\F11F5";
}

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

.mdi-share-off::before {
  content: "\F0F23";
}

.mdi-share-off-outline::before {
  content: "\F0F24";
}

.mdi-share-outline::before {
  content: "\F0932";
}

.mdi-share-variant::before {
  content: "\F0497";
}

.mdi-share-variant-outline::before {
  content: "\F1514";
}

.mdi-shark::before {
  content: "\F18BA";
}

.mdi-shark-fin::before {
  content: "\F1673";
}

.mdi-shark-fin-outline::before {
  content: "\F1674";
}

.mdi-shark-off::before {
  content: "\F18BB";
}

.mdi-sheep::before {
  content: "\F0CC6";
}

.mdi-shield::before {
  content: "\F0498";
}

.mdi-shield-account::before {
  content: "\F088F";
}

.mdi-shield-account-outline::before {
  content: "\F0A12";
}

.mdi-shield-account-variant::before {
  content: "\F15A7";
}

.mdi-shield-account-variant-outline::before {
  content: "\F15A8";
}

.mdi-shield-airplane::before {
  content: "\F06BB";
}

.mdi-shield-airplane-outline::before {
  content: "\F0CC7";
}

.mdi-shield-alert::before {
  content: "\F0ECC";
}

.mdi-shield-alert-outline::before {
  content: "\F0ECD";
}

.mdi-shield-bug::before {
  content: "\F13DA";
}

.mdi-shield-bug-outline::before {
  content: "\F13DB";
}

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

.mdi-shield-check::before {
  content: "\F0565";
}

.mdi-shield-check-outline::before {
  content: "\F0CC8";
}

.mdi-shield-cross::before {
  content: "\F0CC9";
}

.mdi-shield-cross-outline::before {
  content: "\F0CCA";
}

.mdi-shield-crown::before {
  content: "\F18BC";
}

.mdi-shield-crown-outline::before {
  content: "\F18BD";
}

.mdi-shield-edit::before {
  content: "\F11A0";
}

.mdi-shield-edit-outline::before {
  content: "\F11A1";
}

.mdi-shield-half::before {
  content: "\F1360";
}

.mdi-shield-half-full::before {
  content: "\F0780";
}

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

.mdi-shield-home-outline::before {
  content: "\F0CCB";
}

.mdi-shield-key::before {
  content: "\F0BC4";
}

.mdi-shield-key-outline::before {
  content: "\F0BC5";
}

.mdi-shield-link-variant::before {
  content: "\F0D33";
}

.mdi-shield-link-variant-outline::before {
  content: "\F0D34";
}

.mdi-shield-lock::before {
  content: "\F099D";
}

.mdi-shield-lock-open::before {
  content: "\F199A";
}

.mdi-shield-lock-open-outline::before {
  content: "\F199B";
}

.mdi-shield-lock-outline::before {
  content: "\F0CCC";
}

.mdi-shield-moon::before {
  content: "\F1828";
}

.mdi-shield-moon-outline::before {
  content: "\F1829";
}

.mdi-shield-off::before {
  content: "\F099E";
}

.mdi-shield-off-outline::before {
  content: "\F099C";
}

.mdi-shield-outline::before {
  content: "\F0499";
}

.mdi-shield-plus::before {
  content: "\F0ADA";
}

.mdi-shield-plus-outline::before {
  content: "\F0ADB";
}

.mdi-shield-refresh::before {
  content: "\F00AA";
}

.mdi-shield-refresh-outline::before {
  content: "\F01E0";
}

.mdi-shield-remove::before {
  content: "\F0ADC";
}

.mdi-shield-remove-outline::before {
  content: "\F0ADD";
}

.mdi-shield-search::before {
  content: "\F0D9A";
}

.mdi-shield-star::before {
  content: "\F113B";
}

.mdi-shield-star-outline::before {
  content: "\F113C";
}

.mdi-shield-sun::before {
  content: "\F105D";
}

.mdi-shield-sun-outline::before {
  content: "\F105E";
}

.mdi-shield-sword::before {
  content: "\F18BE";
}

.mdi-shield-sword-outline::before {
  content: "\F18BF";
}

.mdi-shield-sync::before {
  content: "\F11A2";
}

.mdi-shield-sync-outline::before {
  content: "\F11A3";
}

.mdi-shimmer::before {
  content: "\F1545";
}

.mdi-ship-wheel::before {
  content: "\F0833";
}

.mdi-shipping-pallet::before {
  content: "\F184E";
}

.mdi-shoe-ballet::before {
  content: "\F15CA";
}

.mdi-shoe-cleat::before {
  content: "\F15C7";
}

.mdi-shoe-formal::before {
  content: "\F0B47";
}

.mdi-shoe-heel::before {
  content: "\F0B48";
}

.mdi-shoe-print::before {
  content: "\F0DFA";
}

.mdi-shoe-sneaker::before {
  content: "\F15C8";
}

.mdi-shopping::before {
  content: "\F049A";
}

.mdi-shopping-music::before {
  content: "\F049B";
}

.mdi-shopping-outline::before {
  content: "\F11D5";
}

.mdi-shopping-search::before {
  content: "\F0F84";
}

.mdi-shopping-search-outline::before {
  content: "\F1A6F";
}

.mdi-shore::before {
  content: "\F14F9";
}

.mdi-shovel::before {
  content: "\F0710";
}

.mdi-shovel-off::before {
  content: "\F0711";
}

.mdi-shower::before {
  content: "\F09A0";
}

.mdi-shower-head::before {
  content: "\F09A1";
}

.mdi-shredder::before {
  content: "\F049C";
}

.mdi-shuffle::before {
  content: "\F049D";
}

.mdi-shuffle-disabled::before {
  content: "\F049E";
}

.mdi-shuffle-variant::before {
  content: "\F049F";
}

.mdi-shuriken::before {
  content: "\F137F";
}

.mdi-sickle::before {
  content: "\F18C0";
}

.mdi-sigma::before {
  content: "\F04A0";
}

.mdi-sigma-lower::before {
  content: "\F062B";
}

.mdi-sign-caution::before {
  content: "\F04A1";
}

.mdi-sign-direction::before {
  content: "\F0781";
}

.mdi-sign-direction-minus::before {
  content: "\F1000";
}

.mdi-sign-direction-plus::before {
  content: "\F0FDC";
}

.mdi-sign-direction-remove::before {
  content: "\F0FDD";
}

.mdi-sign-language::before {
  content: "\F1B4D";
}

.mdi-sign-language-outline::before {
  content: "\F1B4E";
}

.mdi-sign-pole::before {
  content: "\F14F8";
}

.mdi-sign-real-estate::before {
  content: "\F1118";
}

.mdi-sign-text::before {
  content: "\F0782";
}

.mdi-sign-yield::before {
  content: "\F1BAF";
}

.mdi-signal::before {
  content: "\F04A2";
}

.mdi-signal-2g::before {
  content: "\F0712";
}

.mdi-signal-3g::before {
  content: "\F0713";
}

.mdi-signal-4g::before {
  content: "\F0714";
}

.mdi-signal-5g::before {
  content: "\F0A6F";
}

.mdi-signal-cellular-1::before {
  content: "\F08BC";
}

.mdi-signal-cellular-2::before {
  content: "\F08BD";
}

.mdi-signal-cellular-3::before {
  content: "\F08BE";
}

.mdi-signal-cellular-outline::before {
  content: "\F08BF";
}

.mdi-signal-distance-variant::before {
  content: "\F0E64";
}

.mdi-signal-hspa::before {
  content: "\F0715";
}

.mdi-signal-hspa-plus::before {
  content: "\F0716";
}

.mdi-signal-off::before {
  content: "\F0783";
}

.mdi-signal-variant::before {
  content: "\F060A";
}

.mdi-signature::before {
  content: "\F0DFB";
}

.mdi-signature-freehand::before {
  content: "\F0DFC";
}

.mdi-signature-image::before {
  content: "\F0DFD";
}

.mdi-signature-text::before {
  content: "\F0DFE";
}

.mdi-silo::before {
  content: "\F1B9F";
}

.mdi-silo-outline::before {
  content: "\F0B49";
}

.mdi-silverware::before {
  content: "\F04A3";
}

.mdi-silverware-clean::before {
  content: "\F0FDE";
}

.mdi-silverware-fork::before {
  content: "\F04A4";
}

.mdi-silverware-fork-knife::before {
  content: "\F0A70";
}

.mdi-silverware-spoon::before {
  content: "\F04A5";
}

.mdi-silverware-variant::before {
  content: "\F04A6";
}

.mdi-sim::before {
  content: "\F04A7";
}

.mdi-sim-alert::before {
  content: "\F04A8";
}

.mdi-sim-alert-outline::before {
  content: "\F15D3";
}

.mdi-sim-off::before {
  content: "\F04A9";
}

.mdi-sim-off-outline::before {
  content: "\F15D4";
}

.mdi-sim-outline::before {
  content: "\F15D5";
}

.mdi-simple-icons::before {
  content: "\F131D";
}

.mdi-sina-weibo::before {
  content: "\F0ADF";
}

.mdi-sine-wave::before {
  content: "\F095B";
}

.mdi-sitemap::before {
  content: "\F04AA";
}

.mdi-sitemap-outline::before {
  content: "\F199C";
}

.mdi-size-l::before {
  content: "\F13A6";
}

.mdi-size-m::before {
  content: "\F13A5";
}

.mdi-size-s::before {
  content: "\F13A4";
}

.mdi-size-xl::before {
  content: "\F13A7";
}

.mdi-size-xs::before {
  content: "\F13A3";
}

.mdi-size-xxl::before {
  content: "\F13A8";
}

.mdi-size-xxs::before {
  content: "\F13A2";
}

.mdi-size-xxxl::before {
  content: "\F13A9";
}

.mdi-skate::before {
  content: "\F0D35";
}

.mdi-skate-off::before {
  content: "\F0699";
}

.mdi-skateboard::before {
  content: "\F14C2";
}

.mdi-skateboarding::before {
  content: "\F0501";
}

.mdi-skew-less::before {
  content: "\F0D36";
}

.mdi-skew-more::before {
  content: "\F0D37";
}

.mdi-ski::before {
  content: "\F1304";
}

.mdi-ski-cross-country::before {
  content: "\F1305";
}

.mdi-ski-water::before {
  content: "\F1306";
}

.mdi-skip-backward::before {
  content: "\F04AB";
}

.mdi-skip-backward-outline::before {
  content: "\F0F25";
}

.mdi-skip-forward::before {
  content: "\F04AC";
}

.mdi-skip-forward-outline::before {
  content: "\F0F26";
}

.mdi-skip-next::before {
  content: "\F04AD";
}

.mdi-skip-next-circle::before {
  content: "\F0661";
}

.mdi-skip-next-circle-outline::before {
  content: "\F0662";
}

.mdi-skip-next-outline::before {
  content: "\F0F27";
}

.mdi-skip-previous::before {
  content: "\F04AE";
}

.mdi-skip-previous-circle::before {
  content: "\F0663";
}

.mdi-skip-previous-circle-outline::before {
  content: "\F0664";
}

.mdi-skip-previous-outline::before {
  content: "\F0F28";
}

.mdi-skull::before {
  content: "\F068C";
}

.mdi-skull-crossbones::before {
  content: "\F0BC6";
}

.mdi-skull-crossbones-outline::before {
  content: "\F0BC7";
}

.mdi-skull-outline::before {
  content: "\F0BC8";
}

.mdi-skull-scan::before {
  content: "\F14C7";
}

.mdi-skull-scan-outline::before {
  content: "\F14C8";
}

.mdi-skype::before {
  content: "\F04AF";
}

.mdi-skype-business::before {
  content: "\F04B0";
}

.mdi-slack::before {
  content: "\F04B1";
}

.mdi-slash-forward::before {
  content: "\F0FDF";
}

.mdi-slash-forward-box::before {
  content: "\F0FE0";
}

.mdi-sledding::before {
  content: "\F041B";
}

.mdi-sleep::before {
  content: "\F04B2";
}

.mdi-sleep-off::before {
  content: "\F04B3";
}

.mdi-slide::before {
  content: "\F15A5";
}

.mdi-slope-downhill::before {
  content: "\F0DFF";
}

.mdi-slope-uphill::before {
  content: "\F0E00";
}

.mdi-slot-machine::before {
  content: "\F1114";
}

.mdi-slot-machine-outline::before {
  content: "\F1115";
}

.mdi-smart-card::before {
  content: "\F10BD";
}

.mdi-smart-card-off::before {
  content: "\F18F7";
}

.mdi-smart-card-off-outline::before {
  content: "\F18F8";
}

.mdi-smart-card-outline::before {
  content: "\F10BE";
}

.mdi-smart-card-reader::before {
  content: "\F10BF";
}

.mdi-smart-card-reader-outline::before {
  content: "\F10C0";
}

.mdi-smog::before {
  content: "\F0A71";
}

.mdi-smoke::before {
  content: "\F1799";
}

.mdi-smoke-detector::before {
  content: "\F0392";
}

.mdi-smoke-detector-alert::before {
  content: "\F192E";
}

.mdi-smoke-detector-alert-outline::before {
  content: "\F192F";
}

.mdi-smoke-detector-off::before {
  content: "\F1809";
}

.mdi-smoke-detector-off-outline::before {
  content: "\F180A";
}

.mdi-smoke-detector-outline::before {
  content: "\F1808";
}

.mdi-smoke-detector-variant::before {
  content: "\F180B";
}

.mdi-smoke-detector-variant-alert::before {
  content: "\F1930";
}

.mdi-smoke-detector-variant-off::before {
  content: "\F180C";
}

.mdi-smoking::before {
  content: "\F04B4";
}

.mdi-smoking-off::before {
  content: "\F04B5";
}

.mdi-smoking-pipe::before {
  content: "\F140D";
}

.mdi-smoking-pipe-off::before {
  content: "\F1428";
}

.mdi-snail::before {
  content: "\F1677";
}

.mdi-snake::before {
  content: "\F150E";
}

.mdi-snapchat::before {
  content: "\F04B6";
}

.mdi-snowboard::before {
  content: "\F1307";
}

.mdi-snowflake::before {
  content: "\F0717";
}

.mdi-snowflake-alert::before {
  content: "\F0F29";
}

.mdi-snowflake-check::before {
  content: "\F1A70";
}

.mdi-snowflake-melt::before {
  content: "\F12CB";
}

.mdi-snowflake-off::before {
  content: "\F14E3";
}

.mdi-snowflake-thermometer::before {
  content: "\F1A71";
}

.mdi-snowflake-variant::before {
  content: "\F0F2A";
}

.mdi-snowman::before {
  content: "\F04B7";
}

.mdi-snowmobile::before {
  content: "\F06DD";
}

.mdi-snowshoeing::before {
  content: "\F1A72";
}

.mdi-soccer::before {
  content: "\F04B8";
}

.mdi-soccer-field::before {
  content: "\F0834";
}

.mdi-social-distance-2-meters::before {
  content: "\F1579";
}

.mdi-social-distance-6-feet::before {
  content: "\F157A";
}

.mdi-sofa::before {
  content: "\F04B9";
}

.mdi-sofa-outline::before {
  content: "\F156D";
}

.mdi-sofa-single::before {
  content: "\F156E";
}

.mdi-sofa-single-outline::before {
  content: "\F156F";
}

.mdi-solar-panel::before {
  content: "\F0D9B";
}

.mdi-solar-panel-large::before {
  content: "\F0D9C";
}

.mdi-solar-power::before {
  content: "\F0A72";
}

.mdi-solar-power-variant::before {
  content: "\F1A73";
}

.mdi-solar-power-variant-outline::before {
  content: "\F1A74";
}

.mdi-soldering-iron::before {
  content: "\F1092";
}

.mdi-solid::before {
  content: "\F068D";
}

.mdi-sony-playstation::before {
  content: "\F0414";
}

.mdi-sort::before {
  content: "\F04BA";
}

.mdi-sort-alphabetical-ascending::before {
  content: "\F05BD";
}

.mdi-sort-alphabetical-ascending-variant::before {
  content: "\F1148";
}

.mdi-sort-alphabetical-descending::before {
  content: "\F05BF";
}

.mdi-sort-alphabetical-descending-variant::before {
  content: "\F1149";
}

.mdi-sort-alphabetical-variant::before {
  content: "\F04BB";
}

.mdi-sort-ascending::before {
  content: "\F04BC";
}

.mdi-sort-bool-ascending::before {
  content: "\F1385";
}

.mdi-sort-bool-ascending-variant::before {
  content: "\F1386";
}

.mdi-sort-bool-descending::before {
  content: "\F1387";
}

.mdi-sort-bool-descending-variant::before {
  content: "\F1388";
}

.mdi-sort-calendar-ascending::before {
  content: "\F1547";
}

.mdi-sort-calendar-descending::before {
  content: "\F1548";
}

.mdi-sort-clock-ascending::before {
  content: "\F1549";
}

.mdi-sort-clock-ascending-outline::before {
  content: "\F154A";
}

.mdi-sort-clock-descending::before {
  content: "\F154B";
}

.mdi-sort-clock-descending-outline::before {
  content: "\F154C";
}

.mdi-sort-descending::before {
  content: "\F04BD";
}

.mdi-sort-numeric-ascending::before {
  content: "\F1389";
}

.mdi-sort-numeric-ascending-variant::before {
  content: "\F090D";
}

.mdi-sort-numeric-descending::before {
  content: "\F138A";
}

.mdi-sort-numeric-descending-variant::before {
  content: "\F0AD2";
}

.mdi-sort-numeric-variant::before {
  content: "\F04BE";
}

.mdi-sort-reverse-variant::before {
  content: "\F033C";
}

.mdi-sort-variant::before {
  content: "\F04BF";
}

.mdi-sort-variant-lock::before {
  content: "\F0CCD";
}

.mdi-sort-variant-lock-open::before {
  content: "\F0CCE";
}

.mdi-sort-variant-off::before {
  content: "\F1ABB";
}

.mdi-sort-variant-remove::before {
  content: "\F1147";
}

.mdi-soundbar::before {
  content: "\F17DB";
}

.mdi-soundcloud::before {
  content: "\F04C0";
}

.mdi-source-branch::before {
  content: "\F062C";
}

.mdi-source-branch-check::before {
  content: "\F14CF";
}

.mdi-source-branch-minus::before {
  content: "\F14CB";
}

.mdi-source-branch-plus::before {
  content: "\F14CA";
}

.mdi-source-branch-refresh::before {
  content: "\F14CD";
}

.mdi-source-branch-remove::before {
  content: "\F14CC";
}

.mdi-source-branch-sync::before {
  content: "\F14CE";
}

.mdi-source-commit::before {
  content: "\F0718";
}

.mdi-source-commit-end::before {
  content: "\F0719";
}

.mdi-source-commit-end-local::before {
  content: "\F071A";
}

.mdi-source-commit-local::before {
  content: "\F071B";
}

.mdi-source-commit-next-local::before {
  content: "\F071C";
}

.mdi-source-commit-start::before {
  content: "\F071D";
}

.mdi-source-commit-start-next-local::before {
  content: "\F071E";
}

.mdi-source-fork::before {
  content: "\F04C1";
}

.mdi-source-merge::before {
  content: "\F062D";
}

.mdi-source-pull::before {
  content: "\F04C2";
}

.mdi-source-repository::before {
  content: "\F0CCF";
}

.mdi-source-repository-multiple::before {
  content: "\F0CD0";
}

.mdi-soy-sauce::before {
  content: "\F07EE";
}

.mdi-soy-sauce-off::before {
  content: "\F13FC";
}

.mdi-spa::before {
  content: "\F0CD1";
}

.mdi-spa-outline::before {
  content: "\F0CD2";
}

.mdi-space-invaders::before {
  content: "\F0BC9";
}

.mdi-space-station::before {
  content: "\F1383";
}

.mdi-spade::before {
  content: "\F0E65";
}

.mdi-speaker::before {
  content: "\F04C3";
}

.mdi-speaker-bluetooth::before {
  content: "\F09A2";
}

.mdi-speaker-message::before {
  content: "\F1B11";
}

.mdi-speaker-multiple::before {
  content: "\F0D38";
}

.mdi-speaker-off::before {
  content: "\F04C4";
}

.mdi-speaker-pause::before {
  content: "\F1B73";
}

.mdi-speaker-play::before {
  content: "\F1B72";
}

.mdi-speaker-stop::before {
  content: "\F1B74";
}

.mdi-speaker-wireless::before {
  content: "\F071F";
}

.mdi-spear::before {
  content: "\F1845";
}

.mdi-speedometer::before {
  content: "\F04C5";
}

.mdi-speedometer-medium::before {
  content: "\F0F85";
}

.mdi-speedometer-slow::before {
  content: "\F0F86";
}

.mdi-spellcheck::before {
  content: "\F04C6";
}

.mdi-sphere::before {
  content: "\F1954";
}

.mdi-sphere-off::before {
  content: "\F1955";
}

.mdi-spider::before {
  content: "\F11EA";
}

.mdi-spider-outline::before {
  content: "\F1C75";
}

.mdi-spider-thread::before {
  content: "\F11EB";
}

.mdi-spider-web::before {
  content: "\F0BCA";
}

.mdi-spirit-level::before {
  content: "\F14F1";
}

.mdi-spoon-sugar::before {
  content: "\F1429";
}

.mdi-spotify::before {
  content: "\F04C7";
}

.mdi-spotlight::before {
  content: "\F04C8";
}

.mdi-spotlight-beam::before {
  content: "\F04C9";
}

.mdi-spray::before {
  content: "\F0665";
}

.mdi-spray-bottle::before {
  content: "\F0AE0";
}

.mdi-sprinkler::before {
  content: "\F105F";
}

.mdi-sprinkler-fire::before {
  content: "\F199D";
}

.mdi-sprinkler-variant::before {
  content: "\F1060";
}

.mdi-sprout::before {
  content: "\F0E66";
}

.mdi-sprout-outline::before {
  content: "\F0E67";
}

.mdi-square::before {
  content: "\F0764";
}

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

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

.mdi-square-edit-outline::before {
  content: "\F090C";
}

.mdi-square-medium::before {
  content: "\F0A13";
}

.mdi-square-medium-outline::before {
  content: "\F0A14";
}

.mdi-square-off::before {
  content: "\F12EE";
}

.mdi-square-off-outline::before {
  content: "\F12EF";
}

.mdi-square-opacity::before {
  content: "\F1854";
}

.mdi-square-outline::before {
  content: "\F0763";
}

.mdi-square-root::before {
  content: "\F0784";
}

.mdi-square-root-box::before {
  content: "\F09A3";
}

.mdi-square-rounded::before {
  content: "\F14FB";
}

.mdi-square-rounded-badge::before {
  content: "\F1A07";
}

.mdi-square-rounded-badge-outline::before {
  content: "\F1A08";
}

.mdi-square-rounded-outline::before {
  content: "\F14FC";
}

.mdi-square-small::before {
  content: "\F0A15";
}

.mdi-square-wave::before {
  content: "\F147B";
}

.mdi-squeegee::before {
  content: "\F0AE1";
}

.mdi-ssh::before {
  content: "\F08C0";
}

.mdi-stack-exchange::before {
  content: "\F060B";
}

.mdi-stack-overflow::before {
  content: "\F04CC";
}

.mdi-stackpath::before {
  content: "\F0359";
}

.mdi-stadium::before {
  content: "\F0FF9";
}

.mdi-stadium-outline::before {
  content: "\F1B03";
}

.mdi-stadium-variant::before {
  content: "\F0720";
}

.mdi-stairs::before {
  content: "\F04CD";
}

.mdi-stairs-box::before {
  content: "\F139E";
}

.mdi-stairs-down::before {
  content: "\F12BE";
}

.mdi-stairs-up::before {
  content: "\F12BD";
}

.mdi-stamper::before {
  content: "\F0D39";
}

.mdi-standard-definition::before {
  content: "\F07EF";
}

.mdi-star::before {
  content: "\F04CE";
}

.mdi-star-box::before {
  content: "\F0A73";
}

.mdi-star-box-multiple::before {
  content: "\F1286";
}

.mdi-star-box-multiple-outline::before {
  content: "\F1287";
}

.mdi-star-box-outline::before {
  content: "\F0A74";
}

.mdi-star-check::before {
  content: "\F1566";
}

.mdi-star-check-outline::before {
  content: "\F156A";
}

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

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

.mdi-star-cog::before {
  content: "\F1668";
}

.mdi-star-cog-outline::before {
  content: "\F1669";
}

.mdi-star-crescent::before {
  content: "\F0979";
}

.mdi-star-david::before {
  content: "\F097A";
}

.mdi-star-face::before {
  content: "\F09A5";
}

.mdi-star-four-points::before {
  content: "\F0AE2";
}

.mdi-star-four-points-box::before {
  content: "\F1C51";
}

.mdi-star-four-points-box-outline::before {
  content: "\F1C52";
}

.mdi-star-four-points-circle::before {
  content: "\F1C53";
}

.mdi-star-four-points-circle-outline::before {
  content: "\F1C54";
}

.mdi-star-four-points-outline::before {
  content: "\F0AE3";
}

.mdi-star-four-points-small::before {
  content: "\F1C55";
}

.mdi-star-half::before {
  content: "\F0246";
}

.mdi-star-half-full::before {
  content: "\F04D0";
}

.mdi-star-minus::before {
  content: "\F1564";
}

.mdi-star-minus-outline::before {
  content: "\F1568";
}

.mdi-star-off::before {
  content: "\F04D1";
}

.mdi-star-off-outline::before {
  content: "\F155B";
}

.mdi-star-outline::before {
  content: "\F04D2";
}

.mdi-star-plus::before {
  content: "\F1563";
}

.mdi-star-plus-outline::before {
  content: "\F1567";
}

.mdi-star-remove::before {
  content: "\F1565";
}

.mdi-star-remove-outline::before {
  content: "\F1569";
}

.mdi-star-settings::before {
  content: "\F166A";
}

.mdi-star-settings-outline::before {
  content: "\F166B";
}

.mdi-star-shooting::before {
  content: "\F1741";
}

.mdi-star-shooting-outline::before {
  content: "\F1742";
}

.mdi-star-three-points::before {
  content: "\F0AE4";
}

.mdi-star-three-points-outline::before {
  content: "\F0AE5";
}

.mdi-state-machine::before {
  content: "\F11EF";
}

.mdi-steam::before {
  content: "\F04D3";
}

.mdi-steering::before {
  content: "\F04D4";
}

.mdi-steering-off::before {
  content: "\F090E";
}

.mdi-step-backward::before {
  content: "\F04D5";
}

.mdi-step-backward-2::before {
  content: "\F04D6";
}

.mdi-step-forward::before {
  content: "\F04D7";
}

.mdi-step-forward-2::before {
  content: "\F04D8";
}

.mdi-stethoscope::before {
  content: "\F04D9";
}

.mdi-sticker::before {
  content: "\F1364";
}

.mdi-sticker-alert::before {
  content: "\F1365";
}

.mdi-sticker-alert-outline::before {
  content: "\F1366";
}

.mdi-sticker-check::before {
  content: "\F1367";
}

.mdi-sticker-check-outline::before {
  content: "\F1368";
}

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

.mdi-sticker-emoji::before {
  content: "\F0785";
}

.mdi-sticker-minus::before {
  content: "\F1369";
}

.mdi-sticker-minus-outline::before {
  content: "\F136A";
}

.mdi-sticker-outline::before {
  content: "\F136B";
}

.mdi-sticker-plus::before {
  content: "\F136C";
}

.mdi-sticker-plus-outline::before {
  content: "\F136D";
}

.mdi-sticker-remove::before {
  content: "\F136E";
}

.mdi-sticker-remove-outline::before {
  content: "\F136F";
}

.mdi-sticker-text::before {
  content: "\F178E";
}

.mdi-sticker-text-outline::before {
  content: "\F178F";
}

.mdi-stocking::before {
  content: "\F04DA";
}

.mdi-stomach::before {
  content: "\F1093";
}

.mdi-stool::before {
  content: "\F195D";
}

.mdi-stool-outline::before {
  content: "\F195E";
}

.mdi-stop::before {
  content: "\F04DB";
}

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

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

.mdi-storage-tank::before {
  content: "\F1A75";
}

.mdi-storage-tank-outline::before {
  content: "\F1A76";
}

.mdi-store::before {
  content: "\F04DC";
}

.mdi-store-24-hour::before {
  content: "\F04DD";
}

.mdi-store-alert::before {
  content: "\F18C1";
}

.mdi-store-alert-outline::before {
  content: "\F18C2";
}

.mdi-store-check::before {
  content: "\F18C3";
}

.mdi-store-check-outline::before {
  content: "\F18C4";
}

.mdi-store-clock::before {
  content: "\F18C5";
}

.mdi-store-clock-outline::before {
  content: "\F18C6";
}

.mdi-store-cog::before {
  content: "\F18C7";
}

.mdi-store-cog-outline::before {
  content: "\F18C8";
}

.mdi-store-edit::before {
  content: "\F18C9";
}

.mdi-store-edit-outline::before {
  content: "\F18CA";
}

.mdi-store-marker::before {
  content: "\F18CB";
}

.mdi-store-marker-outline::before {
  content: "\F18CC";
}

.mdi-store-minus::before {
  content: "\F165E";
}

.mdi-store-minus-outline::before {
  content: "\F18CD";
}

.mdi-store-off::before {
  content: "\F18CE";
}

.mdi-store-off-outline::before {
  content: "\F18CF";
}

.mdi-store-outline::before {
  content: "\F1361";
}

.mdi-store-plus::before {
  content: "\F165F";
}

.mdi-store-plus-outline::before {
  content: "\F18D0";
}

.mdi-store-remove::before {
  content: "\F1660";
}

.mdi-store-remove-outline::before {
  content: "\F18D1";
}

.mdi-store-search::before {
  content: "\F18D2";
}

.mdi-store-search-outline::before {
  content: "\F18D3";
}

.mdi-store-settings::before {
  content: "\F18D4";
}

.mdi-store-settings-outline::before {
  content: "\F18D5";
}

.mdi-storefront::before {
  content: "\F07C7";
}

.mdi-storefront-check::before {
  content: "\F1B7D";
}

.mdi-storefront-check-outline::before {
  content: "\F1B7E";
}

.mdi-storefront-edit::before {
  content: "\F1B7F";
}

.mdi-storefront-edit-outline::before {
  content: "\F1B80";
}

.mdi-storefront-minus::before {
  content: "\F1B83";
}

.mdi-storefront-minus-outline::before {
  content: "\F1B84";
}

.mdi-storefront-outline::before {
  content: "\F10C1";
}

.mdi-storefront-plus::before {
  content: "\F1B81";
}

.mdi-storefront-plus-outline::before {
  content: "\F1B82";
}

.mdi-storefront-remove::before {
  content: "\F1B85";
}

.mdi-storefront-remove-outline::before {
  content: "\F1B86";
}

.mdi-stove::before {
  content: "\F04DE";
}

.mdi-strategy::before {
  content: "\F11D6";
}

.mdi-stretch-to-page::before {
  content: "\F0F2B";
}

.mdi-stretch-to-page-outline::before {
  content: "\F0F2C";
}

.mdi-string-lights::before {
  content: "\F12BA";
}

.mdi-string-lights-off::before {
  content: "\F12BB";
}

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

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

.mdi-submarine::before {
  content: "\F156C";
}

.mdi-subtitles::before {
  content: "\F0A16";
}

.mdi-subtitles-outline::before {
  content: "\F0A17";
}

.mdi-subway::before {
  content: "\F06AC";
}

.mdi-subway-alert-variant::before {
  content: "\F0D9D";
}

.mdi-subway-variant::before {
  content: "\F04DF";
}

.mdi-summit::before {
  content: "\F0786";
}

.mdi-sun-angle::before {
  content: "\F1B27";
}

.mdi-sun-angle-outline::before {
  content: "\F1B28";
}

.mdi-sun-clock::before {
  content: "\F1A77";
}

.mdi-sun-clock-outline::before {
  content: "\F1A78";
}

.mdi-sun-compass::before {
  content: "\F19A5";
}

.mdi-sun-snowflake::before {
  content: "\F1796";
}

.mdi-sun-snowflake-variant::before {
  content: "\F1A79";
}

.mdi-sun-thermometer::before {
  content: "\F18D6";
}

.mdi-sun-thermometer-outline::before {
  content: "\F18D7";
}

.mdi-sun-wireless::before {
  content: "\F17FE";
}

.mdi-sun-wireless-outline::before {
  content: "\F17FF";
}

.mdi-sunglasses::before {
  content: "\F04E0";
}

.mdi-surfing::before {
  content: "\F1746";
}

.mdi-surround-sound::before {
  content: "\F05C5";
}

.mdi-surround-sound-2-0::before {
  content: "\F07F0";
}

.mdi-surround-sound-2-1::before {
  content: "\F1729";
}

.mdi-surround-sound-3-1::before {
  content: "\F07F1";
}

.mdi-surround-sound-5-1::before {
  content: "\F07F2";
}

.mdi-surround-sound-5-1-2::before {
  content: "\F172A";
}

.mdi-surround-sound-7-1::before {
  content: "\F07F3";
}

.mdi-svg::before {
  content: "\F0721";
}

.mdi-swap-horizontal::before {
  content: "\F04E1";
}

.mdi-swap-horizontal-bold::before {
  content: "\F0BCD";
}

.mdi-swap-horizontal-circle::before {
  content: "\F0FE1";
}

.mdi-swap-horizontal-circle-outline::before {
  content: "\F0FE2";
}

.mdi-swap-horizontal-variant::before {
  content: "\F08C1";
}

.mdi-swap-vertical::before {
  content: "\F04E2";
}

.mdi-swap-vertical-bold::before {
  content: "\F0BCE";
}

.mdi-swap-vertical-circle::before {
  content: "\F0FE3";
}

.mdi-swap-vertical-circle-outline::before {
  content: "\F0FE4";
}

.mdi-swap-vertical-variant::before {
  content: "\F08C2";
}

.mdi-swim::before {
  content: "\F04E3";
}

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

.mdi-sword::before {
  content: "\F04E5";
}

.mdi-sword-cross::before {
  content: "\F0787";
}

.mdi-syllabary-hangul::before {
  content: "\F1333";
}

.mdi-syllabary-hiragana::before {
  content: "\F1334";
}

.mdi-syllabary-katakana::before {
  content: "\F1335";
}

.mdi-syllabary-katakana-halfwidth::before {
  content: "\F1336";
}

.mdi-symbol::before {
  content: "\F1501";
}

.mdi-symfony::before {
  content: "\F0AE6";
}

.mdi-synagogue::before {
  content: "\F1B04";
}

.mdi-synagogue-outline::before {
  content: "\F1B05";
}

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

.mdi-sync-alert::before {
  content: "\F04E7";
}

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

.mdi-sync-off::before {
  content: "\F04E8";
}

.mdi-tab::before {
  content: "\F04E9";
}

.mdi-tab-minus::before {
  content: "\F0B4B";
}

.mdi-tab-plus::before {
  content: "\F075C";
}

.mdi-tab-remove::before {
  content: "\F0B4C";
}

.mdi-tab-search::before {
  content: "\F199E";
}

.mdi-tab-unselected::before {
  content: "\F04EA";
}

.mdi-table::before {
  content: "\F04EB";
}

.mdi-table-account::before {
  content: "\F13B9";
}

.mdi-table-alert::before {
  content: "\F13BA";
}

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

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

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

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

.mdi-table-border::before {
  content: "\F0A18";
}

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

.mdi-table-chair::before {
  content: "\F1061";
}

.mdi-table-check::before {
  content: "\F13C0";
}

.mdi-table-clock::before {
  content: "\F13C1";
}

.mdi-table-cog::before {
  content: "\F13C2";
}

.mdi-table-column::before {
  content: "\F0835";
}

.mdi-table-column-plus-after::before {
  content: "\F04EC";
}

.mdi-table-column-plus-before::before {
  content: "\F04ED";
}

.mdi-table-column-remove::before {
  content: "\F04EE";
}

.mdi-table-column-width::before {
  content: "\F04EF";
}

.mdi-table-edit::before {
  content: "\F04F0";
}

.mdi-table-eye::before {
  content: "\F1094";
}

.mdi-table-eye-off::before {
  content: "\F13C3";
}

.mdi-table-filter::before {
  content: "\F1B8C";
}

.mdi-table-furniture::before {
  content: "\F05BC";
}

.mdi-table-headers-eye::before {
  content: "\F121D";
}

.mdi-table-headers-eye-off::before {
  content: "\F121E";
}

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

.mdi-table-key::before {
  content: "\F13C5";
}

.mdi-table-large::before {
  content: "\F04F1";
}

.mdi-table-large-plus::before {
  content: "\F0F87";
}

.mdi-table-large-remove::before {
  content: "\F0F88";
}

.mdi-table-lock::before {
  content: "\F13C6";
}

.mdi-table-merge-cells::before {
  content: "\F09A6";
}

.mdi-table-minus::before {
  content: "\F13C7";
}

.mdi-table-multiple::before {
  content: "\F13C8";
}

.mdi-table-network::before {
  content: "\F13C9";
}

.mdi-table-of-contents::before {
  content: "\F0836";
}

.mdi-table-off::before {
  content: "\F13CA";
}

.mdi-table-picnic::before {
  content: "\F1743";
}

.mdi-table-pivot::before {
  content: "\F183C";
}

.mdi-table-plus::before {
  content: "\F0A75";
}

.mdi-table-question::before {
  content: "\F1B21";
}

.mdi-table-refresh::before {
  content: "\F13A0";
}

.mdi-table-remove::before {
  content: "\F0A76";
}

.mdi-table-row::before {
  content: "\F0837";
}

.mdi-table-row-height::before {
  content: "\F04F2";
}

.mdi-table-row-plus-after::before {
  content: "\F04F3";
}

.mdi-table-row-plus-before::before {
  content: "\F04F4";
}

.mdi-table-row-remove::before {
  content: "\F04F5";
}

.mdi-table-search::before {
  content: "\F090F";
}

.mdi-table-settings::before {
  content: "\F0838";
}

.mdi-table-split-cell::before {
  content: "\F142A";
}

.mdi-table-star::before {
  content: "\F13CB";
}

.mdi-table-sync::before {
  content: "\F13A1";
}

.mdi-table-tennis::before {
  content: "\F0E68";
}

.mdi-tablet::before {
  content: "\F04F6";
}

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

.mdi-tablet-dashboard::before {
  content: "\F0ECE";
}

.mdi-taco::before {
  content: "\F0762";
}

.mdi-tag::before {
  content: "\F04F9";
}

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

.mdi-tag-arrow-down-outline::before {
  content: "\F172C";
}

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

.mdi-tag-arrow-left-outline::before {
  content: "\F172E";
}

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

.mdi-tag-arrow-right-outline::before {
  content: "\F1730";
}

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

.mdi-tag-arrow-up-outline::before {
  content: "\F1732";
}

.mdi-tag-check::before {
  content: "\F1A7A";
}

.mdi-tag-check-outline::before {
  content: "\F1A7B";
}

.mdi-tag-faces::before {
  content: "\F04FA";
}

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

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

.mdi-tag-hidden::before {
  content: "\F1C76";
}

.mdi-tag-minus::before {
  content: "\F0910";
}

.mdi-tag-minus-outline::before {
  content: "\F121F";
}

.mdi-tag-multiple::before {
  content: "\F04FB";
}

.mdi-tag-multiple-outline::before {
  content: "\F12F7";
}

.mdi-tag-off::before {
  content: "\F1220";
}

.mdi-tag-off-outline::before {
  content: "\F1221";
}

.mdi-tag-outline::before {
  content: "\F04FC";
}

.mdi-tag-plus::before {
  content: "\F0722";
}

.mdi-tag-plus-outline::before {
  content: "\F1222";
}

.mdi-tag-remove::before {
  content: "\F0723";
}

.mdi-tag-remove-outline::before {
  content: "\F1223";
}

.mdi-tag-search::before {
  content: "\F1907";
}

.mdi-tag-search-outline::before {
  content: "\F1908";
}

.mdi-tag-text::before {
  content: "\F1224";
}

.mdi-tag-text-outline::before {
  content: "\F04FD";
}

.mdi-tailwind::before {
  content: "\F13FF";
}

.mdi-tally-mark-1::before {
  content: "\F1ABC";
}

.mdi-tally-mark-2::before {
  content: "\F1ABD";
}

.mdi-tally-mark-3::before {
  content: "\F1ABE";
}

.mdi-tally-mark-4::before {
  content: "\F1ABF";
}

.mdi-tally-mark-5::before {
  content: "\F1AC0";
}

.mdi-tangram::before {
  content: "\F04F8";
}

.mdi-tank::before {
  content: "\F0D3A";
}

.mdi-tanker-truck::before {
  content: "\F0FE5";
}

.mdi-tape-drive::before {
  content: "\F16DF";
}

.mdi-tape-measure::before {
  content: "\F0B4D";
}

.mdi-target::before {
  content: "\F04FE";
}

.mdi-target-account::before {
  content: "\F0BD0";
}

.mdi-target-variant::before {
  content: "\F0A77";
}

.mdi-taxi::before {
  content: "\F04FF";
}

.mdi-tea::before {
  content: "\F0D9E";
}

.mdi-tea-outline::before {
  content: "\F0D9F";
}

.mdi-teamviewer::before {
  content: "\F0500";
}

.mdi-teddy-bear::before {
  content: "\F18FB";
}

.mdi-telescope::before {
  content: "\F0B4E";
}

.mdi-television::before {
  content: "\F0502";
}

.mdi-television-ambient-light::before {
  content: "\F1356";
}

.mdi-television-box::before {
  content: "\F0839";
}

.mdi-television-classic::before {
  content: "\F07F4";
}

.mdi-television-classic-off::before {
  content: "\F083A";
}

.mdi-television-guide::before {
  content: "\F0503";
}

.mdi-television-off::before {
  content: "\F083B";
}

.mdi-television-pause::before {
  content: "\F0F89";
}

.mdi-television-play::before {
  content: "\F0ECF";
}

.mdi-television-shimmer::before {
  content: "\F1110";
}

.mdi-television-speaker::before {
  content: "\F1B1B";
}

.mdi-television-speaker-off::before {
  content: "\F1B1C";
}

.mdi-television-stop::before {
  content: "\F0F8A";
}

.mdi-temperature-celsius::before {
  content: "\F0504";
}

.mdi-temperature-fahrenheit::before {
  content: "\F0505";
}

.mdi-temperature-kelvin::before {
  content: "\F0506";
}

.mdi-temple-buddhist::before {
  content: "\F1B06";
}

.mdi-temple-buddhist-outline::before {
  content: "\F1B07";
}

.mdi-temple-hindu::before {
  content: "\F1B08";
}

.mdi-temple-hindu-outline::before {
  content: "\F1B09";
}

.mdi-tennis::before {
  content: "\F0DA0";
}

.mdi-tennis-ball::before {
  content: "\F0507";
}

.mdi-tennis-ball-outline::before {
  content: "\F1C5F";
}

.mdi-tent::before {
  content: "\F0508";
}

.mdi-terraform::before {
  content: "\F1062";
}

.mdi-terrain::before {
  content: "\F0509";
}

.mdi-test-tube::before {
  content: "\F0668";
}

.mdi-test-tube-empty::before {
  content: "\F0911";
}

.mdi-test-tube-off::before {
  content: "\F0912";
}

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

.mdi-text-account::before {
  content: "\F1570";
}

.mdi-text-box::before {
  content: "\F021A";
}

.mdi-text-box-check::before {
  content: "\F0EA6";
}

.mdi-text-box-check-outline::before {
  content: "\F0EA7";
}

.mdi-text-box-edit::before {
  content: "\F1A7C";
}

.mdi-text-box-edit-outline::before {
  content: "\F1A7D";
}

.mdi-text-box-minus::before {
  content: "\F0EA8";
}

.mdi-text-box-minus-outline::before {
  content: "\F0EA9";
}

.mdi-text-box-multiple::before {
  content: "\F0AB7";
}

.mdi-text-box-multiple-outline::before {
  content: "\F0AB8";
}

.mdi-text-box-outline::before {
  content: "\F09ED";
}

.mdi-text-box-plus::before {
  content: "\F0EAA";
}

.mdi-text-box-plus-outline::before {
  content: "\F0EAB";
}

.mdi-text-box-remove::before {
  content: "\F0EAC";
}

.mdi-text-box-remove-outline::before {
  content: "\F0EAD";
}

.mdi-text-box-search::before {
  content: "\F0EAE";
}

.mdi-text-box-search-outline::before {
  content: "\F0EAF";
}

.mdi-text-long::before {
  content: "\F09AA";
}

.mdi-text-recognition::before {
  content: "\F113D";
}

.mdi-text-search::before {
  content: "\F13B8";
}

.mdi-text-search-variant::before {
  content: "\F1A7E";
}

.mdi-text-shadow::before {
  content: "\F0669";
}

.mdi-text-short::before {
  content: "\F09A9";
}

.mdi-texture::before {
  content: "\F050C";
}

.mdi-texture-box::before {
  content: "\F0FE6";
}

.mdi-theater::before {
  content: "\F050D";
}

.mdi-theme-light-dark::before {
  content: "\F050E";
}

.mdi-thermometer::before {
  content: "\F050F";
}

.mdi-thermometer-alert::before {
  content: "\F0E01";
}

.mdi-thermometer-auto::before {
  content: "\F1B0F";
}

.mdi-thermometer-bluetooth::before {
  content: "\F1895";
}

.mdi-thermometer-check::before {
  content: "\F1A7F";
}

.mdi-thermometer-chevron-down::before {
  content: "\F0E02";
}

.mdi-thermometer-chevron-up::before {
  content: "\F0E03";
}

.mdi-thermometer-high::before {
  content: "\F10C2";
}

.mdi-thermometer-lines::before {
  content: "\F0510";
}

.mdi-thermometer-low::before {
  content: "\F10C3";
}

.mdi-thermometer-minus::before {
  content: "\F0E04";
}

.mdi-thermometer-off::before {
  content: "\F1531";
}

.mdi-thermometer-plus::before {
  content: "\F0E05";
}

.mdi-thermometer-probe::before {
  content: "\F1B2B";
}

.mdi-thermometer-probe-off::before {
  content: "\F1B2C";
}

.mdi-thermometer-water::before {
  content: "\F1A80";
}

.mdi-thermostat::before {
  content: "\F0393";
}

.mdi-thermostat-auto::before {
  content: "\F1B17";
}

.mdi-thermostat-box::before {
  content: "\F0891";
}

.mdi-thermostat-box-auto::before {
  content: "\F1B18";
}

.mdi-thermostat-cog::before {
  content: "\F1C80";
}

.mdi-thought-bubble::before {
  content: "\F07F6";
}

.mdi-thought-bubble-outline::before {
  content: "\F07F7";
}

.mdi-thumb-down::before {
  content: "\F0511";
}

.mdi-thumb-down-outline::before {
  content: "\F0512";
}

.mdi-thumb-up::before {
  content: "\F0513";
}

.mdi-thumb-up-outline::before {
  content: "\F0514";
}

.mdi-thumbs-up-down::before {
  content: "\F0515";
}

.mdi-thumbs-up-down-outline::before {
  content: "\F1914";
}

.mdi-ticket::before {
  content: "\F0516";
}

.mdi-ticket-account::before {
  content: "\F0517";
}

.mdi-ticket-confirmation::before {
  content: "\F0518";
}

.mdi-ticket-confirmation-outline::before {
  content: "\F13AA";
}

.mdi-ticket-outline::before {
  content: "\F0913";
}

.mdi-ticket-percent::before {
  content: "\F0724";
}

.mdi-ticket-percent-outline::before {
  content: "\F142B";
}

.mdi-tie::before {
  content: "\F0519";
}

.mdi-tilde::before {
  content: "\F0725";
}

.mdi-tilde-off::before {
  content: "\F18F3";
}

.mdi-timelapse::before {
  content: "\F051A";
}

.mdi-timeline::before {
  content: "\F0BD1";
}

.mdi-timeline-alert::before {
  content: "\F0F95";
}

.mdi-timeline-alert-outline::before {
  content: "\F0F98";
}

.mdi-timeline-check::before {
  content: "\F1532";
}

.mdi-timeline-check-outline::before {
  content: "\F1533";
}

.mdi-timeline-clock::before {
  content: "\F11FB";
}

.mdi-timeline-clock-outline::before {
  content: "\F11FC";
}

.mdi-timeline-minus::before {
  content: "\F1534";
}

.mdi-timeline-minus-outline::before {
  content: "\F1535";
}

.mdi-timeline-outline::before {
  content: "\F0BD2";
}

.mdi-timeline-plus::before {
  content: "\F0F96";
}

.mdi-timeline-plus-outline::before {
  content: "\F0F97";
}

.mdi-timeline-question::before {
  content: "\F0F99";
}

.mdi-timeline-question-outline::before {
  content: "\F0F9A";
}

.mdi-timeline-remove::before {
  content: "\F1536";
}

.mdi-timeline-remove-outline::before {
  content: "\F1537";
}

.mdi-timeline-text::before {
  content: "\F0BD3";
}

.mdi-timeline-text-outline::before {
  content: "\F0BD4";
}

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

.mdi-timer-10::before {
  content: "\F051C";
}

.mdi-timer-3::before {
  content: "\F051D";
}

.mdi-timer-alert::before {
  content: "\F1ACC";
}

.mdi-timer-alert-outline::before {
  content: "\F1ACD";
}

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

.mdi-timer-cancel-outline::before {
  content: "\F1ACF";
}

.mdi-timer-check::before {
  content: "\F1AD0";
}

.mdi-timer-check-outline::before {
  content: "\F1AD1";
}

.mdi-timer-cog::before {
  content: "\F1925";
}

.mdi-timer-cog-outline::before {
  content: "\F1926";
}

.mdi-timer-edit::before {
  content: "\F1AD2";
}

.mdi-timer-edit-outline::before {
  content: "\F1AD3";
}

.mdi-timer-lock::before {
  content: "\F1AD4";
}

.mdi-timer-lock-open::before {
  content: "\F1AD5";
}

.mdi-timer-lock-open-outline::before {
  content: "\F1AD6";
}

.mdi-timer-lock-outline::before {
  content: "\F1AD7";
}

.mdi-timer-marker::before {
  content: "\F1AD8";
}

.mdi-timer-marker-outline::before {
  content: "\F1AD9";
}

.mdi-timer-minus::before {
  content: "\F1ADA";
}

.mdi-timer-minus-outline::before {
  content: "\F1ADB";
}

.mdi-timer-music::before {
  content: "\F1ADC";
}

.mdi-timer-music-outline::before {
  content: "\F1ADD";
}

.mdi-timer-off::before {
  content: "\F13AC";
}

.mdi-timer-off-outline::before {
  content: "\F051E";
}

.mdi-timer-outline::before {
  content: "\F051B";
}

.mdi-timer-pause::before {
  content: "\F1ADE";
}

.mdi-timer-pause-outline::before {
  content: "\F1ADF";
}

.mdi-timer-play::before {
  content: "\F1AE0";
}

.mdi-timer-play-outline::before {
  content: "\F1AE1";
}

.mdi-timer-plus::before {
  content: "\F1AE2";
}

.mdi-timer-plus-outline::before {
  content: "\F1AE3";
}

.mdi-timer-refresh::before {
  content: "\F1AE4";
}

.mdi-timer-refresh-outline::before {
  content: "\F1AE5";
}

.mdi-timer-remove::before {
  content: "\F1AE6";
}

.mdi-timer-remove-outline::before {
  content: "\F1AE7";
}

.mdi-timer-sand::before {
  content: "\F051F";
}

.mdi-timer-sand-complete::before {
  content: "\F199F";
}

.mdi-timer-sand-empty::before {
  content: "\F06AD";
}

.mdi-timer-sand-full::before {
  content: "\F078C";
}

.mdi-timer-sand-paused::before {
  content: "\F19A0";
}

.mdi-timer-settings::before {
  content: "\F1923";
}

.mdi-timer-settings-outline::before {
  content: "\F1924";
}

.mdi-timer-star::before {
  content: "\F1AE8";
}

.mdi-timer-star-outline::before {
  content: "\F1AE9";
}

.mdi-timer-stop::before {
  content: "\F1AEA";
}

.mdi-timer-stop-outline::before {
  content: "\F1AEB";
}

.mdi-timer-sync::before {
  content: "\F1AEC";
}

.mdi-timer-sync-outline::before {
  content: "\F1AED";
}

.mdi-timetable::before {
  content: "\F0520";
}

.mdi-tire::before {
  content: "\F1896";
}

.mdi-toaster::before {
  content: "\F1063";
}

.mdi-toaster-off::before {
  content: "\F11B7";
}

.mdi-toaster-oven::before {
  content: "\F0CD3";
}

.mdi-toggle-switch::before {
  content: "\F0521";
}

.mdi-toggle-switch-off::before {
  content: "\F0522";
}

.mdi-toggle-switch-off-outline::before {
  content: "\F0A19";
}

.mdi-toggle-switch-outline::before {
  content: "\F0A1A";
}

.mdi-toggle-switch-variant::before {
  content: "\F1A25";
}

.mdi-toggle-switch-variant-off::before {
  content: "\F1A26";
}

.mdi-toilet::before {
  content: "\F09AB";
}

.mdi-toolbox::before {
  content: "\F09AC";
}

.mdi-toolbox-outline::before {
  content: "\F09AD";
}

.mdi-tools::before {
  content: "\F1064";
}

.mdi-tooltip::before {
  content: "\F0523";
}

.mdi-tooltip-account::before {
  content: "\F000C";
}

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

.mdi-tooltip-check::before {
  content: "\F155C";
}

.mdi-tooltip-check-outline::before {
  content: "\F155D";
}

.mdi-tooltip-edit::before {
  content: "\F0524";
}

.mdi-tooltip-edit-outline::before {
  content: "\F12C5";
}

.mdi-tooltip-image::before {
  content: "\F0525";
}

.mdi-tooltip-image-outline::before {
  content: "\F0BD5";
}

.mdi-tooltip-minus::before {
  content: "\F155E";
}

.mdi-tooltip-minus-outline::before {
  content: "\F155F";
}

.mdi-tooltip-outline::before {
  content: "\F0526";
}

.mdi-tooltip-plus::before {
  content: "\F0BD6";
}

.mdi-tooltip-plus-outline::before {
  content: "\F0527";
}

.mdi-tooltip-question::before {
  content: "\F1BBA";
}

.mdi-tooltip-question-outline::before {
  content: "\F1BBB";
}

.mdi-tooltip-remove::before {
  content: "\F1560";
}

.mdi-tooltip-remove-outline::before {
  content: "\F1561";
}

.mdi-tooltip-text::before {
  content: "\F0528";
}

.mdi-tooltip-text-outline::before {
  content: "\F0BD7";
}

.mdi-tooth::before {
  content: "\F08C3";
}

.mdi-tooth-outline::before {
  content: "\F0529";
}

.mdi-toothbrush::before {
  content: "\F1129";
}

.mdi-toothbrush-electric::before {
  content: "\F112C";
}

.mdi-toothbrush-paste::before {
  content: "\F112A";
}

.mdi-torch::before {
  content: "\F1606";
}

.mdi-tortoise::before {
  content: "\F0D3B";
}

.mdi-toslink::before {
  content: "\F12B8";
}

.mdi-touch-text-outline::before {
  content: "\F1C60";
}

.mdi-tournament::before {
  content: "\F09AE";
}

.mdi-tow-truck::before {
  content: "\F083C";
}

.mdi-tower-beach::before {
  content: "\F0681";
}

.mdi-tower-fire::before {
  content: "\F0682";
}

.mdi-town-hall::before {
  content: "\F1875";
}

.mdi-toy-brick::before {
  content: "\F1288";
}

.mdi-toy-brick-marker::before {
  content: "\F1289";
}

.mdi-toy-brick-marker-outline::before {
  content: "\F128A";
}

.mdi-toy-brick-minus::before {
  content: "\F128B";
}

.mdi-toy-brick-minus-outline::before {
  content: "\F128C";
}

.mdi-toy-brick-outline::before {
  content: "\F128D";
}

.mdi-toy-brick-plus::before {
  content: "\F128E";
}

.mdi-toy-brick-plus-outline::before {
  content: "\F128F";
}

.mdi-toy-brick-remove::before {
  content: "\F1290";
}

.mdi-toy-brick-remove-outline::before {
  content: "\F1291";
}

.mdi-toy-brick-search::before {
  content: "\F1292";
}

.mdi-toy-brick-search-outline::before {
  content: "\F1293";
}

.mdi-track-light::before {
  content: "\F0914";
}

.mdi-track-light-off::before {
  content: "\F1B01";
}

.mdi-trackpad::before {
  content: "\F07F8";
}

.mdi-trackpad-lock::before {
  content: "\F0933";
}

.mdi-tractor::before {
  content: "\F0892";
}

.mdi-tractor-variant::before {
  content: "\F14C4";
}

.mdi-trademark::before {
  content: "\F0A78";
}

.mdi-traffic-cone::before {
  content: "\F137C";
}

.mdi-traffic-light::before {
  content: "\F052B";
}

.mdi-traffic-light-outline::before {
  content: "\F182A";
}

.mdi-train::before {
  content: "\F052C";
}

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

.mdi-train-car-autorack::before {
  content: "\F1B2D";
}

.mdi-train-car-box::before {
  content: "\F1B2E";
}

.mdi-train-car-box-full::before {
  content: "\F1B2F";
}

.mdi-train-car-box-open::before {
  content: "\F1B30";
}

.mdi-train-car-caboose::before {
  content: "\F1B31";
}

.mdi-train-car-centerbeam::before {
  content: "\F1B32";
}

.mdi-train-car-centerbeam-full::before {
  content: "\F1B33";
}

.mdi-train-car-container::before {
  content: "\F1B34";
}

.mdi-train-car-flatbed::before {
  content: "\F1B35";
}

.mdi-train-car-flatbed-car::before {
  content: "\F1B36";
}

.mdi-train-car-flatbed-tank::before {
  content: "\F1B37";
}

.mdi-train-car-gondola::before {
  content: "\F1B38";
}

.mdi-train-car-gondola-full::before {
  content: "\F1B39";
}

.mdi-train-car-hopper::before {
  content: "\F1B3A";
}

.mdi-train-car-hopper-covered::before {
  content: "\F1B3B";
}

.mdi-train-car-hopper-full::before {
  content: "\F1B3C";
}

.mdi-train-car-intermodal::before {
  content: "\F1B3D";
}

.mdi-train-car-passenger::before {
  content: "\F1733";
}

.mdi-train-car-passenger-door::before {
  content: "\F1734";
}

.mdi-train-car-passenger-door-open::before {
  content: "\F1735";
}

.mdi-train-car-passenger-variant::before {
  content: "\F1736";
}

.mdi-train-car-tank::before {
  content: "\F1B3E";
}

.mdi-train-variant::before {
  content: "\F08C4";
}

.mdi-tram::before {
  content: "\F052D";
}

.mdi-tram-side::before {
  content: "\F0FE7";
}

.mdi-transcribe::before {
  content: "\F052E";
}

.mdi-transcribe-close::before {
  content: "\F052F";
}

.mdi-transfer::before {
  content: "\F1065";
}

.mdi-transfer-down::before {
  content: "\F0DA1";
}

.mdi-transfer-left::before {
  content: "\F0DA2";
}

.mdi-transfer-right::before {
  content: "\F0530";
}

.mdi-transfer-up::before {
  content: "\F0DA3";
}

.mdi-transit-connection::before {
  content: "\F0D3C";
}

.mdi-transit-connection-horizontal::before {
  content: "\F1546";
}

.mdi-transit-connection-variant::before {
  content: "\F0D3D";
}

.mdi-transit-detour::before {
  content: "\F0F8B";
}

.mdi-transit-skip::before {
  content: "\F1515";
}

.mdi-transit-transfer::before {
  content: "\F06AE";
}

.mdi-transition::before {
  content: "\F0915";
}

.mdi-transition-masked::before {
  content: "\F0916";
}

.mdi-translate::before {
  content: "\F05CA";
}

.mdi-translate-off::before {
  content: "\F0E06";
}

.mdi-translate-variant::before {
  content: "\F1B99";
}

.mdi-transmission-tower::before {
  content: "\F0D3E";
}

.mdi-transmission-tower-export::before {
  content: "\F192C";
}

.mdi-transmission-tower-import::before {
  content: "\F192D";
}

.mdi-transmission-tower-off::before {
  content: "\F19DD";
}

.mdi-trash-can::before {
  content: "\F0A79";
}

.mdi-trash-can-outline::before {
  content: "\F0A7A";
}

.mdi-tray::before {
  content: "\F1294";
}

.mdi-tray-alert::before {
  content: "\F1295";
}

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

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

.mdi-tray-full::before {
  content: "\F1296";
}

.mdi-tray-minus::before {
  content: "\F1297";
}

.mdi-tray-plus::before {
  content: "\F1298";
}

.mdi-tray-remove::before {
  content: "\F1299";
}

.mdi-treasure-chest::before {
  content: "\F0726";
}

.mdi-treasure-chest-outline::before {
  content: "\F1C77";
}

.mdi-tree::before {
  content: "\F0531";
}

.mdi-tree-outline::before {
  content: "\F0E69";
}

.mdi-trello::before {
  content: "\F0532";
}

.mdi-trending-down::before {
  content: "\F0533";
}

.mdi-trending-neutral::before {
  content: "\F0534";
}

.mdi-trending-up::before {
  content: "\F0535";
}

.mdi-triangle::before {
  content: "\F0536";
}

.mdi-triangle-down::before {
  content: "\F1C56";
}

.mdi-triangle-down-outline::before {
  content: "\F1C57";
}

.mdi-triangle-outline::before {
  content: "\F0537";
}

.mdi-triangle-small-down::before {
  content: "\F1A09";
}

.mdi-triangle-small-up::before {
  content: "\F1A0A";
}

.mdi-triangle-wave::before {
  content: "\F147C";
}

.mdi-triforce::before {
  content: "\F0BD9";
}

.mdi-trophy::before {
  content: "\F0538";
}

.mdi-trophy-award::before {
  content: "\F0539";
}

.mdi-trophy-broken::before {
  content: "\F0DA4";
}

.mdi-trophy-outline::before {
  content: "\F053A";
}

.mdi-trophy-variant::before {
  content: "\F053B";
}

.mdi-trophy-variant-outline::before {
  content: "\F053C";
}

.mdi-truck::before {
  content: "\F053D";
}

.mdi-truck-alert::before {
  content: "\F19DE";
}

.mdi-truck-alert-outline::before {
  content: "\F19DF";
}

.mdi-truck-cargo-container::before {
  content: "\F18D8";
}

.mdi-truck-check::before {
  content: "\F0CD4";
}

.mdi-truck-check-outline::before {
  content: "\F129A";
}

.mdi-truck-delivery::before {
  content: "\F053E";
}

.mdi-truck-delivery-outline::before {
  content: "\F129B";
}

.mdi-truck-fast::before {
  content: "\F0788";
}

.mdi-truck-fast-outline::before {
  content: "\F129C";
}

.mdi-truck-flatbed::before {
  content: "\F1891";
}

.mdi-truck-minus::before {
  content: "\F19AE";
}

.mdi-truck-minus-outline::before {
  content: "\F19BD";
}

.mdi-truck-outline::before {
  content: "\F129D";
}

.mdi-truck-plus::before {
  content: "\F19AD";
}

.mdi-truck-plus-outline::before {
  content: "\F19BC";
}

.mdi-truck-remove::before {
  content: "\F19AF";
}

.mdi-truck-remove-outline::before {
  content: "\F19BE";
}

.mdi-truck-snowflake::before {
  content: "\F19A6";
}

.mdi-truck-trailer::before {
  content: "\F0727";
}

.mdi-trumpet::before {
  content: "\F1096";
}

.mdi-tshirt-crew::before {
  content: "\F0A7B";
}

.mdi-tshirt-crew-outline::before {
  content: "\F053F";
}

.mdi-tshirt-v::before {
  content: "\F0A7C";
}

.mdi-tshirt-v-outline::before {
  content: "\F0540";
}

.mdi-tsunami::before {
  content: "\F1A81";
}

.mdi-tumble-dryer::before {
  content: "\F0917";
}

.mdi-tumble-dryer-alert::before {
  content: "\F11BA";
}

.mdi-tumble-dryer-off::before {
  content: "\F11BB";
}

.mdi-tune::before {
  content: "\F062E";
}

.mdi-tune-variant::before {
  content: "\F1542";
}

.mdi-tune-vertical::before {
  content: "\F066A";
}

.mdi-tune-vertical-variant::before {
  content: "\F1543";
}

.mdi-tunnel::before {
  content: "\F183D";
}

.mdi-tunnel-outline::before {
  content: "\F183E";
}

.mdi-turbine::before {
  content: "\F1A82";
}

.mdi-turkey::before {
  content: "\F171B";
}

.mdi-turnstile::before {
  content: "\F0CD5";
}

.mdi-turnstile-outline::before {
  content: "\F0CD6";
}

.mdi-turtle::before {
  content: "\F0CD7";
}

.mdi-twitch::before {
  content: "\F0543";
}

.mdi-twitter::before {
  content: "\F0544";
}

.mdi-two-factor-authentication::before {
  content: "\F09AF";
}

.mdi-typewriter::before {
  content: "\F0F2D";
}

.mdi-ubisoft::before {
  content: "\F0BDA";
}

.mdi-ubuntu::before {
  content: "\F0548";
}

.mdi-ufo::before {
  content: "\F10C4";
}

.mdi-ufo-outline::before {
  content: "\F10C5";
}

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

.mdi-umbraco::before {
  content: "\F0549";
}

.mdi-umbrella::before {
  content: "\F054A";
}

.mdi-umbrella-beach::before {
  content: "\F188A";
}

.mdi-umbrella-beach-outline::before {
  content: "\F188B";
}

.mdi-umbrella-closed::before {
  content: "\F09B0";
}

.mdi-umbrella-closed-outline::before {
  content: "\F13E2";
}

.mdi-umbrella-closed-variant::before {
  content: "\F13E1";
}

.mdi-umbrella-outline::before {
  content: "\F054B";
}

.mdi-undo::before {
  content: "\F054C";
}

.mdi-undo-variant::before {
  content: "\F054D";
}

.mdi-unfold-less-horizontal::before {
  content: "\F054E";
}

.mdi-unfold-less-vertical::before {
  content: "\F0760";
}

.mdi-unfold-more-horizontal::before {
  content: "\F054F";
}

.mdi-unfold-more-vertical::before {
  content: "\F0761";
}

.mdi-ungroup::before {
  content: "\F0550";
}

.mdi-unicode::before {
  content: "\F0ED0";
}

.mdi-unicorn::before {
  content: "\F15C2";
}

.mdi-unicorn-variant::before {
  content: "\F15C3";
}

.mdi-unicycle::before {
  content: "\F15E5";
}

.mdi-unity::before {
  content: "\F06AF";
}

.mdi-unreal::before {
  content: "\F09B1";
}

.mdi-update::before {
  content: "\F06B0";
}

.mdi-upload::before {
  content: "\F0552";
}

.mdi-upload-lock::before {
  content: "\F1373";
}

.mdi-upload-lock-outline::before {
  content: "\F1374";
}

.mdi-upload-multiple::before {
  content: "\F083D";
}

.mdi-upload-network::before {
  content: "\F06F6";
}

.mdi-upload-network-outline::before {
  content: "\F0CD8";
}

.mdi-upload-off::before {
  content: "\F10C6";
}

.mdi-upload-off-outline::before {
  content: "\F10C7";
}

.mdi-upload-outline::before {
  content: "\F0E07";
}

.mdi-usb::before {
  content: "\F0553";
}

.mdi-usb-flash-drive::before {
  content: "\F129E";
}

.mdi-usb-flash-drive-outline::before {
  content: "\F129F";
}

.mdi-usb-port::before {
  content: "\F11F0";
}

.mdi-vacuum::before {
  content: "\F19A1";
}

.mdi-vacuum-outline::before {
  content: "\F19A2";
}

.mdi-valve::before {
  content: "\F1066";
}

.mdi-valve-closed::before {
  content: "\F1067";
}

.mdi-valve-open::before {
  content: "\F1068";
}

.mdi-van-passenger::before {
  content: "\F07FA";
}

.mdi-van-utility::before {
  content: "\F07FB";
}

.mdi-vanish::before {
  content: "\F07FC";
}

.mdi-vanish-quarter::before {
  content: "\F1554";
}

.mdi-vanity-light::before {
  content: "\F11E1";
}

.mdi-variable::before {
  content: "\F0AE7";
}

.mdi-variable-box::before {
  content: "\F1111";
}

.mdi-vector-arrange-above::before {
  content: "\F0554";
}

.mdi-vector-arrange-below::before {
  content: "\F0555";
}

.mdi-vector-bezier::before {
  content: "\F0AE8";
}

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

.mdi-vector-circle-variant::before {
  content: "\F0557";
}

.mdi-vector-combine::before {
  content: "\F0558";
}

.mdi-vector-curve::before {
  content: "\F0559";
}

.mdi-vector-difference::before {
  content: "\F055A";
}

.mdi-vector-difference-ab::before {
  content: "\F055B";
}

.mdi-vector-difference-ba::before {
  content: "\F055C";
}

.mdi-vector-ellipse::before {
  content: "\F0893";
}

.mdi-vector-intersection::before {
  content: "\F055D";
}

.mdi-vector-line::before {
  content: "\F055E";
}

.mdi-vector-link::before {
  content: "\F0FE8";
}

.mdi-vector-point::before {
  content: "\F01C4";
}

.mdi-vector-point-edit::before {
  content: "\F09E8";
}

.mdi-vector-point-minus::before {
  content: "\F1B78";
}

.mdi-vector-point-plus::before {
  content: "\F1B79";
}

.mdi-vector-point-select::before {
  content: "\F055F";
}

.mdi-vector-polygon::before {
  content: "\F0560";
}

.mdi-vector-polygon-variant::before {
  content: "\F1856";
}

.mdi-vector-polyline::before {
  content: "\F0561";
}

.mdi-vector-polyline-edit::before {
  content: "\F1225";
}

.mdi-vector-polyline-minus::before {
  content: "\F1226";
}

.mdi-vector-polyline-plus::before {
  content: "\F1227";
}

.mdi-vector-polyline-remove::before {
  content: "\F1228";
}

.mdi-vector-radius::before {
  content: "\F074A";
}

.mdi-vector-rectangle::before {
  content: "\F05C6";
}

.mdi-vector-selection::before {
  content: "\F0562";
}

.mdi-vector-square::before {
  content: "\F0001";
}

.mdi-vector-square-close::before {
  content: "\F1857";
}

.mdi-vector-square-edit::before {
  content: "\F18D9";
}

.mdi-vector-square-minus::before {
  content: "\F18DA";
}

.mdi-vector-square-open::before {
  content: "\F1858";
}

.mdi-vector-square-plus::before {
  content: "\F18DB";
}

.mdi-vector-square-remove::before {
  content: "\F18DC";
}

.mdi-vector-triangle::before {
  content: "\F0563";
}

.mdi-vector-union::before {
  content: "\F0564";
}

.mdi-vhs::before {
  content: "\F0A1B";
}

.mdi-vibrate::before {
  content: "\F0566";
}

.mdi-vibrate-off::before {
  content: "\F0CD9";
}

.mdi-video::before {
  content: "\F0567";
}

.mdi-video-2d::before {
  content: "\F1A1C";
}

.mdi-video-3d::before {
  content: "\F07FD";
}

.mdi-video-3d-off::before {
  content: "\F13D9";
}

.mdi-video-3d-variant::before {
  content: "\F0ED1";
}

.mdi-video-4k-box::before {
  content: "\F083E";
}

.mdi-video-account::before {
  content: "\F0919";
}

.mdi-video-box::before {
  content: "\F00FD";
}

.mdi-video-box-off::before {
  content: "\F00FE";
}

.mdi-video-check::before {
  content: "\F1069";
}

.mdi-video-check-outline::before {
  content: "\F106A";
}

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

.mdi-video-image::before {
  content: "\F091A";
}

.mdi-video-input-antenna::before {
  content: "\F083F";
}

.mdi-video-input-component::before {
  content: "\F0840";
}

.mdi-video-input-hdmi::before {
  content: "\F0841";
}

.mdi-video-input-scart::before {
  content: "\F0F8C";
}

.mdi-video-input-svideo::before {
  content: "\F0842";
}

.mdi-video-marker::before {
  content: "\F19A9";
}

.mdi-video-marker-outline::before {
  content: "\F19AA";
}

.mdi-video-minus::before {
  content: "\F09B2";
}

.mdi-video-minus-outline::before {
  content: "\F02BA";
}

.mdi-video-off::before {
  content: "\F0568";
}

.mdi-video-off-outline::before {
  content: "\F0BDB";
}

.mdi-video-outline::before {
  content: "\F0BDC";
}

.mdi-video-plus::before {
  content: "\F09B3";
}

.mdi-video-plus-outline::before {
  content: "\F01D3";
}

.mdi-video-stabilization::before {
  content: "\F091B";
}

.mdi-video-switch::before {
  content: "\F0569";
}

.mdi-video-switch-outline::before {
  content: "\F0790";
}

.mdi-video-vintage::before {
  content: "\F0A1C";
}

.mdi-video-wireless::before {
  content: "\F0ED2";
}

.mdi-video-wireless-outline::before {
  content: "\F0ED3";
}

.mdi-view-agenda::before {
  content: "\F056A";
}

.mdi-view-agenda-outline::before {
  content: "\F11D8";
}

.mdi-view-array::before {
  content: "\F056B";
}

.mdi-view-array-outline::before {
  content: "\F1485";
}

.mdi-view-carousel::before {
  content: "\F056C";
}

.mdi-view-carousel-outline::before {
  content: "\F1486";
}

.mdi-view-column::before {
  content: "\F056D";
}

.mdi-view-column-outline::before {
  content: "\F1487";
}

.mdi-view-comfy::before {
  content: "\F0E6A";
}

.mdi-view-comfy-outline::before {
  content: "\F1488";
}

.mdi-view-compact::before {
  content: "\F0E6B";
}

.mdi-view-compact-outline::before {
  content: "\F0E6C";
}

.mdi-view-dashboard::before {
  content: "\F056E";
}

.mdi-view-dashboard-edit::before {
  content: "\F1947";
}

.mdi-view-dashboard-edit-outline::before {
  content: "\F1948";
}

.mdi-view-dashboard-outline::before {
  content: "\F0A1D";
}

.mdi-view-dashboard-variant::before {
  content: "\F0843";
}

.mdi-view-dashboard-variant-outline::before {
  content: "\F1489";
}

.mdi-view-day::before {
  content: "\F056F";
}

.mdi-view-day-outline::before {
  content: "\F148A";
}

.mdi-view-gallery::before {
  content: "\F1888";
}

.mdi-view-gallery-outline::before {
  content: "\F1889";
}

.mdi-view-grid::before {
  content: "\F0570";
}

.mdi-view-grid-compact::before {
  content: "\F1C61";
}

.mdi-view-grid-outline::before {
  content: "\F11D9";
}

.mdi-view-grid-plus::before {
  content: "\F0F8D";
}

.mdi-view-grid-plus-outline::before {
  content: "\F11DA";
}

.mdi-view-headline::before {
  content: "\F0571";
}

.mdi-view-list::before {
  content: "\F0572";
}

.mdi-view-list-outline::before {
  content: "\F148B";
}

.mdi-view-module::before {
  content: "\F0573";
}

.mdi-view-module-outline::before {
  content: "\F148C";
}

.mdi-view-parallel::before {
  content: "\F0728";
}

.mdi-view-parallel-outline::before {
  content: "\F148D";
}

.mdi-view-quilt::before {
  content: "\F0574";
}

.mdi-view-quilt-outline::before {
  content: "\F148E";
}

.mdi-view-sequential::before {
  content: "\F0729";
}

.mdi-view-sequential-outline::before {
  content: "\F148F";
}

.mdi-view-split-horizontal::before {
  content: "\F0BCB";
}

.mdi-view-split-vertical::before {
  content: "\F0BCC";
}

.mdi-view-stream::before {
  content: "\F0575";
}

.mdi-view-stream-outline::before {
  content: "\F1490";
}

.mdi-view-week::before {
  content: "\F0576";
}

.mdi-view-week-outline::before {
  content: "\F1491";
}

.mdi-vimeo::before {
  content: "\F0577";
}

.mdi-violin::before {
  content: "\F060F";
}

.mdi-virtual-reality::before {
  content: "\F0894";
}

.mdi-virus::before {
  content: "\F13B6";
}

.mdi-virus-off::before {
  content: "\F18E1";
}

.mdi-virus-off-outline::before {
  content: "\F18E2";
}

.mdi-virus-outline::before {
  content: "\F13B7";
}

.mdi-vlc::before {
  content: "\F057C";
}

.mdi-voicemail::before {
  content: "\F057D";
}

.mdi-volcano::before {
  content: "\F1A83";
}

.mdi-volcano-outline::before {
  content: "\F1A84";
}

.mdi-volleyball::before {
  content: "\F09B4";
}

.mdi-volume-equal::before {
  content: "\F1B10";
}

.mdi-volume-high::before {
  content: "\F057E";
}

.mdi-volume-low::before {
  content: "\F057F";
}

.mdi-volume-medium::before {
  content: "\F0580";
}

.mdi-volume-minus::before {
  content: "\F075E";
}

.mdi-volume-mute::before {
  content: "\F075F";
}

.mdi-volume-off::before {
  content: "\F0581";
}

.mdi-volume-plus::before {
  content: "\F075D";
}

.mdi-volume-source::before {
  content: "\F1120";
}

.mdi-volume-variant-off::before {
  content: "\F0E08";
}

.mdi-volume-vibrate::before {
  content: "\F1121";
}

.mdi-vote::before {
  content: "\F0A1F";
}

.mdi-vote-outline::before {
  content: "\F0A20";
}

.mdi-vpn::before {
  content: "\F0582";
}

.mdi-vuejs::before {
  content: "\F0844";
}

.mdi-vuetify::before {
  content: "\F0E6D";
}

.mdi-walk::before {
  content: "\F0583";
}

.mdi-wall::before {
  content: "\F07FE";
}

.mdi-wall-fire::before {
  content: "\F1A11";
}

.mdi-wall-sconce::before {
  content: "\F091C";
}

.mdi-wall-sconce-flat::before {
  content: "\F091D";
}

.mdi-wall-sconce-flat-outline::before {
  content: "\F17C9";
}

.mdi-wall-sconce-flat-variant::before {
  content: "\F041C";
}

.mdi-wall-sconce-flat-variant-outline::before {
  content: "\F17CA";
}

.mdi-wall-sconce-outline::before {
  content: "\F17CB";
}

.mdi-wall-sconce-round::before {
  content: "\F0748";
}

.mdi-wall-sconce-round-outline::before {
  content: "\F17CC";
}

.mdi-wall-sconce-round-variant::before {
  content: "\F091E";
}

.mdi-wall-sconce-round-variant-outline::before {
  content: "\F17CD";
}

.mdi-wallet::before {
  content: "\F0584";
}

.mdi-wallet-bifold::before {
  content: "\F1C58";
}

.mdi-wallet-bifold-outline::before {
  content: "\F1C59";
}

.mdi-wallet-giftcard::before {
  content: "\F0585";
}

.mdi-wallet-membership::before {
  content: "\F0586";
}

.mdi-wallet-outline::before {
  content: "\F0BDD";
}

.mdi-wallet-plus::before {
  content: "\F0F8E";
}

.mdi-wallet-plus-outline::before {
  content: "\F0F8F";
}

.mdi-wallet-travel::before {
  content: "\F0587";
}

.mdi-wallpaper::before {
  content: "\F0E09";
}

.mdi-wan::before {
  content: "\F0588";
}

.mdi-wardrobe::before {
  content: "\F0F90";
}

.mdi-wardrobe-outline::before {
  content: "\F0F91";
}

.mdi-warehouse::before {
  content: "\F0F81";
}

.mdi-washing-machine::before {
  content: "\F072A";
}

.mdi-washing-machine-alert::before {
  content: "\F11BC";
}

.mdi-washing-machine-off::before {
  content: "\F11BD";
}

.mdi-watch::before {
  content: "\F0589";
}

.mdi-watch-export::before {
  content: "\F058A";
}

.mdi-watch-export-variant::before {
  content: "\F0895";
}

.mdi-watch-import::before {
  content: "\F058B";
}

.mdi-watch-import-variant::before {
  content: "\F0896";
}

.mdi-watch-variant::before {
  content: "\F0897";
}

.mdi-watch-vibrate::before {
  content: "\F06B1";
}

.mdi-watch-vibrate-off::before {
  content: "\F0CDA";
}

.mdi-water::before {
  content: "\F058C";
}

.mdi-water-alert::before {
  content: "\F1502";
}

.mdi-water-alert-outline::before {
  content: "\F1503";
}

.mdi-water-boiler::before {
  content: "\F0F92";
}

.mdi-water-boiler-alert::before {
  content: "\F11B3";
}

.mdi-water-boiler-auto::before {
  content: "\F1B98";
}

.mdi-water-boiler-off::before {
  content: "\F11B4";
}

.mdi-water-check::before {
  content: "\F1504";
}

.mdi-water-check-outline::before {
  content: "\F1505";
}

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

.mdi-water-minus::before {
  content: "\F1506";
}

.mdi-water-minus-outline::before {
  content: "\F1507";
}

.mdi-water-off::before {
  content: "\F058D";
}

.mdi-water-off-outline::before {
  content: "\F1508";
}

.mdi-water-opacity::before {
  content: "\F1855";
}

.mdi-water-outline::before {
  content: "\F0E0A";
}

.mdi-water-percent::before {
  content: "\F058E";
}

.mdi-water-percent-alert::before {
  content: "\F1509";
}

.mdi-water-plus::before {
  content: "\F150A";
}

.mdi-water-plus-outline::before {
  content: "\F150B";
}

.mdi-water-polo::before {
  content: "\F12A0";
}

.mdi-water-pump::before {
  content: "\F058F";
}

.mdi-water-pump-off::before {
  content: "\F0F93";
}

.mdi-water-remove::before {
  content: "\F150C";
}

.mdi-water-remove-outline::before {
  content: "\F150D";
}

.mdi-water-sync::before {
  content: "\F17C6";
}

.mdi-water-thermometer::before {
  content: "\F1A85";
}

.mdi-water-thermometer-outline::before {
  content: "\F1A86";
}

.mdi-water-well::before {
  content: "\F106B";
}

.mdi-water-well-outline::before {
  content: "\F106C";
}

.mdi-waterfall::before {
  content: "\F1849";
}

.mdi-watering-can::before {
  content: "\F1481";
}

.mdi-watering-can-outline::before {
  content: "\F1482";
}

.mdi-watermark::before {
  content: "\F0612";
}

.mdi-wave::before {
  content: "\F0F2E";
}

.mdi-waveform::before {
  content: "\F147D";
}

.mdi-waves::before {
  content: "\F078D";
}

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

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

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

.mdi-waze::before {
  content: "\F0BDE";
}

.mdi-weather-cloudy::before {
  content: "\F0590";
}

.mdi-weather-cloudy-alert::before {
  content: "\F0F2F";
}

.mdi-weather-cloudy-arrow-right::before {
  content: "\F0E6E";
}

.mdi-weather-cloudy-clock::before {
  content: "\F18F6";
}

.mdi-weather-dust::before {
  content: "\F1B5A";
}

.mdi-weather-fog::before {
  content: "\F0591";
}

.mdi-weather-hail::before {
  content: "\F0592";
}

.mdi-weather-hazy::before {
  content: "\F0F30";
}

.mdi-weather-hurricane::before {
  content: "\F0898";
}

.mdi-weather-hurricane-outline::before {
  content: "\F1C78";
}

.mdi-weather-lightning::before {
  content: "\F0593";
}

.mdi-weather-lightning-rainy::before {
  content: "\F067E";
}

.mdi-weather-night::before {
  content: "\F0594";
}

.mdi-weather-night-partly-cloudy::before {
  content: "\F0F31";
}

.mdi-weather-partly-cloudy::before {
  content: "\F0595";
}

.mdi-weather-partly-lightning::before {
  content: "\F0F32";
}

.mdi-weather-partly-rainy::before {
  content: "\F0F33";
}

.mdi-weather-partly-snowy::before {
  content: "\F0F34";
}

.mdi-weather-partly-snowy-rainy::before {
  content: "\F0F35";
}

.mdi-weather-pouring::before {
  content: "\F0596";
}

.mdi-weather-rainy::before {
  content: "\F0597";
}

.mdi-weather-snowy::before {
  content: "\F0598";
}

.mdi-weather-snowy-heavy::before {
  content: "\F0F36";
}

.mdi-weather-snowy-rainy::before {
  content: "\F067F";
}

.mdi-weather-sunny::before {
  content: "\F0599";
}

.mdi-weather-sunny-alert::before {
  content: "\F0F37";
}

.mdi-weather-sunny-off::before {
  content: "\F14E4";
}

.mdi-weather-sunset::before {
  content: "\F059A";
}

.mdi-weather-sunset-down::before {
  content: "\F059B";
}

.mdi-weather-sunset-up::before {
  content: "\F059C";
}

.mdi-weather-tornado::before {
  content: "\F0F38";
}

.mdi-weather-windy::before {
  content: "\F059D";
}

.mdi-weather-windy-variant::before {
  content: "\F059E";
}

.mdi-web::before {
  content: "\F059F";
}

.mdi-web-box::before {
  content: "\F0F94";
}

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

.mdi-web-check::before {
  content: "\F0789";
}

.mdi-web-clock::before {
  content: "\F124A";
}

.mdi-web-minus::before {
  content: "\F10A0";
}

.mdi-web-off::before {
  content: "\F0A8E";
}

.mdi-web-plus::before {
  content: "\F0033";
}

.mdi-web-refresh::before {
  content: "\F1791";
}

.mdi-web-remove::before {
  content: "\F0551";
}

.mdi-web-sync::before {
  content: "\F1792";
}

.mdi-webcam::before {
  content: "\F05A0";
}

.mdi-webcam-off::before {
  content: "\F1737";
}

.mdi-webhook::before {
  content: "\F062F";
}

.mdi-webpack::before {
  content: "\F072B";
}

.mdi-webrtc::before {
  content: "\F1248";
}

.mdi-wechat::before {
  content: "\F0611";
}

.mdi-weight::before {
  content: "\F05A1";
}

.mdi-weight-gram::before {
  content: "\F0D3F";
}

.mdi-weight-kilogram::before {
  content: "\F05A2";
}

.mdi-weight-lifter::before {
  content: "\F115D";
}

.mdi-weight-pound::before {
  content: "\F09B5";
}

.mdi-whatsapp::before {
  content: "\F05A3";
}

.mdi-wheel-barrow::before {
  content: "\F14F2";
}

.mdi-wheelchair::before {
  content: "\F1A87";
}

.mdi-wheelchair-accessibility::before {
  content: "\F05A4";
}

.mdi-whistle::before {
  content: "\F09B6";
}

.mdi-whistle-outline::before {
  content: "\F12BC";
}

.mdi-white-balance-auto::before {
  content: "\F05A5";
}

.mdi-white-balance-incandescent::before {
  content: "\F05A6";
}

.mdi-white-balance-iridescent::before {
  content: "\F05A7";
}

.mdi-white-balance-sunny::before {
  content: "\F05A8";
}

.mdi-widgets::before {
  content: "\F072C";
}

.mdi-widgets-outline::before {
  content: "\F1355";
}

.mdi-wifi::before {
  content: "\F05A9";
}

.mdi-wifi-alert::before {
  content: "\F16B5";
}

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

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

.mdi-wifi-arrow-left-right::before {
  content: "\F16B8";
}

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

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

.mdi-wifi-arrow-up-down::before {
  content: "\F16BB";
}

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

.mdi-wifi-check::before {
  content: "\F16BD";
}

.mdi-wifi-cog::before {
  content: "\F16BE";
}

.mdi-wifi-lock::before {
  content: "\F16BF";
}

.mdi-wifi-lock-open::before {
  content: "\F16C0";
}

.mdi-wifi-marker::before {
  content: "\F16C1";
}

.mdi-wifi-minus::before {
  content: "\F16C2";
}

.mdi-wifi-off::before {
  content: "\F05AA";
}

.mdi-wifi-plus::before {
  content: "\F16C3";
}

.mdi-wifi-refresh::before {
  content: "\F16C4";
}

.mdi-wifi-remove::before {
  content: "\F16C5";
}

.mdi-wifi-settings::before {
  content: "\F16C6";
}

.mdi-wifi-star::before {
  content: "\F0E0B";
}

.mdi-wifi-strength-1::before {
  content: "\F091F";
}

.mdi-wifi-strength-1-alert::before {
  content: "\F0920";
}

.mdi-wifi-strength-1-lock::before {
  content: "\F0921";
}

.mdi-wifi-strength-1-lock-open::before {
  content: "\F16CB";
}

.mdi-wifi-strength-2::before {
  content: "\F0922";
}

.mdi-wifi-strength-2-alert::before {
  content: "\F0923";
}

.mdi-wifi-strength-2-lock::before {
  content: "\F0924";
}

.mdi-wifi-strength-2-lock-open::before {
  content: "\F16CC";
}

.mdi-wifi-strength-3::before {
  content: "\F0925";
}

.mdi-wifi-strength-3-alert::before {
  content: "\F0926";
}

.mdi-wifi-strength-3-lock::before {
  content: "\F0927";
}

.mdi-wifi-strength-3-lock-open::before {
  content: "\F16CD";
}

.mdi-wifi-strength-4::before {
  content: "\F0928";
}

.mdi-wifi-strength-4-alert::before {
  content: "\F0929";
}

.mdi-wifi-strength-4-lock::before {
  content: "\F092A";
}

.mdi-wifi-strength-4-lock-open::before {
  content: "\F16CE";
}

.mdi-wifi-strength-alert-outline::before {
  content: "\F092B";
}

.mdi-wifi-strength-lock-open-outline::before {
  content: "\F16CF";
}

.mdi-wifi-strength-lock-outline::before {
  content: "\F092C";
}

.mdi-wifi-strength-off::before {
  content: "\F092D";
}

.mdi-wifi-strength-off-outline::before {
  content: "\F092E";
}

.mdi-wifi-strength-outline::before {
  content: "\F092F";
}

.mdi-wifi-sync::before {
  content: "\F16C7";
}

.mdi-wikipedia::before {
  content: "\F05AC";
}

.mdi-wind-power::before {
  content: "\F1A88";
}

.mdi-wind-power-outline::before {
  content: "\F1A89";
}

.mdi-wind-turbine::before {
  content: "\F0DA5";
}

.mdi-wind-turbine-alert::before {
  content: "\F19AB";
}

.mdi-wind-turbine-check::before {
  content: "\F19AC";
}

.mdi-window-close::before {
  content: "\F05AD";
}

.mdi-window-closed::before {
  content: "\F05AE";
}

.mdi-window-closed-variant::before {
  content: "\F11DB";
}

.mdi-window-maximize::before {
  content: "\F05AF";
}

.mdi-window-minimize::before {
  content: "\F05B0";
}

.mdi-window-open::before {
  content: "\F05B1";
}

.mdi-window-open-variant::before {
  content: "\F11DC";
}

.mdi-window-restore::before {
  content: "\F05B2";
}

.mdi-window-shutter::before {
  content: "\F111C";
}

.mdi-window-shutter-alert::before {
  content: "\F111D";
}

.mdi-window-shutter-auto::before {
  content: "\F1BA3";
}

.mdi-window-shutter-cog::before {
  content: "\F1A8A";
}

.mdi-window-shutter-open::before {
  content: "\F111E";
}

.mdi-window-shutter-settings::before {
  content: "\F1A8B";
}

.mdi-windsock::before {
  content: "\F15FA";
}

.mdi-wiper::before {
  content: "\F0AE9";
}

.mdi-wiper-wash::before {
  content: "\F0DA6";
}

.mdi-wiper-wash-alert::before {
  content: "\F18DF";
}

.mdi-wizard-hat::before {
  content: "\F1477";
}

.mdi-wordpress::before {
  content: "\F05B4";
}

.mdi-wrap::before {
  content: "\F05B6";
}

.mdi-wrap-disabled::before {
  content: "\F0BDF";
}

.mdi-wrench::before {
  content: "\F05B7";
}

.mdi-wrench-check::before {
  content: "\F1B8F";
}

.mdi-wrench-check-outline::before {
  content: "\F1B90";
}

.mdi-wrench-clock::before {
  content: "\F19A3";
}

.mdi-wrench-clock-outline::before {
  content: "\F1B93";
}

.mdi-wrench-cog::before {
  content: "\F1B91";
}

.mdi-wrench-cog-outline::before {
  content: "\F1B92";
}

.mdi-wrench-outline::before {
  content: "\F0BE0";
}

.mdi-xamarin::before {
  content: "\F0845";
}

.mdi-xml::before {
  content: "\F05C0";
}

.mdi-xmpp::before {
  content: "\F07FF";
}

.mdi-yahoo::before {
  content: "\F0B4F";
}

.mdi-yeast::before {
  content: "\F05C1";
}

.mdi-yin-yang::before {
  content: "\F0680";
}

.mdi-yoga::before {
  content: "\F117C";
}

.mdi-youtube::before {
  content: "\F05C3";
}

.mdi-youtube-gaming::before {
  content: "\F0848";
}

.mdi-youtube-studio::before {
  content: "\F0847";
}

.mdi-youtube-subscription::before {
  content: "\F0D40";
}

.mdi-youtube-tv::before {
  content: "\F0448";
}

.mdi-yurt::before {
  content: "\F1516";
}

.mdi-z-wave::before {
  content: "\F0AEA";
}

.mdi-zend::before {
  content: "\F0AEB";
}

.mdi-zigbee::before {
  content: "\F0D41";
}

.mdi-zip-box::before {
  content: "\F05C4";
}

.mdi-zip-box-outline::before {
  content: "\F0FFA";
}

.mdi-zip-disk::before {
  content: "\F0A23";
}

.mdi-zodiac-aquarius::before {
  content: "\F0A7D";
}

.mdi-zodiac-aries::before {
  content: "\F0A7E";
}

.mdi-zodiac-cancer::before {
  content: "\F0A7F";
}

.mdi-zodiac-capricorn::before {
  content: "\F0A80";
}

.mdi-zodiac-gemini::before {
  content: "\F0A81";
}

.mdi-zodiac-leo::before {
  content: "\F0A82";
}

.mdi-zodiac-libra::before {
  content: "\F0A83";
}

.mdi-zodiac-pisces::before {
  content: "\F0A84";
}

.mdi-zodiac-sagittarius::before {
  content: "\F0A85";
}

.mdi-zodiac-scorpio::before {
  content: "\F0A86";
}

.mdi-zodiac-taurus::before {
  content: "\F0A87";
}

.mdi-zodiac-virgo::before {
  content: "\F0A88";
}

.mdi-blank::before {
  content: "\F68C";
  visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
  color: white;
}

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-45:before {
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-90:before {
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-135:before {
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-180:before {
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-225:before {
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-270:before {
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

.mdi-rotate-315:before {
  transform: rotate(315deg);
}

.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}

@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*# sourceMappingURL=materialdesignicons.css.map */
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/util.css ***!
  \*****************************************************************************************************************************************************************************************************************/
/*[ FONT SIZE ]
///////////////////////////////////////////////////////////
*/
.fs-1 {font-size: 1px;}
.fs-2 {font-size: 2px;}
.fs-3 {font-size: 3px;}
.fs-4 {font-size: 4px;}
.fs-5 {font-size: 5px;}
.fs-6 {font-size: 6px;}
.fs-7 {font-size: 7px;}
.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-23 {font-size: 23px;}
.fs-24 {font-size: 24px;}
.fs-25 {font-size: 25px;}
.fs-26 {font-size: 26px;}
.fs-27 {font-size: 27px;}
.fs-28 {font-size: 28px;}
.fs-29 {font-size: 29px;}
.fs-30 {font-size: 30px;}
.fs-31 {font-size: 31px;}
.fs-32 {font-size: 32px;}
.fs-33 {font-size: 33px;}
.fs-34 {font-size: 34px;}
.fs-35 {font-size: 35px;}
.fs-36 {font-size: 36px;}
.fs-37 {font-size: 37px;}
.fs-38 {font-size: 38px;}
.fs-39 {font-size: 39px;}
.fs-40 {font-size: 40px;}
.fs-41 {font-size: 41px;}
.fs-42 {font-size: 42px;}
.fs-43 {font-size: 43px;}
.fs-44 {font-size: 44px;}
.fs-45 {font-size: 45px;}
.fs-46 {font-size: 46px;}
.fs-47 {font-size: 47px;}
.fs-48 {font-size: 48px;}
.fs-49 {font-size: 49px;}
.fs-50 {font-size: 50px;}
.fs-51 {font-size: 51px;}
.fs-52 {font-size: 52px;}
.fs-53 {font-size: 53px;}
.fs-54 {font-size: 54px;}
.fs-55 {font-size: 55px;}
.fs-56 {font-size: 56px;}
.fs-57 {font-size: 57px;}
.fs-58 {font-size: 58px;}
.fs-59 {font-size: 59px;}
.fs-60 {font-size: 60px;}
.fs-61 {font-size: 61px;}
.fs-62 {font-size: 62px;}
.fs-63 {font-size: 63px;}
.fs-64 {font-size: 64px;}
.fs-65 {font-size: 65px;}
.fs-66 {font-size: 66px;}
.fs-67 {font-size: 67px;}
.fs-68 {font-size: 68px;}
.fs-69 {font-size: 69px;}
.fs-70 {font-size: 70px;}
.fs-71 {font-size: 71px;}
.fs-72 {font-size: 72px;}
.fs-73 {font-size: 73px;}
.fs-74 {font-size: 74px;}
.fs-75 {font-size: 75px;}
.fs-76 {font-size: 76px;}
.fs-77 {font-size: 77px;}
.fs-78 {font-size: 78px;}
.fs-79 {font-size: 79px;}
.fs-80 {font-size: 80px;}
.fs-81 {font-size: 81px;}
.fs-82 {font-size: 82px;}
.fs-83 {font-size: 83px;}
.fs-84 {font-size: 84px;}
.fs-85 {font-size: 85px;}
.fs-86 {font-size: 86px;}
.fs-87 {font-size: 87px;}
.fs-88 {font-size: 88px;}
.fs-89 {font-size: 89px;}
.fs-90 {font-size: 90px;}
.fs-91 {font-size: 91px;}
.fs-92 {font-size: 92px;}
.fs-93 {font-size: 93px;}
.fs-94 {font-size: 94px;}
.fs-95 {font-size: 95px;}
.fs-96 {font-size: 96px;}
.fs-97 {font-size: 97px;}
.fs-98 {font-size: 98px;}
.fs-99 {font-size: 99px;}
.fs-100 {font-size: 100px;}
.fs-101 {font-size: 101px;}
.fs-102 {font-size: 102px;}
.fs-103 {font-size: 103px;}
.fs-104 {font-size: 104px;}
.fs-105 {font-size: 105px;}
.fs-106 {font-size: 106px;}
.fs-107 {font-size: 107px;}
.fs-108 {font-size: 108px;}
.fs-109 {font-size: 109px;}
.fs-110 {font-size: 110px;}
.fs-111 {font-size: 111px;}
.fs-112 {font-size: 112px;}
.fs-113 {font-size: 113px;}
.fs-114 {font-size: 114px;}
.fs-115 {font-size: 115px;}
.fs-116 {font-size: 116px;}
.fs-117 {font-size: 117px;}
.fs-118 {font-size: 118px;}
.fs-119 {font-size: 119px;}
.fs-120 {font-size: 120px;}
.fs-121 {font-size: 121px;}
.fs-122 {font-size: 122px;}
.fs-123 {font-size: 123px;}
.fs-124 {font-size: 124px;}
.fs-125 {font-size: 125px;}
.fs-126 {font-size: 126px;}
.fs-127 {font-size: 127px;}
.fs-128 {font-size: 128px;}
.fs-129 {font-size: 129px;}
.fs-130 {font-size: 130px;}
.fs-131 {font-size: 131px;}
.fs-132 {font-size: 132px;}
.fs-133 {font-size: 133px;}
.fs-134 {font-size: 134px;}
.fs-135 {font-size: 135px;}
.fs-136 {font-size: 136px;}
.fs-137 {font-size: 137px;}
.fs-138 {font-size: 138px;}
.fs-139 {font-size: 139px;}
.fs-140 {font-size: 140px;}
.fs-141 {font-size: 141px;}
.fs-142 {font-size: 142px;}
.fs-143 {font-size: 143px;}
.fs-144 {font-size: 144px;}
.fs-145 {font-size: 145px;}
.fs-146 {font-size: 146px;}
.fs-147 {font-size: 147px;}
.fs-148 {font-size: 148px;}
.fs-149 {font-size: 149px;}
.fs-150 {font-size: 150px;}
.fs-151 {font-size: 151px;}
.fs-152 {font-size: 152px;}
.fs-153 {font-size: 153px;}
.fs-154 {font-size: 154px;}
.fs-155 {font-size: 155px;}
.fs-156 {font-size: 156px;}
.fs-157 {font-size: 157px;}
.fs-158 {font-size: 158px;}
.fs-159 {font-size: 159px;}
.fs-160 {font-size: 160px;}
.fs-161 {font-size: 161px;}
.fs-162 {font-size: 162px;}
.fs-163 {font-size: 163px;}
.fs-164 {font-size: 164px;}
.fs-165 {font-size: 165px;}
.fs-166 {font-size: 166px;}
.fs-167 {font-size: 167px;}
.fs-168 {font-size: 168px;}
.fs-169 {font-size: 169px;}
.fs-170 {font-size: 170px;}
.fs-171 {font-size: 171px;}
.fs-172 {font-size: 172px;}
.fs-173 {font-size: 173px;}
.fs-174 {font-size: 174px;}
.fs-175 {font-size: 175px;}
.fs-176 {font-size: 176px;}
.fs-177 {font-size: 177px;}
.fs-178 {font-size: 178px;}
.fs-179 {font-size: 179px;}
.fs-180 {font-size: 180px;}
.fs-181 {font-size: 181px;}
.fs-182 {font-size: 182px;}
.fs-183 {font-size: 183px;}
.fs-184 {font-size: 184px;}
.fs-185 {font-size: 185px;}
.fs-186 {font-size: 186px;}
.fs-187 {font-size: 187px;}
.fs-188 {font-size: 188px;}
.fs-189 {font-size: 189px;}
.fs-190 {font-size: 190px;}
.fs-191 {font-size: 191px;}
.fs-192 {font-size: 192px;}
.fs-193 {font-size: 193px;}
.fs-194 {font-size: 194px;}
.fs-195 {font-size: 195px;}
.fs-196 {font-size: 196px;}
.fs-197 {font-size: 197px;}
.fs-198 {font-size: 198px;}
.fs-199 {font-size: 199px;}
.fs-200 {font-size: 200px;}

/*[ PADDING ]
///////////////////////////////////////////////////////////
*/
.p-t-0 {padding-top: 0px;}
.p-t-1 {padding-top: 1px;}
.p-t-2 {padding-top: 2px;}
.p-t-3 {padding-top: 3px;}
.p-t-4 {padding-top: 4px;}
.p-t-5 {padding-top: 5px;}
.p-t-6 {padding-top: 6px;}
.p-t-7 {padding-top: 7px;}
.p-t-8 {padding-top: 8px;}
.p-t-9 {padding-top: 9px;}
.p-t-10 {padding-top: 10px;}
.p-t-11 {padding-top: 11px;}
.p-t-12 {padding-top: 12px !important;}
.p-t-13 {padding-top: 13px;}
.p-t-14 {padding-top: 14px;}
.p-t-15 {padding-top: 15px;}
.p-t-16 {padding-top: 16px;}
.p-t-17 {padding-top: 17px;}
.p-t-18 {padding-top: 18px;}
.p-t-19 {padding-top: 19px;}
.p-t-20 {padding-top: 20px;}
.p-t-21 {padding-top: 21px;}
.p-t-22 {padding-top: 22px;}
.p-t-23 {padding-top: 23px;}
.p-t-24 {padding-top: 24px;}
.p-t-25 {padding-top: 25px;}
.p-t-26 {padding-top: 26px;}
.p-t-27 {padding-top: 27px;}
.p-t-28 {padding-top: 28px;}
.p-t-29 {padding-top: 29px;}
.p-t-30 {padding-top: 30px;}
.p-t-31 {padding-top: 31px;}
.p-t-32 {padding-top: 32px;}
.p-t-33 {padding-top: 33px;}
.p-t-34 {padding-top: 34px;}
.p-t-35 {padding-top: 35px;}
.p-t-36 {padding-top: 36px;}
.p-t-37 {padding-top: 37px;}
.p-t-38 {padding-top: 38px;}
.p-t-39 {padding-top: 39px;}
.p-t-40 {padding-top: 40px;}
.p-t-41 {padding-top: 41px;}
.p-t-42 {padding-top: 42px;}
.p-t-43 {padding-top: 43px;}
.p-t-44 {padding-top: 44px;}
.p-t-45 {padding-top: 45px;}
.p-t-46 {padding-top: 46px;}
.p-t-47 {padding-top: 47px;}
.p-t-48 {padding-top: 48px;}
.p-t-49 {padding-top: 49px;}
.p-t-50 {padding-top: 50px;}
.p-t-51 {padding-top: 51px;}
.p-t-52 {padding-top: 52px;}
.p-t-53 {padding-top: 53px;}
.p-t-54 {padding-top: 54px;}
.p-t-55 {padding-top: 55px;}
.p-t-56 {padding-top: 56px;}
.p-t-57 {padding-top: 57px;}
.p-t-58 {padding-top: 58px;}
.p-t-59 {padding-top: 59px;}
.p-t-60 {padding-top: 60px;}
.p-t-61 {padding-top: 61px;}
.p-t-62 {padding-top: 62px;}
.p-t-63 {padding-top: 63px;}
.p-t-64 {padding-top: 64px;}
.p-t-65 {padding-top: 65px;}
.p-t-66 {padding-top: 66px;}
.p-t-67 {padding-top: 67px;}
.p-t-68 {padding-top: 68px;}
.p-t-69 {padding-top: 69px;}
.p-t-70 {padding-top: 70px;}
.p-t-71 {padding-top: 71px;}
.p-t-72 {padding-top: 72px;}
.p-t-73 {padding-top: 73px;}
.p-t-74 {padding-top: 74px;}
.p-t-75 {padding-top: 75px;}
.p-t-76 {padding-top: 76px;}
.p-t-77 {padding-top: 77px;}
.p-t-78 {padding-top: 78px;}
.p-t-79 {padding-top: 79px;}
.p-t-80 {padding-top: 80px;}
.p-t-81 {padding-top: 81px;}
.p-t-82 {padding-top: 82px;}
.p-t-83 {padding-top: 83px;}
.p-t-84 {padding-top: 84px;}
.p-t-85 {padding-top: 85px;}
.p-t-86 {padding-top: 86px;}
.p-t-87 {padding-top: 87px;}
.p-t-88 {padding-top: 88px;}
.p-t-89 {padding-top: 89px;}
.p-t-90 {padding-top: 90px;}
.p-t-91 {padding-top: 91px;}
.p-t-92 {padding-top: 92px;}
.p-t-93 {padding-top: 93px;}
.p-t-94 {padding-top: 94px;}
.p-t-95 {padding-top: 95px;}
.p-t-96 {padding-top: 96px;}
.p-t-97 {padding-top: 97px;}
.p-t-98 {padding-top: 98px;}
.p-t-99 {padding-top: 99px;}
.p-t-100 {padding-top: 100px;}
.p-t-101 {padding-top: 101px;}
.p-t-102 {padding-top: 102px;}
.p-t-103 {padding-top: 103px;}
.p-t-104 {padding-top: 104px;}
.p-t-105 {padding-top: 105px;}
.p-t-106 {padding-top: 106px;}
.p-t-107 {padding-top: 107px;}
.p-t-108 {padding-top: 108px;}
.p-t-109 {padding-top: 109px;}
.p-t-110 {padding-top: 110px;}
.p-t-111 {padding-top: 111px;}
.p-t-112 {padding-top: 112px;}
.p-t-113 {padding-top: 113px;}
.p-t-114 {padding-top: 114px;}
.p-t-115 {padding-top: 115px;}
.p-t-116 {padding-top: 116px;}
.p-t-117 {padding-top: 117px;}
.p-t-118 {padding-top: 118px;}
.p-t-119 {padding-top: 119px;}
.p-t-120 {padding-top: 120px;}
.p-t-121 {padding-top: 121px;}
.p-t-122 {padding-top: 122px;}
.p-t-123 {padding-top: 123px;}
.p-t-124 {padding-top: 124px;}
.p-t-125 {padding-top: 125px;}
.p-t-126 {padding-top: 126px;}
.p-t-127 {padding-top: 127px;}
.p-t-128 {padding-top: 128px;}
.p-t-129 {padding-top: 129px;}
.p-t-130 {padding-top: 130px;}
.p-t-131 {padding-top: 131px;}
.p-t-132 {padding-top: 132px;}
.p-t-133 {padding-top: 133px;}
.p-t-134 {padding-top: 134px;}
.p-t-135 {padding-top: 135px;}
.p-t-136 {padding-top: 136px;}
.p-t-137 {padding-top: 137px;}
.p-t-138 {padding-top: 138px;}
.p-t-139 {padding-top: 139px;}
.p-t-140 {padding-top: 140px;}
.p-t-141 {padding-top: 141px;}
.p-t-142 {padding-top: 142px;}
.p-t-143 {padding-top: 143px;}
.p-t-144 {padding-top: 144px;}
.p-t-145 {padding-top: 145px;}
.p-t-146 {padding-top: 146px;}
.p-t-147 {padding-top: 147px;}
.p-t-148 {padding-top: 148px;}
.p-t-149 {padding-top: 149px;}
.p-t-150 {padding-top: 150px;}
.p-t-151 {padding-top: 151px;}
.p-t-152 {padding-top: 152px;}
.p-t-153 {padding-top: 153px;}
.p-t-154 {padding-top: 154px;}
.p-t-155 {padding-top: 155px;}
.p-t-156 {padding-top: 156px;}
.p-t-157 {padding-top: 157px;}
.p-t-158 {padding-top: 158px;}
.p-t-159 {padding-top: 159px;}
.p-t-160 {padding-top: 160px;}
.p-t-161 {padding-top: 161px;}
.p-t-162 {padding-top: 162px;}
.p-t-163 {padding-top: 163px;}
.p-t-164 {padding-top: 164px;}
.p-t-165 {padding-top: 165px;}
.p-t-166 {padding-top: 166px;}
.p-t-167 {padding-top: 167px;}
.p-t-168 {padding-top: 168px;}
.p-t-169 {padding-top: 169px;}
.p-t-170 {padding-top: 170px;}
.p-t-171 {padding-top: 171px;}
.p-t-172 {padding-top: 172px;}
.p-t-173 {padding-top: 173px;}
.p-t-174 {padding-top: 174px;}
.p-t-175 {padding-top: 175px;}
.p-t-176 {padding-top: 176px;}
.p-t-177 {padding-top: 177px;}
.p-t-178 {padding-top: 178px;}
.p-t-179 {padding-top: 179px;}
.p-t-180 {padding-top: 180px;}
.p-t-181 {padding-top: 181px;}
.p-t-182 {padding-top: 182px;}
.p-t-183 {padding-top: 183px;}
.p-t-184 {padding-top: 184px;}
.p-t-185 {padding-top: 185px;}
.p-t-186 {padding-top: 186px;}
.p-t-187 {padding-top: 187px;}
.p-t-188 {padding-top: 188px;}
.p-t-189 {padding-top: 189px;}
.p-t-190 {padding-top: 190px;}
.p-t-191 {padding-top: 191px;}
.p-t-192 {padding-top: 192px;}
.p-t-193 {padding-top: 193px;}
.p-t-194 {padding-top: 194px;}
.p-t-195 {padding-top: 195px;}
.p-t-196 {padding-top: 196px;}
.p-t-197 {padding-top: 197px;}
.p-t-198 {padding-top: 198px;}
.p-t-199 {padding-top: 199px;}
.p-t-200 {padding-top: 200px;}
.p-t-201 {padding-top: 201px;}
.p-t-202 {padding-top: 202px;}
.p-t-203 {padding-top: 203px;}
.p-t-204 {padding-top: 204px;}
.p-t-205 {padding-top: 205px;}
.p-t-206 {padding-top: 206px;}
.p-t-207 {padding-top: 207px;}
.p-t-208 {padding-top: 208px;}
.p-t-209 {padding-top: 209px;}
.p-t-210 {padding-top: 210px;}
.p-t-211 {padding-top: 211px;}
.p-t-212 {padding-top: 212px;}
.p-t-213 {padding-top: 213px;}
.p-t-214 {padding-top: 214px;}
.p-t-215 {padding-top: 215px;}
.p-t-216 {padding-top: 216px;}
.p-t-217 {padding-top: 217px;}
.p-t-218 {padding-top: 218px;}
.p-t-219 {padding-top: 219px;}
.p-t-220 {padding-top: 220px;}
.p-t-221 {padding-top: 221px;}
.p-t-222 {padding-top: 222px;}
.p-t-223 {padding-top: 223px;}
.p-t-224 {padding-top: 224px;}
.p-t-225 {padding-top: 225px;}
.p-t-226 {padding-top: 226px;}
.p-t-227 {padding-top: 227px;}
.p-t-228 {padding-top: 228px;}
.p-t-229 {padding-top: 229px;}
.p-t-230 {padding-top: 230px;}
.p-t-231 {padding-top: 231px;}
.p-t-232 {padding-top: 232px;}
.p-t-233 {padding-top: 233px;}
.p-t-234 {padding-top: 234px;}
.p-t-235 {padding-top: 235px;}
.p-t-236 {padding-top: 236px;}
.p-t-237 {padding-top: 237px;}
.p-t-238 {padding-top: 238px;}
.p-t-239 {padding-top: 239px;}
.p-t-240 {padding-top: 240px;}
.p-t-241 {padding-top: 241px;}
.p-t-242 {padding-top: 242px;}
.p-t-243 {padding-top: 243px;}
.p-t-244 {padding-top: 244px;}
.p-t-245 {padding-top: 245px;}
.p-t-246 {padding-top: 246px;}
.p-t-247 {padding-top: 247px;}
.p-t-248 {padding-top: 248px;}
.p-t-249 {padding-top: 249px;}
.p-t-250 {padding-top: 250px;}
.p-b-0 {padding-bottom: 0px;}
.p-b-1 {padding-bottom: 1px;}
.p-b-2 {padding-bottom: 2px;}
.p-b-3 {padding-bottom: 3px;}
.p-b-4 {padding-bottom: 4px;}
.p-b-5 {padding-bottom: 5px;}
.p-b-6 {padding-bottom: 6px;}
.p-b-7 {padding-bottom: 7px;}
.p-b-8 {padding-bottom: 8px;}
.p-b-9 {padding-bottom: 9px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-11 {padding-bottom: 11px;}
.p-b-12 {padding-bottom: 12px !important;}
.p-b-13 {padding-bottom: 13px;}
.p-b-14 {padding-bottom: 14px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-16 {padding-bottom: 16px;}
.p-b-17 {padding-bottom: 17px;}
.p-b-18 {padding-bottom: 18px;}
.p-b-19 {padding-bottom: 19px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-21 {padding-bottom: 21px;}
.p-b-22 {padding-bottom: 22px;}
.p-b-23 {padding-bottom: 23px;}
.p-b-24 {padding-bottom: 24px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-26 {padding-bottom: 26px;}
.p-b-27 {padding-bottom: 27px;}
.p-b-28 {padding-bottom: 28px;}
.p-b-29 {padding-bottom: 29px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-31 {padding-bottom: 31px;}
.p-b-32 {padding-bottom: 32px;}
.p-b-33 {padding-bottom: 33px;}
.p-b-34 {padding-bottom: 34px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-36 {padding-bottom: 36px;}
.p-b-37 {padding-bottom: 37px;}
.p-b-38 {padding-bottom: 38px;}
.p-b-39 {padding-bottom: 39px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-41 {padding-bottom: 41px;}
.p-b-42 {padding-bottom: 42px;}
.p-b-43 {padding-bottom: 43px;}
.p-b-44 {padding-bottom: 44px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-46 {padding-bottom: 46px;}
.p-b-47 {padding-bottom: 47px;}
.p-b-48 {padding-bottom: 48px;}
.p-b-49 {padding-bottom: 49px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-51 {padding-bottom: 51px;}
.p-b-52 {padding-bottom: 52px;}
.p-b-53 {padding-bottom: 53px;}
.p-b-54 {padding-bottom: 54px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-56 {padding-bottom: 56px;}
.p-b-57 {padding-bottom: 57px;}
.p-b-58 {padding-bottom: 58px;}
.p-b-59 {padding-bottom: 59px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-61 {padding-bottom: 61px;}
.p-b-62 {padding-bottom: 62px;}
.p-b-63 {padding-bottom: 63px;}
.p-b-64 {padding-bottom: 64px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-66 {padding-bottom: 66px;}
.p-b-67 {padding-bottom: 67px;}
.p-b-68 {padding-bottom: 68px;}
.p-b-69 {padding-bottom: 69px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-71 {padding-bottom: 71px;}
.p-b-72 {padding-bottom: 72px;}
.p-b-73 {padding-bottom: 73px;}
.p-b-74 {padding-bottom: 74px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-76 {padding-bottom: 76px;}
.p-b-77 {padding-bottom: 77px;}
.p-b-78 {padding-bottom: 78px;}
.p-b-79 {padding-bottom: 79px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-81 {padding-bottom: 81px;}
.p-b-82 {padding-bottom: 82px;}
.p-b-83 {padding-bottom: 83px;}
.p-b-84 {padding-bottom: 84px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-86 {padding-bottom: 86px;}
.p-b-87 {padding-bottom: 87px;}
.p-b-88 {padding-bottom: 88px;}
.p-b-89 {padding-bottom: 89px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-91 {padding-bottom: 91px;}
.p-b-92 {padding-bottom: 92px;}
.p-b-93 {padding-bottom: 93px;}
.p-b-94 {padding-bottom: 94px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-96 {padding-bottom: 96px;}
.p-b-97 {padding-bottom: 97px;}
.p-b-98 {padding-bottom: 98px;}
.p-b-99 {padding-bottom: 99px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-101 {padding-bottom: 101px;}
.p-b-102 {padding-bottom: 102px;}
.p-b-103 {padding-bottom: 103px;}
.p-b-104 {padding-bottom: 104px;}
.p-b-105 {padding-bottom: 105px;}
.p-b-106 {padding-bottom: 106px;}
.p-b-107 {padding-bottom: 107px;}
.p-b-108 {padding-bottom: 108px;}
.p-b-109 {padding-bottom: 109px;}
.p-b-110 {padding-bottom: 110px;}
.p-b-111 {padding-bottom: 111px;}
.p-b-112 {padding-bottom: 112px;}
.p-b-113 {padding-bottom: 113px;}
.p-b-114 {padding-bottom: 114px;}
.p-b-115 {padding-bottom: 115px;}
.p-b-116 {padding-bottom: 116px;}
.p-b-117 {padding-bottom: 117px;}
.p-b-118 {padding-bottom: 118px;}
.p-b-119 {padding-bottom: 119px;}
.p-b-120 {padding-bottom: 120px;}
.p-b-121 {padding-bottom: 121px;}
.p-b-122 {padding-bottom: 122px;}
.p-b-123 {padding-bottom: 123px;}
.p-b-124 {padding-bottom: 124px;}
.p-b-125 {padding-bottom: 125px;}
.p-b-126 {padding-bottom: 126px;}
.p-b-127 {padding-bottom: 127px;}
.p-b-128 {padding-bottom: 128px;}
.p-b-129 {padding-bottom: 129px;}
.p-b-130 {padding-bottom: 130px;}
.p-b-131 {padding-bottom: 131px;}
.p-b-132 {padding-bottom: 132px;}
.p-b-133 {padding-bottom: 133px;}
.p-b-134 {padding-bottom: 134px;}
.p-b-135 {padding-bottom: 135px;}
.p-b-136 {padding-bottom: 136px;}
.p-b-137 {padding-bottom: 137px;}
.p-b-138 {padding-bottom: 138px;}
.p-b-139 {padding-bottom: 139px;}
.p-b-140 {padding-bottom: 140px;}
.p-b-141 {padding-bottom: 141px;}
.p-b-142 {padding-bottom: 142px;}
.p-b-143 {padding-bottom: 143px;}
.p-b-144 {padding-bottom: 144px;}
.p-b-145 {padding-bottom: 145px;}
.p-b-146 {padding-bottom: 146px;}
.p-b-147 {padding-bottom: 147px;}
.p-b-148 {padding-bottom: 148px;}
.p-b-149 {padding-bottom: 149px;}
.p-b-150 {padding-bottom: 150px;}
.p-b-151 {padding-bottom: 151px;}
.p-b-152 {padding-bottom: 152px;}
.p-b-153 {padding-bottom: 153px;}
.p-b-154 {padding-bottom: 154px;}
.p-b-155 {padding-bottom: 155px;}
.p-b-156 {padding-bottom: 156px;}
.p-b-157 {padding-bottom: 157px;}
.p-b-158 {padding-bottom: 158px;}
.p-b-159 {padding-bottom: 159px;}
.p-b-160 {padding-bottom: 160px;}
.p-b-161 {padding-bottom: 161px;}
.p-b-162 {padding-bottom: 162px;}
.p-b-163 {padding-bottom: 163px;}
.p-b-164 {padding-bottom: 164px;}
.p-b-165 {padding-bottom: 165px;}
.p-b-166 {padding-bottom: 166px;}
.p-b-167 {padding-bottom: 167px;}
.p-b-168 {padding-bottom: 168px;}
.p-b-169 {padding-bottom: 169px;}
.p-b-170 {padding-bottom: 170px;}
.p-b-171 {padding-bottom: 171px;}
.p-b-172 {padding-bottom: 172px;}
.p-b-173 {padding-bottom: 173px;}
.p-b-174 {padding-bottom: 174px;}
.p-b-175 {padding-bottom: 175px;}
.p-b-176 {padding-bottom: 176px;}
.p-b-177 {padding-bottom: 177px;}
.p-b-178 {padding-bottom: 178px;}
.p-b-179 {padding-bottom: 179px;}
.p-b-180 {padding-bottom: 180px;}
.p-b-181 {padding-bottom: 181px;}
.p-b-182 {padding-bottom: 182px;}
.p-b-183 {padding-bottom: 183px;}
.p-b-184 {padding-bottom: 184px;}
.p-b-185 {padding-bottom: 185px;}
.p-b-186 {padding-bottom: 186px;}
.p-b-187 {padding-bottom: 187px;}
.p-b-188 {padding-bottom: 188px;}
.p-b-189 {padding-bottom: 189px;}
.p-b-190 {padding-bottom: 190px;}
.p-b-191 {padding-bottom: 191px;}
.p-b-192 {padding-bottom: 192px;}
.p-b-193 {padding-bottom: 193px;}
.p-b-194 {padding-bottom: 194px;}
.p-b-195 {padding-bottom: 195px;}
.p-b-196 {padding-bottom: 196px;}
.p-b-197 {padding-bottom: 197px;}
.p-b-198 {padding-bottom: 198px;}
.p-b-199 {padding-bottom: 199px;}
.p-b-200 {padding-bottom: 200px;}
.p-b-201 {padding-bottom: 201px;}
.p-b-202 {padding-bottom: 202px;}
.p-b-203 {padding-bottom: 203px;}
.p-b-204 {padding-bottom: 204px;}
.p-b-205 {padding-bottom: 205px;}
.p-b-206 {padding-bottom: 206px;}
.p-b-207 {padding-bottom: 207px;}
.p-b-208 {padding-bottom: 208px;}
.p-b-209 {padding-bottom: 209px;}
.p-b-210 {padding-bottom: 210px;}
.p-b-211 {padding-bottom: 211px;}
.p-b-212 {padding-bottom: 212px;}
.p-b-213 {padding-bottom: 213px;}
.p-b-214 {padding-bottom: 214px;}
.p-b-215 {padding-bottom: 215px;}
.p-b-216 {padding-bottom: 216px;}
.p-b-217 {padding-bottom: 217px;}
.p-b-218 {padding-bottom: 218px;}
.p-b-219 {padding-bottom: 219px;}
.p-b-220 {padding-bottom: 220px;}
.p-b-221 {padding-bottom: 221px;}
.p-b-222 {padding-bottom: 222px;}
.p-b-223 {padding-bottom: 223px;}
.p-b-224 {padding-bottom: 224px;}
.p-b-225 {padding-bottom: 225px;}
.p-b-226 {padding-bottom: 226px;}
.p-b-227 {padding-bottom: 227px;}
.p-b-228 {padding-bottom: 228px;}
.p-b-229 {padding-bottom: 229px;}
.p-b-230 {padding-bottom: 230px;}
.p-b-231 {padding-bottom: 231px;}
.p-b-232 {padding-bottom: 232px;}
.p-b-233 {padding-bottom: 233px;}
.p-b-234 {padding-bottom: 234px;}
.p-b-235 {padding-bottom: 235px;}
.p-b-236 {padding-bottom: 236px;}
.p-b-237 {padding-bottom: 237px;}
.p-b-238 {padding-bottom: 238px;}
.p-b-239 {padding-bottom: 239px;}
.p-b-240 {padding-bottom: 240px;}
.p-b-241 {padding-bottom: 241px;}
.p-b-242 {padding-bottom: 242px;}
.p-b-243 {padding-bottom: 243px;}
.p-b-244 {padding-bottom: 244px;}
.p-b-245 {padding-bottom: 245px;}
.p-b-246 {padding-bottom: 246px;}
.p-b-247 {padding-bottom: 247px;}
.p-b-248 {padding-bottom: 248px;}
.p-b-249 {padding-bottom: 249px;}
.p-b-250 {padding-bottom: 250px;}
.p-l-0 {padding-left: 0px;}
.p-l-1 {padding-left: 1px;}
.p-l-2 {padding-left: 2px;}
.p-l-3 {padding-left: 3px;}
.p-l-4 {padding-left: 4px;}
.p-l-5 {padding-left: 5px;}
.p-l-6 {padding-left: 6px;}
.p-l-7 {padding-left: 7px;}
.p-l-8 {padding-left: 8px;}
.p-l-9 {padding-left: 9px;}
.p-l-10 {padding-left: 10px;}
.p-l-11 {padding-left: 11px;}
.p-l-12 {padding-left: 12px;}
.p-l-13 {padding-left: 13px;}
.p-l-14 {padding-left: 14px;}
.p-l-15 {padding-left: 15px;}
.p-l-16 {padding-left: 16px;}
.p-l-17 {padding-left: 17px;}
.p-l-18 {padding-left: 18px;}
.p-l-19 {padding-left: 19px;}
.p-l-20 {padding-left: 20px;}
.p-l-21 {padding-left: 21px;}
.p-l-22 {padding-left: 22px;}
.p-l-23 {padding-left: 23px;}
.p-l-24 {padding-left: 24px;}
.p-l-25 {padding-left: 25px;}
.p-l-26 {padding-left: 26px;}
.p-l-27 {padding-left: 27px;}
.p-l-28 {padding-left: 28px;}
.p-l-29 {padding-left: 29px;}
.p-l-30 {padding-left: 30px;}
.p-l-31 {padding-left: 31px;}
.p-l-32 {padding-left: 32px;}
.p-l-33 {padding-left: 33px;}
.p-l-34 {padding-left: 34px;}
.p-l-35 {padding-left: 35px;}
.p-l-36 {padding-left: 36px;}
.p-l-37 {padding-left: 37px;}
.p-l-38 {padding-left: 38px;}
.p-l-39 {padding-left: 39px;}
.p-l-40 {padding-left: 40px;}
.p-l-41 {padding-left: 41px;}
.p-l-42 {padding-left: 42px;}
.p-l-43 {padding-left: 43px;}
.p-l-44 {padding-left: 44px;}
.p-l-45 {padding-left: 45px;}
.p-l-46 {padding-left: 46px;}
.p-l-47 {padding-left: 47px;}
.p-l-48 {padding-left: 48px;}
.p-l-49 {padding-left: 49px;}
.p-l-50 {padding-left: 50px;}
.p-l-51 {padding-left: 51px;}
.p-l-52 {padding-left: 52px;}
.p-l-53 {padding-left: 53px;}
.p-l-54 {padding-left: 54px;}
.p-l-55 {padding-left: 55px;}
.p-l-56 {padding-left: 56px;}
.p-l-57 {padding-left: 57px;}
.p-l-58 {padding-left: 58px;}
.p-l-59 {padding-left: 59px;}
.p-l-60 {padding-left: 60px;}
.p-l-61 {padding-left: 61px;}
.p-l-62 {padding-left: 62px;}
.p-l-63 {padding-left: 63px;}
.p-l-64 {padding-left: 64px;}
.p-l-65 {padding-left: 65px;}
.p-l-66 {padding-left: 66px;}
.p-l-67 {padding-left: 67px;}
.p-l-68 {padding-left: 68px;}
.p-l-69 {padding-left: 69px;}
.p-l-70 {padding-left: 70px;}
.p-l-71 {padding-left: 71px;}
.p-l-72 {padding-left: 72px;}
.p-l-73 {padding-left: 73px;}
.p-l-74 {padding-left: 74px;}
.p-l-75 {padding-left: 75px;}
.p-l-76 {padding-left: 76px;}
.p-l-77 {padding-left: 77px;}
.p-l-78 {padding-left: 78px;}
.p-l-79 {padding-left: 79px;}
.p-l-80 {padding-left: 80px;}
.p-l-81 {padding-left: 81px;}
.p-l-82 {padding-left: 82px;}
.p-l-83 {padding-left: 83px;}
.p-l-84 {padding-left: 84px;}
.p-l-85 {padding-left: 85px;}
.p-l-86 {padding-left: 86px;}
.p-l-87 {padding-left: 87px;}
.p-l-88 {padding-left: 88px;}
.p-l-89 {padding-left: 89px;}
.p-l-90 {padding-left: 90px;}
.p-l-91 {padding-left: 91px;}
.p-l-92 {padding-left: 92px;}
.p-l-93 {padding-left: 93px;}
.p-l-94 {padding-left: 94px;}
.p-l-95 {padding-left: 95px;}
.p-l-96 {padding-left: 96px;}
.p-l-97 {padding-left: 97px;}
.p-l-98 {padding-left: 98px;}
.p-l-99 {padding-left: 99px;}
.p-l-100 {padding-left: 100px;}
.p-l-101 {padding-left: 101px;}
.p-l-102 {padding-left: 102px;}
.p-l-103 {padding-left: 103px;}
.p-l-104 {padding-left: 104px;}
.p-l-105 {padding-left: 105px;}
.p-l-106 {padding-left: 106px;}
.p-l-107 {padding-left: 107px;}
.p-l-108 {padding-left: 108px;}
.p-l-109 {padding-left: 109px;}
.p-l-110 {padding-left: 110px;}
.p-l-111 {padding-left: 111px;}
.p-l-112 {padding-left: 112px;}
.p-l-113 {padding-left: 113px;}
.p-l-114 {padding-left: 114px;}
.p-l-115 {padding-left: 115px;}
.p-l-116 {padding-left: 116px;}
.p-l-117 {padding-left: 117px;}
.p-l-118 {padding-left: 118px;}
.p-l-119 {padding-left: 119px;}
.p-l-120 {padding-left: 120px;}
.p-l-121 {padding-left: 121px;}
.p-l-122 {padding-left: 122px;}
.p-l-123 {padding-left: 123px;}
.p-l-124 {padding-left: 124px;}
.p-l-125 {padding-left: 125px;}
.p-l-126 {padding-left: 126px;}
.p-l-127 {padding-left: 127px;}
.p-l-128 {padding-left: 128px;}
.p-l-129 {padding-left: 129px;}
.p-l-130 {padding-left: 130px;}
.p-l-131 {padding-left: 131px;}
.p-l-132 {padding-left: 132px;}
.p-l-133 {padding-left: 133px;}
.p-l-134 {padding-left: 134px;}
.p-l-135 {padding-left: 135px;}
.p-l-136 {padding-left: 136px;}
.p-l-137 {padding-left: 137px;}
.p-l-138 {padding-left: 138px;}
.p-l-139 {padding-left: 139px;}
.p-l-140 {padding-left: 140px;}
.p-l-141 {padding-left: 141px;}
.p-l-142 {padding-left: 142px;}
.p-l-143 {padding-left: 143px;}
.p-l-144 {padding-left: 144px;}
.p-l-145 {padding-left: 145px;}
.p-l-146 {padding-left: 146px;}
.p-l-147 {padding-left: 147px;}
.p-l-148 {padding-left: 148px;}
.p-l-149 {padding-left: 149px;}
.p-l-150 {padding-left: 150px;}
.p-l-151 {padding-left: 151px;}
.p-l-152 {padding-left: 152px;}
.p-l-153 {padding-left: 153px;}
.p-l-154 {padding-left: 154px;}
.p-l-155 {padding-left: 155px;}
.p-l-156 {padding-left: 156px;}
.p-l-157 {padding-left: 157px;}
.p-l-158 {padding-left: 158px;}
.p-l-159 {padding-left: 159px;}
.p-l-160 {padding-left: 160px;}
.p-l-161 {padding-left: 161px;}
.p-l-162 {padding-left: 162px;}
.p-l-163 {padding-left: 163px;}
.p-l-164 {padding-left: 164px;}
.p-l-165 {padding-left: 165px;}
.p-l-166 {padding-left: 166px;}
.p-l-167 {padding-left: 167px;}
.p-l-168 {padding-left: 168px;}
.p-l-169 {padding-left: 169px;}
.p-l-170 {padding-left: 170px;}
.p-l-171 {padding-left: 171px;}
.p-l-172 {padding-left: 172px;}
.p-l-173 {padding-left: 173px;}
.p-l-174 {padding-left: 174px;}
.p-l-175 {padding-left: 175px;}
.p-l-176 {padding-left: 176px;}
.p-l-177 {padding-left: 177px;}
.p-l-178 {padding-left: 178px;}
.p-l-179 {padding-left: 179px;}
.p-l-180 {padding-left: 180px;}
.p-l-181 {padding-left: 181px;}
.p-l-182 {padding-left: 182px;}
.p-l-183 {padding-left: 183px;}
.p-l-184 {padding-left: 184px;}
.p-l-185 {padding-left: 185px;}
.p-l-186 {padding-left: 186px;}
.p-l-187 {padding-left: 187px;}
.p-l-188 {padding-left: 188px;}
.p-l-189 {padding-left: 189px;}
.p-l-190 {padding-left: 190px;}
.p-l-191 {padding-left: 191px;}
.p-l-192 {padding-left: 192px;}
.p-l-193 {padding-left: 193px;}
.p-l-194 {padding-left: 194px;}
.p-l-195 {padding-left: 195px;}
.p-l-196 {padding-left: 196px;}
.p-l-197 {padding-left: 197px;}
.p-l-198 {padding-left: 198px;}
.p-l-199 {padding-left: 199px;}
.p-l-200 {padding-left: 200px;}
.p-l-201 {padding-left: 201px;}
.p-l-202 {padding-left: 202px;}
.p-l-203 {padding-left: 203px;}
.p-l-204 {padding-left: 204px;}
.p-l-205 {padding-left: 205px;}
.p-l-206 {padding-left: 206px;}
.p-l-207 {padding-left: 207px;}
.p-l-208 {padding-left: 208px;}
.p-l-209 {padding-left: 209px;}
.p-l-210 {padding-left: 210px;}
.p-l-211 {padding-left: 211px;}
.p-l-212 {padding-left: 212px;}
.p-l-213 {padding-left: 213px;}
.p-l-214 {padding-left: 214px;}
.p-l-215 {padding-left: 215px;}
.p-l-216 {padding-left: 216px;}
.p-l-217 {padding-left: 217px;}
.p-l-218 {padding-left: 218px;}
.p-l-219 {padding-left: 219px;}
.p-l-220 {padding-left: 220px;}
.p-l-221 {padding-left: 221px;}
.p-l-222 {padding-left: 222px;}
.p-l-223 {padding-left: 223px;}
.p-l-224 {padding-left: 224px;}
.p-l-225 {padding-left: 225px;}
.p-l-226 {padding-left: 226px;}
.p-l-227 {padding-left: 227px;}
.p-l-228 {padding-left: 228px;}
.p-l-229 {padding-left: 229px;}
.p-l-230 {padding-left: 230px;}
.p-l-231 {padding-left: 231px;}
.p-l-232 {padding-left: 232px;}
.p-l-233 {padding-left: 233px;}
.p-l-234 {padding-left: 234px;}
.p-l-235 {padding-left: 235px;}
.p-l-236 {padding-left: 236px;}
.p-l-237 {padding-left: 237px;}
.p-l-238 {padding-left: 238px;}
.p-l-239 {padding-left: 239px;}
.p-l-240 {padding-left: 240px;}
.p-l-241 {padding-left: 241px;}
.p-l-242 {padding-left: 242px;}
.p-l-243 {padding-left: 243px;}
.p-l-244 {padding-left: 244px;}
.p-l-245 {padding-left: 245px;}
.p-l-246 {padding-left: 246px;}
.p-l-247 {padding-left: 247px;}
.p-l-248 {padding-left: 248px;}
.p-l-249 {padding-left: 249px;}
.p-l-250 {padding-left: 250px;}
.p-r-0 {padding-right: 0px;}
.p-r-1 {padding-right: 1px;}
.p-r-2 {padding-right: 2px;}
.p-r-3 {padding-right: 3px;}
.p-r-4 {padding-right: 4px;}
.p-r-5 {padding-right: 5px;}
.p-r-6 {padding-right: 6px;}
.p-r-7 {padding-right: 7px;}
.p-r-8 {padding-right: 8px;}
.p-r-9 {padding-right: 9px;}
.p-r-10 {padding-right: 10px;}
.p-r-11 {padding-right: 11px;}
.p-r-12 {padding-right: 12px;}
.p-r-13 {padding-right: 13px;}
.p-r-14 {padding-right: 14px;}
.p-r-15 {padding-right: 15px;}
.p-r-16 {padding-right: 16px;}
.p-r-17 {padding-right: 17px;}
.p-r-18 {padding-right: 18px;}
.p-r-19 {padding-right: 19px;}
.p-r-20 {padding-right: 20px;}
.p-r-21 {padding-right: 21px;}
.p-r-22 {padding-right: 22px;}
.p-r-23 {padding-right: 23px;}
.p-r-24 {padding-right: 24px;}
.p-r-25 {padding-right: 25px;}
.p-r-26 {padding-right: 26px;}
.p-r-27 {padding-right: 27px;}
.p-r-28 {padding-right: 28px;}
.p-r-29 {padding-right: 29px;}
.p-r-30 {padding-right: 30px;}
.p-r-31 {padding-right: 31px;}
.p-r-32 {padding-right: 32px;}
.p-r-33 {padding-right: 33px;}
.p-r-34 {padding-right: 34px;}
.p-r-35 {padding-right: 35px;}
.p-r-36 {padding-right: 36px;}
.p-r-37 {padding-right: 37px;}
.p-r-38 {padding-right: 38px;}
.p-r-39 {padding-right: 39px;}
.p-r-40 {padding-right: 40px;}
.p-r-41 {padding-right: 41px;}
.p-r-42 {padding-right: 42px;}
.p-r-43 {padding-right: 43px;}
.p-r-44 {padding-right: 44px;}
.p-r-45 {padding-right: 45px;}
.p-r-46 {padding-right: 46px;}
.p-r-47 {padding-right: 47px;}
.p-r-48 {padding-right: 48px;}
.p-r-49 {padding-right: 49px;}
.p-r-50 {padding-right: 50px;}
.p-r-51 {padding-right: 51px;}
.p-r-52 {padding-right: 52px;}
.p-r-53 {padding-right: 53px;}
.p-r-54 {padding-right: 54px;}
.p-r-55 {padding-right: 55px;}
.p-r-56 {padding-right: 56px;}
.p-r-57 {padding-right: 57px;}
.p-r-58 {padding-right: 58px;}
.p-r-59 {padding-right: 59px;}
.p-r-60 {padding-right: 60px;}
.p-r-61 {padding-right: 61px;}
.p-r-62 {padding-right: 62px;}
.p-r-63 {padding-right: 63px;}
.p-r-64 {padding-right: 64px;}
.p-r-65 {padding-right: 65px;}
.p-r-66 {padding-right: 66px;}
.p-r-67 {padding-right: 67px;}
.p-r-68 {padding-right: 68px;}
.p-r-69 {padding-right: 69px;}
.p-r-70 {padding-right: 70px;}
.p-r-71 {padding-right: 71px;}
.p-r-72 {padding-right: 72px;}
.p-r-73 {padding-right: 73px;}
.p-r-74 {padding-right: 74px;}
.p-r-75 {padding-right: 75px;}
.p-r-76 {padding-right: 76px;}
.p-r-77 {padding-right: 77px;}
.p-r-78 {padding-right: 78px;}
.p-r-79 {padding-right: 79px;}
.p-r-80 {padding-right: 80px;}
.p-r-81 {padding-right: 81px;}
.p-r-82 {padding-right: 82px;}
.p-r-83 {padding-right: 83px;}
.p-r-84 {padding-right: 84px;}
.p-r-85 {padding-right: 85px;}
.p-r-86 {padding-right: 86px;}
.p-r-87 {padding-right: 87px;}
.p-r-88 {padding-right: 88px;}
.p-r-89 {padding-right: 89px;}
.p-r-90 {padding-right: 90px;}
.p-r-91 {padding-right: 91px;}
.p-r-92 {padding-right: 92px;}
.p-r-93 {padding-right: 93px;}
.p-r-94 {padding-right: 94px;}
.p-r-95 {padding-right: 95px;}
.p-r-96 {padding-right: 96px;}
.p-r-97 {padding-right: 97px;}
.p-r-98 {padding-right: 98px;}
.p-r-99 {padding-right: 99px;}
.p-r-100 {padding-right: 100px;}
.p-r-101 {padding-right: 101px;}
.p-r-102 {padding-right: 102px;}
.p-r-103 {padding-right: 103px;}
.p-r-104 {padding-right: 104px;}
.p-r-105 {padding-right: 105px;}
.p-r-106 {padding-right: 106px;}
.p-r-107 {padding-right: 107px;}
.p-r-108 {padding-right: 108px;}
.p-r-109 {padding-right: 109px;}
.p-r-110 {padding-right: 110px;}
.p-r-111 {padding-right: 111px;}
.p-r-112 {padding-right: 112px;}
.p-r-113 {padding-right: 113px;}
.p-r-114 {padding-right: 114px;}
.p-r-115 {padding-right: 115px;}
.p-r-116 {padding-right: 116px;}
.p-r-117 {padding-right: 117px;}
.p-r-118 {padding-right: 118px;}
.p-r-119 {padding-right: 119px;}
.p-r-120 {padding-right: 120px;}
.p-r-121 {padding-right: 121px;}
.p-r-122 {padding-right: 122px;}
.p-r-123 {padding-right: 123px;}
.p-r-124 {padding-right: 124px;}
.p-r-125 {padding-right: 125px;}
.p-r-126 {padding-right: 126px;}
.p-r-127 {padding-right: 127px;}
.p-r-128 {padding-right: 128px;}
.p-r-129 {padding-right: 129px;}
.p-r-130 {padding-right: 130px;}
.p-r-131 {padding-right: 131px;}
.p-r-132 {padding-right: 132px;}
.p-r-133 {padding-right: 133px;}
.p-r-134 {padding-right: 134px;}
.p-r-135 {padding-right: 135px;}
.p-r-136 {padding-right: 136px;}
.p-r-137 {padding-right: 137px;}
.p-r-138 {padding-right: 138px;}
.p-r-139 {padding-right: 139px;}
.p-r-140 {padding-right: 140px;}
.p-r-141 {padding-right: 141px;}
.p-r-142 {padding-right: 142px;}
.p-r-143 {padding-right: 143px;}
.p-r-144 {padding-right: 144px;}
.p-r-145 {padding-right: 145px;}
.p-r-146 {padding-right: 146px;}
.p-r-147 {padding-right: 147px;}
.p-r-148 {padding-right: 148px;}
.p-r-149 {padding-right: 149px;}
.p-r-150 {padding-right: 150px;}
.p-r-151 {padding-right: 151px;}
.p-r-152 {padding-right: 152px;}
.p-r-153 {padding-right: 153px;}
.p-r-154 {padding-right: 154px;}
.p-r-155 {padding-right: 155px;}
.p-r-156 {padding-right: 156px;}
.p-r-157 {padding-right: 157px;}
.p-r-158 {padding-right: 158px;}
.p-r-159 {padding-right: 159px;}
.p-r-160 {padding-right: 160px;}
.p-r-161 {padding-right: 161px;}
.p-r-162 {padding-right: 162px;}
.p-r-163 {padding-right: 163px;}
.p-r-164 {padding-right: 164px;}
.p-r-165 {padding-right: 165px;}
.p-r-166 {padding-right: 166px;}
.p-r-167 {padding-right: 167px;}
.p-r-168 {padding-right: 168px;}
.p-r-169 {padding-right: 169px;}
.p-r-170 {padding-right: 170px;}
.p-r-171 {padding-right: 171px;}
.p-r-172 {padding-right: 172px;}
.p-r-173 {padding-right: 173px;}
.p-r-174 {padding-right: 174px;}
.p-r-175 {padding-right: 175px;}
.p-r-176 {padding-right: 176px;}
.p-r-177 {padding-right: 177px;}
.p-r-178 {padding-right: 178px;}
.p-r-179 {padding-right: 179px;}
.p-r-180 {padding-right: 180px;}
.p-r-181 {padding-right: 181px;}
.p-r-182 {padding-right: 182px;}
.p-r-183 {padding-right: 183px;}
.p-r-184 {padding-right: 184px;}
.p-r-185 {padding-right: 185px;}
.p-r-186 {padding-right: 186px;}
.p-r-187 {padding-right: 187px;}
.p-r-188 {padding-right: 188px;}
.p-r-189 {padding-right: 189px;}
.p-r-190 {padding-right: 190px;}
.p-r-191 {padding-right: 191px;}
.p-r-192 {padding-right: 192px;}
.p-r-193 {padding-right: 193px;}
.p-r-194 {padding-right: 194px;}
.p-r-195 {padding-right: 195px;}
.p-r-196 {padding-right: 196px;}
.p-r-197 {padding-right: 197px;}
.p-r-198 {padding-right: 198px;}
.p-r-199 {padding-right: 199px;}
.p-r-200 {padding-right: 200px;}
.p-r-201 {padding-right: 201px;}
.p-r-202 {padding-right: 202px;}
.p-r-203 {padding-right: 203px;}
.p-r-204 {padding-right: 204px;}
.p-r-205 {padding-right: 205px;}
.p-r-206 {padding-right: 206px;}
.p-r-207 {padding-right: 207px;}
.p-r-208 {padding-right: 208px;}
.p-r-209 {padding-right: 209px;}
.p-r-210 {padding-right: 210px;}
.p-r-211 {padding-right: 211px;}
.p-r-212 {padding-right: 212px;}
.p-r-213 {padding-right: 213px;}
.p-r-214 {padding-right: 214px;}
.p-r-215 {padding-right: 215px;}
.p-r-216 {padding-right: 216px;}
.p-r-217 {padding-right: 217px;}
.p-r-218 {padding-right: 218px;}
.p-r-219 {padding-right: 219px;}
.p-r-220 {padding-right: 220px;}
.p-r-221 {padding-right: 221px;}
.p-r-222 {padding-right: 222px;}
.p-r-223 {padding-right: 223px;}
.p-r-224 {padding-right: 224px;}
.p-r-225 {padding-right: 225px;}
.p-r-226 {padding-right: 226px;}
.p-r-227 {padding-right: 227px;}
.p-r-228 {padding-right: 228px;}
.p-r-229 {padding-right: 229px;}
.p-r-230 {padding-right: 230px;}
.p-r-231 {padding-right: 231px;}
.p-r-232 {padding-right: 232px;}
.p-r-233 {padding-right: 233px;}
.p-r-234 {padding-right: 234px;}
.p-r-235 {padding-right: 235px;}
.p-r-236 {padding-right: 236px;}
.p-r-237 {padding-right: 237px;}
.p-r-238 {padding-right: 238px;}
.p-r-239 {padding-right: 239px;}
.p-r-240 {padding-right: 240px;}
.p-r-241 {padding-right: 241px;}
.p-r-242 {padding-right: 242px;}
.p-r-243 {padding-right: 243px;}
.p-r-244 {padding-right: 244px;}
.p-r-245 {padding-right: 245px;}
.p-r-246 {padding-right: 246px;}
.p-r-247 {padding-right: 247px;}
.p-r-248 {padding-right: 248px;}
.p-r-249 {padding-right: 249px;}
.p-r-250 {padding-right: 250px;}

/*[ MARGIN ]
///////////////////////////////////////////////////////////
*/
.m-t-0 {margin-top: 0px;}
.m-t-1 {margin-top: 1px;}
.m-t-2 {margin-top: 2px;}
.m-t-3 {margin-top: 3px;}
.m-t-4 {margin-top: 4px;}
.m-t-5 {margin-top: 5px;}
.m-t-6 {margin-top: 6px;}
.m-t-7 {margin-top: 7px;}
.m-t-8 {margin-top: 8px;}
.m-t-9 {margin-top: 9px;}
.m-t-10 {margin-top: 10px;}
.m-t-11 {margin-top: 11px;}
.m-t-12 {margin-top: 12px;}
.m-t-13 {margin-top: 13px;}
.m-t-14 {margin-top: 14px;}
.m-t-15 {margin-top: 15px;}
.m-t-16 {margin-top: 16px;}
.m-t-17 {margin-top: 17px;}
.m-t-18 {margin-top: 18px;}
.m-t-19 {margin-top: 19px;}
.m-t-20 {margin-top: 20px;}
.m-t-21 {margin-top: 21px;}
.m-t-22 {margin-top: 22px;}
.m-t-23 {margin-top: 23px;}
.m-t-24 {margin-top: 24px;}
.m-t-25 {margin-top: 25px;}
.m-t-26 {margin-top: 26px;}
.m-t-27 {margin-top: 27px;}
.m-t-28 {margin-top: 28px;}
.m-t-29 {margin-top: 29px;}
.m-t-30 {margin-top: 30px;}
.m-t-31 {margin-top: 31px;}
.m-t-32 {margin-top: 32px;}
.m-t-33 {margin-top: 33px;}
.m-t-34 {margin-top: 34px;}
.m-t-35 {margin-top: 35px;}
.m-t-36 {margin-top: 36px;}
.m-t-37 {margin-top: 37px;}
.m-t-38 {margin-top: 38px;}
.m-t-39 {margin-top: 39px;}
.m-t-40 {margin-top: 40px;}
.m-t-41 {margin-top: 41px;}
.m-t-42 {margin-top: 42px;}
.m-t-43 {margin-top: 43px;}
.m-t-44 {margin-top: 44px;}
.m-t-45 {margin-top: 45px;}
.m-t-46 {margin-top: 46px;}
.m-t-47 {margin-top: 47px;}
.m-t-48 {margin-top: 48px;}
.m-t-49 {margin-top: 49px;}
.m-t-50 {margin-top: 50px;}
.m-t-51 {margin-top: 51px;}
.m-t-52 {margin-top: 52px;}
.m-t-53 {margin-top: 53px;}
.m-t-54 {margin-top: 54px;}
.m-t-55 {margin-top: 55px;}
.m-t-56 {margin-top: 56px;}
.m-t-57 {margin-top: 57px;}
.m-t-58 {margin-top: 58px;}
.m-t-59 {margin-top: 59px;}
.m-t-60 {margin-top: 60px;}
.m-t-61 {margin-top: 61px;}
.m-t-62 {margin-top: 62px;}
.m-t-63 {margin-top: 63px;}
.m-t-64 {margin-top: 64px;}
.m-t-65 {margin-top: 65px;}
.m-t-66 {margin-top: 66px;}
.m-t-67 {margin-top: 67px;}
.m-t-68 {margin-top: 68px;}
.m-t-69 {margin-top: 69px;}
.m-t-70 {margin-top: 70px;}
.m-t-71 {margin-top: 71px;}
.m-t-72 {margin-top: 72px;}
.m-t-73 {margin-top: 73px;}
.m-t-74 {margin-top: 74px;}
.m-t-75 {margin-top: 75px;}
.m-t-76 {margin-top: 76px;}
.m-t-77 {margin-top: 77px;}
.m-t-78 {margin-top: 78px;}
.m-t-79 {margin-top: 79px;}
.m-t-80 {margin-top: 80px;}
.m-t-81 {margin-top: 81px;}
.m-t-82 {margin-top: 82px;}
.m-t-83 {margin-top: 83px;}
.m-t-84 {margin-top: 84px;}
.m-t-85 {margin-top: 85px;}
.m-t-86 {margin-top: 86px;}
.m-t-87 {margin-top: 87px;}
.m-t-88 {margin-top: 88px;}
.m-t-89 {margin-top: 89px;}
.m-t-90 {margin-top: 90px;}
.m-t-91 {margin-top: 91px;}
.m-t-92 {margin-top: 92px;}
.m-t-93 {margin-top: 93px;}
.m-t-94 {margin-top: 94px;}
.m-t-95 {margin-top: 95px;}
.m-t-96 {margin-top: 96px;}
.m-t-97 {margin-top: 97px;}
.m-t-98 {margin-top: 98px;}
.m-t-99 {margin-top: 99px;}
.m-t-100 {margin-top: 100px;}
.m-t-101 {margin-top: 101px;}
.m-t-102 {margin-top: 102px;}
.m-t-103 {margin-top: 103px;}
.m-t-104 {margin-top: 104px;}
.m-t-105 {margin-top: 105px;}
.m-t-106 {margin-top: 106px;}
.m-t-107 {margin-top: 107px;}
.m-t-108 {margin-top: 108px;}
.m-t-109 {margin-top: 109px;}
.m-t-110 {margin-top: 110px;}
.m-t-111 {margin-top: 111px;}
.m-t-112 {margin-top: 112px;}
.m-t-113 {margin-top: 113px;}
.m-t-114 {margin-top: 114px;}
.m-t-115 {margin-top: 115px;}
.m-t-116 {margin-top: 116px;}
.m-t-117 {margin-top: 117px;}
.m-t-118 {margin-top: 118px;}
.m-t-119 {margin-top: 119px;}
.m-t-120 {margin-top: 120px;}
.m-t-121 {margin-top: 121px;}
.m-t-122 {margin-top: 122px;}
.m-t-123 {margin-top: 123px;}
.m-t-124 {margin-top: 124px;}
.m-t-125 {margin-top: 125px;}
.m-t-126 {margin-top: 126px;}
.m-t-127 {margin-top: 127px;}
.m-t-128 {margin-top: 128px;}
.m-t-129 {margin-top: 129px;}
.m-t-130 {margin-top: 130px;}
.m-t-131 {margin-top: 131px;}
.m-t-132 {margin-top: 132px;}
.m-t-133 {margin-top: 133px;}
.m-t-134 {margin-top: 134px;}
.m-t-135 {margin-top: 135px;}
.m-t-136 {margin-top: 136px;}
.m-t-137 {margin-top: 137px;}
.m-t-138 {margin-top: 138px;}
.m-t-139 {margin-top: 139px;}
.m-t-140 {margin-top: 140px;}
.m-t-141 {margin-top: 141px;}
.m-t-142 {margin-top: 142px;}
.m-t-143 {margin-top: 143px;}
.m-t-144 {margin-top: 144px;}
.m-t-145 {margin-top: 145px;}
.m-t-146 {margin-top: 146px;}
.m-t-147 {margin-top: 147px;}
.m-t-148 {margin-top: 148px;}
.m-t-149 {margin-top: 149px;}
.m-t-150 {margin-top: 150px;}
.m-t-151 {margin-top: 151px;}
.m-t-152 {margin-top: 152px;}
.m-t-153 {margin-top: 153px;}
.m-t-154 {margin-top: 154px;}
.m-t-155 {margin-top: 155px;}
.m-t-156 {margin-top: 156px;}
.m-t-157 {margin-top: 157px;}
.m-t-158 {margin-top: 158px;}
.m-t-159 {margin-top: 159px;}
.m-t-160 {margin-top: 160px;}
.m-t-161 {margin-top: 161px;}
.m-t-162 {margin-top: 162px;}
.m-t-163 {margin-top: 163px;}
.m-t-164 {margin-top: 164px;}
.m-t-165 {margin-top: 165px;}
.m-t-166 {margin-top: 166px;}
.m-t-167 {margin-top: 167px;}
.m-t-168 {margin-top: 168px;}
.m-t-169 {margin-top: 169px;}
.m-t-170 {margin-top: 170px;}
.m-t-171 {margin-top: 171px;}
.m-t-172 {margin-top: 172px;}
.m-t-173 {margin-top: 173px;}
.m-t-174 {margin-top: 174px;}
.m-t-175 {margin-top: 175px;}
.m-t-176 {margin-top: 176px;}
.m-t-177 {margin-top: 177px;}
.m-t-178 {margin-top: 178px;}
.m-t-179 {margin-top: 179px;}
.m-t-180 {margin-top: 180px;}
.m-t-181 {margin-top: 181px;}
.m-t-182 {margin-top: 182px;}
.m-t-183 {margin-top: 183px;}
.m-t-184 {margin-top: 184px;}
.m-t-185 {margin-top: 185px;}
.m-t-186 {margin-top: 186px;}
.m-t-187 {margin-top: 187px;}
.m-t-188 {margin-top: 188px;}
.m-t-189 {margin-top: 189px;}
.m-t-190 {margin-top: 190px;}
.m-t-191 {margin-top: 191px;}
.m-t-192 {margin-top: 192px;}
.m-t-193 {margin-top: 193px;}
.m-t-194 {margin-top: 194px;}
.m-t-195 {margin-top: 195px;}
.m-t-196 {margin-top: 196px;}
.m-t-197 {margin-top: 197px;}
.m-t-198 {margin-top: 198px;}
.m-t-199 {margin-top: 199px;}
.m-t-200 {margin-top: 200px;}
.m-t-201 {margin-top: 201px;}
.m-t-202 {margin-top: 202px;}
.m-t-203 {margin-top: 203px;}
.m-t-204 {margin-top: 204px;}
.m-t-205 {margin-top: 205px;}
.m-t-206 {margin-top: 206px;}
.m-t-207 {margin-top: 207px;}
.m-t-208 {margin-top: 208px;}
.m-t-209 {margin-top: 209px;}
.m-t-210 {margin-top: 210px;}
.m-t-211 {margin-top: 211px;}
.m-t-212 {margin-top: 212px;}
.m-t-213 {margin-top: 213px;}
.m-t-214 {margin-top: 214px;}
.m-t-215 {margin-top: 215px;}
.m-t-216 {margin-top: 216px;}
.m-t-217 {margin-top: 217px;}
.m-t-218 {margin-top: 218px;}
.m-t-219 {margin-top: 219px;}
.m-t-220 {margin-top: 220px;}
.m-t-221 {margin-top: 221px;}
.m-t-222 {margin-top: 222px;}
.m-t-223 {margin-top: 223px;}
.m-t-224 {margin-top: 224px;}
.m-t-225 {margin-top: 225px;}
.m-t-226 {margin-top: 226px;}
.m-t-227 {margin-top: 227px;}
.m-t-228 {margin-top: 228px;}
.m-t-229 {margin-top: 229px;}
.m-t-230 {margin-top: 230px;}
.m-t-231 {margin-top: 231px;}
.m-t-232 {margin-top: 232px;}
.m-t-233 {margin-top: 233px;}
.m-t-234 {margin-top: 234px;}
.m-t-235 {margin-top: 235px;}
.m-t-236 {margin-top: 236px;}
.m-t-237 {margin-top: 237px;}
.m-t-238 {margin-top: 238px;}
.m-t-239 {margin-top: 239px;}
.m-t-240 {margin-top: 240px;}
.m-t-241 {margin-top: 241px;}
.m-t-242 {margin-top: 242px;}
.m-t-243 {margin-top: 243px;}
.m-t-244 {margin-top: 244px;}
.m-t-245 {margin-top: 245px;}
.m-t-246 {margin-top: 246px;}
.m-t-247 {margin-top: 247px;}
.m-t-248 {margin-top: 248px;}
.m-t-249 {margin-top: 249px;}
.m-t-250 {margin-top: 250px;}
.m-b-0 {margin-bottom: 0px;}
.m-b-1 {margin-bottom: 1px;}
.m-b-2 {margin-bottom: 2px;}
.m-b-3 {margin-bottom: 3px;}
.m-b-4 {margin-bottom: 4px;}
.m-b-5 {margin-bottom: 5px;}
.m-b-6 {margin-bottom: 6px;}
.m-b-7 {margin-bottom: 7px;}
.m-b-8 {margin-bottom: 8px;}
.m-b-9 {margin-bottom: 9px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-11 {margin-bottom: 11px;}
.m-b-12 {margin-bottom: 12px;}
.m-b-13 {margin-bottom: 13px;}
.m-b-14 {margin-bottom: 14px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-16 {margin-bottom: 16px;}
.m-b-17 {margin-bottom: 17px;}
.m-b-18 {margin-bottom: 18px;}
.m-b-19 {margin-bottom: 19px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-21 {margin-bottom: 21px;}
.m-b-22 {margin-bottom: 22px;}
.m-b-23 {margin-bottom: 23px;}
.m-b-24 {margin-bottom: 24px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-26 {margin-bottom: 26px;}
.m-b-27 {margin-bottom: 27px;}
.m-b-28 {margin-bottom: 28px;}
.m-b-29 {margin-bottom: 29px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-31 {margin-bottom: 31px;}
.m-b-32 {margin-bottom: 32px;}
.m-b-33 {margin-bottom: 33px;}
.m-b-34 {margin-bottom: 34px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-36 {margin-bottom: 36px;}
.m-b-37 {margin-bottom: 37px;}
.m-b-38 {margin-bottom: 38px;}
.m-b-39 {margin-bottom: 39px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-41 {margin-bottom: 41px;}
.m-b-42 {margin-bottom: 42px;}
.m-b-43 {margin-bottom: 43px;}
.m-b-44 {margin-bottom: 44px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-46 {margin-bottom: 46px;}
.m-b-47 {margin-bottom: 47px;}
.m-b-48 {margin-bottom: 48px;}
.m-b-49 {margin-bottom: 49px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-51 {margin-bottom: 51px;}
.m-b-52 {margin-bottom: 52px;}
.m-b-53 {margin-bottom: 53px;}
.m-b-54 {margin-bottom: 54px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-56 {margin-bottom: 56px;}
.m-b-57 {margin-bottom: 57px;}
.m-b-58 {margin-bottom: 58px;}
.m-b-59 {margin-bottom: 59px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-61 {margin-bottom: 61px;}
.m-b-62 {margin-bottom: 62px;}
.m-b-63 {margin-bottom: 63px;}
.m-b-64 {margin-bottom: 64px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-66 {margin-bottom: 66px;}
.m-b-67 {margin-bottom: 67px;}
.m-b-68 {margin-bottom: 68px;}
.m-b-69 {margin-bottom: 69px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-71 {margin-bottom: 71px;}
.m-b-72 {margin-bottom: 72px;}
.m-b-73 {margin-bottom: 73px;}
.m-b-74 {margin-bottom: 74px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-76 {margin-bottom: 76px;}
.m-b-77 {margin-bottom: 77px;}
.m-b-78 {margin-bottom: 78px;}
.m-b-79 {margin-bottom: 79px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-81 {margin-bottom: 81px;}
.m-b-82 {margin-bottom: 82px;}
.m-b-83 {margin-bottom: 83px;}
.m-b-84 {margin-bottom: 84px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-86 {margin-bottom: 86px;}
.m-b-87 {margin-bottom: 87px;}
.m-b-88 {margin-bottom: 88px;}
.m-b-89 {margin-bottom: 89px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-91 {margin-bottom: 91px;}
.m-b-92 {margin-bottom: 92px;}
.m-b-93 {margin-bottom: 93px;}
.m-b-94 {margin-bottom: 94px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-96 {margin-bottom: 96px;}
.m-b-97 {margin-bottom: 97px;}
.m-b-98 {margin-bottom: 98px;}
.m-b-99 {margin-bottom: 99px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-101 {margin-bottom: 101px;}
.m-b-102 {margin-bottom: 102px;}
.m-b-103 {margin-bottom: 103px;}
.m-b-104 {margin-bottom: 104px;}
.m-b-105 {margin-bottom: 105px;}
.m-b-106 {margin-bottom: 106px;}
.m-b-107 {margin-bottom: 107px;}
.m-b-108 {margin-bottom: 108px;}
.m-b-109 {margin-bottom: 109px;}
.m-b-110 {margin-bottom: 110px;}
.m-b-111 {margin-bottom: 111px;}
.m-b-112 {margin-bottom: 112px;}
.m-b-113 {margin-bottom: 113px;}
.m-b-114 {margin-bottom: 114px;}
.m-b-115 {margin-bottom: 115px;}
.m-b-116 {margin-bottom: 116px;}
.m-b-117 {margin-bottom: 117px;}
.m-b-118 {margin-bottom: 118px;}
.m-b-119 {margin-bottom: 119px;}
.m-b-120 {margin-bottom: 120px;}
.m-b-121 {margin-bottom: 121px;}
.m-b-122 {margin-bottom: 122px;}
.m-b-123 {margin-bottom: 123px;}
.m-b-124 {margin-bottom: 124px;}
.m-b-125 {margin-bottom: 125px;}
.m-b-126 {margin-bottom: 126px;}
.m-b-127 {margin-bottom: 127px;}
.m-b-128 {margin-bottom: 128px;}
.m-b-129 {margin-bottom: 129px;}
.m-b-130 {margin-bottom: 130px;}
.m-b-131 {margin-bottom: 131px;}
.m-b-132 {margin-bottom: 132px;}
.m-b-133 {margin-bottom: 133px;}
.m-b-134 {margin-bottom: 134px;}
.m-b-135 {margin-bottom: 135px;}
.m-b-136 {margin-bottom: 136px;}
.m-b-137 {margin-bottom: 137px;}
.m-b-138 {margin-bottom: 138px;}
.m-b-139 {margin-bottom: 139px;}
.m-b-140 {margin-bottom: 140px;}
.m-b-141 {margin-bottom: 141px;}
.m-b-142 {margin-bottom: 142px;}
.m-b-143 {margin-bottom: 143px;}
.m-b-144 {margin-bottom: 144px;}
.m-b-145 {margin-bottom: 145px;}
.m-b-146 {margin-bottom: 146px;}
.m-b-147 {margin-bottom: 147px;}
.m-b-148 {margin-bottom: 148px;}
.m-b-149 {margin-bottom: 149px;}
.m-b-150 {margin-bottom: 150px;}
.m-b-151 {margin-bottom: 151px;}
.m-b-152 {margin-bottom: 152px;}
.m-b-153 {margin-bottom: 153px;}
.m-b-154 {margin-bottom: 154px;}
.m-b-155 {margin-bottom: 155px;}
.m-b-156 {margin-bottom: 156px;}
.m-b-157 {margin-bottom: 157px;}
.m-b-158 {margin-bottom: 158px;}
.m-b-159 {margin-bottom: 159px;}
.m-b-160 {margin-bottom: 160px;}
.m-b-161 {margin-bottom: 161px;}
.m-b-162 {margin-bottom: 162px;}
.m-b-163 {margin-bottom: 163px;}
.m-b-164 {margin-bottom: 164px;}
.m-b-165 {margin-bottom: 165px;}
.m-b-166 {margin-bottom: 166px;}
.m-b-167 {margin-bottom: 167px;}
.m-b-168 {margin-bottom: 168px;}
.m-b-169 {margin-bottom: 169px;}
.m-b-170 {margin-bottom: 170px;}
.m-b-171 {margin-bottom: 171px;}
.m-b-172 {margin-bottom: 172px;}
.m-b-173 {margin-bottom: 173px;}
.m-b-174 {margin-bottom: 174px;}
.m-b-175 {margin-bottom: 175px;}
.m-b-176 {margin-bottom: 176px;}
.m-b-177 {margin-bottom: 177px;}
.m-b-178 {margin-bottom: 178px;}
.m-b-179 {margin-bottom: 179px;}
.m-b-180 {margin-bottom: 180px;}
.m-b-181 {margin-bottom: 181px;}
.m-b-182 {margin-bottom: 182px;}
.m-b-183 {margin-bottom: 183px;}
.m-b-184 {margin-bottom: 184px;}
.m-b-185 {margin-bottom: 185px;}
.m-b-186 {margin-bottom: 186px;}
.m-b-187 {margin-bottom: 187px;}
.m-b-188 {margin-bottom: 188px;}
.m-b-189 {margin-bottom: 189px;}
.m-b-190 {margin-bottom: 190px;}
.m-b-191 {margin-bottom: 191px;}
.m-b-192 {margin-bottom: 192px;}
.m-b-193 {margin-bottom: 193px;}
.m-b-194 {margin-bottom: 194px;}
.m-b-195 {margin-bottom: 195px;}
.m-b-196 {margin-bottom: 196px;}
.m-b-197 {margin-bottom: 197px;}
.m-b-198 {margin-bottom: 198px;}
.m-b-199 {margin-bottom: 199px;}
.m-b-200 {margin-bottom: 200px;}
.m-b-201 {margin-bottom: 201px;}
.m-b-202 {margin-bottom: 202px;}
.m-b-203 {margin-bottom: 203px;}
.m-b-204 {margin-bottom: 204px;}
.m-b-205 {margin-bottom: 205px;}
.m-b-206 {margin-bottom: 206px;}
.m-b-207 {margin-bottom: 207px;}
.m-b-208 {margin-bottom: 208px;}
.m-b-209 {margin-bottom: 209px;}
.m-b-210 {margin-bottom: 210px;}
.m-b-211 {margin-bottom: 211px;}
.m-b-212 {margin-bottom: 212px;}
.m-b-213 {margin-bottom: 213px;}
.m-b-214 {margin-bottom: 214px;}
.m-b-215 {margin-bottom: 215px;}
.m-b-216 {margin-bottom: 216px;}
.m-b-217 {margin-bottom: 217px;}
.m-b-218 {margin-bottom: 218px;}
.m-b-219 {margin-bottom: 219px;}
.m-b-220 {margin-bottom: 220px;}
.m-b-221 {margin-bottom: 221px;}
.m-b-222 {margin-bottom: 222px;}
.m-b-223 {margin-bottom: 223px;}
.m-b-224 {margin-bottom: 224px;}
.m-b-225 {margin-bottom: 225px;}
.m-b-226 {margin-bottom: 226px;}
.m-b-227 {margin-bottom: 227px;}
.m-b-228 {margin-bottom: 228px;}
.m-b-229 {margin-bottom: 229px;}
.m-b-230 {margin-bottom: 230px;}
.m-b-231 {margin-bottom: 231px;}
.m-b-232 {margin-bottom: 232px;}
.m-b-233 {margin-bottom: 233px;}
.m-b-234 {margin-bottom: 234px;}
.m-b-235 {margin-bottom: 235px;}
.m-b-236 {margin-bottom: 236px;}
.m-b-237 {margin-bottom: 237px;}
.m-b-238 {margin-bottom: 238px;}
.m-b-239 {margin-bottom: 239px;}
.m-b-240 {margin-bottom: 240px;}
.m-b-241 {margin-bottom: 241px;}
.m-b-242 {margin-bottom: 242px;}
.m-b-243 {margin-bottom: 243px;}
.m-b-244 {margin-bottom: 244px;}
.m-b-245 {margin-bottom: 245px;}
.m-b-246 {margin-bottom: 246px;}
.m-b-247 {margin-bottom: 247px;}
.m-b-248 {margin-bottom: 248px;}
.m-b-249 {margin-bottom: 249px;}
.m-b-250 {margin-bottom: 250px;}
.m-l-0 {margin-left: 0px;}
.m-l-1 {margin-left: 1px;}
.m-l-2 {margin-left: 2px;}
.m-l-3 {margin-left: 3px;}
.m-l-4 {margin-left: 4px !important;}
.m-l-5 {margin-left: 5px;}
.m-l-6 {margin-left: 6px;}
.m-l-7 {margin-left: 7px;}
.m-l-8 {margin-left: 8px !important;}
.m-l-9 {margin-left: 9px;}
.m-l-10 {margin-left: 10px;}
.m-l-11 {margin-left: 11px;}
.m-l-12 {margin-left: 12px !important;}
.m-l-13 {margin-left: 13px;}
.m-l-14 {margin-left: 14px;}
.m-l-15 {margin-left: 15px;}
.m-l-16 {margin-left: 16px !important;}
.m-l-17 {margin-left: 17px;}
.m-l-18 {margin-left: 18px;}
.m-l-19 {margin-left: 19px;}
.m-l-20 {margin-left: 20px !important;}
.m-l-21 {margin-left: 21px;}
.m-l-22 {margin-left: 22px;}
.m-l-23 {margin-left: 23px;}
.m-l-24 {margin-left: 24px !important;}
.m-l-25 {margin-left: 25px;}
.m-l-26 {margin-left: 26px;}
.m-l-27 {margin-left: 27px;}
.m-l-28 {margin-left: 28px;}
.m-l-29 {margin-left: 29px;}
.m-l-30 {margin-left: 30px;}
.m-l-31 {margin-left: 31px;}
.m-l-32 {margin-left: 32px !important;}
.m-l-33 {margin-left: 33px;}
.m-l-34 {margin-left: 34px;}
.m-l-35 {margin-left: 35px;}
.m-l-36 {margin-left: 36px !important;}
.m-l-37 {margin-left: 37px;}
.m-l-38 {margin-left: 38px;}
.m-l-39 {margin-left: 39px;}
.m-l-40 {margin-left: 40px;}
.m-l-41 {margin-left: 41px;}
.m-l-42 {margin-left: 42px;}
.m-l-43 {margin-left: 43px;}
.m-l-44 {margin-left: 44px;}
.m-l-45 {margin-left: 45px;}
.m-l-46 {margin-left: 46px;}
.m-l-47 {margin-left: 47px;}
.m-l-48 {margin-left: 48px;}
.m-l-49 {margin-left: 49px;}
.m-l-50 {margin-left: 50px;}
.m-l-51 {margin-left: 51px;}
.m-l-52 {margin-left: 52px;}
.m-l-53 {margin-left: 53px;}
.m-l-54 {margin-left: 54px;}
.m-l-55 {margin-left: 55px;}
.m-l-56 {margin-left: 56px;}
.m-l-57 {margin-left: 57px;}
.m-l-58 {margin-left: 58px;}
.m-l-59 {margin-left: 59px;}
.m-l-60 {margin-left: 60px;}
.m-l-61 {margin-left: 61px;}
.m-l-62 {margin-left: 62px;}
.m-l-63 {margin-left: 63px;}
.m-l-64 {margin-left: 64px;}
.m-l-65 {margin-left: 65px;}
.m-l-66 {margin-left: 66px;}
.m-l-67 {margin-left: 67px;}
.m-l-68 {margin-left: 68px;}
.m-l-69 {margin-left: 69px;}
.m-l-70 {margin-left: 70px;}
.m-l-71 {margin-left: 71px;}
.m-l-72 {margin-left: 72px;}
.m-l-73 {margin-left: 73px;}
.m-l-74 {margin-left: 74px;}
.m-l-75 {margin-left: 75px;}
.m-l-76 {margin-left: 76px;}
.m-l-77 {margin-left: 77px;}
.m-l-78 {margin-left: 78px;}
.m-l-79 {margin-left: 79px;}
.m-l-80 {margin-left: 80px;}
.m-l-81 {margin-left: 81px;}
.m-l-82 {margin-left: 82px;}
.m-l-83 {margin-left: 83px;}
.m-l-84 {margin-left: 84px;}
.m-l-85 {margin-left: 85px;}
.m-l-86 {margin-left: 86px;}
.m-l-87 {margin-left: 87px;}
.m-l-88 {margin-left: 88px;}
.m-l-89 {margin-left: 89px;}
.m-l-90 {margin-left: 90px;}
.m-l-91 {margin-left: 91px;}
.m-l-92 {margin-left: 92px;}
.m-l-93 {margin-left: 93px;}
.m-l-94 {margin-left: 94px;}
.m-l-95 {margin-left: 95px;}
.m-l-96 {margin-left: 96px;}
.m-l-97 {margin-left: 97px;}
.m-l-98 {margin-left: 98px;}
.m-l-99 {margin-left: 99px;}
.m-l-100 {margin-left: 100px;}
.m-l-101 {margin-left: 101px;}
.m-l-102 {margin-left: 102px;}
.m-l-103 {margin-left: 103px;}
.m-l-104 {margin-left: 104px;}
.m-l-105 {margin-left: 105px;}
.m-l-106 {margin-left: 106px;}
.m-l-107 {margin-left: 107px;}
.m-l-108 {margin-left: 108px;}
.m-l-109 {margin-left: 109px;}
.m-l-110 {margin-left: 110px;}
.m-l-111 {margin-left: 111px;}
.m-l-112 {margin-left: 112px;}
.m-l-113 {margin-left: 113px;}
.m-l-114 {margin-left: 114px;}
.m-l-115 {margin-left: 115px;}
.m-l-116 {margin-left: 116px;}
.m-l-117 {margin-left: 117px;}
.m-l-118 {margin-left: 118px;}
.m-l-119 {margin-left: 119px;}
.m-l-120 {margin-left: 120px;}
.m-l-121 {margin-left: 121px;}
.m-l-122 {margin-left: 122px;}
.m-l-123 {margin-left: 123px;}
.m-l-124 {margin-left: 124px;}
.m-l-125 {margin-left: 125px;}
.m-l-126 {margin-left: 126px;}
.m-l-127 {margin-left: 127px;}
.m-l-128 {margin-left: 128px;}
.m-l-129 {margin-left: 129px;}
.m-l-130 {margin-left: 130px;}
.m-l-131 {margin-left: 131px;}
.m-l-132 {margin-left: 132px;}
.m-l-133 {margin-left: 133px;}
.m-l-134 {margin-left: 134px;}
.m-l-135 {margin-left: 135px;}
.m-l-136 {margin-left: 136px;}
.m-l-137 {margin-left: 137px;}
.m-l-138 {margin-left: 138px;}
.m-l-139 {margin-left: 139px;}
.m-l-140 {margin-left: 140px;}
.m-l-141 {margin-left: 141px;}
.m-l-142 {margin-left: 142px;}
.m-l-143 {margin-left: 143px;}
.m-l-144 {margin-left: 144px;}
.m-l-145 {margin-left: 145px;}
.m-l-146 {margin-left: 146px;}
.m-l-147 {margin-left: 147px;}
.m-l-148 {margin-left: 148px;}
.m-l-149 {margin-left: 149px;}
.m-l-150 {margin-left: 150px;}
.m-l-151 {margin-left: 151px;}
.m-l-152 {margin-left: 152px;}
.m-l-153 {margin-left: 153px;}
.m-l-154 {margin-left: 154px;}
.m-l-155 {margin-left: 155px;}
.m-l-156 {margin-left: 156px;}
.m-l-157 {margin-left: 157px;}
.m-l-158 {margin-left: 158px;}
.m-l-159 {margin-left: 159px;}
.m-l-160 {margin-left: 160px;}
.m-l-161 {margin-left: 161px;}
.m-l-162 {margin-left: 162px;}
.m-l-163 {margin-left: 163px;}
.m-l-164 {margin-left: 164px;}
.m-l-165 {margin-left: 165px;}
.m-l-166 {margin-left: 166px;}
.m-l-167 {margin-left: 167px;}
.m-l-168 {margin-left: 168px;}
.m-l-169 {margin-left: 169px;}
.m-l-170 {margin-left: 170px;}
.m-l-171 {margin-left: 171px;}
.m-l-172 {margin-left: 172px;}
.m-l-173 {margin-left: 173px;}
.m-l-174 {margin-left: 174px;}
.m-l-175 {margin-left: 175px;}
.m-l-176 {margin-left: 176px;}
.m-l-177 {margin-left: 177px;}
.m-l-178 {margin-left: 178px;}
.m-l-179 {margin-left: 179px;}
.m-l-180 {margin-left: 180px;}
.m-l-181 {margin-left: 181px;}
.m-l-182 {margin-left: 182px;}
.m-l-183 {margin-left: 183px;}
.m-l-184 {margin-left: 184px;}
.m-l-185 {margin-left: 185px;}
.m-l-186 {margin-left: 186px;}
.m-l-187 {margin-left: 187px;}
.m-l-188 {margin-left: 188px;}
.m-l-189 {margin-left: 189px;}
.m-l-190 {margin-left: 190px;}
.m-l-191 {margin-left: 191px;}
.m-l-192 {margin-left: 192px;}
.m-l-193 {margin-left: 193px;}
.m-l-194 {margin-left: 194px;}
.m-l-195 {margin-left: 195px;}
.m-l-196 {margin-left: 196px;}
.m-l-197 {margin-left: 197px;}
.m-l-198 {margin-left: 198px;}
.m-l-199 {margin-left: 199px;}
.m-l-200 {margin-left: 200px;}
.m-l-201 {margin-left: 201px;}
.m-l-202 {margin-left: 202px;}
.m-l-203 {margin-left: 203px;}
.m-l-204 {margin-left: 204px;}
.m-l-205 {margin-left: 205px;}
.m-l-206 {margin-left: 206px;}
.m-l-207 {margin-left: 207px;}
.m-l-208 {margin-left: 208px;}
.m-l-209 {margin-left: 209px;}
.m-l-210 {margin-left: 210px;}
.m-l-211 {margin-left: 211px;}
.m-l-212 {margin-left: 212px;}
.m-l-213 {margin-left: 213px;}
.m-l-214 {margin-left: 214px;}
.m-l-215 {margin-left: 215px;}
.m-l-216 {margin-left: 216px;}
.m-l-217 {margin-left: 217px;}
.m-l-218 {margin-left: 218px;}
.m-l-219 {margin-left: 219px;}
.m-l-220 {margin-left: 220px;}
.m-l-221 {margin-left: 221px;}
.m-l-222 {margin-left: 222px;}
.m-l-223 {margin-left: 223px;}
.m-l-224 {margin-left: 224px;}
.m-l-225 {margin-left: 225px;}
.m-l-226 {margin-left: 226px;}
.m-l-227 {margin-left: 227px;}
.m-l-228 {margin-left: 228px;}
.m-l-229 {margin-left: 229px;}
.m-l-230 {margin-left: 230px;}
.m-l-231 {margin-left: 231px;}
.m-l-232 {margin-left: 232px;}
.m-l-233 {margin-left: 233px;}
.m-l-234 {margin-left: 234px;}
.m-l-235 {margin-left: 235px;}
.m-l-236 {margin-left: 236px;}
.m-l-237 {margin-left: 237px;}
.m-l-238 {margin-left: 238px;}
.m-l-239 {margin-left: 239px;}
.m-l-240 {margin-left: 240px;}
.m-l-241 {margin-left: 241px;}
.m-l-242 {margin-left: 242px;}
.m-l-243 {margin-left: 243px;}
.m-l-244 {margin-left: 244px;}
.m-l-245 {margin-left: 245px;}
.m-l-246 {margin-left: 246px;}
.m-l-247 {margin-left: 247px;}
.m-l-248 {margin-left: 248px;}
.m-l-249 {margin-left: 249px;}
.m-l-250 {margin-left: 250px;}
.m-r-0 {margin-right: 0px;}
.m-r-1 {margin-right: 1px;}
.m-r-2 {margin-right: 2px;}
.m-r-3 {margin-right: 3px;}
.m-r-4 {margin-right: 4px;}
.m-r-5 {margin-right: 5px;}
.m-r-6 {margin-right: 6px;}
.m-r-7 {margin-right: 7px;}
.m-r-8 {margin-right: 8px;}
.m-r-9 {margin-right: 9px;}
.m-r-10 {margin-right: 10px;}
.m-r-11 {margin-right: 11px;}
.m-r-12 {margin-right: 12px;}
.m-r-13 {margin-right: 13px;}
.m-r-14 {margin-right: 14px;}
.m-r-15 {margin-right: 15px;}
.m-r-16 {margin-right: 16px;}
.m-r-17 {margin-right: 17px;}
.m-r-18 {margin-right: 18px;}
.m-r-19 {margin-right: 19px;}
.m-r-20 {margin-right: 20px;}
.m-r-21 {margin-right: 21px;}
.m-r-22 {margin-right: 22px;}
.m-r-23 {margin-right: 23px;}
.m-r-24 {margin-right: 24px;}
.m-r-25 {margin-right: 25px;}
.m-r-26 {margin-right: 26px;}
.m-r-27 {margin-right: 27px;}
.m-r-28 {margin-right: 28px;}
.m-r-29 {margin-right: 29px;}
.m-r-30 {margin-right: 30px;}
.m-r-31 {margin-right: 31px;}
.m-r-32 {margin-right: 32px;}
.m-r-33 {margin-right: 33px;}
.m-r-34 {margin-right: 34px;}
.m-r-35 {margin-right: 35px;}
.m-r-36 {margin-right: 36px;}
.m-r-37 {margin-right: 37px;}
.m-r-38 {margin-right: 38px;}
.m-r-39 {margin-right: 39px;}
.m-r-40 {margin-right: 40px;}
.m-r-41 {margin-right: 41px;}
.m-r-42 {margin-right: 42px;}
.m-r-43 {margin-right: 43px;}
.m-r-44 {margin-right: 44px;}
.m-r-45 {margin-right: 45px;}
.m-r-46 {margin-right: 46px;}
.m-r-47 {margin-right: 47px;}
.m-r-48 {margin-right: 48px;}
.m-r-49 {margin-right: 49px;}
.m-r-50 {margin-right: 50px;}
.m-r-51 {margin-right: 51px;}
.m-r-52 {margin-right: 52px;}
.m-r-53 {margin-right: 53px;}
.m-r-54 {margin-right: 54px;}
.m-r-55 {margin-right: 55px;}
.m-r-56 {margin-right: 56px;}
.m-r-57 {margin-right: 57px;}
.m-r-58 {margin-right: 58px;}
.m-r-59 {margin-right: 59px;}
.m-r-60 {margin-right: 60px;}
.m-r-61 {margin-right: 61px;}
.m-r-62 {margin-right: 62px;}
.m-r-63 {margin-right: 63px;}
.m-r-64 {margin-right: 64px;}
.m-r-65 {margin-right: 65px;}
.m-r-66 {margin-right: 66px;}
.m-r-67 {margin-right: 67px;}
.m-r-68 {margin-right: 68px;}
.m-r-69 {margin-right: 69px;}
.m-r-70 {margin-right: 70px;}
.m-r-71 {margin-right: 71px;}
.m-r-72 {margin-right: 72px;}
.m-r-73 {margin-right: 73px;}
.m-r-74 {margin-right: 74px;}
.m-r-75 {margin-right: 75px;}
.m-r-76 {margin-right: 76px;}
.m-r-77 {margin-right: 77px;}
.m-r-78 {margin-right: 78px;}
.m-r-79 {margin-right: 79px;}
.m-r-80 {margin-right: 80px;}
.m-r-81 {margin-right: 81px;}
.m-r-82 {margin-right: 82px;}
.m-r-83 {margin-right: 83px;}
.m-r-84 {margin-right: 84px;}
.m-r-85 {margin-right: 85px;}
.m-r-86 {margin-right: 86px;}
.m-r-87 {margin-right: 87px;}
.m-r-88 {margin-right: 88px;}
.m-r-89 {margin-right: 89px;}
.m-r-90 {margin-right: 90px;}
.m-r-91 {margin-right: 91px;}
.m-r-92 {margin-right: 92px;}
.m-r-93 {margin-right: 93px;}
.m-r-94 {margin-right: 94px;}
.m-r-95 {margin-right: 95px;}
.m-r-96 {margin-right: 96px;}
.m-r-97 {margin-right: 97px;}
.m-r-98 {margin-right: 98px;}
.m-r-99 {margin-right: 99px;}
.m-r-100 {margin-right: 100px;}
.m-r-101 {margin-right: 101px;}
.m-r-102 {margin-right: 102px;}
.m-r-103 {margin-right: 103px;}
.m-r-104 {margin-right: 104px;}
.m-r-105 {margin-right: 105px;}
.m-r-106 {margin-right: 106px;}
.m-r-107 {margin-right: 107px;}
.m-r-108 {margin-right: 108px;}
.m-r-109 {margin-right: 109px;}
.m-r-110 {margin-right: 110px;}
.m-r-111 {margin-right: 111px;}
.m-r-112 {margin-right: 112px;}
.m-r-113 {margin-right: 113px;}
.m-r-114 {margin-right: 114px;}
.m-r-115 {margin-right: 115px;}
.m-r-116 {margin-right: 116px;}
.m-r-117 {margin-right: 117px;}
.m-r-118 {margin-right: 118px;}
.m-r-119 {margin-right: 119px;}
.m-r-120 {margin-right: 120px;}
.m-r-121 {margin-right: 121px;}
.m-r-122 {margin-right: 122px;}
.m-r-123 {margin-right: 123px;}
.m-r-124 {margin-right: 124px;}
.m-r-125 {margin-right: 125px;}
.m-r-126 {margin-right: 126px;}
.m-r-127 {margin-right: 127px;}
.m-r-128 {margin-right: 128px;}
.m-r-129 {margin-right: 129px;}
.m-r-130 {margin-right: 130px;}
.m-r-131 {margin-right: 131px;}
.m-r-132 {margin-right: 132px;}
.m-r-133 {margin-right: 133px;}
.m-r-134 {margin-right: 134px;}
.m-r-135 {margin-right: 135px;}
.m-r-136 {margin-right: 136px;}
.m-r-137 {margin-right: 137px;}
.m-r-138 {margin-right: 138px;}
.m-r-139 {margin-right: 139px;}
.m-r-140 {margin-right: 140px;}
.m-r-141 {margin-right: 141px;}
.m-r-142 {margin-right: 142px;}
.m-r-143 {margin-right: 143px;}
.m-r-144 {margin-right: 144px;}
.m-r-145 {margin-right: 145px;}
.m-r-146 {margin-right: 146px;}
.m-r-147 {margin-right: 147px;}
.m-r-148 {margin-right: 148px;}
.m-r-149 {margin-right: 149px;}
.m-r-150 {margin-right: 150px;}
.m-r-151 {margin-right: 151px;}
.m-r-152 {margin-right: 152px;}
.m-r-153 {margin-right: 153px;}
.m-r-154 {margin-right: 154px;}
.m-r-155 {margin-right: 155px;}
.m-r-156 {margin-right: 156px;}
.m-r-157 {margin-right: 157px;}
.m-r-158 {margin-right: 158px;}
.m-r-159 {margin-right: 159px;}
.m-r-160 {margin-right: 160px;}
.m-r-161 {margin-right: 161px;}
.m-r-162 {margin-right: 162px;}
.m-r-163 {margin-right: 163px;}
.m-r-164 {margin-right: 164px;}
.m-r-165 {margin-right: 165px;}
.m-r-166 {margin-right: 166px;}
.m-r-167 {margin-right: 167px;}
.m-r-168 {margin-right: 168px;}
.m-r-169 {margin-right: 169px;}
.m-r-170 {margin-right: 170px;}
.m-r-171 {margin-right: 171px;}
.m-r-172 {margin-right: 172px;}
.m-r-173 {margin-right: 173px;}
.m-r-174 {margin-right: 174px;}
.m-r-175 {margin-right: 175px;}
.m-r-176 {margin-right: 176px;}
.m-r-177 {margin-right: 177px;}
.m-r-178 {margin-right: 178px;}
.m-r-179 {margin-right: 179px;}
.m-r-180 {margin-right: 180px;}
.m-r-181 {margin-right: 181px;}
.m-r-182 {margin-right: 182px;}
.m-r-183 {margin-right: 183px;}
.m-r-184 {margin-right: 184px;}
.m-r-185 {margin-right: 185px;}
.m-r-186 {margin-right: 186px;}
.m-r-187 {margin-right: 187px;}
.m-r-188 {margin-right: 188px;}
.m-r-189 {margin-right: 189px;}
.m-r-190 {margin-right: 190px;}
.m-r-191 {margin-right: 191px;}
.m-r-192 {margin-right: 192px;}
.m-r-193 {margin-right: 193px;}
.m-r-194 {margin-right: 194px;}
.m-r-195 {margin-right: 195px;}
.m-r-196 {margin-right: 196px;}
.m-r-197 {margin-right: 197px;}
.m-r-198 {margin-right: 198px;}
.m-r-199 {margin-right: 199px;}
.m-r-200 {margin-right: 200px;}
.m-r-201 {margin-right: 201px;}
.m-r-202 {margin-right: 202px;}
.m-r-203 {margin-right: 203px;}
.m-r-204 {margin-right: 204px;}
.m-r-205 {margin-right: 205px;}
.m-r-206 {margin-right: 206px;}
.m-r-207 {margin-right: 207px;}
.m-r-208 {margin-right: 208px;}
.m-r-209 {margin-right: 209px;}
.m-r-210 {margin-right: 210px;}
.m-r-211 {margin-right: 211px;}
.m-r-212 {margin-right: 212px;}
.m-r-213 {margin-right: 213px;}
.m-r-214 {margin-right: 214px;}
.m-r-215 {margin-right: 215px;}
.m-r-216 {margin-right: 216px;}
.m-r-217 {margin-right: 217px;}
.m-r-218 {margin-right: 218px;}
.m-r-219 {margin-right: 219px;}
.m-r-220 {margin-right: 220px;}
.m-r-221 {margin-right: 221px;}
.m-r-222 {margin-right: 222px;}
.m-r-223 {margin-right: 223px;}
.m-r-224 {margin-right: 224px;}
.m-r-225 {margin-right: 225px;}
.m-r-226 {margin-right: 226px;}
.m-r-227 {margin-right: 227px;}
.m-r-228 {margin-right: 228px;}
.m-r-229 {margin-right: 229px;}
.m-r-230 {margin-right: 230px;}
.m-r-231 {margin-right: 231px;}
.m-r-232 {margin-right: 232px;}
.m-r-233 {margin-right: 233px;}
.m-r-234 {margin-right: 234px;}
.m-r-235 {margin-right: 235px;}
.m-r-236 {margin-right: 236px;}
.m-r-237 {margin-right: 237px;}
.m-r-238 {margin-right: 238px;}
.m-r-239 {margin-right: 239px;}
.m-r-240 {margin-right: 240px;}
.m-r-241 {margin-right: 241px;}
.m-r-242 {margin-right: 242px;}
.m-r-243 {margin-right: 243px;}
.m-r-244 {margin-right: 244px;}
.m-r-245 {margin-right: 245px;}
.m-r-246 {margin-right: 246px;}
.m-r-247 {margin-right: 247px;}
.m-r-248 {margin-right: 248px;}
.m-r-249 {margin-right: 249px;}
.m-r-250 {margin-right: 250px;}
.m-l-r-auto {margin-left: auto;	margin-right: auto;}
.m-l-auto {margin-left: auto;}
.m-r-auto {margin-right: auto;}
.m-0 {margin: 0px;}
.m-1 {margin: 1px;}
.m-2 {margin: 2px;}
.m-3 {margin: 3px;}
.m-4 {margin: 4px;}
.m-5 {margin: 5px;}
.m-6 {margin: 6px;}
.m-7 {margin: 7px;}
.m-8 {margin: 8px;}
.m-9 {margin: 9px;}
.m-10 {margin: 10px;}
.m-11 {margin: 11px;}
.m-12 {margin: 12px;}
.m-13 {margin: 13px;}
.m-14 {margin: 14px;}
.m-15 {margin: 15px;}
.m-16 {margin: 16px;}
.m-17 {margin: 17px;}
.m-18 {margin: 18px;}
.m-19 {margin: 19px;}
.m-20 {margin: 20px;}
.m-21 {margin: 21px;}
.m-22 {margin: 22px;}
.m-23 {margin: 23px;}
.m-24 {margin: 24px;}
.m-25 {margin: 25px;}
.m-26 {margin: 26px;}
.m-27 {margin: 27px;}
.m-28 {margin: 28px;}
.m-29 {margin: 29px;}
.m-30 {margin: 30px;}
.m-31 {margin: 31px;}
.m-32 {margin: 32px;}
.m-33 {margin: 33px;}
.m-34 {margin: 34px;}
.m-35 {margin: 35px;}
.m-36 {margin: 36px;}
.m-37 {margin: 37px;}
.m-38 {margin: 38px;}
.m-39 {margin: 39px;}
.m-40 {margin: 40px;}
.m-41 {margin: 41px;}
.m-42 {margin: 42px;}
.m-43 {margin: 43px;}
.m-44 {margin: 44px;}
.m-45 {margin: 45px;}
.m-46 {margin: 46px;}
.m-47 {margin: 47px;}
.m-48 {margin: 48px;}
.m-49 {margin: 49px;}
.m-50 {margin: 50px;}
.m-51 {margin: 51px;}
.m-52 {margin: 52px;}
.m-53 {margin: 53px;}
.m-54 {margin: 54px;}
.m-55 {margin: 55px;}
.m-56 {margin: 56px;}
.m-57 {margin: 57px;}
.m-58 {margin: 58px;}
.m-59 {margin: 59px;}
.m-60 {margin: 60px;}
.m-61 {margin: 61px;}
.m-62 {margin: 62px;}
.m-63 {margin: 63px;}
.m-64 {margin: 64px;}
.m-65 {margin: 65px;}
.m-66 {margin: 66px;}
.m-67 {margin: 67px;}
.m-68 {margin: 68px;}
.m-69 {margin: 69px;}
.m-70 {margin: 70px;}
.m-71 {margin: 71px;}
.m-72 {margin: 72px;}
.m-73 {margin: 73px;}
.m-74 {margin: 74px;}
.m-75 {margin: 75px;}
.m-76 {margin: 76px;}
.m-77 {margin: 77px;}
.m-78 {margin: 78px;}
.m-79 {margin: 79px;}
.m-80 {margin: 80px;}
.m-81 {margin: 81px;}
.m-82 {margin: 82px;}
.m-83 {margin: 83px;}
.m-84 {margin: 84px;}
.m-85 {margin: 85px;}
.m-86 {margin: 86px;}
.m-87 {margin: 87px;}
.m-88 {margin: 88px;}
.m-89 {margin: 89px;}
.m-90 {margin: 90px;}
.m-91 {margin: 91px;}
.m-92 {margin: 92px;}
.m-93 {margin: 93px;}
.m-94 {margin: 94px;}
.m-95 {margin: 95px;}
.m-96 {margin: 96px;}
.m-97 {margin: 97px;}
.m-98 {margin: 98px;}
.m-99 {margin: 99px;}
.m-100 {margin: 100px;}
.m-101 {margin: 101px;}
.m-102 {margin: 102px;}
.m-103 {margin: 103px;}
.m-104 {margin: 104px;}
.m-105 {margin: 105px;}
.m-106 {margin: 106px;}
.m-107 {margin: 107px;}
.m-108 {margin: 108px;}
.m-109 {margin: 109px;}
.m-110 {margin: 110px;}
.m-111 {margin: 111px;}
.m-112 {margin: 112px;}
.m-113 {margin: 113px;}
.m-114 {margin: 114px;}
.m-115 {margin: 115px;}
.m-116 {margin: 116px;}
.m-117 {margin: 117px;}
.m-118 {margin: 118px;}
.m-119 {margin: 119px;}
.m-120 {margin: 120px;}
.m-121 {margin: 121px;}
.m-122 {margin: 122px;}
.m-123 {margin: 123px;}
.m-124 {margin: 124px;}
.m-125 {margin: 125px;}
.m-126 {margin: 126px;}
.m-127 {margin: 127px;}
.m-128 {margin: 128px;}
.m-129 {margin: 129px;}
.m-130 {margin: 130px;}
.m-131 {margin: 131px;}
.m-132 {margin: 132px;}
.m-133 {margin: 133px;}
.m-134 {margin: 134px;}
.m-135 {margin: 135px;}
.m-136 {margin: 136px;}
.m-137 {margin: 137px;}
.m-138 {margin: 138px;}
.m-139 {margin: 139px;}
.m-140 {margin: 140px;}
.m-141 {margin: 141px;}
.m-142 {margin: 142px;}
.m-143 {margin: 143px;}
.m-144 {margin: 144px;}
.m-145 {margin: 145px;}
.m-146 {margin: 146px;}
.m-147 {margin: 147px;}
.m-148 {margin: 148px;}
.m-149 {margin: 149px;}
.m-150 {margin: 150px;}
.m-151 {margin: 151px;}
.m-152 {margin: 152px;}
.m-153 {margin: 153px;}
.m-154 {margin: 154px;}
.m-155 {margin: 155px;}
.m-156 {margin: 156px;}
.m-157 {margin: 157px;}
.m-158 {margin: 158px;}
.m-159 {margin: 159px;}
.m-160 {margin: 160px;}
.m-161 {margin: 161px;}
.m-162 {margin: 162px;}
.m-163 {margin: 163px;}
.m-164 {margin: 164px;}
.m-165 {margin: 165px;}
.m-166 {margin: 166px;}
.m-167 {margin: 167px;}
.m-168 {margin: 168px;}
.m-169 {margin: 169px;}
.m-170 {margin: 170px;}
.m-171 {margin: 171px;}
.m-172 {margin: 172px;}
.m-173 {margin: 173px;}
.m-174 {margin: 174px;}
.m-175 {margin: 175px;}
.m-176 {margin: 176px;}
.m-177 {margin: 177px;}
.m-178 {margin: 178px;}
.m-179 {margin: 179px;}
.m-180 {margin: 180px;}
.m-181 {margin: 181px;}
.m-182 {margin: 182px;}
.m-183 {margin: 183px;}
.m-184 {margin: 184px;}
.m-185 {margin: 185px;}
.m-186 {margin: 186px;}
.m-187 {margin: 187px;}
.m-188 {margin: 188px;}
.m-189 {margin: 189px;}
.m-190 {margin: 190px;}
.m-191 {margin: 191px;}
.m-192 {margin: 192px;}
.m-193 {margin: 193px;}
.m-194 {margin: 194px;}
.m-195 {margin: 195px;}
.m-196 {margin: 196px;}
.m-197 {margin: 197px;}
.m-198 {margin: 198px;}
.m-199 {margin: 199px;}
.m-200 {margin: 200px;}
.m-201 {margin: 201px;}
.m-202 {margin: 202px;}
.m-203 {margin: 203px;}
.m-204 {margin: 204px;}
.m-205 {margin: 205px;}
.m-206 {margin: 206px;}
.m-207 {margin: 207px;}
.m-208 {margin: 208px;}
.m-209 {margin: 209px;}
.m-210 {margin: 210px;}
.m-211 {margin: 211px;}
.m-212 {margin: 212px;}
.m-213 {margin: 213px;}
.m-214 {margin: 214px;}
.m-215 {margin: 215px;}
.m-216 {margin: 216px;}
.m-217 {margin: 217px;}
.m-218 {margin: 218px;}
.m-219 {margin: 219px;}
.m-220 {margin: 220px;}
.m-221 {margin: 221px;}
.m-222 {margin: 222px;}
.m-223 {margin: 223px;}
.m-224 {margin: 224px;}
.m-225 {margin: 225px;}
.m-226 {margin: 226px;}
.m-227 {margin: 227px;}
.m-228 {margin: 228px;}
.m-229 {margin: 229px;}
.m-230 {margin: 230px;}
.m-231 {margin: 231px;}
.m-232 {margin: 232px;}
.m-233 {margin: 233px;}
.m-234 {margin: 234px;}
.m-235 {margin: 235px;}
.m-236 {margin: 236px;}
.m-237 {margin: 237px;}
.m-238 {margin: 238px;}
.m-239 {margin: 239px;}
.m-240 {margin: 240px;}
.m-241 {margin: 241px;}
.m-242 {margin: 242px;}
.m-243 {margin: 243px;}
.m-244 {margin: 244px;}
.m-245 {margin: 245px;}
.m-246 {margin: 246px;}
.m-247 {margin: 247px;}
.m-248 {margin: 248px;}
.m-249 {margin: 249px;}
.m-250 {margin: 250px;}


/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */


.text-hov-white:hover {color: white;}

/* ------------------------------------ */
.text-up {text-transform: uppercase;}

/* ------------------------------------ */
.t-center {text-align: center;}
.t-left {text-align: left;}
.t-right {text-align: right;}
.t-middle {vertical-align: middle;}
.self-center{align-self: center}

/* ------------------------------------ */
.lh-1-0 {line-height: 1.0;}
.lh-1-1 {line-height: 1.1;}
.lh-1-2 {line-height: 1.2;}
.lh-1-3 {line-height: 1.3;}
.lh-1-4 {line-height: 1.4;}
.lh-1-5 {line-height: 1.5;}
.lh-1-6 {line-height: 1.6;}
.lh-1-7 {line-height: 1.7;}
.lh-1-8 {line-height: 1.8;}
.lh-1-9 {line-height: 1.9;}
.lh-2-0 {line-height: 2.0;}
.lh-2-1 {line-height: 2.1;}
.lh-2-2 {line-height: 2.2;}
.lh-2-3 {line-height: 2.3;}
.lh-2-4 {line-height: 2.4;}
.lh-2-5 {line-height: 2.5;}
.lh-2-6 {line-height: 2.6;}
.lh-2-7 {line-height: 2.7;}
.lh-2-8 {line-height: 2.8;}
.lh-2-9 {line-height: 2.9;}





/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
	display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {float: left;}
.float-r {float: right;}


/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
	width: 100%;
	height: 100%;
}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}


/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {opacity: 0;}
.op-0-1 {opacity: 0.1;}
.op-0-2 {opacity: 0.2;}
.op-0-3 {opacity: 0.3;}
.op-0-4 {opacity: 0.4;}
.op-0-5 {opacity: 0.5;}
.op-0-6 {opacity: 0.6;}
.op-0-7 {opacity: 0.7;}
.op-0-8 {opacity: 0.8;}
.op-0-9 {opacity: 0.9;}
.op-1-0 {opacity: 1;}


/*[ Rounded ]
-----------------------------------------------------------
*/
.rounded-0 {border-radius: 0!important;}
.rounded-1 {border-radius: 1px!important;}
.rounded-2 {border-radius: 2px!important;}
.rounded-3 {border-radius: 3px!important;}
.rounded-4 {border-radius: 4px!important;}
.rounded-5 {border-radius: 5px!important;}
.rounded-6 {border-radius: 6px!important;}
.rounded-7 {border-radius: 7px!important;}
.rounded-8 {border-radius: 8px!important;}
.rounded-9 {border-radius: 9px!important;}
.rounded-10 {border-radius: 10px!important;}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

/* ------------------------------------ */
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

/* ------------------------------------ */
.wrap-pic-cir {
	border-radius: 50%;
	overflow: hidden;
}
.wrap-pic-cir img {
	width: 100%;
}



/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
 transition: all 0.6s;
}
.hov-img-zoom:hover img {
	transform: scale(1.1);
}



/*[  ]
-----------------------------------------------------------
*/
.bo-cir {border-radius: 50%;}

.of-hidden {overflow: hidden;}

.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}

.cs-pointer {cursor: pointer;}



/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
 transition: all 0.1s;
}
.trans-0-2 {
 transition: all 0.2s;
}
.trans-0-3 {
 transition: all 0.3s;
}
.trans-0-4 {
 transition: all 0.4s;
}
.trans-0-5 {
 transition: all 0.5s;
}
.trans-0-6 {
 transition: all 0.6s;
}
.trans-0-9 {
 transition: all 0.9s;
}
.trans-1-0 {
 transition: all 1s;
}



/*[ Layout ]
///////////////////////////////////////////////////////////
*/

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
	display: flex;
	justify-content: flex-start;
}

.flex-r {
	display: flex;
	justify-content: flex-end;
}

.flex-c {
	display: flex;
	justify-content: center;
}

.flex-sa {
	display: flex;
	justify-content: space-around;
}

.flex-sb {
	display: flex;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-b {
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-m {
	display: flex;
	-ms-align-items: center;
	align-items: center;

}

.flex-str {
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
	display: flex;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex-row-rev {
	display: flex;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex-col-rev {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.flex-c-t {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-c-b {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-c-str {
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-l-m {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.flex-r-m {
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-sa-m {
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}

.flex-sb-m {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-r {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-c {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-l-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.flex-col-r-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}

.flex-col-c-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.flex-col-c-b {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.flex-col-str {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-col-sb {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-rev-r {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-rev-c {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-rev-str {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: stretch;
	align-items: stretch;
}


/*[ Absolute ]
-----------------------------------------------------------
*/
.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ab-c-t {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.ab-c-b {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.ab-l-m {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.ab-r-m {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.ab-t-l {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ab-t-r {
	position: absolute;
	right: 0px;
	top: 0px;
}

.ab-b-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ab-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}









/*=========================================================
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
=========================================================*/

/*[ S-Text 0 - 15 ]
///////////////////////////////////////////////////////////
*/
.s-text1 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
}

.s-text2 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #111111;
	text-transform: uppercase;
}

.s-text3 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #555555;
	line-height: 1.5;
}

.s-text4 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.s-text5 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #999999;
	line-height: 1;
}

.s-text6 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.8;
}

.s-text7 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 1.8;
}

.s-text8, .s-text8 a {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #888888;
	line-height: 1.8;
}

.s-text9 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #adadad;
	line-height: 1.8;
}

.s-text10 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #cccccc;
	line-height: 1.8;
}

.s-text11 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #888888;
	line-height: 1.8;
}

.s-text12 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #222222;
	line-height: 1.5;
	text-transform: uppercase;
}

.s-text13 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #888888;
	line-height: 1.8;
}

.s-text14 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
}

.s-text15 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.8;
}

.s-text16 {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 1.8;
}

.s-text17 {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	color: #888888;
	line-height: 1.8;
}

.s-text18 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #555555;
	line-height: 1.5;
}

.s-text19 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 1.8;
	text-transform: uppercase;
}

.s-text20 {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	color: #555555;
	line-height: 1.2;
}

.s-text21 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: white;
	line-height: 1.8;
}

.s-text22 {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	color: white;
	line-height: 1.8;
	text-decoration: underline;
}

/*[ M-Text 16 - 30 ]
///////////////////////////////////////////////////////////
*/
.m-text1 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: white;
	line-height: 1.5;
	letter-spacing: 2px;
}

.m-text2 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}

.m-text3 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}

.m-text4 {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	color: #111111;
	line-height: 1.2;
	text-transform: uppercase;
}

.m-text5 {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	color: #222222;
	line-height: 1.2;
	text-transform: uppercase;
}

.m-text6 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #555555;
	text-transform: uppercase;
}

.m-text7 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #555555;
	text-transform: uppercase;
	text-decoration: line-through;
}

.m-text8 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #e65540;
	text-transform: uppercase;
}

.m-text9 {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	color: white;
	line-height: 1.2;
	letter-spacing: 2px;
}

.m-text10 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #555555;
	line-height: 1;
}

.m-text11 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}

.m-text12 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
}

.m-text13 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: white;
	line-height: 1.8;
}

.m-text14 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}

.m-text15 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
}

.m-text16 {
	font-family: 'Karla', sans-serif;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
}

.m-text17 {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	color: #555555;
	line-height: 1.2;
}

.m-text18 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 1.2;
}

.m-text19 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color: #222222;
	line-height: 1.5;
}

.m-text20 {
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	text-transform: uppercase;
}

.m-text21 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #888888;
	line-height: 1.5;
}

.m-text22 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
}

.m-text23 {
	font-family: 'Karla', sans-serif;
	font-size: 22px;
	color: #333333;
	line-height: 1.2;
}

.m-text24 {
	font-family: 'Karla', sans-serif;
	font-size: 26px;
	color: #333333;
	line-height: 1.3;
}

.m-text25 {
	font-family: 'Karla', sans-serif;
	font-size: 21px;
	color: #333333;
	line-height: 1.3;
	text-transform: uppercase;
}

.m-text26 {
	font-family: 'Karla', sans-serif;
	font-size: 25px;
	color: #333333;
	line-height: 1.2;
}

.m-text27 {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: #888888;
	line-height: 1.5;
	letter-spacing: 2px;
}

/*[ L-Text 31 - 50 ]
///////////////////////////////////////////////////////////
*/
.l-text1 {
	font-family: 'Karla', sans-serif;
	font-size: 50px;
	color: white;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.l-text2 {
	font-family: 'Karla', sans-serif;
	font-size: 50px;
	color: white;
	line-height: 1.2;
	text-transform: uppercase;
}

/*[ XL-Text >= 51 ]
///////////////////////////////////////////////////////////
*/
.xl-text1 {
	font-family: 'Karla', sans-serif;
	font-size: 60px;
	color: white;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.xl-text2 {
	font-family: 'Karla', sans-serif;
	font-size: 80px;
	color: white;
	line-height: 1.2;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.xl-text3 {
	font-family: 'Karla', sans-serif;
	font-size: 60px;
	color: #111111;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/*[ Color ]
///////////////////////////////////////////////////////////
*/
.colorwhite {color: #fff;}
.color0 {color: #e65540;}
.color1 {color: #888888;}
.color2 {color: #333333;}
.color3 {color: dodgerblue;}


/*[  ]
-----------------------------------------------------------
*/
.color0-hov:hover {color: #e65540;}



/*=========================================================
SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
=========================================================*/

/*[ Special ]
///////////////////////////////////////////////////////////
*/



/*[ Size ]
///////////////////////////////////////////////////////////
*/
.size1 {
	width: 100%;
	height: 40px;
}

.size2 {
	width: 100%;
	height: 46px;
}

.size3 {
	width: 60px;
	height: 60px;
}

.size4 {
	width: 100%;
	height: 30px;
}

.size5 {
	width: 50px;
	height: 58px;
}

.size6 {
	width: 100%;
	height: 58px;
}

.size7 {
	width: 42px;
	height: 41px;
}

.size8 {
	width: 50px;
	height: 41px;
}

.size8 {
	width: 50px;
	height: 41px;
}

.size9 {
	width: 162px;
	height: 45px;
}

.size10 {
	width: 176px;
	height: 45px;
}

.size11 {
	width: 260px;
	height: 45px;
}

.size12 {
	width: 193px;
	height: 45px;
}

.size13 {
	max-width: 215px;
	height: 40px;
}

.size14 {
	width: 185px;
	height: 45px;
}

.size15 {
	width: 100%;
	height: 50px;
}

.size16 {
	width: 100%;
	height: 48px;
}

.size17 {
	width: 120px;
	height: 30px;
}

.size18 {
	width: 100%;
	min-height: 150px;
}

.size19 {
	max-width: 266px;
	height: 50px;
}

.size20 {
	width: 100%;
	min-height: 120px;
}

.size21 {
	width: 100%;
	min-height: 503px;
}

.size22 {
	width: 100%;
	min-height: 45px;
}

.size23 {
	width: 45px;
	height: 45px;
}

.size24 {
	max-width: 1070px;
	height: 100%;
}

/*[ Width Size ]
///////////////////////////////////////////////////////////
*/
.w-size1 {
	width: 161px;
}

.w-size2 {
	width: 179px;
}

.w-size3 {
	max-width: 294px;
}

.w-size4 {
	max-width: 257px;
}

.w-size5 {
	width: calc(100% / 3);
}

.w-size6 {
	width: 33%;
}

.w-size7 {
	width: 13%;
}

.w-size8 {
	width: 28%;
}

.w-size9 {
	max-width: 300px;
}

.w-size10 {
	max-width: 1830px;
}

.w-size11 {
	width: 72px;
}

.w-size12 {
	width: 200px;
}

.w-size13 {
	width: 53%;
}

.w-size14 {
	width: calc(47% - 55px);
}

.w-size15 {
	width: 21%;
}

.w-size16 {
	width: 79%;
}

.w-size17 {
	width: 138px;
}

.w-size18 {
	max-width: 442px;
}

.w-size19 {
	width: 34%;
}

.w-size20 {
	width: 66%;
}

.w-size21 {
	max-width: 215px;
}

.w-size22 {
	width: 90px;
}

.w-size23 {
	width: calc(100% - 110px);
}

.w-size24 {
	width: 180px;
}

.w-size25 {
	width: 160px;
}

.w-size26 {
	max-width: 415px;
}

.w-size27 {
	max-width: 482px;
}

.w-size28 {
	max-width: 570px;
}

/*[ Height Size ]
///////////////////////////////////////////////////////////
*/
.h-size1 {
	max-height: 138px;
}

.h-size2 {
	height: 33px;
}

.h-size3 {
  height: 53px;
}


/*[ Background ]
///////////////////////////////////////////////////////////
*/
.bg0 {background-color: #e65540;}
.bg1 {background-color: #222222;}
.bg3 {background-color: rgba(255,255,255,0.95);}
.bg4 {background-color: #111111;}
.bg5 {background-color: #f2f2f2;}
.bg6 {background-color: #f0f0f0;}
.bg7 {background-color: #333333;}
.bg8 {background-color: #e6e6e6;}

.bg-img1 {
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}


/*[  ]
-----------------------------------------------------------
*/
.bg0-hov:hover {background-color: #e65540;}



/*[  ]
-----------------------------------------------------------
*/
.bg1-overlay {background-color: rgba(0,0,0,0.35);}


/*[  ]
-----------------------------------------------------------
*/
.bg1-pattern {
  /*background: url(../../assets/images/icons/pattern1.png) repeat;*/
}



/*[ Border ]
///////////////////////////////////////////////////////////
*/
.bo1 {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}

.bo2 {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.bo3 {
	border-top: 1px solid #e1e1e1;
}

.bo4 {
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

.bo5 {
	border: 2px solid #e6e6e6;
	border-radius: 3px;
}

.bo6 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.bo7 {
	border-bottom: 1px solid #e6e6e6;
}

.bo8 {
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.bo9 {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

.bo10 {
	border-top: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
}

.bo11 {
	border: 1px solid #d9d9d9;
	border-radius: 25px;
}

.bo12 {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.bo13 {
	border-left: 3px solid #e6e6e6;
}

.bo14 {
	border-bottom: 5px solid #fff;
}

.bo15 {
	border-bottom: 3px solid #111111;
}

/*[  ]
-----------------------------------------------------------
*/
.bo-rad-2 {border-radius: 2px;}
.bo-rad-3 {border-radius: 3px;}
.bo-rad-4 {border-radius: 4px;}
.bo-rad-5 {border-radius: 5px;}
.bo-rad-6 {border-radius: 6px;}
.bo-rad-7 {border-radius: 7px;}
.bo-rad-8 {border-radius: 8px;}
.bo-rad-9 {border-radius: 9px;}
.bo-rad-10 {border-radius: 10px !important;}
.bo-rad-15 {border-radius: 15px;}
.bo-rad-20 {border-radius: 20px;}
.bo-rad-23 {border-radius: 23px;}

.bo-t-rad-2 {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.bo-b-rad-2 {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}





/*=========================================================
EFFECT   EFFECT   EFFECT   EFFECT   EFFECT   EFFECT  EFFECT
=========================================================*/

/*[ Effect1 ]
-----------------------------------------------------------
*/
.effect1 {
	position: relative;
	border-bottom: 1px solid #cccccc;
}
.effect1-line {
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #e65540;
	left: 0;
	bottom: -1px;
 transition: all 0.3s;
}

.effect1 input:focus + .effect1-line {
	width: 100%;
}

/*[ Effect2 ]
-----------------------------------------------------------
*/
.eff2:active {
	background-color: #e65540;
	color: white;
}



.eff3 {
	opacity: 0.7;
}
.eff3:hover {
	opacity: 1;
}

/*[ Position ]
///////////////////////////////////////////////////////////
*/
.pos1 {
	position: absolute;
	left: 0;
	bottom: 30px;
}

.pos2 {
	position: absolute;
	top: 0;
	right: 13px;
}

.pos3 {
	position: absolute;
	bottom: 0;
	left: 0;
}


/*[ Box Shadow ]
///////////////////////////////////////////////////////////
*/
.shadow1 {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}


/*[ Gradient ]
///////////////////////////////////////////////////////////
*/
.gradient1 {
    background: linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
}



/*[ Transform ]
///////////////////////////////////////////////////////////
*/
.transform1 {
	transform: translate(-50%, -50%) rotateZ(90deg);
}




/*[ Hover ]
///////////////////////////////////////////////////////////
*/
.hov1:hover {
    background-color: #e65540;
  	color: white;
}

.hov2:hover {
	color: white;
	text-decoration: underline;
}

.hov3:hover {
	color: #333333;
}

.hov4:hover {
	opacity: 0.8;
}

.hov5 {
	line-height: 1.1;
	border-bottom: 1px solid transparent;
}
.hov5:hover {
	color: white;
	border-bottom: 1px solid white;
}

.hov6:hover {
	color: white;
	text-decoration: underline;
}

/*[ Active ]
///////////////////////////////////////////////////////////
*/
.active1 {
	color: #333333;
}



/*[ Parallax ]
///////////////////////////////////////////////////////////
*/
.parallax0 {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay0 {
    background-color: rgba(0,0,0,0.2);
}






/*=========================================================
RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE   RESPONSIVE
=========================================================*/

@media (max-width: 1350px) {
	.p-lr-0-xl1 {
		padding-right: 0px;
		padding-left: 0px;
	}
}


/*[ XL ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 1200px) {
	.p-t-30-xl {padding-top: 30px;}
	.p-lr-0-xl {
		padding-right: 0px;
		padding-left: 0px;
	}

	.respon6 {
		width: 100%;
	}

	.respon7 {
		width: 33.333333%;
	}

	.flex-c-xl {
		display: flex;
		justify-content: center;
	}
}


/*[ LG ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 992px) {
	.p-r-0-lg {padding-right: 0;}

	.respon3 {
		width: 100%;
	}

	.respon4 {
		width: 33.333333%;
	}

	footer {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}


/*[ MD ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 768px) {
	.respon5 {
		width: 100%;
	}

}


/*[ SM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 576px) {
	.p-r-0-sm {padding-right: 0;}
	.p-l-15-sm {padding-left: 15px;}
	.p-lr-15-sm {
		padding-right: 15px;
		padding-left: 15px;
	}

	.w-full-sm {width: 100%;}

	.fs-20-sm {font-size: 20px;}
	.fs-35-sm {font-size: 35px;}

	.respon1 {
		width: 100%;
	}

	.respon2 {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}
}

/*[ SSM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 480px) {
	.p-b-20per-ssm {
		padding-bottom: 20%;
	}

	.respon7,
	.respon4 {
		width: 100%;
	}
}


.danger-button
{
    margin-top: 16px !important;
    background-color: #f44336 !important;
    padding: 4px 12px !important;
    width: 100%;
    color: white !important;
    border-radius: 8px !important;
}

.danger-button:disabled
{
    margin-top: 16px !important;
    background-color: #ff7961 !important;
    padding: 4px 12px !important;
    width: 100%;
    color: white !important;
    border-radius: 8px !important;
}

.dark-button
{
    margin-top: 16px !important;
    background-color: #121212 !important;
    padding: 4px 12px !important;
    width: 100%;
    color: white !important;
    border-radius: 8px !important;
}

.dark-button:disabled
{
    margin-top: 16px !important;
    background-color: #797676 !important;
    padding: 4px 12px !important;
    width: 100%;
    color: white !important;
    border-radius: 8px !important;
}

.primary-stroke-button
{
    margin-top: 16px !important;
    padding: 4px 12px !important;
    width: 100%;
    color: red !important;
    border-radius: 8px !important;
}



/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/imported.css ***!
  \*********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
    --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-gray: #7E8299;
    --bs-gray-dark: #3F4254;
    --bs-white: #ffffff;
    --bs-light: #F5F8FA;
    --bs-primary: #009EF7;
    --bs-secondary: #E4E6EF;
    --bs-success: #50CD89;
    --bs-info: #7239EA;
    --bs-warning: #FFC700;
    --bs-danger: #F1416C;
    --bs-dark: #181C32;
    --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 1.75rem
    }
}

.h2,
h2 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 1.5rem
    }
}

.h3,
h3 {
    font-size: calc(1.26rem + .12vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.35rem
    }
}

.h4,
h4 {
    font-size: 1.25rem
}

.h5,
h5 {
    font-size: 1.15rem
}

.h6,
h6 {
    font-size: 1.075rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
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: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 600
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #009ef7;
    text-decoration: none
}

a:hover {
    color: #006dab;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #b93993;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #181c32;
    border-radius: .275rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 500
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #a1a5b7;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 600;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 600;
    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: 600;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    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: 600;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    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: #7e8299
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e4e6ef;
    border-radius: .475rem;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #7e8299
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    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
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.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.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.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: 0.75rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 0.75rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 1.25rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 1.25rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 1.5rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 1.5rem
}

.g-7,
.gx-7 {
    --bs-gutter-x: 1.75rem
}

.g-7,
.gy-7 {
    --bs-gutter-y: 1.75rem
}

.g-8,
.gx-8 {
    --bs-gutter-x: 2rem
}

.g-8,
.gy-8 {
    --bs-gutter-y: 2rem
}

.g-9,
.gx-9 {
    --bs-gutter-x: 2.25rem
}

.g-9,
.gy-9 {
    --bs-gutter-y: 2.25rem
}

.g-10,
.gx-10 {
    --bs-gutter-x: 2.5rem
}

.g-10,
.gy-10 {
    --bs-gutter-y: 2.5rem
}

@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.3333333333%
    }
    .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.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .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: 0.75rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 0.75rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 1.25rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 1.25rem
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 1.75rem
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 1.75rem
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 2rem
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 2rem
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 2.25rem
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 2.25rem
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 2.5rem
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 2.5rem
    }
}

@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.3333333333%
    }
    .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.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
    .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: 0.75rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 0.75rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 1.25rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1.25rem
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 1.75rem
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 1.75rem
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 2rem
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 2rem
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 2.25rem
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 2.25rem
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 2.5rem
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 2.5rem
    }
}

@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.3333333333%
    }
    .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.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
    .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: 0.75rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 0.75rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1.25rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 1.25rem
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 1.75rem
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 1.75rem
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 2rem
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 2rem
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 2.25rem
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 2.25rem
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 2.5rem
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 2.5rem
    }
}

@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.3333333333%
    }
    .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.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
    .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: 0.75rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 0.75rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 1.25rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 1.25rem
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 1.75rem
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 1.75rem
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 2rem
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 2rem
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 2.25rem
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 2.25rem
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 2.5rem
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 2.5rem
    }
}

@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.3333333333%
    }
    .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.6666666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
    .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: 0.75rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 0.75rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 1.25rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 1.25rem
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 1.75rem
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 1.75rem
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 2rem
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 2rem
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 2.25rem
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 2.25rem
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 2.5rem
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 2.5rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #181C32;
    --bs-table-striped-bg: rgba(245, 248, 250, 0.75);
    --bs-table-active-color: #181C32;
    --bs-table-active-bg: #F5F8FA;
    --bs-table-hover-color: #181C32;
    --bs-table-hover-bg: #F5F8FA;
    width: 100%;
    margin-bottom: 1rem;
    color: #181c32;
    vertical-align: top;
    border-color: #eff2f5
}

.table>:not(caption)>*>* {
    padding: .75rem .75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .5rem .5rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #ccecfd;
    --bs-table-striped-bg: #c2e0f0;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b8d4e4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bddaea;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #b8d4e4
}

.table-secondary {
    --bs-table-bg: #fafafc;
    --bs-table-striped-bg: #eeeeef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e1e1e3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e7e7e9;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #e1e1e3
}

.table-success {
    --bs-table-bg: #dcf5e7;
    --bs-table-striped-bg: #d1e9db;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c6ddd0;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #cce3d6;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #c6ddd0
}

.table-info {
    --bs-table-bg: #e3d7fb;
    --bs-table-striped-bg: #d8ccee;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #ccc2e2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d2c7e8;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #ccc2e2
}

.table-warning {
    --bs-table-bg: #fff4cc;
    --bs-table-striped-bg: #f2e8c2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6dcb8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ece2bd;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #e6dcb8
}

.table-danger {
    --bs-table-bg: #fcd9e2;
    --bs-table-striped-bg: #efced7;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e3c3cb;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e9c9d1;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #e3c3cb
}

.table-light {
    --bs-table-bg: #F5F8FA;
    --bs-table-striped-bg: #e9ecee;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dddfe1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e3e5e7;
    --bs-table-hover-color: #000000;
    color: #000;
    border-color: #dddfe1
}

.table-dark {
    --bs-table-bg: #181C32;
    --bs-table-striped-bg: #24273c;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #2f3347;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #292d41;
    --bs-table-hover-color: #ffffff;
    color: #fff;
    border-color: #2f3347
}

.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;
    font-size: 1.05rem;
    font-weight: 500
}

.col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.825rem + 1px);
    padding-bottom: calc(.825rem + 1px);
    font-size: 1.15rem
}

.col-form-label-sm {
    padding-top: calc(.55rem + 1px);
    padding-bottom: calc(.55rem + 1px);
    font-size: .925rem
}

.form-text {
    margin-top: .5rem;
    font-size: .925rem;
    color: #a1a5b7
}

.form-control {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    -webkit-appearance: none;
            appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    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: #181c32;
    background-color: #fff;
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #a1a5b7;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eff2f5;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .75rem 1rem;
    margin: -.75rem -1rem;
    margin-inline-end: 1rem;
    color: #181c32;
    background-color: #f5f8fa;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9ecee
}

.form-control::-webkit-file-upload-button {
    padding: .75rem 1rem;
    margin: -.75rem -1rem;
    margin-inline-end: 1rem;
    color: #181c32;
    background-color: #f5f8fa;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e9ecee
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .75rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #181c32;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 1.1rem + 2px);
    padding: .55rem .75rem;
    font-size: .925rem;
    border-radius: .475rem
}

.form-control-sm::file-selector-button {
    padding: .55rem .75rem;
    margin: -.55rem -.75rem;
    margin-inline-end: .75rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .55rem .75rem;
    margin: -.55rem -.75rem;
    margin-inline-end: .75rem
}

.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .475rem
}

.form-control-lg::file-selector-button {
    padding: .825rem 1.5rem;
    margin: -.825rem -1.5rem;
    margin-inline-end: 1.5rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .825rem 1.5rem;
    margin: -.825rem -1.5rem;
    margin-inline-end: 1.5rem
}

textarea.form-control {
    min-height: calc(1.5em + 1.5rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 1.1rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .75rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .475rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .475rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .75rem 3rem .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-appearance: none;
            appearance: none
}

.form-select:focus {
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.form-select:disabled {
    background-color: #eff2f5
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #181c32
}

.form-select-sm {
    padding-top: .55rem;
    padding-bottom: .55rem;
    padding-left: .75rem;
    font-size: .925rem
}

.form-select-lg {
    padding-top: .825rem;
    padding-bottom: .825rem;
    padding-left: 1.5rem;
    font-size: 1.15rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.25rem;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -2.25rem
}

.form-check-input {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -.125rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
            appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-check-input {
        transition: none
    }
}

.form-check-input[type=checkbox] {
    border-radius: .45em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: none
}

.form-check-input:checked {
    background-color: #009ef7;
    border-color: #009ef7
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #009ef7;
    border-color: #009ef7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' 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 {
    opacity: .5
}

.form-switch {
    padding-left: 3.75rem
}

.form-switch .form-check-input {
    width: 3.25rem;
    margin-left: -3.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 3.25rem;
    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 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B5B5C3'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .6
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
            appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #009ef7;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -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;
    -webkit-appearance: none;
            appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3e2fd
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e4e6ef;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009ef7;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -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;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3e2fd
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e4e6ef;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #a1a5b7
}

.form-range:disabled::-moz-range-thumb {
    background-color: #a1a5b7
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 1rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px 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::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.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:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f8fa;
    border: 1px solid #e4e6ef;
    border-radius: .475rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: .475rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .55rem .75rem;
    font-size: .925rem;
    border-radius: .475rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 4rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .925rem;
    color: #50cd89
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .75rem 1rem;
    margin-top: .1rem;
    font-size: .925rem;
    color: #000;
    background-color: #50cd89;
    border-radius: 3px
}

.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: #50cd89;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #50cd89;
    box-shadow: 0 0 0 .25rem rgba(80, 205, 137, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #50cd89
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #50cd89;
    box-shadow: 0 0 0 .25rem rgba(80, 205, 137, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #50cd89
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #50cd89
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(80, 205, 137, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #50cd89
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .925rem;
    color: #f1416c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .75rem 1rem;
    margin-top: .1rem;
    font-size: .925rem;
    color: #000;
    background-color: #f1416c;
    border-radius: 3px
}

.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: #f1416c;
    padding-right: calc(1.5em + 1.5rem);
    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='%23F1416C'%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='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f1416c;
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f1416c
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%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='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #f1416c;
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f1416c
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #f1416c
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f1416c
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    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: #181c32;
    text-decoration: none
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn:active:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .6;
    box-shadow: none
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus+.btn-white,
.btn-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(217, 217, 217, .5)
}

.btn-check:active+.btn-white,
.btn-check:checked+.btn-white,
.btn-white.active,
.btn-white:active,
.show>.btn-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active+.btn-white:focus,
.btn-check:checked+.btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(217, 217, 217, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-light:hover {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(208, 211, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f6f9fb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(208, 211, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa
}

.btn-primary {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:hover {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 134, 210, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #33b1f9;
    border-color: #1aa8f8
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(0, 134, 210, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7
}

.btn-secondary {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-secondary:hover {
    color: #000;
    background-color: #e8eaf1;
    border-color: #e7e9f1
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #e8eaf1;
    border-color: #e7e9f1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(194, 196, 203, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #e9ebf2;
    border-color: #e7e9f1
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(194, 196, 203, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef
}

.btn-success {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-success:hover {
    color: #000;
    background-color: #6ad59b;
    border-color: #62d295
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000;
    background-color: #6ad59b;
    border-color: #62d295;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(68, 174, 116, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #73d7a1;
    border-color: #62d295
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(68, 174, 116, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89
}

.btn-info {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-info:hover {
    color: #fff;
    background-color: #6130c7;
    border-color: #5b2ebb
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #6130c7;
    border-color: #5b2ebb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(135, 87, 237, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5b2ebb;
    border-color: #562bb0
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(135, 87, 237, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea
}

.btn-warning {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-warning:hover {
    color: #000;
    background-color: #ffcf26;
    border-color: #ffcd1a
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(217, 169, 0, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffd233;
    border-color: #ffcd1a
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(217, 169, 0, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700
}

.btn-danger {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger:hover {
    color: #000;
    background-color: #f35e82;
    border-color: #f2547b
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #f35e82;
    border-color: #f2547b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(205, 55, 92, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #000;
    background-color: #f46789;
    border-color: #f2547b
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(205, 55, 92, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c
}

.btn-dark {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-dark:hover {
    color: #fff;
    background-color: #14182b;
    border-color: #131628
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #14182b;
    border-color: #131628;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(59, 62, 81, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #131628;
    border-color: #121526
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(59, 62, 81, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-check:active+.btn-outline-white,
.btn-check:checked+.btn-outline-white,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active+.btn-outline-white:focus,
.btn-check:checked+.btn-outline-white:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-light {
    color: #f5f8fa;
    border-color: #f5f8fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(245, 248, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f5f8fa;
    border-color: #f5f8fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(245, 248, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f8fa;
    background-color: transparent
}

.btn-outline-primary {
    color: #009ef7;
    border-color: #009ef7
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(0, 158, 247, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #009ef7;
    background-color: transparent
}

.btn-outline-secondary {
    color: #e4e6ef;
    border-color: #e4e6ef
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(228, 230, 239, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #000;
    background-color: #e4e6ef;
    border-color: #e4e6ef
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(228, 230, 239, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e4e6ef;
    background-color: transparent
}

.btn-outline-success {
    color: #50cd89;
    border-color: #50cd89
}

.btn-outline-success:hover {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(80, 205, 137, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(80, 205, 137, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #50cd89;
    background-color: transparent
}

.btn-outline-info {
    color: #7239ea;
    border-color: #7239ea
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(114, 57, 234, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #7239ea;
    border-color: #7239ea
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(114, 57, 234, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #7239ea;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc700;
    border-color: #ffc700
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 199, 0, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc700;
    border-color: #ffc700
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(255, 199, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc700;
    background-color: transparent
}

.btn-outline-danger {
    color: #f1416c;
    border-color: #f1416c
}

.btn-outline-danger:hover {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 65, 108, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #000;
    background-color: #f1416c;
    border-color: #f1416c
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(241, 65, 108, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f1416c;
    background-color: transparent
}

.btn-outline-dark {
    color: #181c32;
    border-color: #181c32
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(24, 28, 50, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #181c32;
    border-color: #181c32
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(24, 28, 50, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #181c32;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #009ef7;
    text-decoration: none
}

.btn-link:hover {
    color: #006dab;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #7e8299
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .825rem 1.75rem;
    font-size: 1.15rem;
    border-radius: .475rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .55rem 1.25rem;
    font-size: .925rem;
    border-radius: .475rem
}

.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
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    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 {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #181c32;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .475rem;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: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: .125rem
}

.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: .125rem
}

.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: .125rem
}

.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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #181c32;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16192d;
    text-decoration: none;
    background-color: #eff2f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009ef7
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #a1a5b7;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .925rem;
    color: #7e8299;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #181c32
}

.dropdown-menu-dark {
    color: #e4e6ef;
    background-color: #3f4254;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #e4e6ef
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #009ef7
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #a1a5b7
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #e4e6ef
}

.dropdown-menu-dark .dropdown-header {
    color: #a1a5b7
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.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: .9375rem;
    padding-left: .9375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #009ef7;
    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: #006dab;
    text-decoration: none
}

.nav-link.disabled {
    color: #7e8299;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #eff2f5
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eff2f5 #eff2f5 #eff2f5;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #7e8299;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5e6278;
    background-color: #fff;
    border-color: #e4e6ef #e4e6ef #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .475rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #009ef7
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .44375rem;
    padding-bottom: .44375rem;
    margin-right: 1rem;
    font-size: 1.075rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.075rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .475rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width: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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width: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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: .475rem
}

.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: calc(.475rem - 1px);
    border-top-right-radius: calc(.475rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.475rem - 1px);
    border-bottom-left-radius: calc(.475rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eff2f5
}

.card-header:first-child {
    border-radius: calc(.475rem - 1px) calc(.475rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: #fff;
    border-top: 1px solid #eff2f5
}

.card-footer:last-child {
    border-radius: 0 0 calc(.475rem - 1px) calc(.475rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.475rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.475rem - 1px);
    border-top-right-radius: calc(.475rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.475rem - 1px);
    border-bottom-left-radius: calc(.475rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    color: #181c32;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #009ef7;
    background-color: #f5f8fa;
    box-shadow: inset 0 -1px 0 #eff2f5
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.15rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #eff2f5;
    outline: 0;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #eff2f5
}

.accordion-item:first-of-type {
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.475rem - 1px);
    border-top-right-radius: calc(.475rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.475rem - 1px);
    border-bottom-left-radius: calc(.475rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.accordion-body {
    padding: 1.5rem 1.5rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #7e8299;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #009ef7
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #5e6278;
    background-color: transparent;
    border: 0 solid transparent;
    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: #009ef7;
    text-decoration: none;
    background-color: #ecf8ff;
    border-color: transparent
}

.page-link:focus {
    z-index: 3;
    color: #009ef7;
    background-color: #ecf8ff;
    outline: 0;
    box-shadow: none
}

.page-item:not(:first-child) .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009ef7;
    border-color: transparent
}

.page-item.disabled .page-link {
    color: #b5b5c3;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.075rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .775rem;
    border-bottom-left-radius: .775rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .775rem;
    border-bottom-right-radius: .775rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .925rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .275rem;
    border-bottom-left-radius: .275rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .275rem;
    border-bottom-right-radius: .275rem
}

.badge {
    display: inline-block;
    padding: .5em .85em;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .475rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .475rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-white {
    color: #666;
    background-color: #fff;
    border-color: #fff
}

.alert-white .alert-link {
    color: #525252
}

.alert-light {
    color: #626364;
    background-color: #fdfefe;
    border-color: #fcfdfe
}

.alert-light .alert-link {
    color: #4e4f50
}

.alert-primary {
    color: #005f94;
    background-color: #ccecfd;
    border-color: #b3e2fd
}

.alert-primary .alert-link {
    color: #004c76
}

.alert-secondary {
    color: #5b5c60;
    background-color: #fafafc;
    border-color: #f7f8fa
}

.alert-secondary .alert-link {
    color: #494a4d
}

.alert-success {
    color: #205237;
    background-color: #dcf5e7;
    border-color: #cbf0dc
}

.alert-success .alert-link {
    color: #1a422c
}

.alert-info {
    color: #44228c;
    background-color: #e3d7fb;
    border-color: #d5c4f9
}

.alert-info .alert-link {
    color: #361b70
}

.alert-warning {
    color: #665000;
    background-color: #fff4cc;
    border-color: #ffeeb3
}

.alert-warning .alert-link {
    color: #524000
}

.alert-danger {
    color: #912741;
    background-color: #fcd9e2;
    border-color: #fbc6d3
}

.alert-danger .alert-link {
    color: #741f34
}

.alert-dark {
    color: #0e111e;
    background-color: #d1d2d6;
    border-color: #babbc2
}

.alert-dark .alert-link {
    color: #0b0e18
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f5f8fa;
    border-radius: 6px;
    box-shadow: none
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #009ef7;
    transition: width .6s ease
}

@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: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .475rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #5e6278;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #5e6278;
    text-decoration: none;
    background-color: #f5f8fa
}

.list-group-item-action:active {
    color: #181c32;
    background-color: #eff2f5
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #181c32;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #7e8299;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009ef7;
    border-color: #009ef7
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .475rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .475rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .475rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .475rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .475rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .475rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .475rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .475rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .475rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .475rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .475rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .475rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-white {
    color: #666;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #666;
    background-color: #e6e6e6
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.list-group-item-light {
    color: #626364;
    background-color: #fdfefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #626364;
    background-color: #e4e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #626364;
    border-color: #626364
}

.list-group-item-primary {
    color: #005f94;
    background-color: #ccecfd
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #005f94;
    background-color: #b8d4e4
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005f94;
    border-color: #005f94
}

.list-group-item-secondary {
    color: #5b5c60;
    background-color: #fafafc
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #5b5c60;
    background-color: #e1e1e3
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5b5c60;
    border-color: #5b5c60
}

.list-group-item-success {
    color: #205237;
    background-color: #dcf5e7
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #205237;
    background-color: #c6ddd0
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #205237;
    border-color: #205237
}

.list-group-item-info {
    color: #44228c;
    background-color: #e3d7fb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #44228c;
    background-color: #ccc2e2
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #44228c;
    border-color: #44228c
}

.list-group-item-warning {
    color: #665000;
    background-color: #fff4cc
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #665000;
    background-color: #e6dcb8
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #665000;
    border-color: #665000
}

.list-group-item-danger {
    color: #912741;
    background-color: #fcd9e2
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #912741;
    background-color: #e3c3cb
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #912741;
    border-color: #912741
}

.list-group-item-dark {
    color: #0e111e;
    background-color: #d1d2d6
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #0e111e;
    background-color: #bcbdc1
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0e111e;
    border-color: #0e111e
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .475rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075);
    border-radius: .475rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: 1.5rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #7e8299;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.475rem - 1px);
    border-top-right-radius: calc(.475rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    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% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .475rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .2
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.75rem;
    border-bottom: 1px solid #eff2f5;
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.modal-header .btn-close {
    padding: .875rem .875rem;
    margin: -.875rem -.875rem -.875rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.75rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid #eff2f5;
    border-bottom-right-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: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 {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@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 {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .925rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #fff
}

.tooltip-inner {
    max-width: 200px;
    padding: .75rem 1rem;
    color: #3f4254;
    text-align: center;
    background-color: #fff;
    border-radius: 3px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .475rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #fff
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #181c32;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-top-left-radius: calc(.475rem - 1px);
    border-top-right-radius: calc(.475rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1.25rem 1.25rem;
    color: #181c32
}

.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='%23ffffff'%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='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .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
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .185em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .65s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .145em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .65s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.3s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-white {
    color: #fff
}

.link-white:focus,
.link-white:hover {
    color: #fff
}

.link-light {
    color: #f5f8fa
}

.link-light:focus,
.link-light:hover {
    color: #f7f9fb
}

.link-primary {
    color: #009ef7
}

.link-primary:focus,
.link-primary:hover {
    color: #33b1f9
}

.link-secondary {
    color: #e4e6ef
}

.link-secondary:focus,
.link-secondary:hover {
    color: #e9ebf2
}

.link-success {
    color: #50cd89
}

.link-success:focus,
.link-success:hover {
    color: #73d7a1
}

.link-info {
    color: #7239ea
}

.link-info:focus,
.link-info:hover {
    color: #5b2ebb
}

.link-warning {
    color: #ffc700
}

.link-warning:focus,
.link-warning:hover {
    color: #ffd233
}

.link-danger {
    color: #f1416c
}

.link-danger:focus,
.link-danger:hover {
    color: #f46789
}

.link-dark {
    color: #181c32
}

.link-dark:focus,
.link-dark:hover {
    color: #131628
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)!important
}

.shadow-sm {
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05)!important
}

.shadow-lg {
    box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, .1)!important
}

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-25 {
    top: 25%!important
}

.top-50 {
    top: 50%!important
}

.top-75 {
    top: 75%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-25 {
    bottom: 25%!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-75 {
    bottom: 75%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-25 {
    left: 25%!important
}

.start-50 {
    left: 50%!important
}

.start-75 {
    left: 75%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-25 {
    right: 25%!important
}

.end-50 {
    right: 50%!important
}

.end-75 {
    right: 75%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%, -50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid #eff2f5!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #eff2f5!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: 1px solid #eff2f5!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #eff2f5!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: 1px solid #eff2f5!important
}

.border-start-0 {
    border-left: 0!important
}

.border-white {
    border-color: #fff!important
}

.border-light {
    border-color: #f5f8fa!important
}

.border-primary {
    border-color: #009ef7!important
}

.border-secondary {
    border-color: #e4e6ef!important
}

.border-success {
    border-color: #50cd89!important
}

.border-info {
    border-color: #7239ea!important
}

.border-warning {
    border-color: #ffc700!important
}

.border-danger {
    border-color: #f1416c!important
}

.border-dark {
    border-color: #181c32!important
}

.border-0 {
    border-width: 0!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.w-unset {
    width: unset!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.w-1px {
    width: 1px!important
}

.w-2px {
    width: 2px!important
}

.w-3px {
    width: 3px!important
}

.w-4px {
    width: 4px!important
}

.w-5px {
    width: 5px!important
}

.w-6px {
    width: 6px!important
}

.w-7px {
    width: 7px!important
}

.w-8px {
    width: 8px!important
}

.w-9px {
    width: 9px!important
}

.w-10px {
    width: 10px!important
}

.w-15px {
    width: 15px!important
}

.w-20px {
    width: 20px!important
}

.w-25px {
    width: 25px!important
}

.w-30px {
    width: 30px!important
}

.w-35px {
    width: 35px!important
}

.w-40px {
    width: 40px!important
}

.w-45px {
    width: 45px!important
}

.w-50px {
    width: 50px!important
}

.w-55px {
    width: 55px!important
}

.w-60px {
    width: 60px!important
}

.w-65px {
    width: 65px!important
}

.w-70px {
    width: 70px!important
}

.w-75px {
    width: 75px!important
}

.w-80px {
    width: 80px!important
}

.w-85px {
    width: 85px!important
}

.w-90px {
    width: 90px!important
}

.w-95px {
    width: 95px!important
}

.w-100px {
    width: 100px!important
}

.w-125px {
    width: 125px!important
}

.w-150px {
    width: 150px!important
}

.w-175px {
    width: 175px!important
}

.w-200px {
    width: 200px!important
}

.w-225px {
    width: 225px!important
}

.w-250px {
    width: 250px!important
}

.w-275px {
    width: 275px!important
}

.w-300px {
    width: 300px!important
}

.w-325px {
    width: 325px!important
}

.w-350px {
    width: 350px!important
}

.w-375px {
    width: 375px!important
}

.w-400px {
    width: 400px!important
}

.w-425px {
    width: 425px!important
}

.w-450px {
    width: 450px!important
}

.w-475px {
    width: 475px!important
}

.w-500px {
    width: 500px!important
}

.w-550px {
    width: 550px!important
}

.w-600px {
    width: 600px!important
}

.w-650px {
    width: 650px!important
}

.w-700px {
    width: 700px!important
}

.w-750px {
    width: 750px!important
}

.w-800px {
    width: 800px!important
}

.w-850px {
    width: 850px!important
}

.w-900px {
    width: 900px!important
}

.w-950px {
    width: 950px!important
}

.w-1000px {
    width: 1000px!important
}

.mw-unset {
    max-width: unset!important
}

.mw-25 {
    max-width: 25%!important
}

.mw-50 {
    max-width: 50%!important
}

.mw-75 {
    max-width: 75%!important
}

.mw-100 {
    max-width: 100%!important
}

.mw-auto {
    max-width: auto!important
}

.mw-1px {
    max-width: 1px!important
}

.mw-2px {
    max-width: 2px!important
}

.mw-3px {
    max-width: 3px!important
}

.mw-4px {
    max-width: 4px!important
}

.mw-5px {
    max-width: 5px!important
}

.mw-6px {
    max-width: 6px!important
}

.mw-7px {
    max-width: 7px!important
}

.mw-8px {
    max-width: 8px!important
}

.mw-9px {
    max-width: 9px!important
}

.mw-10px {
    max-width: 10px!important
}

.mw-15px {
    max-width: 15px!important
}

.mw-20px {
    max-width: 20px!important
}

.mw-25px {
    max-width: 25px!important
}

.mw-30px {
    max-width: 30px!important
}

.mw-35px {
    max-width: 35px!important
}

.mw-40px {
    max-width: 40px!important
}

.mw-45px {
    max-width: 45px!important
}

.mw-50px {
    max-width: 50px!important
}

.mw-55px {
    max-width: 55px!important
}

.mw-60px {
    max-width: 60px!important
}

.mw-65px {
    max-width: 65px!important
}

.mw-70px {
    max-width: 70px!important
}

.mw-75px {
    max-width: 75px!important
}

.mw-80px {
    max-width: 80px!important
}

.mw-85px {
    max-width: 85px!important
}

.mw-90px {
    max-width: 90px!important
}

.mw-95px {
    max-width: 95px!important
}

.mw-100px {
    max-width: 100px!important
}

.mw-125px {
    max-width: 125px!important
}

.mw-150px {
    max-width: 150px!important
}

.mw-175px {
    max-width: 175px!important
}

.mw-200px {
    max-width: 200px!important
}

.mw-225px {
    max-width: 225px!important
}

.mw-250px {
    max-width: 250px!important
}

.mw-275px {
    max-width: 275px!important
}

.mw-300px {
    max-width: 300px!important
}

.mw-325px {
    max-width: 325px!important
}

.mw-350px {
    max-width: 350px!important
}

.mw-375px {
    max-width: 375px!important
}

.mw-400px {
    max-width: 400px!important
}

.mw-425px {
    max-width: 425px!important
}

.mw-450px {
    max-width: 450px!important
}

.mw-475px {
    max-width: 475px!important
}

.mw-500px {
    max-width: 500px!important
}

.mw-550px {
    max-width: 550px!important
}

.mw-600px {
    max-width: 600px!important
}

.mw-650px {
    max-width: 650px!important
}

.mw-700px {
    max-width: 700px!important
}

.mw-750px {
    max-width: 750px!important
}

.mw-800px {
    max-width: 800px!important
}

.mw-850px {
    max-width: 850px!important
}

.mw-900px {
    max-width: 900px!important
}

.mw-950px {
    max-width: 950px!important
}

.mw-1000px {
    max-width: 1000px!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-unset {
    height: unset!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
}

.h-1px {
    height: 1px!important
}

.h-2px {
    height: 2px!important
}

.h-3px {
    height: 3px!important
}

.h-4px {
    height: 4px!important
}

.h-5px {
    height: 5px!important
}

.h-6px {
    height: 6px!important
}

.h-7px {
    height: 7px!important
}

.h-8px {
    height: 8px!important
}

.h-9px {
    height: 9px!important
}

.h-10px {
    height: 10px!important
}

.h-15px {
    height: 15px!important
}

.h-20px {
    height: 20px!important
}

.h-25px {
    height: 25px!important
}

.h-30px {
    height: 30px!important
}

.h-35px {
    height: 35px!important
}

.h-40px {
    height: 40px!important
}

.h-45px {
    height: 45px!important
}

.h-50px {
    height: 50px!important
}

.h-55px {
    height: 55px!important
}

.h-60px {
    height: 60px!important
}

.h-65px {
    height: 65px!important
}

.h-70px {
    height: 70px!important
}

.h-75px {
    height: 75px!important
}

.h-80px {
    height: 80px!important
}

.h-85px {
    height: 85px!important
}

.h-90px {
    height: 90px!important
}

.h-95px {
    height: 95px!important
}

.h-100px {
    height: 100px!important
}

.h-125px {
    height: 125px!important
}

.h-150px {
    height: 150px!important
}

.h-175px {
    height: 175px!important
}

.h-200px {
    height: 200px!important
}

.h-225px {
    height: 225px!important
}

.h-250px {
    height: 250px!important
}

.h-275px {
    height: 275px!important
}

.h-300px {
    height: 300px!important
}

.h-325px {
    height: 325px!important
}

.h-350px {
    height: 350px!important
}

.h-375px {
    height: 375px!important
}

.h-400px {
    height: 400px!important
}

.h-425px {
    height: 425px!important
}

.h-450px {
    height: 450px!important
}

.h-475px {
    height: 475px!important
}

.h-500px {
    height: 500px!important
}

.h-550px {
    height: 550px!important
}

.h-600px {
    height: 600px!important
}

.h-650px {
    height: 650px!important
}

.h-700px {
    height: 700px!important
}

.h-750px {
    height: 750px!important
}

.h-800px {
    height: 800px!important
}

.h-850px {
    height: 850px!important
}

.h-900px {
    height: 900px!important
}

.h-950px {
    height: 950px!important
}

.h-1000px {
    height: 1000px!important
}

.mh-unset {
    max-height: unset!important
}

.mh-25 {
    max-height: 25%!important
}

.mh-50 {
    max-height: 50%!important
}

.mh-75 {
    max-height: 75%!important
}

.mh-100 {
    max-height: 100%!important
}

.mh-auto {
    max-height: auto!important
}

.mh-1px {
    max-height: 1px!important
}

.mh-2px {
    max-height: 2px!important
}

.mh-3px {
    max-height: 3px!important
}

.mh-4px {
    max-height: 4px!important
}

.mh-5px {
    max-height: 5px!important
}

.mh-6px {
    max-height: 6px!important
}

.mh-7px {
    max-height: 7px!important
}

.mh-8px {
    max-height: 8px!important
}

.mh-9px {
    max-height: 9px!important
}

.mh-10px {
    max-height: 10px!important
}

.mh-15px {
    max-height: 15px!important
}

.mh-20px {
    max-height: 20px!important
}

.mh-25px {
    max-height: 25px!important
}

.mh-30px {
    max-height: 30px!important
}

.mh-35px {
    max-height: 35px!important
}

.mh-40px {
    max-height: 40px!important
}

.mh-45px {
    max-height: 45px!important
}

.mh-50px {
    max-height: 50px!important
}

.mh-55px {
    max-height: 55px!important
}

.mh-60px {
    max-height: 60px!important
}

.mh-65px {
    max-height: 65px!important
}

.mh-70px {
    max-height: 70px!important
}

.mh-75px {
    max-height: 75px!important
}

.mh-80px {
    max-height: 80px!important
}

.mh-85px {
    max-height: 85px!important
}

.mh-90px {
    max-height: 90px!important
}

.mh-95px {
    max-height: 95px!important
}

.mh-100px {
    max-height: 100px!important
}

.mh-125px {
    max-height: 125px!important
}

.mh-150px {
    max-height: 150px!important
}

.mh-175px {
    max-height: 175px!important
}

.mh-200px {
    max-height: 200px!important
}

.mh-225px {
    max-height: 225px!important
}

.mh-250px {
    max-height: 250px!important
}

.mh-275px {
    max-height: 275px!important
}

.mh-300px {
    max-height: 300px!important
}

.mh-325px {
    max-height: 325px!important
}

.mh-350px {
    max-height: 350px!important
}

.mh-375px {
    max-height: 375px!important
}

.mh-400px {
    max-height: 400px!important
}

.mh-425px {
    max-height: 425px!important
}

.mh-450px {
    max-height: 450px!important
}

.mh-475px {
    max-height: 475px!important
}

.mh-500px {
    max-height: 500px!important
}

.mh-550px {
    max-height: 550px!important
}

.mh-600px {
    max-height: 600px!important
}

.mh-650px {
    max-height: 650px!important
}

.mh-700px {
    max-height: 700px!important
}

.mh-750px {
    max-height: 750px!important
}

.mh-800px {
    max-height: 800px!important
}

.mh-850px {
    max-height: 850px!important
}

.mh-900px {
    max-height: 900px!important
}

.mh-950px {
    max-height: 950px!important
}

.mh-1000px {
    max-height: 1000px!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: .75rem!important
}

.gap-4 {
    gap: 1rem!important
}

.gap-5 {
    gap: 1.25rem!important
}

.gap-6 {
    gap: 1.5rem!important
}

.gap-7 {
    gap: 1.75rem!important
}

.gap-8 {
    gap: 2rem!important
}

.gap-9 {
    gap: 2.25rem!important
}

.gap-10 {
    gap: 2.5rem!important
}

.gap-11 {
    gap: 2.75rem!important
}

.gap-12 {
    gap: 3rem!important
}

.gap-13 {
    gap: 3.25rem!important
}

.gap-14 {
    gap: 3.5rem!important
}

.gap-15 {
    gap: 3.75rem!important
}

.gap-16 {
    gap: 4rem!important
}

.gap-17 {
    gap: 4.25rem!important
}

.gap-18 {
    gap: 4.5rem!important
}

.gap-19 {
    gap: 4.75rem!important
}

.gap-20 {
    gap: 5rem!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: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.m-5 {
    margin: 1.25rem!important
}

.m-6 {
    margin: 1.5rem!important
}

.m-7 {
    margin: 1.75rem!important
}

.m-8 {
    margin: 2rem!important
}

.m-9 {
    margin: 2.25rem!important
}

.m-10 {
    margin: 2.5rem!important
}

.m-11 {
    margin: 2.75rem!important
}

.m-12 {
    margin: 3rem!important
}

.m-13 {
    margin: 3.25rem!important
}

.m-14 {
    margin: 3.5rem!important
}

.m-15 {
    margin: 3.75rem!important
}

.m-16 {
    margin: 4rem!important
}

.m-17 {
    margin: 4.25rem!important
}

.m-18 {
    margin: 4.5rem!important
}

.m-19 {
    margin: 4.75rem!important
}

.m-20 {
    margin: 5rem!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: .75rem!important;
    margin-left: .75rem!important
}

.mx-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-5 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important
}

.mx-6 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-7 {
    margin-right: 1.75rem!important;
    margin-left: 1.75rem!important
}

.mx-8 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
}

.mx-9 {
    margin-right: 2.25rem!important;
    margin-left: 2.25rem!important
}

.mx-10 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
}

.mx-11 {
    margin-right: 2.75rem!important;
    margin-left: 2.75rem!important
}

.mx-12 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-13 {
    margin-right: 3.25rem!important;
    margin-left: 3.25rem!important
}

.mx-14 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
}

.mx-15 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important
}

.mx-16 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
}

.mx-17 {
    margin-right: 4.25rem!important;
    margin-left: 4.25rem!important
}

.mx-18 {
    margin-right: 4.5rem!important;
    margin-left: 4.5rem!important
}

.mx-19 {
    margin-right: 4.75rem!important;
    margin-left: 4.75rem!important
}

.mx-20 {
    margin-right: 5rem!important;
    margin-left: 5rem!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: .75rem!important;
    margin-bottom: .75rem!important
}

.my-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-5 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important
}

.my-6 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-7 {
    margin-top: 1.75rem!important;
    margin-bottom: 1.75rem!important
}

.my-8 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}

.my-9 {
    margin-top: 2.25rem!important;
    margin-bottom: 2.25rem!important
}

.my-10 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
}

.my-11 {
    margin-top: 2.75rem!important;
    margin-bottom: 2.75rem!important
}

.my-12 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-13 {
    margin-top: 3.25rem!important;
    margin-bottom: 3.25rem!important
}

.my-14 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
}

.my-15 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important
}

.my-16 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
}

.my-17 {
    margin-top: 4.25rem!important;
    margin-bottom: 4.25rem!important
}

.my-18 {
    margin-top: 4.5rem!important;
    margin-bottom: 4.5rem!important
}

.my-19 {
    margin-top: 4.75rem!important;
    margin-bottom: 4.75rem!important
}

.my-20 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!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: .75rem!important
}

.mt-4 {
    margin-top: 1rem!important
}

.mt-5 {
    margin-top: 1.25rem!important
}

.mt-6 {
    margin-top: 1.5rem!important
}

.mt-7 {
    margin-top: 1.75rem!important
}

.mt-8 {
    margin-top: 2rem!important
}

.mt-9 {
    margin-top: 2.25rem!important
}

.mt-10 {
    margin-top: 2.5rem!important
}

.mt-11 {
    margin-top: 2.75rem!important
}

.mt-12 {
    margin-top: 3rem!important
}

.mt-13 {
    margin-top: 3.25rem!important
}

.mt-14 {
    margin-top: 3.5rem!important
}

.mt-15 {
    margin-top: 3.75rem!important
}

.mt-16 {
    margin-top: 4rem!important
}

.mt-17 {
    margin-top: 4.25rem!important
}

.mt-18 {
    margin-top: 4.5rem!important
}

.mt-19 {
    margin-top: 4.75rem!important
}

.mt-20 {
    margin-top: 5rem!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: .75rem!important
}

.me-4 {
    margin-right: 1rem!important
}

.me-5 {
    margin-right: 1.25rem!important
}

.me-6 {
    margin-right: 1.5rem!important
}

.me-7 {
    margin-right: 1.75rem!important
}

.me-8 {
    margin-right: 2rem!important
}

.me-9 {
    margin-right: 2.25rem!important
}

.me-10 {
    margin-right: 2.5rem!important
}

.me-11 {
    margin-right: 2.75rem!important
}

.me-12 {
    margin-right: 3rem!important
}

.me-13 {
    margin-right: 3.25rem!important
}

.me-14 {
    margin-right: 3.5rem!important
}

.me-15 {
    margin-right: 3.75rem!important
}

.me-16 {
    margin-right: 4rem!important
}

.me-17 {
    margin-right: 4.25rem!important
}

.me-18 {
    margin-right: 4.5rem!important
}

.me-19 {
    margin-right: 4.75rem!important
}

.me-20 {
    margin-right: 5rem!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: .75rem!important
}

.mb-4 {
    margin-bottom: 1rem!important
}

.mb-5 {
    margin-bottom: 1.25rem!important
}

.mb-6 {
    margin-bottom: 1.5rem!important
}

.mb-7 {
    margin-bottom: 1.75rem!important
}

.mb-8 {
    margin-bottom: 2rem!important
}

.mb-9 {
    margin-bottom: 2.25rem!important
}

.mb-10 {
    margin-bottom: 2.5rem!important
}

.mb-11 {
    margin-bottom: 2.75rem!important
}

.mb-12 {
    margin-bottom: 3rem!important
}

.mb-13 {
    margin-bottom: 3.25rem!important
}

.mb-14 {
    margin-bottom: 3.5rem!important
}

.mb-15 {
    margin-bottom: 3.75rem!important
}

.mb-16 {
    margin-bottom: 4rem!important
}

.mb-17 {
    margin-bottom: 4.25rem!important
}

.mb-18 {
    margin-bottom: 4.5rem!important
}

.mb-19 {
    margin-bottom: 4.75rem!important
}

.mb-20 {
    margin-bottom: 5rem!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: .75rem!important
}

.ms-4 {
    margin-left: 1rem!important
}

.ms-5 {
    margin-left: 1.25rem!important
}

.ms-6 {
    margin-left: 1.5rem!important
}

.ms-7 {
    margin-left: 1.75rem!important
}

.ms-8 {
    margin-left: 2rem!important
}

.ms-9 {
    margin-left: 2.25rem!important
}

.ms-10 {
    margin-left: 2.5rem!important
}

.ms-11 {
    margin-left: 2.75rem!important
}

.ms-12 {
    margin-left: 3rem!important
}

.ms-13 {
    margin-left: 3.25rem!important
}

.ms-14 {
    margin-left: 3.5rem!important
}

.ms-15 {
    margin-left: 3.75rem!important
}

.ms-16 {
    margin-left: 4rem!important
}

.ms-17 {
    margin-left: 4.25rem!important
}

.ms-18 {
    margin-left: 4.5rem!important
}

.ms-19 {
    margin-left: 4.75rem!important
}

.ms-20 {
    margin-left: 5rem!important
}

.ms-auto {
    margin-left: auto!important
}

.m-n1 {
    margin: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.m-n3 {
    margin: -.75rem!important
}

.m-n4 {
    margin: -1rem!important
}

.m-n5 {
    margin: -1.25rem!important
}

.m-n6 {
    margin: -1.5rem!important
}

.m-n7 {
    margin: -1.75rem!important
}

.m-n8 {
    margin: -2rem!important
}

.m-n9 {
    margin: -2.25rem!important
}

.m-n10 {
    margin: -2.5rem!important
}

.m-n11 {
    margin: -2.75rem!important
}

.m-n12 {
    margin: -3rem!important
}

.m-n13 {
    margin: -3.25rem!important
}

.m-n14 {
    margin: -3.5rem!important
}

.m-n15 {
    margin: -3.75rem!important
}

.m-n16 {
    margin: -4rem!important
}

.m-n17 {
    margin: -4.25rem!important
}

.m-n18 {
    margin: -4.5rem!important
}

.m-n19 {
    margin: -4.75rem!important
}

.m-n20 {
    margin: -5rem!important
}

.mx-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
}

.mx-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
}

.mx-n3 {
    margin-right: -.75rem!important;
    margin-left: -.75rem!important
}

.mx-n4 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
}

.mx-n5 {
    margin-right: -1.25rem!important;
    margin-left: -1.25rem!important
}

.mx-n6 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
}

.mx-n7 {
    margin-right: -1.75rem!important;
    margin-left: -1.75rem!important
}

.mx-n8 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
}

.mx-n9 {
    margin-right: -2.25rem!important;
    margin-left: -2.25rem!important
}

.mx-n10 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
}

.mx-n11 {
    margin-right: -2.75rem!important;
    margin-left: -2.75rem!important
}

.mx-n12 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
}

.mx-n13 {
    margin-right: -3.25rem!important;
    margin-left: -3.25rem!important
}

.mx-n14 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
}

.mx-n15 {
    margin-right: -3.75rem!important;
    margin-left: -3.75rem!important
}

.mx-n16 {
    margin-right: -4rem!important;
    margin-left: -4rem!important
}

.mx-n17 {
    margin-right: -4.25rem!important;
    margin-left: -4.25rem!important
}

.mx-n18 {
    margin-right: -4.5rem!important;
    margin-left: -4.5rem!important
}

.mx-n19 {
    margin-right: -4.75rem!important;
    margin-left: -4.75rem!important
}

.mx-n20 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
}

.my-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
}

.my-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
}

.my-n3 {
    margin-top: -.75rem!important;
    margin-bottom: -.75rem!important
}

.my-n4 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
}

.my-n5 {
    margin-top: -1.25rem!important;
    margin-bottom: -1.25rem!important
}

.my-n6 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
}

.my-n7 {
    margin-top: -1.75rem!important;
    margin-bottom: -1.75rem!important
}

.my-n8 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
}

.my-n9 {
    margin-top: -2.25rem!important;
    margin-bottom: -2.25rem!important
}

.my-n10 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
}

.my-n11 {
    margin-top: -2.75rem!important;
    margin-bottom: -2.75rem!important
}

.my-n12 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
}

.my-n13 {
    margin-top: -3.25rem!important;
    margin-bottom: -3.25rem!important
}

.my-n14 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
}

.my-n15 {
    margin-top: -3.75rem!important;
    margin-bottom: -3.75rem!important
}

.my-n16 {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
}

.my-n17 {
    margin-top: -4.25rem!important;
    margin-bottom: -4.25rem!important
}

.my-n18 {
    margin-top: -4.5rem!important;
    margin-bottom: -4.5rem!important
}

.my-n19 {
    margin-top: -4.75rem!important;
    margin-bottom: -4.75rem!important
}

.my-n20 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
}

.mt-n1 {
    margin-top: -.25rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mt-n3 {
    margin-top: -.75rem!important
}

.mt-n4 {
    margin-top: -1rem!important
}

.mt-n5 {
    margin-top: -1.25rem!important
}

.mt-n6 {
    margin-top: -1.5rem!important
}

.mt-n7 {
    margin-top: -1.75rem!important
}

.mt-n8 {
    margin-top: -2rem!important
}

.mt-n9 {
    margin-top: -2.25rem!important
}

.mt-n10 {
    margin-top: -2.5rem!important
}

.mt-n11 {
    margin-top: -2.75rem!important
}

.mt-n12 {
    margin-top: -3rem!important
}

.mt-n13 {
    margin-top: -3.25rem!important
}

.mt-n14 {
    margin-top: -3.5rem!important
}

.mt-n15 {
    margin-top: -3.75rem!important
}

.mt-n16 {
    margin-top: -4rem!important
}

.mt-n17 {
    margin-top: -4.25rem!important
}

.mt-n18 {
    margin-top: -4.5rem!important
}

.mt-n19 {
    margin-top: -4.75rem!important
}

.mt-n20 {
    margin-top: -5rem!important
}

.me-n1 {
    margin-right: -.25rem!important
}

.me-n2 {
    margin-right: -.5rem!important
}

.me-n3 {
    margin-right: -.75rem!important
}

.me-n4 {
    margin-right: -1rem!important
}

.me-n5 {
    margin-right: -1.25rem!important
}

.me-n6 {
    margin-right: -1.5rem!important
}

.me-n7 {
    margin-right: -1.75rem!important
}

.me-n8 {
    margin-right: -2rem!important
}

.me-n9 {
    margin-right: -2.25rem!important
}

.me-n10 {
    margin-right: -2.5rem!important
}

.me-n11 {
    margin-right: -2.75rem!important
}

.me-n12 {
    margin-right: -3rem!important
}

.me-n13 {
    margin-right: -3.25rem!important
}

.me-n14 {
    margin-right: -3.5rem!important
}

.me-n15 {
    margin-right: -3.75rem!important
}

.me-n16 {
    margin-right: -4rem!important
}

.me-n17 {
    margin-right: -4.25rem!important
}

.me-n18 {
    margin-right: -4.5rem!important
}

.me-n19 {
    margin-right: -4.75rem!important
}

.me-n20 {
    margin-right: -5rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mb-n2 {
    margin-bottom: -.5rem!important
}

.mb-n3 {
    margin-bottom: -.75rem!important
}

.mb-n4 {
    margin-bottom: -1rem!important
}

.mb-n5 {
    margin-bottom: -1.25rem!important
}

.mb-n6 {
    margin-bottom: -1.5rem!important
}

.mb-n7 {
    margin-bottom: -1.75rem!important
}

.mb-n8 {
    margin-bottom: -2rem!important
}

.mb-n9 {
    margin-bottom: -2.25rem!important
}

.mb-n10 {
    margin-bottom: -2.5rem!important
}

.mb-n11 {
    margin-bottom: -2.75rem!important
}

.mb-n12 {
    margin-bottom: -3rem!important
}

.mb-n13 {
    margin-bottom: -3.25rem!important
}

.mb-n14 {
    margin-bottom: -3.5rem!important
}

.mb-n15 {
    margin-bottom: -3.75rem!important
}

.mb-n16 {
    margin-bottom: -4rem!important
}

.mb-n17 {
    margin-bottom: -4.25rem!important
}

.mb-n18 {
    margin-bottom: -4.5rem!important
}

.mb-n19 {
    margin-bottom: -4.75rem!important
}

.mb-n20 {
    margin-bottom: -5rem!important
}

.ms-n1 {
    margin-left: -.25rem!important
}

.ms-n2 {
    margin-left: -.5rem!important
}

.ms-n3 {
    margin-left: -.75rem!important
}

.ms-n4 {
    margin-left: -1rem!important
}

.ms-n5 {
    margin-left: -1.25rem!important
}

.ms-n6 {
    margin-left: -1.5rem!important
}

.ms-n7 {
    margin-left: -1.75rem!important
}

.ms-n8 {
    margin-left: -2rem!important
}

.ms-n9 {
    margin-left: -2.25rem!important
}

.ms-n10 {
    margin-left: -2.5rem!important
}

.ms-n11 {
    margin-left: -2.75rem!important
}

.ms-n12 {
    margin-left: -3rem!important
}

.ms-n13 {
    margin-left: -3.25rem!important
}

.ms-n14 {
    margin-left: -3.5rem!important
}

.ms-n15 {
    margin-left: -3.75rem!important
}

.ms-n16 {
    margin-left: -4rem!important
}

.ms-n17 {
    margin-left: -4.25rem!important
}

.ms-n18 {
    margin-left: -4.5rem!important
}

.ms-n19 {
    margin-left: -4.75rem!important
}

.ms-n20 {
    margin-left: -5rem!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.p-5 {
    padding: 1.25rem!important
}

.p-6 {
    padding: 1.5rem!important
}

.p-7 {
    padding: 1.75rem!important
}

.p-8 {
    padding: 2rem!important
}

.p-9 {
    padding: 2.25rem!important
}

.p-10 {
    padding: 2.5rem!important
}

.p-11 {
    padding: 2.75rem!important
}

.p-12 {
    padding: 3rem!important
}

.p-13 {
    padding: 3.25rem!important
}

.p-14 {
    padding: 3.5rem!important
}

.p-15 {
    padding: 3.75rem!important
}

.p-16 {
    padding: 4rem!important
}

.p-17 {
    padding: 4.25rem!important
}

.p-18 {
    padding: 4.5rem!important
}

.p-19 {
    padding: 4.75rem!important
}

.p-20 {
    padding: 5rem!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: .75rem!important;
    padding-left: .75rem!important
}

.px-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-5 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important
}

.px-6 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-7 {
    padding-right: 1.75rem!important;
    padding-left: 1.75rem!important
}

.px-8 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
}

.px-9 {
    padding-right: 2.25rem!important;
    padding-left: 2.25rem!important
}

.px-10 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
}

.px-11 {
    padding-right: 2.75rem!important;
    padding-left: 2.75rem!important
}

.px-12 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.px-13 {
    padding-right: 3.25rem!important;
    padding-left: 3.25rem!important
}

.px-14 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
}

.px-15 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important
}

.px-16 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
}

.px-17 {
    padding-right: 4.25rem!important;
    padding-left: 4.25rem!important
}

.px-18 {
    padding-right: 4.5rem!important;
    padding-left: 4.5rem!important
}

.px-19 {
    padding-right: 4.75rem!important;
    padding-left: 4.75rem!important
}

.px-20 {
    padding-right: 5rem!important;
    padding-left: 5rem!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: .75rem!important;
    padding-bottom: .75rem!important
}

.py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-5 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important
}

.py-6 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-7 {
    padding-top: 1.75rem!important;
    padding-bottom: 1.75rem!important
}

.py-8 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.py-9 {
    padding-top: 2.25rem!important;
    padding-bottom: 2.25rem!important
}

.py-10 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
}

.py-11 {
    padding-top: 2.75rem!important;
    padding-bottom: 2.75rem!important
}

.py-12 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.py-13 {
    padding-top: 3.25rem!important;
    padding-bottom: 3.25rem!important
}

.py-14 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
}

.py-15 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important
}

.py-16 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
}

.py-17 {
    padding-top: 4.25rem!important;
    padding-bottom: 4.25rem!important
}

.py-18 {
    padding-top: 4.5rem!important;
    padding-bottom: 4.5rem!important
}

.py-19 {
    padding-top: 4.75rem!important;
    padding-bottom: 4.75rem!important
}

.py-20 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: .75rem!important
}

.pt-4 {
    padding-top: 1rem!important
}

.pt-5 {
    padding-top: 1.25rem!important
}

.pt-6 {
    padding-top: 1.5rem!important
}

.pt-7 {
    padding-top: 1.75rem!important
}

.pt-8 {
    padding-top: 2rem!important
}

.pt-9 {
    padding-top: 2.25rem!important
}

.pt-10 {
    padding-top: 2.5rem!important
}

.pt-11 {
    padding-top: 2.75rem!important
}

.pt-12 {
    padding-top: 3rem!important
}

.pt-13 {
    padding-top: 3.25rem!important
}

.pt-14 {
    padding-top: 3.5rem!important
}

.pt-15 {
    padding-top: 3.75rem!important
}

.pt-16 {
    padding-top: 4rem!important
}

.pt-17 {
    padding-top: 4.25rem!important
}

.pt-18 {
    padding-top: 4.5rem!important
}

.pt-19 {
    padding-top: 4.75rem!important
}

.pt-20 {
    padding-top: 5rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: .75rem!important
}

.pe-4 {
    padding-right: 1rem!important
}

.pe-5 {
    padding-right: 1.25rem!important
}

.pe-6 {
    padding-right: 1.5rem!important
}

.pe-7 {
    padding-right: 1.75rem!important
}

.pe-8 {
    padding-right: 2rem!important
}

.pe-9 {
    padding-right: 2.25rem!important
}

.pe-10 {
    padding-right: 2.5rem!important
}

.pe-11 {
    padding-right: 2.75rem!important
}

.pe-12 {
    padding-right: 3rem!important
}

.pe-13 {
    padding-right: 3.25rem!important
}

.pe-14 {
    padding-right: 3.5rem!important
}

.pe-15 {
    padding-right: 3.75rem!important
}

.pe-16 {
    padding-right: 4rem!important
}

.pe-17 {
    padding-right: 4.25rem!important
}

.pe-18 {
    padding-right: 4.5rem!important
}

.pe-19 {
    padding-right: 4.75rem!important
}

.pe-20 {
    padding-right: 5rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: .75rem!important
}

.pb-4 {
    padding-bottom: 1rem!important
}

.pb-5 {
    padding-bottom: 1.25rem!important
}

.pb-6 {
    padding-bottom: 1.5rem!important
}

.pb-7 {
    padding-bottom: 1.75rem!important
}

.pb-8 {
    padding-bottom: 2rem!important
}

.pb-9 {
    padding-bottom: 2.25rem!important
}

.pb-10 {
    padding-bottom: 2.5rem!important
}

.pb-11 {
    padding-bottom: 2.75rem!important
}

.pb-12 {
    padding-bottom: 3rem!important
}

.pb-13 {
    padding-bottom: 3.25rem!important
}

.pb-14 {
    padding-bottom: 3.5rem!important
}

.pb-15 {
    padding-bottom: 3.75rem!important
}

.pb-16 {
    padding-bottom: 4rem!important
}

.pb-17 {
    padding-bottom: 4.25rem!important
}

.pb-18 {
    padding-bottom: 4.5rem!important
}

.pb-19 {
    padding-bottom: 4.75rem!important
}

.pb-20 {
    padding-bottom: 5rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: .75rem!important
}

.ps-4 {
    padding-left: 1rem!important
}

.ps-5 {
    padding-left: 1.25rem!important
}

.ps-6 {
    padding-left: 1.5rem!important
}

.ps-7 {
    padding-left: 1.75rem!important
}

.ps-8 {
    padding-left: 2rem!important
}

.ps-9 {
    padding-left: 2.25rem!important
}

.ps-10 {
    padding-left: 2.5rem!important
}

.ps-11 {
    padding-left: 2.75rem!important
}

.ps-12 {
    padding-left: 3rem!important
}

.ps-13 {
    padding-left: 3.25rem!important
}

.ps-14 {
    padding-left: 3.5rem!important
}

.ps-15 {
    padding-left: 3.75rem!important
}

.ps-16 {
    padding-left: 4rem!important
}

.ps-17 {
    padding-left: 4.25rem!important
}

.ps-18 {
    padding-left: 4.5rem!important
}

.ps-19 {
    padding-left: 4.75rem!important
}

.ps-20 {
    padding-left: 5rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-2 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-3 {
    font-size: calc(1.26rem + .12vw)!important
}

.fs-4 {
    font-size: 1.25rem!important
}

.fs-5 {
    font-size: 1.15rem!important
}

.fs-6 {
    font-size: 1.075rem!important
}

.fs-7 {
    font-size: .95rem!important
}

.fs-8 {
    font-size: .85rem!important
}

.fs-9 {
    font-size: .75rem!important
}

.fs-10 {
    font-size: .5rem!important
}

.fs-base {
    font-size: 1rem!important
}

.fs-fluid {
    font-size: 100%!important
}

.fs-2x {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-2qx {
    font-size: calc(1.35rem + 1.2vw)!important
}

.fs-2hx {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2tx {
    font-size: calc(1.4rem + 1.8vw)!important
}

.fs-3x {
    font-size: calc(1.425rem + 2.1vw)!important
}

.fs-3qx {
    font-size: calc(1.45rem + 2.4vw)!important
}

.fs-3hx {
    font-size: calc(1.475rem + 2.7vw)!important
}

.fs-3tx {
    font-size: calc(1.5rem + 3vw)!important
}

.fs-4x {
    font-size: calc(1.525rem + 3.3vw)!important
}

.fs-4qx {
    font-size: calc(1.55rem + 3.6vw)!important
}

.fs-4hx {
    font-size: calc(1.575rem + 3.9vw)!important
}

.fs-4tx {
    font-size: calc(1.6rem + 4.2vw)!important
}

.fs-5x {
    font-size: calc(1.625rem + 4.5vw)!important
}

.fs-5qx {
    font-size: calc(1.65rem + 4.8vw)!important
}

.fs-5hx {
    font-size: calc(1.675rem + 5.1vw)!important
}

.fs-5tx {
    font-size: calc(1.7rem + 5.4vw)!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 500!important
}

.fw-bolder {
    font-weight: 600!important
}

.lh-0 {
    line-height: 0!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: 1.75!important
}

.lh-xl {
    line-height: 2!important
}

.lh-xxl {
    line-height: 2.25!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-white {
    color: #fff!important
}

.text-light {
    color: #f5f8fa!important
}

.text-primary {
    color: #009ef7!important
}

.text-secondary {
    color: #e4e6ef!important
}

.text-success {
    color: #50cd89!important
}

.text-info {
    color: #7239ea!important
}

.text-warning {
    color: #ffc700!important
}

.text-danger {
    color: #f1416c!important
}

.text-dark {
    color: #181c32!important
}

.text-body {
    color: #181c32!important
}

.text-muted {
    color: #a1a5b7!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-reset {
    color: inherit!important
}

.bg-white {
    background-color: #fff!important
}

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

.bg-primary {
    background-color: #009ef7!important
}

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

.bg-success {
    background-color: #50cd89!important
}

.bg-info {
    background-color: #7239ea!important
}

.bg-warning {
    background-color: #ffc700!important
}

.bg-danger {
    background-color: #f1416c!important
}

.bg-dark {
    background-color: #181c32!important
}

.bg-body {
    background-color: #fff!important
}

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

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
            user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
            user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
            user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: .475rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .275rem!important
}

.rounded-2 {
    border-radius: .475rem!important
}

.rounded-3 {
    border-radius: .775rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: .475rem!important;
    border-top-right-radius: .475rem!important
}

.rounded-end {
    border-top-right-radius: .475rem!important;
    border-bottom-right-radius: .475rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .475rem!important;
    border-bottom-left-radius: .475rem!important
}

.rounded-start {
    border-bottom-left-radius: .475rem!important;
    border-top-left-radius: .475rem!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-5 {
    opacity: .05!important
}

.opacity-10 {
    opacity: .1!important
}

.opacity-15 {
    opacity: .15!important
}

.opacity-20 {
    opacity: .2!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-0-hover:hover {
    opacity: 0!important
}

.opacity-5 {
    opacity: .05!important
}

.opacity-5-hover:hover {
    opacity: .05!important
}

.opacity-10 {
    opacity: .1!important
}

.opacity-10-hover:hover {
    opacity: .1!important
}

.opacity-15 {
    opacity: .15!important
}

.opacity-15-hover:hover {
    opacity: .15!important
}

.opacity-20 {
    opacity: .2!important
}

.opacity-20-hover:hover {
    opacity: .2!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-25-hover:hover {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-50-hover:hover {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-75-hover:hover {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.opacity-100-hover:hover {
    opacity: 1!important
}

.min-w-unset {
    min-width: unset!important
}

.min-w-25 {
    min-width: 25%!important
}

.min-w-50 {
    min-width: 50%!important
}

.min-w-75 {
    min-width: 75%!important
}

.min-w-100 {
    min-width: 100%!important
}

.min-w-auto {
    min-width: auto!important
}

.min-w-1px {
    min-width: 1px!important
}

.min-w-2px {
    min-width: 2px!important
}

.min-w-3px {
    min-width: 3px!important
}

.min-w-4px {
    min-width: 4px!important
}

.min-w-5px {
    min-width: 5px!important
}

.min-w-6px {
    min-width: 6px!important
}

.min-w-7px {
    min-width: 7px!important
}

.min-w-8px {
    min-width: 8px!important
}

.min-w-9px {
    min-width: 9px!important
}

.min-w-10px {
    min-width: 10px!important
}

.min-w-15px {
    min-width: 15px!important
}

.min-w-20px {
    min-width: 20px!important
}

.min-w-25px {
    min-width: 25px!important
}

.min-w-30px {
    min-width: 30px!important
}

.min-w-35px {
    min-width: 35px!important
}

.min-w-40px {
    min-width: 40px!important
}

.min-w-45px {
    min-width: 45px!important
}

.min-w-50px {
    min-width: 50px!important
}

.min-w-55px {
    min-width: 55px!important
}

.min-w-60px {
    min-width: 60px!important
}

.min-w-65px {
    min-width: 65px!important
}

.min-w-70px {
    min-width: 70px!important
}

.min-w-75px {
    min-width: 75px!important
}

.min-w-80px {
    min-width: 80px!important
}

.min-w-85px {
    min-width: 85px!important
}

.min-w-90px {
    min-width: 90px!important
}

.min-w-95px {
    min-width: 95px!important
}

.min-w-100px {
    min-width: 100px!important
}

.min-w-125px {
    min-width: 125px!important
}

.min-w-150px {
    min-width: 150px!important
}

.min-w-175px {
    min-width: 175px!important
}

.min-w-200px {
    min-width: 200px!important
}

.min-w-225px {
    min-width: 225px!important
}

.min-w-250px {
    min-width: 250px!important
}

.min-w-275px {
    min-width: 275px!important
}

.min-w-300px {
    min-width: 300px!important
}

.min-w-325px {
    min-width: 325px!important
}

.min-w-350px {
    min-width: 350px!important
}

.min-w-375px {
    min-width: 375px!important
}

.min-w-400px {
    min-width: 400px!important
}

.min-w-425px {
    min-width: 425px!important
}

.min-w-450px {
    min-width: 450px!important
}

.min-w-475px {
    min-width: 475px!important
}

.min-w-500px {
    min-width: 500px!important
}

.min-w-550px {
    min-width: 550px!important
}

.min-w-600px {
    min-width: 600px!important
}

.min-w-650px {
    min-width: 650px!important
}

.min-w-700px {
    min-width: 700px!important
}

.min-w-750px {
    min-width: 750px!important
}

.min-w-800px {
    min-width: 800px!important
}

.min-w-850px {
    min-width: 850px!important
}

.min-w-900px {
    min-width: 900px!important
}

.min-w-950px {
    min-width: 950px!important
}

.min-w-1000px {
    min-width: 1000px!important
}

.min-h-unset {
    min-height: unset!important
}

.min-h-25 {
    min-height: 25%!important
}

.min-h-50 {
    min-height: 50%!important
}

.min-h-75 {
    min-height: 75%!important
}

.min-h-100 {
    min-height: 100%!important
}

.min-h-auto {
    min-height: auto!important
}

.min-h-60vh{
  min-height: 60vh !important;
}

.min-h-1px {
    min-height: 1px!important
}

.min-h-2px {
    min-height: 2px!important
}

.min-h-3px {
    min-height: 3px!important
}

.min-h-4px {
    min-height: 4px!important
}

.min-h-5px {
    min-height: 5px!important
}

.min-h-6px {
    min-height: 6px!important
}

.min-h-7px {
    min-height: 7px!important
}

.min-h-8px {
    min-height: 8px!important
}

.min-h-9px {
    min-height: 9px!important
}

.min-h-10px {
    min-height: 10px!important
}

.min-h-15px {
    min-height: 15px!important
}

.min-h-20px {
    min-height: 20px!important
}

.min-h-25px {
    min-height: 25px!important
}

.min-h-30px {
    min-height: 30px!important
}

.min-h-35px {
    min-height: 35px!important
}

.min-h-40px {
    min-height: 40px!important
}

.min-h-45px {
    min-height: 45px!important
}

.min-h-50px {
    min-height: 50px!important
}

.min-h-55px {
    min-height: 55px!important
}

.min-h-60px {
    min-height: 60px!important
}

.min-h-65px {
    min-height: 65px!important
}

.min-h-70px {
    min-height: 70px!important
}

.min-h-75px {
    min-height: 75px!important
}

.min-h-80px {
    min-height: 80px!important
}

.min-h-85px {
    min-height: 85px!important
}

.min-h-90px {
    min-height: 90px!important
}

.min-h-95px {
    min-height: 95px!important
}

.min-h-100px {
    min-height: 100px!important
}

.min-h-125px {
    min-height: 125px!important
}

.min-h-150px {
    min-height: 150px!important
}

.min-h-175px {
    min-height: 175px!important
}

.min-h-200px {
    min-height: 200px!important
}

.min-h-225px {
    min-height: 225px!important
}

.min-h-250px {
    min-height: 250px!important
}

.min-h-275px {
    min-height: 275px!important
}

.min-h-300px {
    min-height: 300px!important
}

.min-h-325px {
    min-height: 325px!important
}

.min-h-350px {
    min-height: 350px!important
}

.min-h-375px {
    min-height: 375px!important
}

.min-h-400px {
    min-height: 400px!important
}

.min-h-425px {
    min-height: 425px!important
}

.min-h-450px {
    min-height: 450px!important
}

.min-h-475px {
    min-height: 475px!important
}

.min-h-500px {
    min-height: 500px!important
}

.min-h-550px {
    min-height: 550px!important
}

.min-h-600px {
    min-height: 600px!important
}

.min-h-650px {
    min-height: 650px!important
}

.min-h-700px {
    min-height: 700px!important
}

.min-h-750px {
    min-height: 750px!important
}

.min-h-800px {
    min-height: 800px!important
}

.min-h-850px {
    min-height: 850px!important
}

.min-h-900px {
    min-height: 900px!important
}

.min-h-950px {
    min-height: 950px!important
}

.min-h-1000px {
    min-height: 1000px!important
}

.z-index-n1 {
    z-index: -1!important
}

.z-index-n2 {
    z-index: -2!important
}

.z-index-0 {
    z-index: 0!important
}

.z-index-1 {
    z-index: 1!important
}

.z-index-2 {
    z-index: 2!important
}

.z-index-3 {
    z-index: 3!important
}

.border-top-0 {
    border-top-width: 0!important
}

.border-top-1 {
    border-top-width: 1px!important
}

.border-top-2 {
    border-top-width: 2px!important
}

.border-top-3 {
    border-top-width: 3px!important
}

.border-top-4 {
    border-top-width: 4px!important
}

.border-top-5 {
    border-top-width: 5px!important
}

.border-bottom-0 {
    border-bottom-width: 0!important
}

.border-bottom-1 {
    border-bottom-width: 1px!important
}

.border-bottom-2 {
    border-bottom-width: 2px!important
}

.border-bottom-3 {
    border-bottom-width: 3px!important
}

.border-bottom-4 {
    border-bottom-width: 4px!important
}

.border-bottom-5 {
    border-bottom-width: 5px!important
}

.border-right-0 {
    border-right-width: 0!important
}

.border-right-1 {
    border-right-width: 1px!important
}

.border-right-2 {
    border-right-width: 2px!important
}

.border-right-3 {
    border-right-width: 3px!important
}

.border-right-4 {
    border-right-width: 4px!important
}

.border-right-5 {
    border-right-width: 5px!important
}

.border-left-0 {
    border-left-width: 0!important
}

.border-left-1 {
    border-left-width: 1px!important
}

.border-left-2 {
    border-left-width: 2px!important
}

.border-left-3 {
    border-left-width: 3px!important
}

.border-left-4 {
    border-left-width: 4px!important
}

.border-left-5 {
    border-left-width: 5px!important
}

.ls-1 {
    letter-spacing: .1rem!important
}

.ls-2 {
    letter-spacing: .115rem!important
}

.ls-3 {
    letter-spacing: .125rem!important
}

.ls-4 {
    letter-spacing: .25rem!important
}

.ls-5 {
    letter-spacing: .5rem!important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left!important
    }
    .float-sm-end {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-grid {
        display: grid!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
    .d-sm-none {
        display: none!important
    }
    .position-sm-static {
        position: static!important
    }
    .position-sm-relative {
        position: relative!important
    }
    .position-sm-absolute {
        position: absolute!important
    }
    .position-sm-fixed {
        position: fixed!important
    }
    .position-sm-sticky {
        position: sticky!important
    }
    .w-sm-unset {
        width: unset!important
    }
    .w-sm-25 {
        width: 25%!important
    }
    .w-sm-50 {
        width: 50%!important
    }
    .w-sm-75 {
        width: 75%!important
    }
    .w-sm-100 {
        width: 100%!important
    }
    .w-sm-auto {
        width: auto!important
    }
    .w-sm-1px {
        width: 1px!important
    }
    .w-sm-2px {
        width: 2px!important
    }
    .w-sm-3px {
        width: 3px!important
    }
    .w-sm-4px {
        width: 4px!important
    }
    .w-sm-5px {
        width: 5px!important
    }
    .w-sm-6px {
        width: 6px!important
    }
    .w-sm-7px {
        width: 7px!important
    }
    .w-sm-8px {
        width: 8px!important
    }
    .w-sm-9px {
        width: 9px!important
    }
    .w-sm-10px {
        width: 10px!important
    }
    .w-sm-15px {
        width: 15px!important
    }
    .w-sm-20px {
        width: 20px!important
    }
    .w-sm-25px {
        width: 25px!important
    }
    .w-sm-30px {
        width: 30px!important
    }
    .w-sm-35px {
        width: 35px!important
    }
    .w-sm-40px {
        width: 40px!important
    }
    .w-sm-45px {
        width: 45px!important
    }
    .w-sm-50px {
        width: 50px!important
    }
    .w-sm-55px {
        width: 55px!important
    }
    .w-sm-60px {
        width: 60px!important
    }
    .w-sm-65px {
        width: 65px!important
    }
    .w-sm-70px {
        width: 70px!important
    }
    .w-sm-75px {
        width: 75px!important
    }
    .w-sm-80px {
        width: 80px!important
    }
    .w-sm-85px {
        width: 85px!important
    }
    .w-sm-90px {
        width: 90px!important
    }
    .w-sm-95px {
        width: 95px!important
    }
    .w-sm-100px {
        width: 100px!important
    }
    .w-sm-125px {
        width: 125px!important
    }
    .w-sm-150px {
        width: 150px!important
    }
    .w-sm-175px {
        width: 175px!important
    }
    .w-sm-200px {
        width: 200px!important
    }
    .w-sm-225px {
        width: 225px!important
    }
    .w-sm-250px {
        width: 250px!important
    }
    .w-sm-275px {
        width: 275px!important
    }
    .w-sm-300px {
        width: 300px!important
    }
    .w-sm-325px {
        width: 325px!important
    }
    .w-sm-350px {
        width: 350px!important
    }
    .w-sm-375px {
        width: 375px!important
    }
    .w-sm-400px {
        width: 400px!important
    }
    .w-sm-425px {
        width: 425px!important
    }
    .w-sm-450px {
        width: 450px!important
    }
    .w-sm-475px {
        width: 475px!important
    }
    .w-sm-500px {
        width: 500px!important
    }
    .w-sm-550px {
        width: 550px!important
    }
    .w-sm-600px {
        width: 600px!important
    }
    .w-sm-650px {
        width: 650px!important
    }
    .w-sm-700px {
        width: 700px!important
    }
    .w-sm-750px {
        width: 750px!important
    }
    .w-sm-800px {
        width: 800px!important
    }
    .w-sm-850px {
        width: 850px!important
    }
    .w-sm-900px {
        width: 900px!important
    }
    .w-sm-950px {
        width: 950px!important
    }
    .w-sm-1000px {
        width: 1000px!important
    }
    .mw-sm-unset {
        max-width: unset!important
    }
    .mw-sm-25 {
        max-width: 25%!important
    }
    .mw-sm-50 {
        max-width: 50%!important
    }
    .mw-sm-75 {
        max-width: 75%!important
    }
    .mw-sm-100 {
        max-width: 100%!important
    }
    .mw-sm-auto {
        max-width: auto!important
    }
    .mw-sm-1px {
        max-width: 1px!important
    }
    .mw-sm-2px {
        max-width: 2px!important
    }
    .mw-sm-3px {
        max-width: 3px!important
    }
    .mw-sm-4px {
        max-width: 4px!important
    }
    .mw-sm-5px {
        max-width: 5px!important
    }
    .mw-sm-6px {
        max-width: 6px!important
    }
    .mw-sm-7px {
        max-width: 7px!important
    }
    .mw-sm-8px {
        max-width: 8px!important
    }
    .mw-sm-9px {
        max-width: 9px!important
    }
    .mw-sm-10px {
        max-width: 10px!important
    }
    .mw-sm-15px {
        max-width: 15px!important
    }
    .mw-sm-20px {
        max-width: 20px!important
    }
    .mw-sm-25px {
        max-width: 25px!important
    }
    .mw-sm-30px {
        max-width: 30px!important
    }
    .mw-sm-35px {
        max-width: 35px!important
    }
    .mw-sm-40px {
        max-width: 40px!important
    }
    .mw-sm-45px {
        max-width: 45px!important
    }
    .mw-sm-50px {
        max-width: 50px!important
    }
    .mw-sm-55px {
        max-width: 55px!important
    }
    .mw-sm-60px {
        max-width: 60px!important
    }
    .mw-sm-65px {
        max-width: 65px!important
    }
    .mw-sm-70px {
        max-width: 70px!important
    }
    .mw-sm-75px {
        max-width: 75px!important
    }
    .mw-sm-80px {
        max-width: 80px!important
    }
    .mw-sm-85px {
        max-width: 85px!important
    }
    .mw-sm-90px {
        max-width: 90px!important
    }
    .mw-sm-95px {
        max-width: 95px!important
    }
    .mw-sm-100px {
        max-width: 100px!important
    }
    .mw-sm-125px {
        max-width: 125px!important
    }
    .mw-sm-150px {
        max-width: 150px!important
    }
    .mw-sm-175px {
        max-width: 175px!important
    }
    .mw-sm-200px {
        max-width: 200px!important
    }
    .mw-sm-225px {
        max-width: 225px!important
    }
    .mw-sm-250px {
        max-width: 250px!important
    }
    .mw-sm-275px {
        max-width: 275px!important
    }
    .mw-sm-300px {
        max-width: 300px!important
    }
    .mw-sm-325px {
        max-width: 325px!important
    }
    .mw-sm-350px {
        max-width: 350px!important
    }
    .mw-sm-375px {
        max-width: 375px!important
    }
    .mw-sm-400px {
        max-width: 400px!important
    }
    .mw-sm-425px {
        max-width: 425px!important
    }
    .mw-sm-450px {
        max-width: 450px!important
    }
    .mw-sm-475px {
        max-width: 475px!important
    }
    .mw-sm-500px {
        max-width: 500px!important
    }
    .mw-sm-550px {
        max-width: 550px!important
    }
    .mw-sm-600px {
        max-width: 600px!important
    }
    .mw-sm-650px {
        max-width: 650px!important
    }
    .mw-sm-700px {
        max-width: 700px!important
    }
    .mw-sm-750px {
        max-width: 750px!important
    }
    .mw-sm-800px {
        max-width: 800px!important
    }
    .mw-sm-850px {
        max-width: 850px!important
    }
    .mw-sm-900px {
        max-width: 900px!important
    }
    .mw-sm-950px {
        max-width: 950px!important
    }
    .mw-sm-1000px {
        max-width: 1000px!important
    }
    .h-sm-unset {
        height: unset!important
    }
    .h-sm-25 {
        height: 25%!important
    }
    .h-sm-50 {
        height: 50%!important
    }
    .h-sm-75 {
        height: 75%!important
    }
    .h-sm-100 {
        height: 100%!important
    }
    .h-sm-auto {
        height: auto!important
    }
    .h-sm-1px {
        height: 1px!important
    }
    .h-sm-2px {
        height: 2px!important
    }
    .h-sm-3px {
        height: 3px!important
    }
    .h-sm-4px {
        height: 4px!important
    }
    .h-sm-5px {
        height: 5px!important
    }
    .h-sm-6px {
        height: 6px!important
    }
    .h-sm-7px {
        height: 7px!important
    }
    .h-sm-8px {
        height: 8px!important
    }
    .h-sm-9px {
        height: 9px!important
    }
    .h-sm-10px {
        height: 10px!important
    }
    .h-sm-15px {
        height: 15px!important
    }
    .h-sm-20px {
        height: 20px!important
    }
    .h-sm-25px {
        height: 25px!important
    }
    .h-sm-30px {
        height: 30px!important
    }
    .h-sm-35px {
        height: 35px!important
    }
    .h-sm-40px {
        height: 40px!important
    }
    .h-sm-45px {
        height: 45px!important
    }
    .h-sm-50px {
        height: 50px!important
    }
    .h-sm-55px {
        height: 55px!important
    }
    .h-sm-60px {
        height: 60px!important
    }
    .h-sm-65px {
        height: 65px!important
    }
    .h-sm-70px {
        height: 70px!important
    }
    .h-sm-75px {
        height: 75px!important
    }
    .h-sm-80px {
        height: 80px!important
    }
    .h-sm-85px {
        height: 85px!important
    }
    .h-sm-90px {
        height: 90px!important
    }
    .h-sm-95px {
        height: 95px!important
    }
    .h-sm-100px {
        height: 100px!important
    }
    .h-sm-125px {
        height: 125px!important
    }
    .h-sm-150px {
        height: 150px!important
    }
    .h-sm-175px {
        height: 175px!important
    }
    .h-sm-200px {
        height: 200px!important
    }
    .h-sm-225px {
        height: 225px!important
    }
    .h-sm-250px {
        height: 250px!important
    }
    .h-sm-275px {
        height: 275px!important
    }
    .h-sm-300px {
        height: 300px!important
    }
    .h-sm-325px {
        height: 325px!important
    }
    .h-sm-350px {
        height: 350px!important
    }
    .h-sm-375px {
        height: 375px!important
    }
    .h-sm-400px {
        height: 400px!important
    }
    .h-sm-425px {
        height: 425px!important
    }
    .h-sm-450px {
        height: 450px!important
    }
    .h-sm-475px {
        height: 475px!important
    }
    .h-sm-500px {
        height: 500px!important
    }
    .h-sm-550px {
        height: 550px!important
    }
    .h-sm-600px {
        height: 600px!important
    }
    .h-sm-650px {
        height: 650px!important
    }
    .h-sm-700px {
        height: 700px!important
    }
    .h-sm-750px {
        height: 750px!important
    }
    .h-sm-800px {
        height: 800px!important
    }
    .h-sm-850px {
        height: 850px!important
    }
    .h-sm-900px {
        height: 900px!important
    }
    .h-sm-950px {
        height: 950px!important
    }
    .h-sm-1000px {
        height: 1000px!important
    }
    .mh-sm-unset {
        max-height: unset!important
    }
    .mh-sm-25 {
        max-height: 25%!important
    }
    .mh-sm-50 {
        max-height: 50%!important
    }
    .mh-sm-75 {
        max-height: 75%!important
    }
    .mh-sm-100 {
        max-height: 100%!important
    }
    .mh-sm-auto {
        max-height: auto!important
    }
    .mh-sm-1px {
        max-height: 1px!important
    }
    .mh-sm-2px {
        max-height: 2px!important
    }
    .mh-sm-3px {
        max-height: 3px!important
    }
    .mh-sm-4px {
        max-height: 4px!important
    }
    .mh-sm-5px {
        max-height: 5px!important
    }
    .mh-sm-6px {
        max-height: 6px!important
    }
    .mh-sm-7px {
        max-height: 7px!important
    }
    .mh-sm-8px {
        max-height: 8px!important
    }
    .mh-sm-9px {
        max-height: 9px!important
    }
    .mh-sm-10px {
        max-height: 10px!important
    }
    .mh-sm-15px {
        max-height: 15px!important
    }
    .mh-sm-20px {
        max-height: 20px!important
    }
    .mh-sm-25px {
        max-height: 25px!important
    }
    .mh-sm-30px {
        max-height: 30px!important
    }
    .mh-sm-35px {
        max-height: 35px!important
    }
    .mh-sm-40px {
        max-height: 40px!important
    }
    .mh-sm-45px {
        max-height: 45px!important
    }
    .mh-sm-50px {
        max-height: 50px!important
    }
    .mh-sm-55px {
        max-height: 55px!important
    }
    .mh-sm-60px {
        max-height: 60px!important
    }
    .mh-sm-65px {
        max-height: 65px!important
    }
    .mh-sm-70px {
        max-height: 70px!important
    }
    .mh-sm-75px {
        max-height: 75px!important
    }
    .mh-sm-80px {
        max-height: 80px!important
    }
    .mh-sm-85px {
        max-height: 85px!important
    }
    .mh-sm-90px {
        max-height: 90px!important
    }
    .mh-sm-95px {
        max-height: 95px!important
    }
    .mh-sm-100px {
        max-height: 100px!important
    }
    .mh-sm-125px {
        max-height: 125px!important
    }
    .mh-sm-150px {
        max-height: 150px!important
    }
    .mh-sm-175px {
        max-height: 175px!important
    }
    .mh-sm-200px {
        max-height: 200px!important
    }
    .mh-sm-225px {
        max-height: 225px!important
    }
    .mh-sm-250px {
        max-height: 250px!important
    }
    .mh-sm-275px {
        max-height: 275px!important
    }
    .mh-sm-300px {
        max-height: 300px!important
    }
    .mh-sm-325px {
        max-height: 325px!important
    }
    .mh-sm-350px {
        max-height: 350px!important
    }
    .mh-sm-375px {
        max-height: 375px!important
    }
    .mh-sm-400px {
        max-height: 400px!important
    }
    .mh-sm-425px {
        max-height: 425px!important
    }
    .mh-sm-450px {
        max-height: 450px!important
    }
    .mh-sm-475px {
        max-height: 475px!important
    }
    .mh-sm-500px {
        max-height: 500px!important
    }
    .mh-sm-550px {
        max-height: 550px!important
    }
    .mh-sm-600px {
        max-height: 600px!important
    }
    .mh-sm-650px {
        max-height: 650px!important
    }
    .mh-sm-700px {
        max-height: 700px!important
    }
    .mh-sm-750px {
        max-height: 750px!important
    }
    .mh-sm-800px {
        max-height: 800px!important
    }
    .mh-sm-850px {
        max-height: 850px!important
    }
    .mh-sm-900px {
        max-height: 900px!important
    }
    .mh-sm-950px {
        max-height: 950px!important
    }
    .mh-sm-1000px {
        max-height: 1000px!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-sm-0 {
        gap: 0!important
    }
    .gap-sm-1 {
        gap: .25rem!important
    }
    .gap-sm-2 {
        gap: .5rem!important
    }
    .gap-sm-3 {
        gap: .75rem!important
    }
    .gap-sm-4 {
        gap: 1rem!important
    }
    .gap-sm-5 {
        gap: 1.25rem!important
    }
    .gap-sm-6 {
        gap: 1.5rem!important
    }
    .gap-sm-7 {
        gap: 1.75rem!important
    }
    .gap-sm-8 {
        gap: 2rem!important
    }
    .gap-sm-9 {
        gap: 2.25rem!important
    }
    .gap-sm-10 {
        gap: 2.5rem!important
    }
    .gap-sm-11 {
        gap: 2.75rem!important
    }
    .gap-sm-12 {
        gap: 3rem!important
    }
    .gap-sm-13 {
        gap: 3.25rem!important
    }
    .gap-sm-14 {
        gap: 3.5rem!important
    }
    .gap-sm-15 {
        gap: 3.75rem!important
    }
    .gap-sm-16 {
        gap: 4rem!important
    }
    .gap-sm-17 {
        gap: 4.25rem!important
    }
    .gap-sm-18 {
        gap: 4.5rem!important
    }
    .gap-sm-19 {
        gap: 4.75rem!important
    }
    .gap-sm-20 {
        gap: 5rem!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: .75rem!important
    }
    .m-sm-4 {
        margin: 1rem!important
    }
    .m-sm-5 {
        margin: 1.25rem!important
    }
    .m-sm-6 {
        margin: 1.5rem!important
    }
    .m-sm-7 {
        margin: 1.75rem!important
    }
    .m-sm-8 {
        margin: 2rem!important
    }
    .m-sm-9 {
        margin: 2.25rem!important
    }
    .m-sm-10 {
        margin: 2.5rem!important
    }
    .m-sm-11 {
        margin: 2.75rem!important
    }
    .m-sm-12 {
        margin: 3rem!important
    }
    .m-sm-13 {
        margin: 3.25rem!important
    }
    .m-sm-14 {
        margin: 3.5rem!important
    }
    .m-sm-15 {
        margin: 3.75rem!important
    }
    .m-sm-16 {
        margin: 4rem!important
    }
    .m-sm-17 {
        margin: 4.25rem!important
    }
    .m-sm-18 {
        margin: 4.5rem!important
    }
    .m-sm-19 {
        margin: 4.75rem!important
    }
    .m-sm-20 {
        margin: 5rem!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: .75rem!important;
        margin-left: .75rem!important
    }
    .mx-sm-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-sm-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-sm-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-sm-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }
    .mx-sm-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }
    .mx-sm-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }
    .mx-sm-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-sm-11 {
        margin-right: 2.75rem!important;
        margin-left: 2.75rem!important
    }
    .mx-sm-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-sm-13 {
        margin-right: 3.25rem!important;
        margin-left: 3.25rem!important
    }
    .mx-sm-14 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }
    .mx-sm-15 {
        margin-right: 3.75rem!important;
        margin-left: 3.75rem!important
    }
    .mx-sm-16 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }
    .mx-sm-17 {
        margin-right: 4.25rem!important;
        margin-left: 4.25rem!important
    }
    .mx-sm-18 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }
    .mx-sm-19 {
        margin-right: 4.75rem!important;
        margin-left: 4.75rem!important
    }
    .mx-sm-20 {
        margin-right: 5rem!important;
        margin-left: 5rem!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: .75rem!important;
        margin-bottom: .75rem!important
    }
    .my-sm-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-sm-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-sm-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-sm-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }
    .my-sm-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }
    .my-sm-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
    .my-sm-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-sm-11 {
        margin-top: 2.75rem!important;
        margin-bottom: 2.75rem!important
    }
    .my-sm-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-sm-13 {
        margin-top: 3.25rem!important;
        margin-bottom: 3.25rem!important
    }
    .my-sm-14 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }
    .my-sm-15 {
        margin-top: 3.75rem!important;
        margin-bottom: 3.75rem!important
    }
    .my-sm-16 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }
    .my-sm-17 {
        margin-top: 4.25rem!important;
        margin-bottom: 4.25rem!important
    }
    .my-sm-18 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }
    .my-sm-19 {
        margin-top: 4.75rem!important;
        margin-bottom: 4.75rem!important
    }
    .my-sm-20 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!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: .75rem!important
    }
    .mt-sm-4 {
        margin-top: 1rem!important
    }
    .mt-sm-5 {
        margin-top: 1.25rem!important
    }
    .mt-sm-6 {
        margin-top: 1.5rem!important
    }
    .mt-sm-7 {
        margin-top: 1.75rem!important
    }
    .mt-sm-8 {
        margin-top: 2rem!important
    }
    .mt-sm-9 {
        margin-top: 2.25rem!important
    }
    .mt-sm-10 {
        margin-top: 2.5rem!important
    }
    .mt-sm-11 {
        margin-top: 2.75rem!important
    }
    .mt-sm-12 {
        margin-top: 3rem!important
    }
    .mt-sm-13 {
        margin-top: 3.25rem!important
    }
    .mt-sm-14 {
        margin-top: 3.5rem!important
    }
    .mt-sm-15 {
        margin-top: 3.75rem!important
    }
    .mt-sm-16 {
        margin-top: 4rem!important
    }
    .mt-sm-17 {
        margin-top: 4.25rem!important
    }
    .mt-sm-18 {
        margin-top: 4.5rem!important
    }
    .mt-sm-19 {
        margin-top: 4.75rem!important
    }
    .mt-sm-20 {
        margin-top: 5rem!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: .75rem!important
    }
    .me-sm-4 {
        margin-right: 1rem!important
    }
    .me-sm-5 {
        margin-right: 1.25rem!important
    }
    .me-sm-6 {
        margin-right: 1.5rem!important
    }
    .me-sm-7 {
        margin-right: 1.75rem!important
    }
    .me-sm-8 {
        margin-right: 2rem!important
    }
    .me-sm-9 {
        margin-right: 2.25rem!important
    }
    .me-sm-10 {
        margin-right: 2.5rem!important
    }
    .me-sm-11 {
        margin-right: 2.75rem!important
    }
    .me-sm-12 {
        margin-right: 3rem!important
    }
    .me-sm-13 {
        margin-right: 3.25rem!important
    }
    .me-sm-14 {
        margin-right: 3.5rem!important
    }
    .me-sm-15 {
        margin-right: 3.75rem!important
    }
    .me-sm-16 {
        margin-right: 4rem!important
    }
    .me-sm-17 {
        margin-right: 4.25rem!important
    }
    .me-sm-18 {
        margin-right: 4.5rem!important
    }
    .me-sm-19 {
        margin-right: 4.75rem!important
    }
    .me-sm-20 {
        margin-right: 5rem!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: .75rem!important
    }
    .mb-sm-4 {
        margin-bottom: 1rem!important
    }
    .mb-sm-5 {
        margin-bottom: 1.25rem!important
    }
    .mb-sm-6 {
        margin-bottom: 1.5rem!important
    }
    .mb-sm-7 {
        margin-bottom: 1.75rem!important
    }
    .mb-sm-8 {
        margin-bottom: 2rem!important
    }
    .mb-sm-9 {
        margin-bottom: 2.25rem!important
    }
    .mb-sm-10 {
        margin-bottom: 2.5rem!important
    }
    .mb-sm-11 {
        margin-bottom: 2.75rem!important
    }
    .mb-sm-12 {
        margin-bottom: 3rem!important
    }
    .mb-sm-13 {
        margin-bottom: 3.25rem!important
    }
    .mb-sm-14 {
        margin-bottom: 3.5rem!important
    }
    .mb-sm-15 {
        margin-bottom: 3.75rem!important
    }
    .mb-sm-16 {
        margin-bottom: 4rem!important
    }
    .mb-sm-17 {
        margin-bottom: 4.25rem!important
    }
    .mb-sm-18 {
        margin-bottom: 4.5rem!important
    }
    .mb-sm-19 {
        margin-bottom: 4.75rem!important
    }
    .mb-sm-20 {
        margin-bottom: 5rem!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: .75rem!important
    }
    .ms-sm-4 {
        margin-left: 1rem!important
    }
    .ms-sm-5 {
        margin-left: 1.25rem!important
    }
    .ms-sm-6 {
        margin-left: 1.5rem!important
    }
    .ms-sm-7 {
        margin-left: 1.75rem!important
    }
    .ms-sm-8 {
        margin-left: 2rem!important
    }
    .ms-sm-9 {
        margin-left: 2.25rem!important
    }
    .ms-sm-10 {
        margin-left: 2.5rem!important
    }
    .ms-sm-11 {
        margin-left: 2.75rem!important
    }
    .ms-sm-12 {
        margin-left: 3rem!important
    }
    .ms-sm-13 {
        margin-left: 3.25rem!important
    }
    .ms-sm-14 {
        margin-left: 3.5rem!important
    }
    .ms-sm-15 {
        margin-left: 3.75rem!important
    }
    .ms-sm-16 {
        margin-left: 4rem!important
    }
    .ms-sm-17 {
        margin-left: 4.25rem!important
    }
    .ms-sm-18 {
        margin-left: 4.5rem!important
    }
    .ms-sm-19 {
        margin-left: 4.75rem!important
    }
    .ms-sm-20 {
        margin-left: 5rem!important
    }
    .ms-sm-auto {
        margin-left: auto!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .m-sm-n3 {
        margin: -.75rem!important
    }
    .m-sm-n4 {
        margin: -1rem!important
    }
    .m-sm-n5 {
        margin: -1.25rem!important
    }
    .m-sm-n6 {
        margin: -1.5rem!important
    }
    .m-sm-n7 {
        margin: -1.75rem!important
    }
    .m-sm-n8 {
        margin: -2rem!important
    }
    .m-sm-n9 {
        margin: -2.25rem!important
    }
    .m-sm-n10 {
        margin: -2.5rem!important
    }
    .m-sm-n11 {
        margin: -2.75rem!important
    }
    .m-sm-n12 {
        margin: -3rem!important
    }
    .m-sm-n13 {
        margin: -3.25rem!important
    }
    .m-sm-n14 {
        margin: -3.5rem!important
    }
    .m-sm-n15 {
        margin: -3.75rem!important
    }
    .m-sm-n16 {
        margin: -4rem!important
    }
    .m-sm-n17 {
        margin: -4.25rem!important
    }
    .m-sm-n18 {
        margin: -4.5rem!important
    }
    .m-sm-n19 {
        margin: -4.75rem!important
    }
    .m-sm-n20 {
        margin: -5rem!important
    }
    .mx-sm-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }
    .mx-sm-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }
    .mx-sm-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }
    .mx-sm-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }
    .mx-sm-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-sm-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }
    .mx-sm-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }
    .mx-sm-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }
    .mx-sm-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }
    .mx-sm-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-sm-n11 {
        margin-right: -2.75rem!important;
        margin-left: -2.75rem!important
    }
    .mx-sm-n12 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }
    .mx-sm-n13 {
        margin-right: -3.25rem!important;
        margin-left: -3.25rem!important
    }
    .mx-sm-n14 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }
    .mx-sm-n15 {
        margin-right: -3.75rem!important;
        margin-left: -3.75rem!important
    }
    .mx-sm-n16 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }
    .mx-sm-n17 {
        margin-right: -4.25rem!important;
        margin-left: -4.25rem!important
    }
    .mx-sm-n18 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }
    .mx-sm-n19 {
        margin-right: -4.75rem!important;
        margin-left: -4.75rem!important
    }
    .mx-sm-n20 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }
    .my-sm-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }
    .my-sm-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }
    .my-sm-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }
    .my-sm-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }
    .my-sm-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-sm-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }
    .my-sm-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }
    .my-sm-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }
    .my-sm-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }
    .my-sm-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-sm-n11 {
        margin-top: -2.75rem!important;
        margin-bottom: -2.75rem!important
    }
    .my-sm-n12 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }
    .my-sm-n13 {
        margin-top: -3.25rem!important;
        margin-bottom: -3.25rem!important
    }
    .my-sm-n14 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }
    .my-sm-n15 {
        margin-top: -3.75rem!important;
        margin-bottom: -3.75rem!important
    }
    .my-sm-n16 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }
    .my-sm-n17 {
        margin-top: -4.25rem!important;
        margin-bottom: -4.25rem!important
    }
    .my-sm-n18 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }
    .my-sm-n19 {
        margin-top: -4.75rem!important;
        margin-bottom: -4.75rem!important
    }
    .my-sm-n20 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }
    .mt-sm-n1 {
        margin-top: -.25rem!important
    }
    .mt-sm-n2 {
        margin-top: -.5rem!important
    }
    .mt-sm-n3 {
        margin-top: -.75rem!important
    }
    .mt-sm-n4 {
        margin-top: -1rem!important
    }
    .mt-sm-n5 {
        margin-top: -1.25rem!important
    }
    .mt-sm-n6 {
        margin-top: -1.5rem!important
    }
    .mt-sm-n7 {
        margin-top: -1.75rem!important
    }
    .mt-sm-n8 {
        margin-top: -2rem!important
    }
    .mt-sm-n9 {
        margin-top: -2.25rem!important
    }
    .mt-sm-n10 {
        margin-top: -2.5rem!important
    }
    .mt-sm-n11 {
        margin-top: -2.75rem!important
    }
    .mt-sm-n12 {
        margin-top: -3rem!important
    }
    .mt-sm-n13 {
        margin-top: -3.25rem!important
    }
    .mt-sm-n14 {
        margin-top: -3.5rem!important
    }
    .mt-sm-n15 {
        margin-top: -3.75rem!important
    }
    .mt-sm-n16 {
        margin-top: -4rem!important
    }
    .mt-sm-n17 {
        margin-top: -4.25rem!important
    }
    .mt-sm-n18 {
        margin-top: -4.5rem!important
    }
    .mt-sm-n19 {
        margin-top: -4.75rem!important
    }
    .mt-sm-n20 {
        margin-top: -5rem!important
    }
    .me-sm-n1 {
        margin-right: -.25rem!important
    }
    .me-sm-n2 {
        margin-right: -.5rem!important
    }
    .me-sm-n3 {
        margin-right: -.75rem!important
    }
    .me-sm-n4 {
        margin-right: -1rem!important
    }
    .me-sm-n5 {
        margin-right: -1.25rem!important
    }
    .me-sm-n6 {
        margin-right: -1.5rem!important
    }
    .me-sm-n7 {
        margin-right: -1.75rem!important
    }
    .me-sm-n8 {
        margin-right: -2rem!important
    }
    .me-sm-n9 {
        margin-right: -2.25rem!important
    }
    .me-sm-n10 {
        margin-right: -2.5rem!important
    }
    .me-sm-n11 {
        margin-right: -2.75rem!important
    }
    .me-sm-n12 {
        margin-right: -3rem!important
    }
    .me-sm-n13 {
        margin-right: -3.25rem!important
    }
    .me-sm-n14 {
        margin-right: -3.5rem!important
    }
    .me-sm-n15 {
        margin-right: -3.75rem!important
    }
    .me-sm-n16 {
        margin-right: -4rem!important
    }
    .me-sm-n17 {
        margin-right: -4.25rem!important
    }
    .me-sm-n18 {
        margin-right: -4.5rem!important
    }
    .me-sm-n19 {
        margin-right: -4.75rem!important
    }
    .me-sm-n20 {
        margin-right: -5rem!important
    }
    .mb-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .mb-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .mb-sm-n3 {
        margin-bottom: -.75rem!important
    }
    .mb-sm-n4 {
        margin-bottom: -1rem!important
    }
    .mb-sm-n5 {
        margin-bottom: -1.25rem!important
    }
    .mb-sm-n6 {
        margin-bottom: -1.5rem!important
    }
    .mb-sm-n7 {
        margin-bottom: -1.75rem!important
    }
    .mb-sm-n8 {
        margin-bottom: -2rem!important
    }
    .mb-sm-n9 {
        margin-bottom: -2.25rem!important
    }
    .mb-sm-n10 {
        margin-bottom: -2.5rem!important
    }
    .mb-sm-n11 {
        margin-bottom: -2.75rem!important
    }
    .mb-sm-n12 {
        margin-bottom: -3rem!important
    }
    .mb-sm-n13 {
        margin-bottom: -3.25rem!important
    }
    .mb-sm-n14 {
        margin-bottom: -3.5rem!important
    }
    .mb-sm-n15 {
        margin-bottom: -3.75rem!important
    }
    .mb-sm-n16 {
        margin-bottom: -4rem!important
    }
    .mb-sm-n17 {
        margin-bottom: -4.25rem!important
    }
    .mb-sm-n18 {
        margin-bottom: -4.5rem!important
    }
    .mb-sm-n19 {
        margin-bottom: -4.75rem!important
    }
    .mb-sm-n20 {
        margin-bottom: -5rem!important
    }
    .ms-sm-n1 {
        margin-left: -.25rem!important
    }
    .ms-sm-n2 {
        margin-left: -.5rem!important
    }
    .ms-sm-n3 {
        margin-left: -.75rem!important
    }
    .ms-sm-n4 {
        margin-left: -1rem!important
    }
    .ms-sm-n5 {
        margin-left: -1.25rem!important
    }
    .ms-sm-n6 {
        margin-left: -1.5rem!important
    }
    .ms-sm-n7 {
        margin-left: -1.75rem!important
    }
    .ms-sm-n8 {
        margin-left: -2rem!important
    }
    .ms-sm-n9 {
        margin-left: -2.25rem!important
    }
    .ms-sm-n10 {
        margin-left: -2.5rem!important
    }
    .ms-sm-n11 {
        margin-left: -2.75rem!important
    }
    .ms-sm-n12 {
        margin-left: -3rem!important
    }
    .ms-sm-n13 {
        margin-left: -3.25rem!important
    }
    .ms-sm-n14 {
        margin-left: -3.5rem!important
    }
    .ms-sm-n15 {
        margin-left: -3.75rem!important
    }
    .ms-sm-n16 {
        margin-left: -4rem!important
    }
    .ms-sm-n17 {
        margin-left: -4.25rem!important
    }
    .ms-sm-n18 {
        margin-left: -4.5rem!important
    }
    .ms-sm-n19 {
        margin-left: -4.75rem!important
    }
    .ms-sm-n20 {
        margin-left: -5rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .p-sm-3 {
        padding: .75rem!important
    }
    .p-sm-4 {
        padding: 1rem!important
    }
    .p-sm-5 {
        padding: 1.25rem!important
    }
    .p-sm-6 {
        padding: 1.5rem!important
    }
    .p-sm-7 {
        padding: 1.75rem!important
    }
    .p-sm-8 {
        padding: 2rem!important
    }
    .p-sm-9 {
        padding: 2.25rem!important
    }
    .p-sm-10 {
        padding: 2.5rem!important
    }
    .p-sm-11 {
        padding: 2.75rem!important
    }
    .p-sm-12 {
        padding: 3rem!important
    }
    .p-sm-13 {
        padding: 3.25rem!important
    }
    .p-sm-14 {
        padding: 3.5rem!important
    }
    .p-sm-15 {
        padding: 3.75rem!important
    }
    .p-sm-16 {
        padding: 4rem!important
    }
    .p-sm-17 {
        padding: 4.25rem!important
    }
    .p-sm-18 {
        padding: 4.5rem!important
    }
    .p-sm-19 {
        padding: 4.75rem!important
    }
    .p-sm-20 {
        padding: 5rem!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: .75rem!important;
        padding-left: .75rem!important
    }
    .px-sm-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-sm-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-sm-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-sm-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }
    .px-sm-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }
    .px-sm-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }
    .px-sm-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-sm-11 {
        padding-right: 2.75rem!important;
        padding-left: 2.75rem!important
    }
    .px-sm-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .px-sm-13 {
        padding-right: 3.25rem!important;
        padding-left: 3.25rem!important
    }
    .px-sm-14 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }
    .px-sm-15 {
        padding-right: 3.75rem!important;
        padding-left: 3.75rem!important
    }
    .px-sm-16 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }
    .px-sm-17 {
        padding-right: 4.25rem!important;
        padding-left: 4.25rem!important
    }
    .px-sm-18 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }
    .px-sm-19 {
        padding-right: 4.75rem!important;
        padding-left: 4.75rem!important
    }
    .px-sm-20 {
        padding-right: 5rem!important;
        padding-left: 5rem!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: .75rem!important;
        padding-bottom: .75rem!important
    }
    .py-sm-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-sm-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-sm-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-sm-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }
    .py-sm-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-sm-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }
    .py-sm-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-sm-11 {
        padding-top: 2.75rem!important;
        padding-bottom: 2.75rem!important
    }
    .py-sm-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .py-sm-13 {
        padding-top: 3.25rem!important;
        padding-bottom: 3.25rem!important
    }
    .py-sm-14 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
    .py-sm-15 {
        padding-top: 3.75rem!important;
        padding-bottom: 3.75rem!important
    }
    .py-sm-16 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }
    .py-sm-17 {
        padding-top: 4.25rem!important;
        padding-bottom: 4.25rem!important
    }
    .py-sm-18 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }
    .py-sm-19 {
        padding-top: 4.75rem!important;
        padding-bottom: 4.75rem!important
    }
    .py-sm-20 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!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: .75rem!important
    }
    .pt-sm-4 {
        padding-top: 1rem!important
    }
    .pt-sm-5 {
        padding-top: 1.25rem!important
    }
    .pt-sm-6 {
        padding-top: 1.5rem!important
    }
    .pt-sm-7 {
        padding-top: 1.75rem!important
    }
    .pt-sm-8 {
        padding-top: 2rem!important
    }
    .pt-sm-9 {
        padding-top: 2.25rem!important
    }
    .pt-sm-10 {
        padding-top: 2.5rem!important
    }
    .pt-sm-11 {
        padding-top: 2.75rem!important
    }
    .pt-sm-12 {
        padding-top: 3rem!important
    }
    .pt-sm-13 {
        padding-top: 3.25rem!important
    }
    .pt-sm-14 {
        padding-top: 3.5rem!important
    }
    .pt-sm-15 {
        padding-top: 3.75rem!important
    }
    .pt-sm-16 {
        padding-top: 4rem!important
    }
    .pt-sm-17 {
        padding-top: 4.25rem!important
    }
    .pt-sm-18 {
        padding-top: 4.5rem!important
    }
    .pt-sm-19 {
        padding-top: 4.75rem!important
    }
    .pt-sm-20 {
        padding-top: 5rem!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: .75rem!important
    }
    .pe-sm-4 {
        padding-right: 1rem!important
    }
    .pe-sm-5 {
        padding-right: 1.25rem!important
    }
    .pe-sm-6 {
        padding-right: 1.5rem!important
    }
    .pe-sm-7 {
        padding-right: 1.75rem!important
    }
    .pe-sm-8 {
        padding-right: 2rem!important
    }
    .pe-sm-9 {
        padding-right: 2.25rem!important
    }
    .pe-sm-10 {
        padding-right: 2.5rem!important
    }
    .pe-sm-11 {
        padding-right: 2.75rem!important
    }
    .pe-sm-12 {
        padding-right: 3rem!important
    }
    .pe-sm-13 {
        padding-right: 3.25rem!important
    }
    .pe-sm-14 {
        padding-right: 3.5rem!important
    }
    .pe-sm-15 {
        padding-right: 3.75rem!important
    }
    .pe-sm-16 {
        padding-right: 4rem!important
    }
    .pe-sm-17 {
        padding-right: 4.25rem!important
    }
    .pe-sm-18 {
        padding-right: 4.5rem!important
    }
    .pe-sm-19 {
        padding-right: 4.75rem!important
    }
    .pe-sm-20 {
        padding-right: 5rem!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: .75rem!important
    }
    .pb-sm-4 {
        padding-bottom: 1rem!important
    }
    .pb-sm-5 {
        padding-bottom: 1.25rem!important
    }
    .pb-sm-6 {
        padding-bottom: 1.5rem!important
    }
    .pb-sm-7 {
        padding-bottom: 1.75rem!important
    }
    .pb-sm-8 {
        padding-bottom: 2rem!important
    }
    .pb-sm-9 {
        padding-bottom: 2.25rem!important
    }
    .pb-sm-10 {
        padding-bottom: 2.5rem!important
    }
    .pb-sm-11 {
        padding-bottom: 2.75rem!important
    }
    .pb-sm-12 {
        padding-bottom: 3rem!important
    }
    .pb-sm-13 {
        padding-bottom: 3.25rem!important
    }
    .pb-sm-14 {
        padding-bottom: 3.5rem!important
    }
    .pb-sm-15 {
        padding-bottom: 3.75rem!important
    }
    .pb-sm-16 {
        padding-bottom: 4rem!important
    }
    .pb-sm-17 {
        padding-bottom: 4.25rem!important
    }
    .pb-sm-18 {
        padding-bottom: 4.5rem!important
    }
    .pb-sm-19 {
        padding-bottom: 4.75rem!important
    }
    .pb-sm-20 {
        padding-bottom: 5rem!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: .75rem!important
    }
    .ps-sm-4 {
        padding-left: 1rem!important
    }
    .ps-sm-5 {
        padding-left: 1.25rem!important
    }
    .ps-sm-6 {
        padding-left: 1.5rem!important
    }
    .ps-sm-7 {
        padding-left: 1.75rem!important
    }
    .ps-sm-8 {
        padding-left: 2rem!important
    }
    .ps-sm-9 {
        padding-left: 2.25rem!important
    }
    .ps-sm-10 {
        padding-left: 2.5rem!important
    }
    .ps-sm-11 {
        padding-left: 2.75rem!important
    }
    .ps-sm-12 {
        padding-left: 3rem!important
    }
    .ps-sm-13 {
        padding-left: 3.25rem!important
    }
    .ps-sm-14 {
        padding-left: 3.5rem!important
    }
    .ps-sm-15 {
        padding-left: 3.75rem!important
    }
    .ps-sm-16 {
        padding-left: 4rem!important
    }
    .ps-sm-17 {
        padding-left: 4.25rem!important
    }
    .ps-sm-18 {
        padding-left: 4.5rem!important
    }
    .ps-sm-19 {
        padding-left: 4.75rem!important
    }
    .ps-sm-20 {
        padding-left: 5rem!important
    }
    .fs-sm-1 {
        font-size: calc(1.3rem + .6vw)!important
    }
    .fs-sm-2 {
        font-size: calc(1.275rem + .3vw)!important
    }
    .fs-sm-3 {
        font-size: calc(1.26rem + .12vw)!important
    }
    .fs-sm-4 {
        font-size: 1.25rem!important
    }
    .fs-sm-5 {
        font-size: 1.15rem!important
    }
    .fs-sm-6 {
        font-size: 1.075rem!important
    }
    .fs-sm-7 {
        font-size: .95rem!important
    }
    .fs-sm-8 {
        font-size: .85rem!important
    }
    .fs-sm-9 {
        font-size: .75rem!important
    }
    .fs-sm-10 {
        font-size: .5rem!important
    }
    .fs-sm-base {
        font-size: 1rem!important
    }
    .fs-sm-fluid {
        font-size: 100%!important
    }
    .fs-sm-2x {
        font-size: calc(1.325rem + .9vw)!important
    }
    .fs-sm-2qx {
        font-size: calc(1.35rem + 1.2vw)!important
    }
    .fs-sm-2hx {
        font-size: calc(1.375rem + 1.5vw)!important
    }
    .fs-sm-2tx {
        font-size: calc(1.4rem + 1.8vw)!important
    }
    .fs-sm-3x {
        font-size: calc(1.425rem + 2.1vw)!important
    }
    .fs-sm-3qx {
        font-size: calc(1.45rem + 2.4vw)!important
    }
    .fs-sm-3hx {
        font-size: calc(1.475rem + 2.7vw)!important
    }
    .fs-sm-3tx {
        font-size: calc(1.5rem + 3vw)!important
    }
    .fs-sm-4x {
        font-size: calc(1.525rem + 3.3vw)!important
    }
    .fs-sm-4qx {
        font-size: calc(1.55rem + 3.6vw)!important
    }
    .fs-sm-4hx {
        font-size: calc(1.575rem + 3.9vw)!important
    }
    .fs-sm-4tx {
        font-size: calc(1.6rem + 4.2vw)!important
    }
    .fs-sm-5x {
        font-size: calc(1.625rem + 4.5vw)!important
    }
    .fs-sm-5qx {
        font-size: calc(1.65rem + 4.8vw)!important
    }
    .fs-sm-5hx {
        font-size: calc(1.675rem + 5.1vw)!important
    }
    .fs-sm-5tx {
        font-size: calc(1.7rem + 5.4vw)!important
    }
    .text-sm-start {
        text-align: left!important
    }
    .text-sm-end {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
    .min-w-sm-unset {
        min-width: unset!important
    }
    .min-w-sm-25 {
        min-width: 25%!important
    }
    .min-w-sm-50 {
        min-width: 50%!important
    }
    .min-w-sm-75 {
        min-width: 75%!important
    }
    .min-w-sm-100 {
        min-width: 100%!important
    }
    .min-w-sm-auto {
        min-width: auto!important
    }
    .min-w-sm-1px {
        min-width: 1px!important
    }
    .min-w-sm-2px {
        min-width: 2px!important
    }
    .min-w-sm-3px {
        min-width: 3px!important
    }
    .min-w-sm-4px {
        min-width: 4px!important
    }
    .min-w-sm-5px {
        min-width: 5px!important
    }
    .min-w-sm-6px {
        min-width: 6px!important
    }
    .min-w-sm-7px {
        min-width: 7px!important
    }
    .min-w-sm-8px {
        min-width: 8px!important
    }
    .min-w-sm-9px {
        min-width: 9px!important
    }
    .min-w-sm-10px {
        min-width: 10px!important
    }
    .min-w-sm-15px {
        min-width: 15px!important
    }
    .min-w-sm-20px {
        min-width: 20px!important
    }
    .min-w-sm-25px {
        min-width: 25px!important
    }
    .min-w-sm-30px {
        min-width: 30px!important
    }
    .min-w-sm-35px {
        min-width: 35px!important
    }
    .min-w-sm-40px {
        min-width: 40px!important
    }
    .min-w-sm-45px {
        min-width: 45px!important
    }
    .min-w-sm-50px {
        min-width: 50px!important
    }
    .min-w-sm-55px {
        min-width: 55px!important
    }
    .min-w-sm-60px {
        min-width: 60px!important
    }
    .min-w-sm-65px {
        min-width: 65px!important
    }
    .min-w-sm-70px {
        min-width: 70px!important
    }
    .min-w-sm-75px {
        min-width: 75px!important
    }
    .min-w-sm-80px {
        min-width: 80px!important
    }
    .min-w-sm-85px {
        min-width: 85px!important
    }
    .min-w-sm-90px {
        min-width: 90px!important
    }
    .min-w-sm-95px {
        min-width: 95px!important
    }
    .min-w-sm-100px {
        min-width: 100px!important
    }
    .min-w-sm-125px {
        min-width: 125px!important
    }
    .min-w-sm-150px {
        min-width: 150px!important
    }
    .min-w-sm-175px {
        min-width: 175px!important
    }
    .min-w-sm-200px {
        min-width: 200px!important
    }
    .min-w-sm-225px {
        min-width: 225px!important
    }
    .min-w-sm-250px {
        min-width: 250px!important
    }
    .min-w-sm-275px {
        min-width: 275px!important
    }
    .min-w-sm-300px {
        min-width: 300px!important
    }
    .min-w-sm-325px {
        min-width: 325px!important
    }
    .min-w-sm-350px {
        min-width: 350px!important
    }
    .min-w-sm-375px {
        min-width: 375px!important
    }
    .min-w-sm-400px {
        min-width: 400px!important
    }
    .min-w-sm-425px {
        min-width: 425px!important
    }
    .min-w-sm-450px {
        min-width: 450px!important
    }
    .min-w-sm-475px {
        min-width: 475px!important
    }
    .min-w-sm-500px {
        min-width: 500px!important
    }
    .min-w-sm-550px {
        min-width: 550px!important
    }
    .min-w-sm-600px {
        min-width: 600px!important
    }
    .min-w-sm-650px {
        min-width: 650px!important
    }
    .min-w-sm-700px {
        min-width: 700px!important
    }
    .min-w-sm-750px {
        min-width: 750px!important
    }
    .min-w-sm-800px {
        min-width: 800px!important
    }
    .min-w-sm-850px {
        min-width: 850px!important
    }
    .min-w-sm-900px {
        min-width: 900px!important
    }
    .min-w-sm-950px {
        min-width: 950px!important
    }
    .min-w-sm-1000px {
        min-width: 1000px!important
    }
    .min-h-sm-unset {
        min-height: unset!important
    }
    .min-h-sm-25 {
        min-height: 25%!important
    }
    .min-h-sm-50 {
        min-height: 50%!important
    }
    .min-h-sm-75 {
        min-height: 75%!important
    }
    .min-h-sm-100 {
        min-height: 100%!important
    }
    .min-h-sm-auto {
        min-height: auto!important
    }
    .min-h-sm-1px {
        min-height: 1px!important
    }
    .min-h-sm-2px {
        min-height: 2px!important
    }
    .min-h-sm-3px {
        min-height: 3px!important
    }
    .min-h-sm-4px {
        min-height: 4px!important
    }
    .min-h-sm-5px {
        min-height: 5px!important
    }
    .min-h-sm-6px {
        min-height: 6px!important
    }
    .min-h-sm-7px {
        min-height: 7px!important
    }
    .min-h-sm-8px {
        min-height: 8px!important
    }
    .min-h-sm-9px {
        min-height: 9px!important
    }
    .min-h-sm-10px {
        min-height: 10px!important
    }
    .min-h-sm-15px {
        min-height: 15px!important
    }
    .min-h-sm-20px {
        min-height: 20px!important
    }
    .min-h-sm-25px {
        min-height: 25px!important
    }
    .min-h-sm-30px {
        min-height: 30px!important
    }
    .min-h-sm-35px {
        min-height: 35px!important
    }
    .min-h-sm-40px {
        min-height: 40px!important
    }
    .min-h-sm-45px {
        min-height: 45px!important
    }
    .min-h-sm-50px {
        min-height: 50px!important
    }
    .min-h-sm-55px {
        min-height: 55px!important
    }
    .min-h-sm-60px {
        min-height: 60px!important
    }
    .min-h-sm-65px {
        min-height: 65px!important
    }
    .min-h-sm-70px {
        min-height: 70px!important
    }
    .min-h-sm-75px {
        min-height: 75px!important
    }
    .min-h-sm-80px {
        min-height: 80px!important
    }
    .min-h-sm-85px {
        min-height: 85px!important
    }
    .min-h-sm-90px {
        min-height: 90px!important
    }
    .min-h-sm-95px {
        min-height: 95px!important
    }
    .min-h-sm-100px {
        min-height: 100px!important
    }
    .min-h-sm-125px {
        min-height: 125px!important
    }
    .min-h-sm-150px {
        min-height: 150px!important
    }
    .min-h-sm-175px {
        min-height: 175px!important
    }
    .min-h-sm-200px {
        min-height: 200px!important
    }
    .min-h-sm-225px {
        min-height: 225px!important
    }
    .min-h-sm-250px {
        min-height: 250px!important
    }
    .min-h-sm-275px {
        min-height: 275px!important
    }
    .min-h-sm-300px {
        min-height: 300px!important
    }
    .min-h-sm-325px {
        min-height: 325px!important
    }
    .min-h-sm-350px {
        min-height: 350px!important
    }
    .min-h-sm-375px {
        min-height: 375px!important
    }
    .min-h-sm-400px {
        min-height: 400px!important
    }
    .min-h-sm-425px {
        min-height: 425px!important
    }
    .min-h-sm-450px {
        min-height: 450px!important
    }
    .min-h-sm-475px {
        min-height: 475px!important
    }
    .min-h-sm-500px {
        min-height: 500px!important
    }
    .min-h-sm-550px {
        min-height: 550px!important
    }
    .min-h-sm-600px {
        min-height: 600px!important
    }
    .min-h-sm-650px {
        min-height: 650px!important
    }
    .min-h-sm-700px {
        min-height: 700px!important
    }
    .min-h-sm-750px {
        min-height: 750px!important
    }
    .min-h-sm-800px {
        min-height: 800px!important
    }
    .min-h-sm-850px {
        min-height: 850px!important
    }
    .min-h-sm-900px {
        min-height: 900px!important
    }
    .min-h-sm-950px {
        min-height: 950px!important
    }
    .min-h-sm-1000px {
        min-height: 1000px!important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left!important
    }
    .float-md-end {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-grid {
        display: grid!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
    .d-md-none {
        display: none!important
    }
    .position-md-static {
        position: static!important
    }
    .position-md-relative {
        position: relative!important
    }
    .position-md-absolute {
        position: absolute!important
    }
    .position-md-fixed {
        position: fixed!important
    }
    .position-md-sticky {
        position: sticky!important
    }
    .w-md-unset {
        width: unset!important
    }
    .w-md-25 {
        width: 25%!important
    }
    .w-md-50 {
        width: 50%!important
    }
    .w-md-75 {
        width: 75%!important
    }
    .w-md-100 {
        width: 100%!important
    }
    .w-md-auto {
        width: auto!important
    }
    .w-md-1px {
        width: 1px!important
    }
    .w-md-2px {
        width: 2px!important
    }
    .w-md-3px {
        width: 3px!important
    }
    .w-md-4px {
        width: 4px!important
    }
    .w-md-5px {
        width: 5px!important
    }
    .w-md-6px {
        width: 6px!important
    }
    .w-md-7px {
        width: 7px!important
    }
    .w-md-8px {
        width: 8px!important
    }
    .w-md-9px {
        width: 9px!important
    }
    .w-md-10px {
        width: 10px!important
    }
    .w-md-15px {
        width: 15px!important
    }
    .w-md-20px {
        width: 20px!important
    }
    .w-md-25px {
        width: 25px!important
    }
    .w-md-30px {
        width: 30px!important
    }
    .w-md-35px {
        width: 35px!important
    }
    .w-md-40px {
        width: 40px!important
    }
    .w-md-45px {
        width: 45px!important
    }
    .w-md-50px {
        width: 50px!important
    }
    .w-md-55px {
        width: 55px!important
    }
    .w-md-60px {
        width: 60px!important
    }
    .w-md-65px {
        width: 65px!important
    }
    .w-md-70px {
        width: 70px!important
    }
    .w-md-75px {
        width: 75px!important
    }
    .w-md-80px {
        width: 80px!important
    }
    .w-md-85px {
        width: 85px!important
    }
    .w-md-90px {
        width: 90px!important
    }
    .w-md-95px {
        width: 95px!important
    }
    .w-md-100px {
        width: 100px!important
    }
    .w-md-125px {
        width: 125px!important
    }
    .w-md-150px {
        width: 150px!important
    }
    .w-md-175px {
        width: 175px!important
    }
    .w-md-200px {
        width: 200px!important
    }
    .w-md-225px {
        width: 225px!important
    }
    .w-md-250px {
        width: 250px!important
    }
    .w-md-275px {
        width: 275px!important
    }
    .w-md-300px {
        width: 300px!important
    }
    .w-md-325px {
        width: 325px!important
    }
    .w-md-350px {
        width: 350px!important
    }
    .w-md-375px {
        width: 375px!important
    }
    .w-md-400px {
        width: 400px!important
    }
    .w-md-425px {
        width: 425px!important
    }
    .w-md-450px {
        width: 450px!important
    }
    .w-md-475px {
        width: 475px!important
    }
    .w-md-500px {
        width: 500px!important
    }
    .w-md-550px {
        width: 550px!important
    }
    .w-md-600px {
        width: 600px!important
    }
    .w-md-650px {
        width: 650px!important
    }
    .w-md-700px {
        width: 700px!important
    }
    .w-md-750px {
        width: 750px!important
    }
    .w-md-800px {
        width: 800px!important
    }
    .w-md-850px {
        width: 850px!important
    }
    .w-md-900px {
        width: 900px!important
    }
    .w-md-950px {
        width: 950px!important
    }
    .w-md-1000px {
        width: 1000px!important
    }
    .mw-md-unset {
        max-width: unset!important
    }
    .mw-md-25 {
        max-width: 25%!important
    }
    .mw-md-50 {
        max-width: 50%!important
    }
    .mw-md-75 {
        max-width: 75%!important
    }
    .mw-md-100 {
        max-width: 100%!important
    }
    .mw-md-auto {
        max-width: auto!important
    }
    .mw-md-1px {
        max-width: 1px!important
    }
    .mw-md-2px {
        max-width: 2px!important
    }
    .mw-md-3px {
        max-width: 3px!important
    }
    .mw-md-4px {
        max-width: 4px!important
    }
    .mw-md-5px {
        max-width: 5px!important
    }
    .mw-md-6px {
        max-width: 6px!important
    }
    .mw-md-7px {
        max-width: 7px!important
    }
    .mw-md-8px {
        max-width: 8px!important
    }
    .mw-md-9px {
        max-width: 9px!important
    }
    .mw-md-10px {
        max-width: 10px!important
    }
    .mw-md-15px {
        max-width: 15px!important
    }
    .mw-md-20px {
        max-width: 20px!important
    }
    .mw-md-25px {
        max-width: 25px!important
    }
    .mw-md-30px {
        max-width: 30px!important
    }
    .mw-md-35px {
        max-width: 35px!important
    }
    .mw-md-40px {
        max-width: 40px!important
    }
    .mw-md-45px {
        max-width: 45px!important
    }
    .mw-md-50px {
        max-width: 50px!important
    }
    .mw-md-55px {
        max-width: 55px!important
    }
    .mw-md-60px {
        max-width: 60px!important
    }
    .mw-md-65px {
        max-width: 65px!important
    }
    .mw-md-70px {
        max-width: 70px!important
    }
    .mw-md-75px {
        max-width: 75px!important
    }
    .mw-md-80px {
        max-width: 80px!important
    }
    .mw-md-85px {
        max-width: 85px!important
    }
    .mw-md-90px {
        max-width: 90px!important
    }
    .mw-md-95px {
        max-width: 95px!important
    }
    .mw-md-100px {
        max-width: 100px!important
    }
    .mw-md-125px {
        max-width: 125px!important
    }
    .mw-md-150px {
        max-width: 150px!important
    }
    .mw-md-175px {
        max-width: 175px!important
    }
    .mw-md-200px {
        max-width: 200px!important
    }
    .mw-md-225px {
        max-width: 225px!important
    }
    .mw-md-250px {
        max-width: 250px!important
    }
    .mw-md-275px {
        max-width: 275px!important
    }
    .mw-md-300px {
        max-width: 300px!important
    }
    .mw-md-325px {
        max-width: 325px!important
    }
    .mw-md-350px {
        max-width: 350px!important
    }
    .mw-md-375px {
        max-width: 375px!important
    }
    .mw-md-400px {
        max-width: 400px!important
    }
    .mw-md-425px {
        max-width: 425px!important
    }
    .mw-md-450px {
        max-width: 450px!important
    }
    .mw-md-475px {
        max-width: 475px!important
    }
    .mw-md-500px {
        max-width: 500px!important
    }
    .mw-md-550px {
        max-width: 550px!important
    }
    .mw-md-600px {
        max-width: 600px!important
    }
    .mw-md-650px {
        max-width: 650px!important
    }
    .mw-md-700px {
        max-width: 700px!important
    }
    .mw-md-750px {
        max-width: 750px!important
    }
    .mw-md-800px {
        max-width: 800px!important
    }
    .mw-md-850px {
        max-width: 850px!important
    }
    .mw-md-900px {
        max-width: 900px!important
    }
    .mw-md-950px {
        max-width: 950px!important
    }
    .mw-md-1000px {
        max-width: 1000px!important
    }
    .h-md-unset {
        height: unset!important
    }
    .h-md-25 {
        height: 25%!important
    }
    .h-md-50 {
        height: 50%!important
    }
    .h-md-75 {
        height: 75%!important
    }
    .h-md-100 {
        height: 100%!important
    }
    .h-md-auto {
        height: auto!important
    }
    .h-md-1px {
        height: 1px!important
    }
    .h-md-2px {
        height: 2px!important
    }
    .h-md-3px {
        height: 3px!important
    }
    .h-md-4px {
        height: 4px!important
    }
    .h-md-5px {
        height: 5px!important
    }
    .h-md-6px {
        height: 6px!important
    }
    .h-md-7px {
        height: 7px!important
    }
    .h-md-8px {
        height: 8px!important
    }
    .h-md-9px {
        height: 9px!important
    }
    .h-md-10px {
        height: 10px!important
    }
    .h-md-15px {
        height: 15px!important
    }
    .h-md-20px {
        height: 20px!important
    }
    .h-md-25px {
        height: 25px!important
    }
    .h-md-30px {
        height: 30px!important
    }
    .h-md-35px {
        height: 35px!important
    }
    .h-md-40px {
        height: 40px!important
    }
    .h-md-45px {
        height: 45px!important
    }
    .h-md-50px {
        height: 50px!important
    }
    .h-md-55px {
        height: 55px!important
    }
    .h-md-60px {
        height: 60px!important
    }
    .h-md-65px {
        height: 65px!important
    }
    .h-md-70px {
        height: 70px!important
    }
    .h-md-75px {
        height: 75px!important
    }
    .h-md-80px {
        height: 80px!important
    }
    .h-md-85px {
        height: 85px!important
    }
    .h-md-90px {
        height: 90px!important
    }
    .h-md-95px {
        height: 95px!important
    }
    .h-md-100px {
        height: 100px!important
    }
    .h-md-125px {
        height: 125px!important
    }
    .h-md-150px {
        height: 150px!important
    }
    .h-md-175px {
        height: 175px!important
    }
    .h-md-200px {
        height: 200px!important
    }
    .h-md-225px {
        height: 225px!important
    }
    .h-md-250px {
        height: 250px!important
    }
    .h-md-275px {
        height: 275px!important
    }
    .h-md-300px {
        height: 300px!important
    }
    .h-md-325px {
        height: 325px!important
    }
    .h-md-350px {
        height: 350px!important
    }
    .h-md-375px {
        height: 375px!important
    }
    .h-md-400px {
        height: 400px!important
    }
    .h-md-425px {
        height: 425px!important
    }
    .h-md-450px {
        height: 450px!important
    }
    .h-md-475px {
        height: 475px!important
    }
    .h-md-500px {
        height: 500px!important
    }
    .h-md-550px {
        height: 550px!important
    }
    .h-md-600px {
        height: 600px!important
    }
    .h-md-650px {
        height: 650px!important
    }
    .h-md-700px {
        height: 700px!important
    }
    .h-md-750px {
        height: 750px!important
    }
    .h-md-800px {
        height: 800px!important
    }
    .h-md-850px {
        height: 850px!important
    }
    .h-md-900px {
        height: 900px!important
    }
    .h-md-950px {
        height: 950px!important
    }
    .h-md-1000px {
        height: 1000px!important
    }
    .mh-md-unset {
        max-height: unset!important
    }
    .mh-md-25 {
        max-height: 25%!important
    }
    .mh-md-50 {
        max-height: 50%!important
    }
    .mh-md-75 {
        max-height: 75%!important
    }
    .mh-md-100 {
        max-height: 100%!important
    }
    .mh-md-auto {
        max-height: auto!important
    }
    .mh-md-1px {
        max-height: 1px!important
    }
    .mh-md-2px {
        max-height: 2px!important
    }
    .mh-md-3px {
        max-height: 3px!important
    }
    .mh-md-4px {
        max-height: 4px!important
    }
    .mh-md-5px {
        max-height: 5px!important
    }
    .mh-md-6px {
        max-height: 6px!important
    }
    .mh-md-7px {
        max-height: 7px!important
    }
    .mh-md-8px {
        max-height: 8px!important
    }
    .mh-md-9px {
        max-height: 9px!important
    }
    .mh-md-10px {
        max-height: 10px!important
    }
    .mh-md-15px {
        max-height: 15px!important
    }
    .mh-md-20px {
        max-height: 20px!important
    }
    .mh-md-25px {
        max-height: 25px!important
    }
    .mh-md-30px {
        max-height: 30px!important
    }
    .mh-md-35px {
        max-height: 35px!important
    }
    .mh-md-40px {
        max-height: 40px!important
    }
    .mh-md-45px {
        max-height: 45px!important
    }
    .mh-md-50px {
        max-height: 50px!important
    }
    .mh-md-55px {
        max-height: 55px!important
    }
    .mh-md-60px {
        max-height: 60px!important
    }
    .mh-md-65px {
        max-height: 65px!important
    }
    .mh-md-70px {
        max-height: 70px!important
    }
    .mh-md-75px {
        max-height: 75px!important
    }
    .mh-md-80px {
        max-height: 80px!important
    }
    .mh-md-85px {
        max-height: 85px!important
    }
    .mh-md-90px {
        max-height: 90px!important
    }
    .mh-md-95px {
        max-height: 95px!important
    }
    .mh-md-100px {
        max-height: 100px!important
    }
    .mh-md-125px {
        max-height: 125px!important
    }
    .mh-md-150px {
        max-height: 150px!important
    }
    .mh-md-175px {
        max-height: 175px!important
    }
    .mh-md-200px {
        max-height: 200px!important
    }
    .mh-md-225px {
        max-height: 225px!important
    }
    .mh-md-250px {
        max-height: 250px!important
    }
    .mh-md-275px {
        max-height: 275px!important
    }
    .mh-md-300px {
        max-height: 300px!important
    }
    .mh-md-325px {
        max-height: 325px!important
    }
    .mh-md-350px {
        max-height: 350px!important
    }
    .mh-md-375px {
        max-height: 375px!important
    }
    .mh-md-400px {
        max-height: 400px!important
    }
    .mh-md-425px {
        max-height: 425px!important
    }
    .mh-md-450px {
        max-height: 450px!important
    }
    .mh-md-475px {
        max-height: 475px!important
    }
    .mh-md-500px {
        max-height: 500px!important
    }
    .mh-md-550px {
        max-height: 550px!important
    }
    .mh-md-600px {
        max-height: 600px!important
    }
    .mh-md-650px {
        max-height: 650px!important
    }
    .mh-md-700px {
        max-height: 700px!important
    }
    .mh-md-750px {
        max-height: 750px!important
    }
    .mh-md-800px {
        max-height: 800px!important
    }
    .mh-md-850px {
        max-height: 850px!important
    }
    .mh-md-900px {
        max-height: 900px!important
    }
    .mh-md-950px {
        max-height: 950px!important
    }
    .mh-md-1000px {
        max-height: 1000px!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-md-0 {
        gap: 0!important
    }
    .gap-md-1 {
        gap: .25rem!important
    }
    .gap-md-2 {
        gap: .5rem!important
    }
    .gap-md-3 {
        gap: .75rem!important
    }
    .gap-md-4 {
        gap: 1rem!important
    }
    .gap-md-5 {
        gap: 1.25rem!important
    }
    .gap-md-6 {
        gap: 1.5rem!important
    }
    .gap-md-7 {
        gap: 1.75rem!important
    }
    .gap-md-8 {
        gap: 2rem!important
    }
    .gap-md-9 {
        gap: 2.25rem!important
    }
    .gap-md-10 {
        gap: 2.5rem!important
    }
    .gap-md-11 {
        gap: 2.75rem!important
    }
    .gap-md-12 {
        gap: 3rem!important
    }
    .gap-md-13 {
        gap: 3.25rem!important
    }
    .gap-md-14 {
        gap: 3.5rem!important
    }
    .gap-md-15 {
        gap: 3.75rem!important
    }
    .gap-md-16 {
        gap: 4rem!important
    }
    .gap-md-17 {
        gap: 4.25rem!important
    }
    .gap-md-18 {
        gap: 4.5rem!important
    }
    .gap-md-19 {
        gap: 4.75rem!important
    }
    .gap-md-20 {
        gap: 5rem!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: .75rem!important
    }
    .m-md-4 {
        margin: 1rem!important
    }
    .m-md-5 {
        margin: 1.25rem!important
    }
    .m-md-6 {
        margin: 1.5rem!important
    }
    .m-md-7 {
        margin: 1.75rem!important
    }
    .m-md-8 {
        margin: 2rem!important
    }
    .m-md-9 {
        margin: 2.25rem!important
    }
    .m-md-10 {
        margin: 2.5rem!important
    }
    .m-md-11 {
        margin: 2.75rem!important
    }
    .m-md-12 {
        margin: 3rem!important
    }
    .m-md-13 {
        margin: 3.25rem!important
    }
    .m-md-14 {
        margin: 3.5rem!important
    }
    .m-md-15 {
        margin: 3.75rem!important
    }
    .m-md-16 {
        margin: 4rem!important
    }
    .m-md-17 {
        margin: 4.25rem!important
    }
    .m-md-18 {
        margin: 4.5rem!important
    }
    .m-md-19 {
        margin: 4.75rem!important
    }
    .m-md-20 {
        margin: 5rem!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: .75rem!important;
        margin-left: .75rem!important
    }
    .mx-md-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-md-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-md-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-md-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }
    .mx-md-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }
    .mx-md-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }
    .mx-md-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-md-11 {
        margin-right: 2.75rem!important;
        margin-left: 2.75rem!important
    }
    .mx-md-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-md-13 {
        margin-right: 3.25rem!important;
        margin-left: 3.25rem!important
    }
    .mx-md-14 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }
    .mx-md-15 {
        margin-right: 3.75rem!important;
        margin-left: 3.75rem!important
    }
    .mx-md-16 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }
    .mx-md-17 {
        margin-right: 4.25rem!important;
        margin-left: 4.25rem!important
    }
    .mx-md-18 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }
    .mx-md-19 {
        margin-right: 4.75rem!important;
        margin-left: 4.75rem!important
    }
    .mx-md-20 {
        margin-right: 5rem!important;
        margin-left: 5rem!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: .75rem!important;
        margin-bottom: .75rem!important
    }
    .my-md-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-md-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-md-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-md-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }
    .my-md-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }
    .my-md-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
    .my-md-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-md-11 {
        margin-top: 2.75rem!important;
        margin-bottom: 2.75rem!important
    }
    .my-md-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-md-13 {
        margin-top: 3.25rem!important;
        margin-bottom: 3.25rem!important
    }
    .my-md-14 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }
    .my-md-15 {
        margin-top: 3.75rem!important;
        margin-bottom: 3.75rem!important
    }
    .my-md-16 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }
    .my-md-17 {
        margin-top: 4.25rem!important;
        margin-bottom: 4.25rem!important
    }
    .my-md-18 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }
    .my-md-19 {
        margin-top: 4.75rem!important;
        margin-bottom: 4.75rem!important
    }
    .my-md-20 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!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: .75rem!important
    }
    .mt-md-4 {
        margin-top: 1rem!important
    }
    .mt-md-5 {
        margin-top: 1.25rem!important
    }
    .mt-md-6 {
        margin-top: 1.5rem!important
    }
    .mt-md-7 {
        margin-top: 1.75rem!important
    }
    .mt-md-8 {
        margin-top: 2rem!important
    }
    .mt-md-9 {
        margin-top: 2.25rem!important
    }
    .mt-md-10 {
        margin-top: 2.5rem!important
    }
    .mt-md-11 {
        margin-top: 2.75rem!important
    }
    .mt-md-12 {
        margin-top: 3rem!important
    }
    .mt-md-13 {
        margin-top: 3.25rem!important
    }
    .mt-md-14 {
        margin-top: 3.5rem!important
    }
    .mt-md-15 {
        margin-top: 3.75rem!important
    }
    .mt-md-16 {
        margin-top: 4rem!important
    }
    .mt-md-17 {
        margin-top: 4.25rem!important
    }
    .mt-md-18 {
        margin-top: 4.5rem!important
    }
    .mt-md-19 {
        margin-top: 4.75rem!important
    }
    .mt-md-20 {
        margin-top: 5rem!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: .75rem!important
    }
    .me-md-4 {
        margin-right: 1rem!important
    }
    .me-md-5 {
        margin-right: 1.25rem!important
    }
    .me-md-6 {
        margin-right: 1.5rem!important
    }
    .me-md-7 {
        margin-right: 1.75rem!important
    }
    .me-md-8 {
        margin-right: 2rem!important
    }
    .me-md-9 {
        margin-right: 2.25rem!important
    }
    .me-md-10 {
        margin-right: 2.5rem!important
    }
    .me-md-11 {
        margin-right: 2.75rem!important
    }
    .me-md-12 {
        margin-right: 3rem!important
    }
    .me-md-13 {
        margin-right: 3.25rem!important
    }
    .me-md-14 {
        margin-right: 3.5rem!important
    }
    .me-md-15 {
        margin-right: 3.75rem!important
    }
    .me-md-16 {
        margin-right: 4rem!important
    }
    .me-md-17 {
        margin-right: 4.25rem!important
    }
    .me-md-18 {
        margin-right: 4.5rem!important
    }
    .me-md-19 {
        margin-right: 4.75rem!important
    }
    .me-md-20 {
        margin-right: 5rem!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: .75rem!important
    }
    .mb-md-4 {
        margin-bottom: 1rem!important
    }
    .mb-md-5 {
        margin-bottom: 1.25rem!important
    }
    .mb-md-6 {
        margin-bottom: 1.5rem!important
    }
    .mb-md-7 {
        margin-bottom: 1.75rem!important
    }
    .mb-md-8 {
        margin-bottom: 2rem!important
    }
    .mb-md-9 {
        margin-bottom: 2.25rem!important
    }
    .mb-md-10 {
        margin-bottom: 2.5rem!important
    }
    .mb-md-11 {
        margin-bottom: 2.75rem!important
    }
    .mb-md-12 {
        margin-bottom: 3rem!important
    }
    .mb-md-13 {
        margin-bottom: 3.25rem!important
    }
    .mb-md-14 {
        margin-bottom: 3.5rem!important
    }
    .mb-md-15 {
        margin-bottom: 3.75rem!important
    }
    .mb-md-16 {
        margin-bottom: 4rem!important
    }
    .mb-md-17 {
        margin-bottom: 4.25rem!important
    }
    .mb-md-18 {
        margin-bottom: 4.5rem!important
    }
    .mb-md-19 {
        margin-bottom: 4.75rem!important
    }
    .mb-md-20 {
        margin-bottom: 5rem!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: .75rem!important
    }
    .ms-md-4 {
        margin-left: 1rem!important
    }
    .ms-md-5 {
        margin-left: 1.25rem!important
    }
    .ms-md-6 {
        margin-left: 1.5rem!important
    }
    .ms-md-7 {
        margin-left: 1.75rem!important
    }
    .ms-md-8 {
        margin-left: 2rem!important
    }
    .ms-md-9 {
        margin-left: 2.25rem!important
    }
    .ms-md-10 {
        margin-left: 2.5rem!important
    }
    .ms-md-11 {
        margin-left: 2.75rem!important
    }
    .ms-md-12 {
        margin-left: 3rem!important
    }
    .ms-md-13 {
        margin-left: 3.25rem!important
    }
    .ms-md-14 {
        margin-left: 3.5rem!important
    }
    .ms-md-15 {
        margin-left: 3.75rem!important
    }
    .ms-md-16 {
        margin-left: 4rem!important
    }
    .ms-md-17 {
        margin-left: 4.25rem!important
    }
    .ms-md-18 {
        margin-left: 4.5rem!important
    }
    .ms-md-19 {
        margin-left: 4.75rem!important
    }
    .ms-md-20 {
        margin-left: 5rem!important
    }
    .ms-md-auto {
        margin-left: auto!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .m-md-n3 {
        margin: -.75rem!important
    }
    .m-md-n4 {
        margin: -1rem!important
    }
    .m-md-n5 {
        margin: -1.25rem!important
    }
    .m-md-n6 {
        margin: -1.5rem!important
    }
    .m-md-n7 {
        margin: -1.75rem!important
    }
    .m-md-n8 {
        margin: -2rem!important
    }
    .m-md-n9 {
        margin: -2.25rem!important
    }
    .m-md-n10 {
        margin: -2.5rem!important
    }
    .m-md-n11 {
        margin: -2.75rem!important
    }
    .m-md-n12 {
        margin: -3rem!important
    }
    .m-md-n13 {
        margin: -3.25rem!important
    }
    .m-md-n14 {
        margin: -3.5rem!important
    }
    .m-md-n15 {
        margin: -3.75rem!important
    }
    .m-md-n16 {
        margin: -4rem!important
    }
    .m-md-n17 {
        margin: -4.25rem!important
    }
    .m-md-n18 {
        margin: -4.5rem!important
    }
    .m-md-n19 {
        margin: -4.75rem!important
    }
    .m-md-n20 {
        margin: -5rem!important
    }
    .mx-md-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }
    .mx-md-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }
    .mx-md-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }
    .mx-md-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }
    .mx-md-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-md-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }
    .mx-md-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }
    .mx-md-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }
    .mx-md-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }
    .mx-md-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-md-n11 {
        margin-right: -2.75rem!important;
        margin-left: -2.75rem!important
    }
    .mx-md-n12 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }
    .mx-md-n13 {
        margin-right: -3.25rem!important;
        margin-left: -3.25rem!important
    }
    .mx-md-n14 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }
    .mx-md-n15 {
        margin-right: -3.75rem!important;
        margin-left: -3.75rem!important
    }
    .mx-md-n16 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }
    .mx-md-n17 {
        margin-right: -4.25rem!important;
        margin-left: -4.25rem!important
    }
    .mx-md-n18 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }
    .mx-md-n19 {
        margin-right: -4.75rem!important;
        margin-left: -4.75rem!important
    }
    .mx-md-n20 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }
    .my-md-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }
    .my-md-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }
    .my-md-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }
    .my-md-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }
    .my-md-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-md-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }
    .my-md-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }
    .my-md-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }
    .my-md-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }
    .my-md-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-md-n11 {
        margin-top: -2.75rem!important;
        margin-bottom: -2.75rem!important
    }
    .my-md-n12 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }
    .my-md-n13 {
        margin-top: -3.25rem!important;
        margin-bottom: -3.25rem!important
    }
    .my-md-n14 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }
    .my-md-n15 {
        margin-top: -3.75rem!important;
        margin-bottom: -3.75rem!important
    }
    .my-md-n16 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }
    .my-md-n17 {
        margin-top: -4.25rem!important;
        margin-bottom: -4.25rem!important
    }
    .my-md-n18 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }
    .my-md-n19 {
        margin-top: -4.75rem!important;
        margin-bottom: -4.75rem!important
    }
    .my-md-n20 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }
    .mt-md-n1 {
        margin-top: -.25rem!important
    }
    .mt-md-n2 {
        margin-top: -.5rem!important
    }
    .mt-md-n3 {
        margin-top: -.75rem!important
    }
    .mt-md-n4 {
        margin-top: -1rem!important
    }
    .mt-md-n5 {
        margin-top: -1.25rem!important
    }
    .mt-md-n6 {
        margin-top: -1.5rem!important
    }
    .mt-md-n7 {
        margin-top: -1.75rem!important
    }
    .mt-md-n8 {
        margin-top: -2rem!important
    }
    .mt-md-n9 {
        margin-top: -2.25rem!important
    }
    .mt-md-n10 {
        margin-top: -2.5rem!important
    }
    .mt-md-n11 {
        margin-top: -2.75rem!important
    }
    .mt-md-n12 {
        margin-top: -3rem!important
    }
    .mt-md-n13 {
        margin-top: -3.25rem!important
    }
    .mt-md-n14 {
        margin-top: -3.5rem!important
    }
    .mt-md-n15 {
        margin-top: -3.75rem!important
    }
    .mt-md-n16 {
        margin-top: -4rem!important
    }
    .mt-md-n17 {
        margin-top: -4.25rem!important
    }
    .mt-md-n18 {
        margin-top: -4.5rem!important
    }
    .mt-md-n19 {
        margin-top: -4.75rem!important
    }
    .mt-md-n20 {
        margin-top: -5rem!important
    }
    .me-md-n1 {
        margin-right: -.25rem!important
    }
    .me-md-n2 {
        margin-right: -.5rem!important
    }
    .me-md-n3 {
        margin-right: -.75rem!important
    }
    .me-md-n4 {
        margin-right: -1rem!important
    }
    .me-md-n5 {
        margin-right: -1.25rem!important
    }
    .me-md-n6 {
        margin-right: -1.5rem!important
    }
    .me-md-n7 {
        margin-right: -1.75rem!important
    }
    .me-md-n8 {
        margin-right: -2rem!important
    }
    .me-md-n9 {
        margin-right: -2.25rem!important
    }
    .me-md-n10 {
        margin-right: -2.5rem!important
    }
    .me-md-n11 {
        margin-right: -2.75rem!important
    }
    .me-md-n12 {
        margin-right: -3rem!important
    }
    .me-md-n13 {
        margin-right: -3.25rem!important
    }
    .me-md-n14 {
        margin-right: -3.5rem!important
    }
    .me-md-n15 {
        margin-right: -3.75rem!important
    }
    .me-md-n16 {
        margin-right: -4rem!important
    }
    .me-md-n17 {
        margin-right: -4.25rem!important
    }
    .me-md-n18 {
        margin-right: -4.5rem!important
    }
    .me-md-n19 {
        margin-right: -4.75rem!important
    }
    .me-md-n20 {
        margin-right: -5rem!important
    }
    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }
    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }
    .mb-md-n3 {
        margin-bottom: -.75rem!important
    }
    .mb-md-n4 {
        margin-bottom: -1rem!important
    }
    .mb-md-n5 {
        margin-bottom: -1.25rem!important
    }
    .mb-md-n6 {
        margin-bottom: -1.5rem!important
    }
    .mb-md-n7 {
        margin-bottom: -1.75rem!important
    }
    .mb-md-n8 {
        margin-bottom: -2rem!important
    }
    .mb-md-n9 {
        margin-bottom: -2.25rem!important
    }
    .mb-md-n10 {
        margin-bottom: -2.5rem!important
    }
    .mb-md-n11 {
        margin-bottom: -2.75rem!important
    }
    .mb-md-n12 {
        margin-bottom: -3rem!important
    }
    .mb-md-n13 {
        margin-bottom: -3.25rem!important
    }
    .mb-md-n14 {
        margin-bottom: -3.5rem!important
    }
    .mb-md-n15 {
        margin-bottom: -3.75rem!important
    }
    .mb-md-n16 {
        margin-bottom: -4rem!important
    }
    .mb-md-n17 {
        margin-bottom: -4.25rem!important
    }
    .mb-md-n18 {
        margin-bottom: -4.5rem!important
    }
    .mb-md-n19 {
        margin-bottom: -4.75rem!important
    }
    .mb-md-n20 {
        margin-bottom: -5rem!important
    }
    .ms-md-n1 {
        margin-left: -.25rem!important
    }
    .ms-md-n2 {
        margin-left: -.5rem!important
    }
    .ms-md-n3 {
        margin-left: -.75rem!important
    }
    .ms-md-n4 {
        margin-left: -1rem!important
    }
    .ms-md-n5 {
        margin-left: -1.25rem!important
    }
    .ms-md-n6 {
        margin-left: -1.5rem!important
    }
    .ms-md-n7 {
        margin-left: -1.75rem!important
    }
    .ms-md-n8 {
        margin-left: -2rem!important
    }
    .ms-md-n9 {
        margin-left: -2.25rem!important
    }
    .ms-md-n10 {
        margin-left: -2.5rem!important
    }
    .ms-md-n11 {
        margin-left: -2.75rem!important
    }
    .ms-md-n12 {
        margin-left: -3rem!important
    }
    .ms-md-n13 {
        margin-left: -3.25rem!important
    }
    .ms-md-n14 {
        margin-left: -3.5rem!important
    }
    .ms-md-n15 {
        margin-left: -3.75rem!important
    }
    .ms-md-n16 {
        margin-left: -4rem!important
    }
    .ms-md-n17 {
        margin-left: -4.25rem!important
    }
    .ms-md-n18 {
        margin-left: -4.5rem!important
    }
    .ms-md-n19 {
        margin-left: -4.75rem!important
    }
    .ms-md-n20 {
        margin-left: -5rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .p-md-3 {
        padding: .75rem!important
    }
    .p-md-4 {
        padding: 1rem!important
    }
    .p-md-5 {
        padding: 1.25rem!important
    }
    .p-md-6 {
        padding: 1.5rem!important
    }
    .p-md-7 {
        padding: 1.75rem!important
    }
    .p-md-8 {
        padding: 2rem!important
    }
    .p-md-9 {
        padding: 2.25rem!important
    }
    .p-md-10 {
        padding: 2.5rem!important
    }
    .p-md-11 {
        padding: 2.75rem!important
    }
    .p-md-12 {
        padding: 3rem!important
    }
    .p-md-13 {
        padding: 3.25rem!important
    }
    .p-md-14 {
        padding: 3.5rem!important
    }
    .p-md-15 {
        padding: 3.75rem!important
    }
    .p-md-16 {
        padding: 4rem!important
    }
    .p-md-17 {
        padding: 4.25rem!important
    }
    .p-md-18 {
        padding: 4.5rem!important
    }
    .p-md-19 {
        padding: 4.75rem!important
    }
    .p-md-20 {
        padding: 5rem!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: .75rem!important;
        padding-left: .75rem!important
    }
    .px-md-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-md-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-md-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-md-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }
    .px-md-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }
    .px-md-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }
    .px-md-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-md-11 {
        padding-right: 2.75rem!important;
        padding-left: 2.75rem!important
    }
    .px-md-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .px-md-13 {
        padding-right: 3.25rem!important;
        padding-left: 3.25rem!important
    }
    .px-md-14 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }
    .px-md-15 {
        padding-right: 3.75rem!important;
        padding-left: 3.75rem!important
    }
    .px-md-16 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }
    .px-md-17 {
        padding-right: 4.25rem!important;
        padding-left: 4.25rem!important
    }
    .px-md-18 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }
    .px-md-19 {
        padding-right: 4.75rem!important;
        padding-left: 4.75rem!important
    }
    .px-md-20 {
        padding-right: 5rem!important;
        padding-left: 5rem!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: .75rem!important;
        padding-bottom: .75rem!important
    }
    .py-md-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-md-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-md-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-md-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }
    .py-md-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-md-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }
    .py-md-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-md-11 {
        padding-top: 2.75rem!important;
        padding-bottom: 2.75rem!important
    }
    .py-md-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .py-md-13 {
        padding-top: 3.25rem!important;
        padding-bottom: 3.25rem!important
    }
    .py-md-14 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
    .py-md-15 {
        padding-top: 3.75rem!important;
        padding-bottom: 3.75rem!important
    }
    .py-md-16 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }
    .py-md-17 {
        padding-top: 4.25rem!important;
        padding-bottom: 4.25rem!important
    }
    .py-md-18 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }
    .py-md-19 {
        padding-top: 4.75rem!important;
        padding-bottom: 4.75rem!important
    }
    .py-md-20 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!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: .75rem!important
    }
    .pt-md-4 {
        padding-top: 1rem!important
    }
    .pt-md-5 {
        padding-top: 1.25rem!important
    }
    .pt-md-6 {
        padding-top: 1.5rem!important
    }
    .pt-md-7 {
        padding-top: 1.75rem!important
    }
    .pt-md-8 {
        padding-top: 2rem!important
    }
    .pt-md-9 {
        padding-top: 2.25rem!important
    }
    .pt-md-10 {
        padding-top: 2.5rem!important
    }
    .pt-md-11 {
        padding-top: 2.75rem!important
    }
    .pt-md-12 {
        padding-top: 3rem!important
    }
    .pt-md-13 {
        padding-top: 3.25rem!important
    }
    .pt-md-14 {
        padding-top: 3.5rem!important
    }
    .pt-md-15 {
        padding-top: 3.75rem!important
    }
    .pt-md-16 {
        padding-top: 4rem!important
    }
    .pt-md-17 {
        padding-top: 4.25rem!important
    }
    .pt-md-18 {
        padding-top: 4.5rem!important
    }
    .pt-md-19 {
        padding-top: 4.75rem!important
    }
    .pt-md-20 {
        padding-top: 5rem!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: .75rem!important
    }
    .pe-md-4 {
        padding-right: 1rem!important
    }
    .pe-md-5 {
        padding-right: 1.25rem!important
    }
    .pe-md-6 {
        padding-right: 1.5rem!important
    }
    .pe-md-7 {
        padding-right: 1.75rem!important
    }
    .pe-md-8 {
        padding-right: 2rem!important
    }
    .pe-md-9 {
        padding-right: 2.25rem!important
    }
    .pe-md-10 {
        padding-right: 2.5rem!important
    }
    .pe-md-11 {
        padding-right: 2.75rem!important
    }
    .pe-md-12 {
        padding-right: 3rem!important
    }
    .pe-md-13 {
        padding-right: 3.25rem!important
    }
    .pe-md-14 {
        padding-right: 3.5rem!important
    }
    .pe-md-15 {
        padding-right: 3.75rem!important
    }
    .pe-md-16 {
        padding-right: 4rem!important
    }
    .pe-md-17 {
        padding-right: 4.25rem!important
    }
    .pe-md-18 {
        padding-right: 4.5rem!important
    }
    .pe-md-19 {
        padding-right: 4.75rem!important
    }
    .pe-md-20 {
        padding-right: 5rem!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: .75rem!important
    }
    .pb-md-4 {
        padding-bottom: 1rem!important
    }
    .pb-md-5 {
        padding-bottom: 1.25rem!important
    }
    .pb-md-6 {
        padding-bottom: 1.5rem!important
    }
    .pb-md-7 {
        padding-bottom: 1.75rem!important
    }
    .pb-md-8 {
        padding-bottom: 2rem!important
    }
    .pb-md-9 {
        padding-bottom: 2.25rem!important
    }
    .pb-md-10 {
        padding-bottom: 2.5rem!important
    }
    .pb-md-11 {
        padding-bottom: 2.75rem!important
    }
    .pb-md-12 {
        padding-bottom: 3rem!important
    }
    .pb-md-13 {
        padding-bottom: 3.25rem!important
    }
    .pb-md-14 {
        padding-bottom: 3.5rem!important
    }
    .pb-md-15 {
        padding-bottom: 3.75rem!important
    }
    .pb-md-16 {
        padding-bottom: 4rem!important
    }
    .pb-md-17 {
        padding-bottom: 4.25rem!important
    }
    .pb-md-18 {
        padding-bottom: 4.5rem!important
    }
    .pb-md-19 {
        padding-bottom: 4.75rem!important
    }
    .pb-md-20 {
        padding-bottom: 5rem!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: .75rem!important
    }
    .ps-md-4 {
        padding-left: 1rem!important
    }
    .ps-md-5 {
        padding-left: 1.25rem!important
    }
    .ps-md-6 {
        padding-left: 1.5rem!important
    }
    .ps-md-7 {
        padding-left: 1.75rem!important
    }
    .ps-md-8 {
        padding-left: 2rem!important
    }
    .ps-md-9 {
        padding-left: 2.25rem!important
    }
    .ps-md-10 {
        padding-left: 2.5rem!important
    }
    .ps-md-11 {
        padding-left: 2.75rem!important
    }
    .ps-md-12 {
        padding-left: 3rem!important
    }
    .ps-md-13 {
        padding-left: 3.25rem!important
    }
    .ps-md-14 {
        padding-left: 3.5rem!important
    }
    .ps-md-15 {
        padding-left: 3.75rem!important
    }
    .ps-md-16 {
        padding-left: 4rem!important
    }
    .ps-md-17 {
        padding-left: 4.25rem!important
    }
    .ps-md-18 {
        padding-left: 4.5rem!important
    }
    .ps-md-19 {
        padding-left: 4.75rem!important
    }
    .ps-md-20 {
        padding-left: 5rem!important
    }
    .fs-md-1 {
        font-size: calc(1.3rem + .6vw)!important
    }
    .fs-md-2 {
        font-size: calc(1.275rem + .3vw)!important
    }
    .fs-md-3 {
        font-size: calc(1.26rem + .12vw)!important
    }
    .fs-md-4 {
        font-size: 1.25rem!important
    }
    .fs-md-5 {
        font-size: 1.15rem!important
    }
    .fs-md-6 {
        font-size: 1.075rem!important
    }
    .fs-md-7 {
        font-size: .95rem!important
    }
    .fs-md-8 {
        font-size: .85rem!important
    }
    .fs-md-9 {
        font-size: .75rem!important
    }
    .fs-md-10 {
        font-size: .5rem!important
    }
    .fs-md-base {
        font-size: 1rem!important
    }
    .fs-md-fluid {
        font-size: 100%!important
    }
    .fs-md-2x {
        font-size: calc(1.325rem + .9vw)!important
    }
    .fs-md-2qx {
        font-size: calc(1.35rem + 1.2vw)!important
    }
    .fs-md-2hx {
        font-size: calc(1.375rem + 1.5vw)!important
    }
    .fs-md-2tx {
        font-size: calc(1.4rem + 1.8vw)!important
    }
    .fs-md-3x {
        font-size: calc(1.425rem + 2.1vw)!important
    }
    .fs-md-3qx {
        font-size: calc(1.45rem + 2.4vw)!important
    }
    .fs-md-3hx {
        font-size: calc(1.475rem + 2.7vw)!important
    }
    .fs-md-3tx {
        font-size: calc(1.5rem + 3vw)!important
    }
    .fs-md-4x {
        font-size: calc(1.525rem + 3.3vw)!important
    }
    .fs-md-4qx {
        font-size: calc(1.55rem + 3.6vw)!important
    }
    .fs-md-4hx {
        font-size: calc(1.575rem + 3.9vw)!important
    }
    .fs-md-4tx {
        font-size: calc(1.6rem + 4.2vw)!important
    }
    .fs-md-5x {
        font-size: calc(1.625rem + 4.5vw)!important
    }
    .fs-md-5qx {
        font-size: calc(1.65rem + 4.8vw)!important
    }
    .fs-md-5hx {
        font-size: calc(1.675rem + 5.1vw)!important
    }
    .fs-md-5tx {
        font-size: calc(1.7rem + 5.4vw)!important
    }
    .text-md-start {
        text-align: left!important
    }
    .text-md-end {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
    .min-w-md-unset {
        min-width: unset!important
    }
    .min-w-md-25 {
        min-width: 25%!important
    }
    .min-w-md-50 {
        min-width: 50%!important
    }
    .min-w-md-75 {
        min-width: 75%!important
    }
    .min-w-md-100 {
        min-width: 100%!important
    }
    .min-w-md-auto {
        min-width: auto!important
    }
    .min-w-md-1px {
        min-width: 1px!important
    }
    .min-w-md-2px {
        min-width: 2px!important
    }
    .min-w-md-3px {
        min-width: 3px!important
    }
    .min-w-md-4px {
        min-width: 4px!important
    }
    .min-w-md-5px {
        min-width: 5px!important
    }
    .min-w-md-6px {
        min-width: 6px!important
    }
    .min-w-md-7px {
        min-width: 7px!important
    }
    .min-w-md-8px {
        min-width: 8px!important
    }
    .min-w-md-9px {
        min-width: 9px!important
    }
    .min-w-md-10px {
        min-width: 10px!important
    }
    .min-w-md-15px {
        min-width: 15px!important
    }
    .min-w-md-20px {
        min-width: 20px!important
    }
    .min-w-md-25px {
        min-width: 25px!important
    }
    .min-w-md-30px {
        min-width: 30px!important
    }
    .min-w-md-35px {
        min-width: 35px!important
    }
    .min-w-md-40px {
        min-width: 40px!important
    }
    .min-w-md-45px {
        min-width: 45px!important
    }
    .min-w-md-50px {
        min-width: 50px!important
    }
    .min-w-md-55px {
        min-width: 55px!important
    }
    .min-w-md-60px {
        min-width: 60px!important
    }
    .min-w-md-65px {
        min-width: 65px!important
    }
    .min-w-md-70px {
        min-width: 70px!important
    }
    .min-w-md-75px {
        min-width: 75px!important
    }
    .min-w-md-80px {
        min-width: 80px!important
    }
    .min-w-md-85px {
        min-width: 85px!important
    }
    .min-w-md-90px {
        min-width: 90px!important
    }
    .min-w-md-95px {
        min-width: 95px!important
    }
    .min-w-md-100px {
        min-width: 100px!important
    }
    .min-w-md-125px {
        min-width: 125px!important
    }
    .min-w-md-150px {
        min-width: 150px!important
    }
    .min-w-md-175px {
        min-width: 175px!important
    }
    .min-w-md-200px {
        min-width: 200px!important
    }
    .min-w-md-225px {
        min-width: 225px!important
    }
    .min-w-md-250px {
        min-width: 250px!important
    }
    .min-w-md-275px {
        min-width: 275px!important
    }
    .min-w-md-300px {
        min-width: 300px!important
    }
    .min-w-md-325px {
        min-width: 325px!important
    }
    .min-w-md-350px {
        min-width: 350px!important
    }
    .min-w-md-375px {
        min-width: 375px!important
    }
    .min-w-md-400px {
        min-width: 400px!important
    }
    .min-w-md-425px {
        min-width: 425px!important
    }
    .min-w-md-450px {
        min-width: 450px!important
    }
    .min-w-md-475px {
        min-width: 475px!important
    }
    .min-w-md-500px {
        min-width: 500px!important
    }
    .min-w-md-550px {
        min-width: 550px!important
    }
    .min-w-md-600px {
        min-width: 600px!important
    }
    .min-w-md-650px {
        min-width: 650px!important
    }
    .min-w-md-700px {
        min-width: 700px!important
    }
    .min-w-md-750px {
        min-width: 750px!important
    }
    .min-w-md-800px {
        min-width: 800px!important
    }
    .min-w-md-850px {
        min-width: 850px!important
    }
    .min-w-md-900px {
        min-width: 900px!important
    }
    .min-w-md-950px {
        min-width: 950px!important
    }
    .min-w-md-1000px {
        min-width: 1000px!important
    }
    .min-h-md-unset {
        min-height: unset!important
    }
    .min-h-md-25 {
        min-height: 25%!important
    }
    .min-h-md-50 {
        min-height: 50%!important
    }
    .min-h-md-75 {
        min-height: 75%!important
    }
    .min-h-md-100 {
        min-height: 100%!important
    }
    .min-h-md-auto {
        min-height: auto!important
    }
    .min-h-md-1px {
        min-height: 1px!important
    }
    .min-h-md-2px {
        min-height: 2px!important
    }
    .min-h-md-3px {
        min-height: 3px!important
    }
    .min-h-md-4px {
        min-height: 4px!important
    }
    .min-h-md-5px {
        min-height: 5px!important
    }
    .min-h-md-6px {
        min-height: 6px!important
    }
    .min-h-md-7px {
        min-height: 7px!important
    }
    .min-h-md-8px {
        min-height: 8px!important
    }
    .min-h-md-9px {
        min-height: 9px!important
    }
    .min-h-md-10px {
        min-height: 10px!important
    }
    .min-h-md-15px {
        min-height: 15px!important
    }
    .min-h-md-20px {
        min-height: 20px!important
    }
    .min-h-md-25px {
        min-height: 25px!important
    }
    .min-h-md-30px {
        min-height: 30px!important
    }
    .min-h-md-35px {
        min-height: 35px!important
    }
    .min-h-md-40px {
        min-height: 40px!important
    }
    .min-h-md-45px {
        min-height: 45px!important
    }
    .min-h-md-50px {
        min-height: 50px!important
    }
    .min-h-md-55px {
        min-height: 55px!important
    }
    .min-h-md-60px {
        min-height: 60px!important
    }
    .min-h-md-65px {
        min-height: 65px!important
    }
    .min-h-md-70px {
        min-height: 70px!important
    }
    .min-h-md-75px {
        min-height: 75px!important
    }
    .min-h-md-80px {
        min-height: 80px!important
    }
    .min-h-md-85px {
        min-height: 85px!important
    }
    .min-h-md-90px {
        min-height: 90px!important
    }
    .min-h-md-95px {
        min-height: 95px!important
    }
    .min-h-md-100px {
        min-height: 100px!important
    }
    .min-h-md-125px {
        min-height: 125px!important
    }
    .min-h-md-150px {
        min-height: 150px!important
    }
    .min-h-md-175px {
        min-height: 175px!important
    }
    .min-h-md-200px {
        min-height: 200px!important
    }
    .min-h-md-225px {
        min-height: 225px!important
    }
    .min-h-md-250px {
        min-height: 250px!important
    }
    .min-h-md-275px {
        min-height: 275px!important
    }
    .min-h-md-300px {
        min-height: 300px!important
    }
    .min-h-md-325px {
        min-height: 325px!important
    }
    .min-h-md-350px {
        min-height: 350px!important
    }
    .min-h-md-375px {
        min-height: 375px!important
    }
    .min-h-md-400px {
        min-height: 400px!important
    }
    .min-h-md-425px {
        min-height: 425px!important
    }
    .min-h-md-450px {
        min-height: 450px!important
    }
    .min-h-md-475px {
        min-height: 475px!important
    }
    .min-h-md-500px {
        min-height: 500px!important
    }
    .min-h-md-550px {
        min-height: 550px!important
    }
    .min-h-md-600px {
        min-height: 600px!important
    }
    .min-h-md-650px {
        min-height: 650px!important
    }
    .min-h-md-700px {
        min-height: 700px!important
    }
    .min-h-md-750px {
        min-height: 750px!important
    }
    .min-h-md-800px {
        min-height: 800px!important
    }
    .min-h-md-850px {
        min-height: 850px!important
    }
    .min-h-md-900px {
        min-height: 900px!important
    }
    .min-h-md-950px {
        min-height: 950px!important
    }
    .min-h-md-1000px {
        min-height: 1000px!important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left!important
    }
    .float-lg-end {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-grid {
        display: grid!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
    .d-lg-none {
        display: none!important
    }
    .position-lg-static {
        position: static!important
    }
    .position-lg-relative {
        position: relative!important
    }
    .position-lg-absolute {
        position: absolute!important
    }
    .position-lg-fixed {
        position: fixed!important
    }
    .position-lg-sticky {
        position: sticky!important
    }
    .w-lg-unset {
        width: unset!important
    }
    .w-lg-25 {
        width: 25%!important
    }
    .w-lg-50 {
        width: 50%!important
    }
    .w-lg-75 {
        width: 75%!important
    }
    .w-lg-100 {
        width: 100%!important
    }
    .w-lg-auto {
        width: auto!important
    }
    .w-lg-1px {
        width: 1px!important
    }
    .w-lg-2px {
        width: 2px!important
    }
    .w-lg-3px {
        width: 3px!important
    }
    .w-lg-4px {
        width: 4px!important
    }
    .w-lg-5px {
        width: 5px!important
    }
    .w-lg-6px {
        width: 6px!important
    }
    .w-lg-7px {
        width: 7px!important
    }
    .w-lg-8px {
        width: 8px!important
    }
    .w-lg-9px {
        width: 9px!important
    }
    .w-lg-10px {
        width: 10px!important
    }
    .w-lg-15px {
        width: 15px!important
    }
    .w-lg-20px {
        width: 20px!important
    }
    .w-lg-25px {
        width: 25px!important
    }
    .w-lg-30px {
        width: 30px!important
    }
    .w-lg-35px {
        width: 35px!important
    }
    .w-lg-40px {
        width: 40px!important
    }
    .w-lg-45px {
        width: 45px!important
    }
    .w-lg-50px {
        width: 50px!important
    }
    .w-lg-55px {
        width: 55px!important
    }
    .w-lg-60px {
        width: 60px!important
    }
    .w-lg-65px {
        width: 65px!important
    }
    .w-lg-70px {
        width: 70px!important
    }
    .w-lg-75px {
        width: 75px!important
    }
    .w-lg-80px {
        width: 80px!important
    }
    .w-lg-85px {
        width: 85px!important
    }
    .w-lg-90px {
        width: 90px!important
    }
    .w-lg-95px {
        width: 95px!important
    }
    .w-lg-100px {
        width: 100px!important
    }
    .w-lg-125px {
        width: 125px!important
    }
    .w-lg-150px {
        width: 150px!important
    }
    .w-lg-175px {
        width: 175px!important
    }
    .w-lg-200px {
        width: 200px!important
    }
    .w-lg-225px {
        width: 225px!important
    }
    .w-lg-250px {
        width: 250px!important
    }
    .w-lg-275px {
        width: 275px!important
    }
    .w-lg-300px {
        width: 300px!important
    }
    .w-lg-325px {
        width: 325px!important
    }
    .w-lg-350px {
        width: 350px!important
    }
    .w-lg-375px {
        width: 375px!important
    }
    .w-lg-400px {
        width: 400px!important
    }
    .w-lg-425px {
        width: 425px!important
    }
    .w-lg-450px {
        width: 450px!important
    }
    .w-lg-475px {
        width: 475px!important
    }
    .w-lg-500px {
        width: 500px!important
    }
    .w-lg-550px {
        width: 550px!important
    }
    .w-lg-600px {
        width: 600px!important
    }
    .w-lg-650px {
        width: 650px!important
    }
    .w-lg-700px {
        width: 700px!important
    }
    .w-lg-750px {
        width: 750px!important
    }
    .w-lg-800px {
        width: 800px!important
    }
    .w-lg-850px {
        width: 850px!important
    }
    .w-lg-900px {
        width: 900px!important
    }
    .w-lg-950px {
        width: 950px!important
    }
    .w-lg-1000px {
        width: 1000px!important
    }
    .mw-lg-unset {
        max-width: unset!important
    }
    .mw-lg-25 {
        max-width: 25%!important
    }
    .mw-lg-50 {
        max-width: 50%!important
    }
    .mw-lg-75 {
        max-width: 75%!important
    }
    .mw-lg-100 {
        max-width: 100%!important
    }
    .mw-lg-auto {
        max-width: auto!important
    }
    .mw-lg-1px {
        max-width: 1px!important
    }
    .mw-lg-2px {
        max-width: 2px!important
    }
    .mw-lg-3px {
        max-width: 3px!important
    }
    .mw-lg-4px {
        max-width: 4px!important
    }
    .mw-lg-5px {
        max-width: 5px!important
    }
    .mw-lg-6px {
        max-width: 6px!important
    }
    .mw-lg-7px {
        max-width: 7px!important
    }
    .mw-lg-8px {
        max-width: 8px!important
    }
    .mw-lg-9px {
        max-width: 9px!important
    }
    .mw-lg-10px {
        max-width: 10px!important
    }
    .mw-lg-15px {
        max-width: 15px!important
    }
    .mw-lg-20px {
        max-width: 20px!important
    }
    .mw-lg-25px {
        max-width: 25px!important
    }
    .mw-lg-30px {
        max-width: 30px!important
    }
    .mw-lg-35px {
        max-width: 35px!important
    }
    .mw-lg-40px {
        max-width: 40px!important
    }
    .mw-lg-45px {
        max-width: 45px!important
    }
    .mw-lg-50px {
        max-width: 50px!important
    }
    .mw-lg-55px {
        max-width: 55px!important
    }
    .mw-lg-60px {
        max-width: 60px!important
    }
    .mw-lg-65px {
        max-width: 65px!important
    }
    .mw-lg-70px {
        max-width: 70px!important
    }
    .mw-lg-75px {
        max-width: 75px!important
    }
    .mw-lg-80px {
        max-width: 80px!important
    }
    .mw-lg-85px {
        max-width: 85px!important
    }
    .mw-lg-90px {
        max-width: 90px!important
    }
    .mw-lg-95px {
        max-width: 95px!important
    }
    .mw-lg-100px {
        max-width: 100px!important
    }
    .mw-lg-125px {
        max-width: 125px!important
    }
    .mw-lg-150px {
        max-width: 150px!important
    }
    .mw-lg-175px {
        max-width: 175px!important
    }
    .mw-lg-200px {
        max-width: 200px!important
    }
    .mw-lg-225px {
        max-width: 225px!important
    }
    .mw-lg-250px {
        max-width: 250px!important
    }
    .mw-lg-275px {
        max-width: 275px!important
    }
    .mw-lg-300px {
        max-width: 300px!important
    }
    .mw-lg-325px {
        max-width: 325px!important
    }
    .mw-lg-350px {
        max-width: 350px!important
    }
    .mw-lg-375px {
        max-width: 375px!important
    }
    .mw-lg-400px {
        max-width: 400px!important
    }
    .mw-lg-425px {
        max-width: 425px!important
    }
    .mw-lg-450px {
        max-width: 450px!important
    }
    .mw-lg-475px {
        max-width: 475px!important
    }
    .mw-lg-500px {
        max-width: 500px!important
    }
    .mw-lg-550px {
        max-width: 550px!important
    }
    .mw-lg-600px {
        max-width: 600px!important
    }
    .mw-lg-650px {
        max-width: 650px!important
    }
    .mw-lg-700px {
        max-width: 700px!important
    }
    .mw-lg-750px {
        max-width: 750px!important
    }
    .mw-lg-800px {
        max-width: 800px!important
    }
    .mw-lg-850px {
        max-width: 850px!important
    }
    .mw-lg-900px {
        max-width: 900px!important
    }
    .mw-lg-950px {
        max-width: 950px!important
    }
    .mw-lg-1000px {
        max-width: 1000px!important
    }
    .h-lg-unset {
        height: unset!important
    }
    .h-lg-25 {
        height: 25%!important
    }
    .h-lg-50 {
        height: 50%!important
    }
    .h-lg-75 {
        height: 75%!important
    }
    .h-lg-100 {
        height: 100%!important
    }
    .h-lg-auto {
        height: auto!important
    }
    .h-lg-1px {
        height: 1px!important
    }
    .h-lg-2px {
        height: 2px!important
    }
    .h-lg-3px {
        height: 3px!important
    }
    .h-lg-4px {
        height: 4px!important
    }
    .h-lg-5px {
        height: 5px!important
    }
    .h-lg-6px {
        height: 6px!important
    }
    .h-lg-7px {
        height: 7px!important
    }
    .h-lg-8px {
        height: 8px!important
    }
    .h-lg-9px {
        height: 9px!important
    }
    .h-lg-10px {
        height: 10px!important
    }
    .h-lg-15px {
        height: 15px!important
    }
    .h-lg-20px {
        height: 20px!important
    }
    .h-lg-25px {
        height: 25px!important
    }
    .h-lg-30px {
        height: 30px!important
    }
    .h-lg-35px {
        height: 35px!important
    }
    .h-lg-40px {
        height: 40px!important
    }
    .h-lg-45px {
        height: 45px!important
    }
    .h-lg-50px {
        height: 50px!important
    }
    .h-lg-55px {
        height: 55px!important
    }
    .h-lg-60px {
        height: 60px!important
    }
    .h-lg-65px {
        height: 65px!important
    }
    .h-lg-70px {
        height: 70px!important
    }
    .h-lg-75px {
        height: 75px!important
    }
    .h-lg-80px {
        height: 80px!important
    }
    .h-lg-85px {
        height: 85px!important
    }
    .h-lg-90px {
        height: 90px!important
    }
    .h-lg-95px {
        height: 95px!important
    }
    .h-lg-100px {
        height: 100px!important
    }
    .h-lg-125px {
        height: 125px!important
    }
    .h-lg-150px {
        height: 150px!important
    }
    .h-lg-175px {
        height: 175px!important
    }
    .h-lg-200px {
        height: 200px!important
    }
    .h-lg-225px {
        height: 225px!important
    }
    .h-lg-250px {
        height: 250px!important
    }
    .h-lg-275px {
        height: 275px!important
    }
    .h-lg-300px {
        height: 300px!important
    }
    .h-lg-325px {
        height: 325px!important
    }
    .h-lg-350px {
        height: 350px!important
    }
    .h-lg-375px {
        height: 375px!important
    }
    .h-lg-400px {
        height: 400px!important
    }
    .h-lg-425px {
        height: 425px!important
    }
    .h-lg-450px {
        height: 450px!important
    }
    .h-lg-475px {
        height: 475px!important
    }
    .h-lg-500px {
        height: 500px!important
    }
    .h-lg-550px {
        height: 550px!important
    }
    .h-lg-600px {
        height: 600px!important
    }
    .h-lg-650px {
        height: 650px!important
    }
    .h-lg-700px {
        height: 700px!important
    }
    .h-lg-750px {
        height: 750px!important
    }
    .h-lg-800px {
        height: 800px!important
    }
    .h-lg-850px {
        height: 850px!important
    }
    .h-lg-900px {
        height: 900px!important
    }
    .h-lg-950px {
        height: 950px!important
    }
    .h-lg-1000px {
        height: 1000px!important
    }
    .mh-lg-unset {
        max-height: unset!important
    }
    .mh-lg-25 {
        max-height: 25%!important
    }
    .mh-lg-50 {
        max-height: 50%!important
    }
    .mh-lg-75 {
        max-height: 75%!important
    }
    .mh-lg-100 {
        max-height: 100%!important
    }
    .mh-lg-auto {
        max-height: auto!important
    }
    .mh-lg-1px {
        max-height: 1px!important
    }
    .mh-lg-2px {
        max-height: 2px!important
    }
    .mh-lg-3px {
        max-height: 3px!important
    }
    .mh-lg-4px {
        max-height: 4px!important
    }
    .mh-lg-5px {
        max-height: 5px!important
    }
    .mh-lg-6px {
        max-height: 6px!important
    }
    .mh-lg-7px {
        max-height: 7px!important
    }
    .mh-lg-8px {
        max-height: 8px!important
    }
    .mh-lg-9px {
        max-height: 9px!important
    }
    .mh-lg-10px {
        max-height: 10px!important
    }
    .mh-lg-15px {
        max-height: 15px!important
    }
    .mh-lg-20px {
        max-height: 20px!important
    }
    .mh-lg-25px {
        max-height: 25px!important
    }
    .mh-lg-30px {
        max-height: 30px!important
    }
    .mh-lg-35px {
        max-height: 35px!important
    }
    .mh-lg-40px {
        max-height: 40px!important
    }
    .mh-lg-45px {
        max-height: 45px!important
    }
    .mh-lg-50px {
        max-height: 50px!important
    }
    .mh-lg-55px {
        max-height: 55px!important
    }
    .mh-lg-60px {
        max-height: 60px!important
    }
    .mh-lg-65px {
        max-height: 65px!important
    }
    .mh-lg-70px {
        max-height: 70px!important
    }
    .mh-lg-75px {
        max-height: 75px!important
    }
    .mh-lg-80px {
        max-height: 80px!important
    }
    .mh-lg-85px {
        max-height: 85px!important
    }
    .mh-lg-90px {
        max-height: 90px!important
    }
    .mh-lg-95px {
        max-height: 95px!important
    }
    .mh-lg-100px {
        max-height: 100px!important
    }
    .mh-lg-125px {
        max-height: 125px!important
    }
    .mh-lg-150px {
        max-height: 150px!important
    }
    .mh-lg-175px {
        max-height: 175px!important
    }
    .mh-lg-200px {
        max-height: 200px!important
    }
    .mh-lg-225px {
        max-height: 225px!important
    }
    .mh-lg-250px {
        max-height: 250px!important
    }
    .mh-lg-275px {
        max-height: 275px!important
    }
    .mh-lg-300px {
        max-height: 300px!important
    }
    .mh-lg-325px {
        max-height: 325px!important
    }
    .mh-lg-350px {
        max-height: 350px!important
    }
    .mh-lg-375px {
        max-height: 375px!important
    }
    .mh-lg-400px {
        max-height: 400px!important
    }
    .mh-lg-425px {
        max-height: 425px!important
    }
    .mh-lg-450px {
        max-height: 450px!important
    }
    .mh-lg-475px {
        max-height: 475px!important
    }
    .mh-lg-500px {
        max-height: 500px!important
    }
    .mh-lg-550px {
        max-height: 550px!important
    }
    .mh-lg-600px {
        max-height: 600px!important
    }
    .mh-lg-650px {
        max-height: 650px!important
    }
    .mh-lg-700px {
        max-height: 700px!important
    }
    .mh-lg-750px {
        max-height: 750px!important
    }
    .mh-lg-800px {
        max-height: 800px!important
    }
    .mh-lg-850px {
        max-height: 850px!important
    }
    .mh-lg-900px {
        max-height: 900px!important
    }
    .mh-lg-950px {
        max-height: 950px!important
    }
    .mh-lg-1000px {
        max-height: 1000px!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-lg-0 {
        gap: 0!important
    }
    .gap-lg-1 {
        gap: .25rem!important
    }
    .gap-lg-2 {
        gap: .5rem!important
    }
    .gap-lg-3 {
        gap: .75rem!important
    }
    .gap-lg-4 {
        gap: 1rem!important
    }
    .gap-lg-5 {
        gap: 1.25rem!important
    }
    .gap-lg-6 {
        gap: 1.5rem!important
    }
    .gap-lg-7 {
        gap: 1.75rem!important
    }
    .gap-lg-8 {
        gap: 2rem!important
    }
    .gap-lg-9 {
        gap: 2.25rem!important
    }
    .gap-lg-10 {
        gap: 2.5rem!important
    }
    .gap-lg-11 {
        gap: 2.75rem!important
    }
    .gap-lg-12 {
        gap: 3rem!important
    }
    .gap-lg-13 {
        gap: 3.25rem!important
    }
    .gap-lg-14 {
        gap: 3.5rem!important
    }
    .gap-lg-15 {
        gap: 3.75rem!important
    }
    .gap-lg-16 {
        gap: 4rem!important
    }
    .gap-lg-17 {
        gap: 4.25rem!important
    }
    .gap-lg-18 {
        gap: 4.5rem!important
    }
    .gap-lg-19 {
        gap: 4.75rem!important
    }
    .gap-lg-20 {
        gap: 5rem!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: .75rem!important
    }
    .m-lg-4 {
        margin: 1rem!important
    }
    .m-lg-5 {
        margin: 1.25rem!important
    }
    .m-lg-6 {
        margin: 1.5rem!important
    }
    .m-lg-7 {
        margin: 1.75rem!important
    }
    .m-lg-8 {
        margin: 2rem!important
    }
    .m-lg-9 {
        margin: 2.25rem!important
    }
    .m-lg-10 {
        margin: 2.5rem!important
    }
    .m-lg-11 {
        margin: 2.75rem!important
    }
    .m-lg-12 {
        margin: 3rem!important
    }
    .m-lg-13 {
        margin: 3.25rem!important
    }
    .m-lg-14 {
        margin: 3.5rem!important
    }
    .m-lg-15 {
        margin: 3.75rem!important
    }
    .m-lg-16 {
        margin: 4rem!important
    }
    .m-lg-17 {
        margin: 4.25rem!important
    }
    .m-lg-18 {
        margin: 4.5rem!important
    }
    .m-lg-19 {
        margin: 4.75rem!important
    }
    .m-lg-20 {
        margin: 5rem!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: .75rem!important;
        margin-left: .75rem!important
    }
    .mx-lg-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-lg-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-lg-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-lg-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }
    .mx-lg-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }
    .mx-lg-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }
    .mx-lg-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-lg-11 {
        margin-right: 2.75rem!important;
        margin-left: 2.75rem!important
    }
    .mx-lg-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-lg-13 {
        margin-right: 3.25rem!important;
        margin-left: 3.25rem!important
    }
    .mx-lg-14 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }
    .mx-lg-15 {
        margin-right: 3.75rem!important;
        margin-left: 3.75rem!important
    }
    .mx-lg-16 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }
    .mx-lg-17 {
        margin-right: 4.25rem!important;
        margin-left: 4.25rem!important
    }
    .mx-lg-18 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }
    .mx-lg-19 {
        margin-right: 4.75rem!important;
        margin-left: 4.75rem!important
    }
    .mx-lg-20 {
        margin-right: 5rem!important;
        margin-left: 5rem!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: .75rem!important;
        margin-bottom: .75rem!important
    }
    .my-lg-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-lg-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-lg-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-lg-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }
    .my-lg-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }
    .my-lg-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
    .my-lg-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-lg-11 {
        margin-top: 2.75rem!important;
        margin-bottom: 2.75rem!important
    }
    .my-lg-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-lg-13 {
        margin-top: 3.25rem!important;
        margin-bottom: 3.25rem!important
    }
    .my-lg-14 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }
    .my-lg-15 {
        margin-top: 3.75rem!important;
        margin-bottom: 3.75rem!important
    }
    .my-lg-16 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }
    .my-lg-17 {
        margin-top: 4.25rem!important;
        margin-bottom: 4.25rem!important
    }
    .my-lg-18 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }
    .my-lg-19 {
        margin-top: 4.75rem!important;
        margin-bottom: 4.75rem!important
    }
    .my-lg-20 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!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: .75rem!important
    }
    .mt-lg-4 {
        margin-top: 1rem!important
    }
    .mt-lg-5 {
        margin-top: 1.25rem!important
    }
    .mt-lg-6 {
        margin-top: 1.5rem!important
    }
    .mt-lg-7 {
        margin-top: 1.75rem!important
    }
    .mt-lg-8 {
        margin-top: 2rem!important
    }
    .mt-lg-9 {
        margin-top: 2.25rem!important
    }
    .mt-lg-10 {
        margin-top: 2.5rem!important
    }
    .mt-lg-11 {
        margin-top: 2.75rem!important
    }
    .mt-lg-12 {
        margin-top: 3rem!important
    }
    .mt-lg-13 {
        margin-top: 3.25rem!important
    }
    .mt-lg-14 {
        margin-top: 3.5rem!important
    }
    .mt-lg-15 {
        margin-top: 3.75rem!important
    }
    .mt-lg-16 {
        margin-top: 4rem!important
    }
    .mt-lg-17 {
        margin-top: 4.25rem!important
    }
    .mt-lg-18 {
        margin-top: 4.5rem!important
    }
    .mt-lg-19 {
        margin-top: 4.75rem!important
    }
    .mt-lg-20 {
        margin-top: 5rem!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: .75rem!important
    }
    .me-lg-4 {
        margin-right: 1rem!important
    }
    .me-lg-5 {
        margin-right: 1.25rem!important
    }
    .me-lg-6 {
        margin-right: 1.5rem!important
    }
    .me-lg-7 {
        margin-right: 1.75rem!important
    }
    .me-lg-8 {
        margin-right: 2rem!important
    }
    .me-lg-9 {
        margin-right: 2.25rem!important
    }
    .me-lg-10 {
        margin-right: 2.5rem!important
    }
    .me-lg-11 {
        margin-right: 2.75rem!important
    }
    .me-lg-12 {
        margin-right: 3rem!important
    }
    .me-lg-13 {
        margin-right: 3.25rem!important
    }
    .me-lg-14 {
        margin-right: 3.5rem!important
    }
    .me-lg-15 {
        margin-right: 3.75rem!important
    }
    .me-lg-16 {
        margin-right: 4rem!important
    }
    .me-lg-17 {
        margin-right: 4.25rem!important
    }
    .me-lg-18 {
        margin-right: 4.5rem!important
    }
    .me-lg-19 {
        margin-right: 4.75rem!important
    }
    .me-lg-20 {
        margin-right: 5rem!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: .75rem!important
    }
    .mb-lg-4 {
        margin-bottom: 1rem!important
    }
    .mb-lg-5 {
        margin-bottom: 1.25rem!important
    }
    .mb-lg-6 {
        margin-bottom: 1.5rem!important
    }
    .mb-lg-7 {
        margin-bottom: 1.75rem!important
    }
    .mb-lg-8 {
        margin-bottom: 2rem!important
    }
    .mb-lg-9 {
        margin-bottom: 2.25rem!important
    }
    .mb-lg-10 {
        margin-bottom: 2.5rem!important
    }
    .mb-lg-11 {
        margin-bottom: 2.75rem!important
    }
    .mb-lg-12 {
        margin-bottom: 3rem!important
    }
    .mb-lg-13 {
        margin-bottom: 3.25rem!important
    }
    .mb-lg-14 {
        margin-bottom: 3.5rem!important
    }
    .mb-lg-15 {
        margin-bottom: 3.75rem!important
    }
    .mb-lg-16 {
        margin-bottom: 4rem!important
    }
    .mb-lg-17 {
        margin-bottom: 4.25rem!important
    }
    .mb-lg-18 {
        margin-bottom: 4.5rem!important
    }
    .mb-lg-19 {
        margin-bottom: 4.75rem!important
    }
    .mb-lg-20 {
        margin-bottom: 5rem!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: .75rem!important
    }
    .ms-lg-4 {
        margin-left: 1rem!important
    }
    .ms-lg-5 {
        margin-left: 1.25rem!important
    }
    .ms-lg-6 {
        margin-left: 1.5rem!important
    }
    .ms-lg-7 {
        margin-left: 1.75rem!important
    }
    .ms-lg-8 {
        margin-left: 2rem!important
    }
    .ms-lg-9 {
        margin-left: 2.25rem!important
    }
    .ms-lg-10 {
        margin-left: 2.5rem!important
    }
    .ms-lg-11 {
        margin-left: 2.75rem!important
    }
    .ms-lg-12 {
        margin-left: 3rem!important
    }
    .ms-lg-13 {
        margin-left: 3.25rem!important
    }
    .ms-lg-14 {
        margin-left: 3.5rem!important
    }
    .ms-lg-15 {
        margin-left: 3.75rem!important
    }
    .ms-lg-16 {
        margin-left: 4rem!important
    }
    .ms-lg-17 {
        margin-left: 4.25rem!important
    }
    .ms-lg-18 {
        margin-left: 4.5rem!important
    }
    .ms-lg-19 {
        margin-left: 4.75rem!important
    }
    .ms-lg-20 {
        margin-left: 5rem!important
    }
    .ms-lg-auto {
        margin-left: auto!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .m-lg-n3 {
        margin: -.75rem!important
    }
    .m-lg-n4 {
        margin: -1rem!important
    }
    .m-lg-n5 {
        margin: -1.25rem!important
    }
    .m-lg-n6 {
        margin: -1.5rem!important
    }
    .m-lg-n7 {
        margin: -1.75rem!important
    }
    .m-lg-n8 {
        margin: -2rem!important
    }
    .m-lg-n9 {
        margin: -2.25rem!important
    }
    .m-lg-n10 {
        margin: -2.5rem!important
    }
    .m-lg-n11 {
        margin: -2.75rem!important
    }
    .m-lg-n12 {
        margin: -3rem!important
    }
    .m-lg-n13 {
        margin: -3.25rem!important
    }
    .m-lg-n14 {
        margin: -3.5rem!important
    }
    .m-lg-n15 {
        margin: -3.75rem!important
    }
    .m-lg-n16 {
        margin: -4rem!important
    }
    .m-lg-n17 {
        margin: -4.25rem!important
    }
    .m-lg-n18 {
        margin: -4.5rem!important
    }
    .m-lg-n19 {
        margin: -4.75rem!important
    }
    .m-lg-n20 {
        margin: -5rem!important
    }
    .mx-lg-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }
    .mx-lg-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }
    .mx-lg-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }
    .mx-lg-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }
    .mx-lg-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-lg-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }
    .mx-lg-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }
    .mx-lg-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }
    .mx-lg-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }
    .mx-lg-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-lg-n11 {
        margin-right: -2.75rem!important;
        margin-left: -2.75rem!important
    }
    .mx-lg-n12 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }
    .mx-lg-n13 {
        margin-right: -3.25rem!important;
        margin-left: -3.25rem!important
    }
    .mx-lg-n14 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }
    .mx-lg-n15 {
        margin-right: -3.75rem!important;
        margin-left: -3.75rem!important
    }
    .mx-lg-n16 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }
    .mx-lg-n17 {
        margin-right: -4.25rem!important;
        margin-left: -4.25rem!important
    }
    .mx-lg-n18 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }
    .mx-lg-n19 {
        margin-right: -4.75rem!important;
        margin-left: -4.75rem!important
    }
    .mx-lg-n20 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }
    .my-lg-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }
    .my-lg-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }
    .my-lg-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }
    .my-lg-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }
    .my-lg-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-lg-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }
    .my-lg-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }
    .my-lg-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }
    .my-lg-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }
    .my-lg-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-lg-n11 {
        margin-top: -2.75rem!important;
        margin-bottom: -2.75rem!important
    }
    .my-lg-n12 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }
    .my-lg-n13 {
        margin-top: -3.25rem!important;
        margin-bottom: -3.25rem!important
    }
    .my-lg-n14 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }
    .my-lg-n15 {
        margin-top: -3.75rem!important;
        margin-bottom: -3.75rem!important
    }
    .my-lg-n16 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }
    .my-lg-n17 {
        margin-top: -4.25rem!important;
        margin-bottom: -4.25rem!important
    }
    .my-lg-n18 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }
    .my-lg-n19 {
        margin-top: -4.75rem!important;
        margin-bottom: -4.75rem!important
    }
    .my-lg-n20 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }
    .mt-lg-n1 {
        margin-top: -.25rem!important
    }
    .mt-lg-n2 {
        margin-top: -.5rem!important
    }
    .mt-lg-n3 {
        margin-top: -.75rem!important
    }
    .mt-lg-n4 {
        margin-top: -1rem!important
    }
    .mt-lg-n5 {
        margin-top: -1.25rem!important
    }
    .mt-lg-n6 {
        margin-top: -1.5rem!important
    }
    .mt-lg-n7 {
        margin-top: -1.75rem!important
    }
    .mt-lg-n8 {
        margin-top: -2rem!important
    }
    .mt-lg-n9 {
        margin-top: -2.25rem!important
    }
    .mt-lg-n10 {
        margin-top: -2.5rem!important
    }
    .mt-lg-n11 {
        margin-top: -2.75rem!important
    }
    .mt-lg-n12 {
        margin-top: -3rem!important
    }
    .mt-lg-n13 {
        margin-top: -3.25rem!important
    }
    .mt-lg-n14 {
        margin-top: -3.5rem!important
    }
    .mt-lg-n15 {
        margin-top: -3.75rem!important
    }
    .mt-lg-n16 {
        margin-top: -4rem!important
    }
    .mt-lg-n17 {
        margin-top: -4.25rem!important
    }
    .mt-lg-n18 {
        margin-top: -4.5rem!important
    }
    .mt-lg-n19 {
        margin-top: -4.75rem!important
    }
    .mt-lg-n20 {
        margin-top: -5rem!important
    }
    .me-lg-n1 {
        margin-right: -.25rem!important
    }
    .me-lg-n2 {
        margin-right: -.5rem!important
    }
    .me-lg-n3 {
        margin-right: -.75rem!important
    }
    .me-lg-n4 {
        margin-right: -1rem!important
    }
    .me-lg-n5 {
        margin-right: -1.25rem!important
    }
    .me-lg-n6 {
        margin-right: -1.5rem!important
    }
    .me-lg-n7 {
        margin-right: -1.75rem!important
    }
    .me-lg-n8 {
        margin-right: -2rem!important
    }
    .me-lg-n9 {
        margin-right: -2.25rem!important
    }
    .me-lg-n10 {
        margin-right: -2.5rem!important
    }
    .me-lg-n11 {
        margin-right: -2.75rem!important
    }
    .me-lg-n12 {
        margin-right: -3rem!important
    }
    .me-lg-n13 {
        margin-right: -3.25rem!important
    }
    .me-lg-n14 {
        margin-right: -3.5rem!important
    }
    .me-lg-n15 {
        margin-right: -3.75rem!important
    }
    .me-lg-n16 {
        margin-right: -4rem!important
    }
    .me-lg-n17 {
        margin-right: -4.25rem!important
    }
    .me-lg-n18 {
        margin-right: -4.5rem!important
    }
    .me-lg-n19 {
        margin-right: -4.75rem!important
    }
    .me-lg-n20 {
        margin-right: -5rem!important
    }
    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .mb-lg-n3 {
        margin-bottom: -.75rem!important
    }
    .mb-lg-n4 {
        margin-bottom: -1rem!important
    }
    .mb-lg-n5 {
        margin-bottom: -1.25rem!important
    }
    .mb-lg-n6 {
        margin-bottom: -1.5rem!important
    }
    .mb-lg-n7 {
        margin-bottom: -1.75rem!important
    }
    .mb-lg-n8 {
        margin-bottom: -2rem!important
    }
    .mb-lg-n9 {
        margin-bottom: -2.25rem!important
    }
    .mb-lg-n10 {
        margin-bottom: -2.5rem!important
    }
    .mb-lg-n11 {
        margin-bottom: -2.75rem!important
    }
    .mb-lg-n12 {
        margin-bottom: -3rem!important
    }
    .mb-lg-n13 {
        margin-bottom: -3.25rem!important
    }
    .mb-lg-n14 {
        margin-bottom: -3.5rem!important
    }
    .mb-lg-n15 {
        margin-bottom: -3.75rem!important
    }
    .mb-lg-n16 {
        margin-bottom: -4rem!important
    }
    .mb-lg-n17 {
        margin-bottom: -4.25rem!important
    }
    .mb-lg-n18 {
        margin-bottom: -4.5rem!important
    }
    .mb-lg-n19 {
        margin-bottom: -4.75rem!important
    }
    .mb-lg-n20 {
        margin-bottom: -5rem!important
    }
    .ms-lg-n1 {
        margin-left: -.25rem!important
    }
    .ms-lg-n2 {
        margin-left: -.5rem!important
    }
    .ms-lg-n3 {
        margin-left: -.75rem!important
    }
    .ms-lg-n4 {
        margin-left: -1rem!important
    }
    .ms-lg-n5 {
        margin-left: -1.25rem!important
    }
    .ms-lg-n6 {
        margin-left: -1.5rem!important
    }
    .ms-lg-n7 {
        margin-left: -1.75rem!important
    }
    .ms-lg-n8 {
        margin-left: -2rem!important
    }
    .ms-lg-n9 {
        margin-left: -2.25rem!important
    }
    .ms-lg-n10 {
        margin-left: -2.5rem!important
    }
    .ms-lg-n11 {
        margin-left: -2.75rem!important
    }
    .ms-lg-n12 {
        margin-left: -3rem!important
    }
    .ms-lg-n13 {
        margin-left: -3.25rem!important
    }
    .ms-lg-n14 {
        margin-left: -3.5rem!important
    }
    .ms-lg-n15 {
        margin-left: -3.75rem!important
    }
    .ms-lg-n16 {
        margin-left: -4rem!important
    }
    .ms-lg-n17 {
        margin-left: -4.25rem!important
    }
    .ms-lg-n18 {
        margin-left: -4.5rem!important
    }
    .ms-lg-n19 {
        margin-left: -4.75rem!important
    }
    .ms-lg-n20 {
        margin-left: -5rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .p-lg-3 {
        padding: .75rem!important
    }
    .p-lg-4 {
        padding: 1rem!important
    }
    .p-lg-5 {
        padding: 1.25rem!important
    }
    .p-lg-6 {
        padding: 1.5rem!important
    }
    .p-lg-7 {
        padding: 1.75rem!important
    }
    .p-lg-8 {
        padding: 2rem!important
    }
    .p-lg-9 {
        padding: 2.25rem!important
    }
    .p-lg-10 {
        padding: 2.5rem!important
    }
    .p-lg-11 {
        padding: 2.75rem!important
    }
    .p-lg-12 {
        padding: 3rem!important
    }
    .p-lg-13 {
        padding: 3.25rem!important
    }
    .p-lg-14 {
        padding: 3.5rem!important
    }
    .p-lg-15 {
        padding: 3.75rem!important
    }
    .p-lg-16 {
        padding: 4rem!important
    }
    .p-lg-17 {
        padding: 4.25rem!important
    }
    .p-lg-18 {
        padding: 4.5rem!important
    }
    .p-lg-19 {
        padding: 4.75rem!important
    }
    .p-lg-20 {
        padding: 5rem!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: .75rem!important;
        padding-left: .75rem!important
    }
    .px-lg-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-lg-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-lg-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-lg-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }
    .px-lg-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }
    .px-lg-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }
    .px-lg-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-lg-11 {
        padding-right: 2.75rem!important;
        padding-left: 2.75rem!important
    }
    .px-lg-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .px-lg-13 {
        padding-right: 3.25rem!important;
        padding-left: 3.25rem!important
    }
    .px-lg-14 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }
    .px-lg-15 {
        padding-right: 3.75rem!important;
        padding-left: 3.75rem!important
    }
    .px-lg-16 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }
    .px-lg-17 {
        padding-right: 4.25rem!important;
        padding-left: 4.25rem!important
    }
    .px-lg-18 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }
    .px-lg-19 {
        padding-right: 4.75rem!important;
        padding-left: 4.75rem!important
    }
    .px-lg-20 {
        padding-right: 5rem!important;
        padding-left: 5rem!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: .75rem!important;
        padding-bottom: .75rem!important
    }
    .py-lg-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-lg-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-lg-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-lg-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }
    .py-lg-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-lg-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }
    .py-lg-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-lg-11 {
        padding-top: 2.75rem!important;
        padding-bottom: 2.75rem!important
    }
    .py-lg-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .py-lg-13 {
        padding-top: 3.25rem!important;
        padding-bottom: 3.25rem!important
    }
    .py-lg-14 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
    .py-lg-15 {
        padding-top: 3.75rem!important;
        padding-bottom: 3.75rem!important
    }
    .py-lg-16 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }
    .py-lg-17 {
        padding-top: 4.25rem!important;
        padding-bottom: 4.25rem!important
    }
    .py-lg-18 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }
    .py-lg-19 {
        padding-top: 4.75rem!important;
        padding-bottom: 4.75rem!important
    }
    .py-lg-20 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!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: .75rem!important
    }
    .pt-lg-4 {
        padding-top: 1rem!important
    }
    .pt-lg-5 {
        padding-top: 1.25rem!important
    }
    .pt-lg-6 {
        padding-top: 1.5rem!important
    }
    .pt-lg-7 {
        padding-top: 1.75rem!important
    }
    .pt-lg-8 {
        padding-top: 2rem!important
    }
    .pt-lg-9 {
        padding-top: 2.25rem!important
    }
    .pt-lg-10 {
        padding-top: 2.5rem!important
    }
    .pt-lg-11 {
        padding-top: 2.75rem!important
    }
    .pt-lg-12 {
        padding-top: 3rem!important
    }
    .pt-lg-13 {
        padding-top: 3.25rem!important
    }
    .pt-lg-14 {
        padding-top: 3.5rem!important
    }
    .pt-lg-15 {
        padding-top: 3.75rem!important
    }
    .pt-lg-16 {
        padding-top: 4rem!important
    }
    .pt-lg-17 {
        padding-top: 4.25rem!important
    }
    .pt-lg-18 {
        padding-top: 4.5rem!important
    }
    .pt-lg-19 {
        padding-top: 4.75rem!important
    }
    .pt-lg-20 {
        padding-top: 5rem!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: .75rem!important
    }
    .pe-lg-4 {
        padding-right: 1rem!important
    }
    .pe-lg-5 {
        padding-right: 1.25rem!important
    }
    .pe-lg-6 {
        padding-right: 1.5rem!important
    }
    .pe-lg-7 {
        padding-right: 1.75rem!important
    }
    .pe-lg-8 {
        padding-right: 2rem!important
    }
    .pe-lg-9 {
        padding-right: 2.25rem!important
    }
    .pe-lg-10 {
        padding-right: 2.5rem!important
    }
    .pe-lg-11 {
        padding-right: 2.75rem!important
    }
    .pe-lg-12 {
        padding-right: 3rem!important
    }
    .pe-lg-13 {
        padding-right: 3.25rem!important
    }
    .pe-lg-14 {
        padding-right: 3.5rem!important
    }
    .pe-lg-15 {
        padding-right: 3.75rem!important
    }
    .pe-lg-16 {
        padding-right: 4rem!important
    }
    .pe-lg-17 {
        padding-right: 4.25rem!important
    }
    .pe-lg-18 {
        padding-right: 4.5rem!important
    }
    .pe-lg-19 {
        padding-right: 4.75rem!important
    }
    .pe-lg-20 {
        padding-right: 5rem!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: .75rem!important
    }
    .pb-lg-4 {
        padding-bottom: 1rem!important
    }
    .pb-lg-5 {
        padding-bottom: 1.25rem!important
    }
    .pb-lg-6 {
        padding-bottom: 1.5rem!important
    }
    .pb-lg-7 {
        padding-bottom: 1.75rem!important
    }
    .pb-lg-8 {
        padding-bottom: 2rem!important
    }
    .pb-lg-9 {
        padding-bottom: 2.25rem!important
    }
    .pb-lg-10 {
        padding-bottom: 2.5rem!important
    }
    .pb-lg-11 {
        padding-bottom: 2.75rem!important
    }
    .pb-lg-12 {
        padding-bottom: 3rem!important
    }
    .pb-lg-13 {
        padding-bottom: 3.25rem!important
    }
    .pb-lg-14 {
        padding-bottom: 3.5rem!important
    }
    .pb-lg-15 {
        padding-bottom: 3.75rem!important
    }
    .pb-lg-16 {
        padding-bottom: 4rem!important
    }
    .pb-lg-17 {
        padding-bottom: 4.25rem!important
    }
    .pb-lg-18 {
        padding-bottom: 4.5rem!important
    }
    .pb-lg-19 {
        padding-bottom: 4.75rem!important
    }
    .pb-lg-20 {
        padding-bottom: 5rem!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: .75rem!important
    }
    .ps-lg-4 {
        padding-left: 1rem!important
    }
    .ps-lg-5 {
        padding-left: 1.25rem!important
    }
    .ps-lg-6 {
        padding-left: 1.5rem!important
    }
    .ps-lg-7 {
        padding-left: 1.75rem!important
    }
    .ps-lg-8 {
        padding-left: 2rem!important
    }
    .ps-lg-9 {
        padding-left: 2.25rem!important
    }
    .ps-lg-10 {
        padding-left: 2.5rem!important
    }
    .ps-lg-11 {
        padding-left: 2.75rem!important
    }
    .ps-lg-12 {
        padding-left: 3rem!important
    }
    .ps-lg-13 {
        padding-left: 3.25rem!important
    }
    .ps-lg-14 {
        padding-left: 3.5rem!important
    }
    .ps-lg-15 {
        padding-left: 3.75rem!important
    }
    .ps-lg-16 {
        padding-left: 4rem!important
    }
    .ps-lg-17 {
        padding-left: 4.25rem!important
    }
    .ps-lg-18 {
        padding-left: 4.5rem!important
    }
    .ps-lg-19 {
        padding-left: 4.75rem!important
    }
    .ps-lg-20 {
        padding-left: 5rem!important
    }
    .fs-lg-1 {
        font-size: calc(1.3rem + .6vw)!important
    }
    .fs-lg-2 {
        font-size: calc(1.275rem + .3vw)!important
    }
    .fs-lg-3 {
        font-size: calc(1.26rem + .12vw)!important
    }
    .fs-lg-4 {
        font-size: 1.25rem!important
    }
    .fs-lg-5 {
        font-size: 1.15rem!important
    }
    .fs-lg-6 {
        font-size: 1.075rem!important
    }
    .fs-lg-7 {
        font-size: .95rem!important
    }
    .fs-lg-8 {
        font-size: .85rem!important
    }
    .fs-lg-9 {
        font-size: .75rem!important
    }
    .fs-lg-10 {
        font-size: .5rem!important
    }
    .fs-lg-base {
        font-size: 1rem!important
    }
    .fs-lg-fluid {
        font-size: 100%!important
    }
    .fs-lg-2x {
        font-size: calc(1.325rem + .9vw)!important
    }
    .fs-lg-2qx {
        font-size: calc(1.35rem + 1.2vw)!important
    }
    .fs-lg-2hx {
        font-size: calc(1.375rem + 1.5vw)!important
    }
    .fs-lg-2tx {
        font-size: calc(1.4rem + 1.8vw)!important
    }
    .fs-lg-3x {
        font-size: calc(1.425rem + 2.1vw)!important
    }
    .fs-lg-3qx {
        font-size: calc(1.45rem + 2.4vw)!important
    }
    .fs-lg-3hx {
        font-size: calc(1.475rem + 2.7vw)!important
    }
    .fs-lg-3tx {
        font-size: calc(1.5rem + 3vw)!important
    }
    .fs-lg-4x {
        font-size: calc(1.525rem + 3.3vw)!important
    }
    .fs-lg-4qx {
        font-size: calc(1.55rem + 3.6vw)!important
    }
    .fs-lg-4hx {
        font-size: calc(1.575rem + 3.9vw)!important
    }
    .fs-lg-4tx {
        font-size: calc(1.6rem + 4.2vw)!important
    }
    .fs-lg-5x {
        font-size: calc(1.625rem + 4.5vw)!important
    }
    .fs-lg-5qx {
        font-size: calc(1.65rem + 4.8vw)!important
    }
    .fs-lg-5hx {
        font-size: calc(1.675rem + 5.1vw)!important
    }
    .fs-lg-5tx {
        font-size: calc(1.7rem + 5.4vw)!important
    }
    .text-lg-start {
        text-align: left!important
    }
    .text-lg-end {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
    .min-w-lg-unset {
        min-width: unset!important
    }
    .min-w-lg-25 {
        min-width: 25%!important
    }
    .min-w-lg-50 {
        min-width: 50%!important
    }
    .min-w-lg-75 {
        min-width: 75%!important
    }
    .min-w-lg-100 {
        min-width: 100%!important
    }
    .min-w-lg-auto {
        min-width: auto!important
    }
    .min-w-lg-1px {
        min-width: 1px!important
    }
    .min-w-lg-2px {
        min-width: 2px!important
    }
    .min-w-lg-3px {
        min-width: 3px!important
    }
    .min-w-lg-4px {
        min-width: 4px!important
    }
    .min-w-lg-5px {
        min-width: 5px!important
    }
    .min-w-lg-6px {
        min-width: 6px!important
    }
    .min-w-lg-7px {
        min-width: 7px!important
    }
    .min-w-lg-8px {
        min-width: 8px!important
    }
    .min-w-lg-9px {
        min-width: 9px!important
    }
    .min-w-lg-10px {
        min-width: 10px!important
    }
    .min-w-lg-15px {
        min-width: 15px!important
    }
    .min-w-lg-20px {
        min-width: 20px!important
    }
    .min-w-lg-25px {
        min-width: 25px!important
    }
    .min-w-lg-30px {
        min-width: 30px!important
    }
    .min-w-lg-35px {
        min-width: 35px!important
    }
    .min-w-lg-40px {
        min-width: 40px!important
    }
    .min-w-lg-45px {
        min-width: 45px!important
    }
    .min-w-lg-50px {
        min-width: 50px!important
    }
    .min-w-lg-55px {
        min-width: 55px!important
    }
    .min-w-lg-60px {
        min-width: 60px!important
    }
    .min-w-lg-65px {
        min-width: 65px!important
    }
    .min-w-lg-70px {
        min-width: 70px!important
    }
    .min-w-lg-75px {
        min-width: 75px!important
    }
    .min-w-lg-80px {
        min-width: 80px!important
    }
    .min-w-lg-85px {
        min-width: 85px!important
    }
    .min-w-lg-90px {
        min-width: 90px!important
    }
    .min-w-lg-95px {
        min-width: 95px!important
    }
    .min-w-lg-100px {
        min-width: 100px!important
    }
    .min-w-lg-125px {
        min-width: 125px!important
    }
    .min-w-lg-150px {
        min-width: 150px!important
    }
    .min-w-lg-175px {
        min-width: 175px!important
    }
    .min-w-lg-200px {
        min-width: 200px!important
    }
    .min-w-lg-225px {
        min-width: 225px!important
    }
    .min-w-lg-250px {
        min-width: 250px!important
    }
    .min-w-lg-275px {
        min-width: 275px!important
    }
    .min-w-lg-300px {
        min-width: 300px!important
    }
    .min-w-lg-325px {
        min-width: 325px!important
    }
    .min-w-lg-350px {
        min-width: 350px!important
    }
    .min-w-lg-375px {
        min-width: 375px!important
    }
    .min-w-lg-400px {
        min-width: 400px!important
    }
    .min-w-lg-425px {
        min-width: 425px!important
    }
    .min-w-lg-450px {
        min-width: 450px!important
    }
    .min-w-lg-475px {
        min-width: 475px!important
    }
    .min-w-lg-500px {
        min-width: 500px!important
    }
    .min-w-lg-550px {
        min-width: 550px!important
    }
    .min-w-lg-600px {
        min-width: 600px!important
    }
    .min-w-lg-650px {
        min-width: 650px!important
    }
    .min-w-lg-700px {
        min-width: 700px!important
    }
    .min-w-lg-750px {
        min-width: 750px!important
    }
    .min-w-lg-800px {
        min-width: 800px!important
    }
    .min-w-lg-850px {
        min-width: 850px!important
    }
    .min-w-lg-900px {
        min-width: 900px!important
    }
    .min-w-lg-950px {
        min-width: 950px!important
    }
    .min-w-lg-1000px {
        min-width: 1000px!important
    }
    .min-h-lg-unset {
        min-height: unset!important
    }
    .min-h-lg-25 {
        min-height: 25%!important
    }
    .min-h-lg-50 {
        min-height: 50%!important
    }
    .min-h-lg-75 {
        min-height: 75%!important
    }
    .min-h-lg-100 {
        min-height: 100%!important
    }
    .min-h-lg-auto {
        min-height: auto!important
    }
    .min-h-lg-1px {
        min-height: 1px!important
    }
    .min-h-lg-2px {
        min-height: 2px!important
    }
    .min-h-lg-3px {
        min-height: 3px!important
    }
    .min-h-lg-4px {
        min-height: 4px!important
    }
    .min-h-lg-5px {
        min-height: 5px!important
    }
    .min-h-lg-6px {
        min-height: 6px!important
    }
    .min-h-lg-7px {
        min-height: 7px!important
    }
    .min-h-lg-8px {
        min-height: 8px!important
    }
    .min-h-lg-9px {
        min-height: 9px!important
    }
    .min-h-lg-10px {
        min-height: 10px!important
    }
    .min-h-lg-15px {
        min-height: 15px!important
    }
    .min-h-lg-20px {
        min-height: 20px!important
    }
    .min-h-lg-25px {
        min-height: 25px!important
    }
    .min-h-lg-30px {
        min-height: 30px!important
    }
    .min-h-lg-35px {
        min-height: 35px!important
    }
    .min-h-lg-40px {
        min-height: 40px!important
    }
    .min-h-lg-45px {
        min-height: 45px!important
    }
    .min-h-lg-50px {
        min-height: 50px!important
    }
    .min-h-lg-55px {
        min-height: 55px!important
    }
    .min-h-lg-60px {
        min-height: 60px!important
    }
    .min-h-lg-65px {
        min-height: 65px!important
    }
    .min-h-lg-70px {
        min-height: 70px!important
    }
    .min-h-lg-75px {
        min-height: 75px!important
    }
    .min-h-lg-80px {
        min-height: 80px!important
    }
    .min-h-lg-85px {
        min-height: 85px!important
    }
    .min-h-lg-90px {
        min-height: 90px!important
    }
    .min-h-lg-95px {
        min-height: 95px!important
    }
    .min-h-lg-100px {
        min-height: 100px!important
    }
    .min-h-lg-125px {
        min-height: 125px!important
    }
    .min-h-lg-150px {
        min-height: 150px!important
    }
    .min-h-lg-175px {
        min-height: 175px!important
    }
    .min-h-lg-200px {
        min-height: 200px!important
    }
    .min-h-lg-225px {
        min-height: 225px!important
    }
    .min-h-lg-250px {
        min-height: 250px!important
    }
    .min-h-lg-275px {
        min-height: 275px!important
    }
    .min-h-lg-300px {
        min-height: 300px!important
    }
    .min-h-lg-325px {
        min-height: 325px!important
    }
    .min-h-lg-350px {
        min-height: 350px!important
    }
    .min-h-lg-375px {
        min-height: 375px!important
    }
    .min-h-lg-400px {
        min-height: 400px!important
    }
    .min-h-lg-425px {
        min-height: 425px!important
    }
    .min-h-lg-450px {
        min-height: 450px!important
    }
    .min-h-lg-475px {
        min-height: 475px!important
    }
    .min-h-lg-500px {
        min-height: 500px!important
    }
    .min-h-lg-550px {
        min-height: 550px!important
    }
    .min-h-lg-600px {
        min-height: 600px!important
    }
    .min-h-lg-650px {
        min-height: 650px!important
    }
    .min-h-lg-700px {
        min-height: 700px!important
    }
    .min-h-lg-750px {
        min-height: 750px!important
    }
    .min-h-lg-800px {
        min-height: 800px!important
    }
    .min-h-lg-850px {
        min-height: 850px!important
    }
    .min-h-lg-900px {
        min-height: 900px!important
    }
    .min-h-lg-950px {
        min-height: 950px!important
    }
    .min-h-lg-1000px {
        min-height: 1000px!important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left!important
    }
    .float-xl-end {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-grid {
        display: grid!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
    .d-xl-none {
        display: none!important
    }
    .position-xl-static {
        position: static!important
    }
    .position-xl-relative {
        position: relative!important
    }
    .position-xl-absolute {
        position: absolute!important
    }
    .position-xl-fixed {
        position: fixed!important
    }
    .position-xl-sticky {
        position: sticky!important
    }
    .w-xl-unset {
        width: unset!important
    }
    .w-xl-25 {
        width: 25%!important
    }
    .w-xl-50 {
        width: 50%!important
    }
    .w-xl-75 {
        width: 75%!important
    }
    .w-xl-100 {
        width: 100%!important
    }
    .w-xl-auto {
        width: auto!important
    }
    .w-xl-1px {
        width: 1px!important
    }
    .w-xl-2px {
        width: 2px!important
    }
    .w-xl-3px {
        width: 3px!important
    }
    .w-xl-4px {
        width: 4px!important
    }
    .w-xl-5px {
        width: 5px!important
    }
    .w-xl-6px {
        width: 6px!important
    }
    .w-xl-7px {
        width: 7px!important
    }
    .w-xl-8px {
        width: 8px!important
    }
    .w-xl-9px {
        width: 9px!important
    }
    .w-xl-10px {
        width: 10px!important
    }
    .w-xl-15px {
        width: 15px!important
    }
    .w-xl-20px {
        width: 20px!important
    }
    .w-xl-25px {
        width: 25px!important
    }
    .w-xl-30px {
        width: 30px!important
    }
    .w-xl-35px {
        width: 35px!important
    }
    .w-xl-40px {
        width: 40px!important
    }
    .w-xl-45px {
        width: 45px!important
    }
    .w-xl-50px {
        width: 50px!important
    }
    .w-xl-55px {
        width: 55px!important
    }
    .w-xl-60px {
        width: 60px!important
    }
    .w-xl-65px {
        width: 65px!important
    }
    .w-xl-70px {
        width: 70px!important
    }
    .w-xl-75px {
        width: 75px!important
    }
    .w-xl-80px {
        width: 80px!important
    }
    .w-xl-85px {
        width: 85px!important
    }
    .w-xl-90px {
        width: 90px!important
    }
    .w-xl-95px {
        width: 95px!important
    }
    .w-xl-100px {
        width: 100px!important
    }
    .w-xl-125px {
        width: 125px!important
    }
    .w-xl-150px {
        width: 150px!important
    }
    .w-xl-175px {
        width: 175px!important
    }
    .w-xl-200px {
        width: 200px!important
    }
    .w-xl-225px {
        width: 225px!important
    }
    .w-xl-250px {
        width: 250px!important
    }
    .w-xl-275px {
        width: 275px!important
    }
    .w-xl-300px {
        width: 300px!important
    }
    .w-xl-325px {
        width: 325px!important
    }
    .w-xl-350px {
        width: 350px!important
    }
    .w-xl-375px {
        width: 375px!important
    }
    .w-xl-400px {
        width: 400px!important
    }
    .w-xl-425px {
        width: 425px!important
    }
    .w-xl-450px {
        width: 450px!important
    }
    .w-xl-475px {
        width: 475px!important
    }
    .w-xl-500px {
        width: 500px!important
    }
    .w-xl-550px {
        width: 550px!important
    }
    .w-xl-600px {
        width: 600px!important
    }
    .w-xl-650px {
        width: 650px!important
    }
    .w-xl-700px {
        width: 700px!important
    }
    .w-xl-750px {
        width: 750px!important
    }
    .w-xl-800px {
        width: 800px!important
    }
    .w-xl-850px {
        width: 850px!important
    }
    .w-xl-900px {
        width: 900px!important
    }
    .w-xl-950px {
        width: 950px!important
    }
    .w-xl-1000px {
        width: 1000px!important
    }
    .mw-xl-unset {
        max-width: unset!important
    }
    .mw-xl-25 {
        max-width: 25%!important
    }
    .mw-xl-50 {
        max-width: 50%!important
    }
    .mw-xl-75 {
        max-width: 75%!important
    }
    .mw-xl-100 {
        max-width: 100%!important
    }
    .mw-xl-auto {
        max-width: auto!important
    }
    .mw-xl-1px {
        max-width: 1px!important
    }
    .mw-xl-2px {
        max-width: 2px!important
    }
    .mw-xl-3px {
        max-width: 3px!important
    }
    .mw-xl-4px {
        max-width: 4px!important
    }
    .mw-xl-5px {
        max-width: 5px!important
    }
    .mw-xl-6px {
        max-width: 6px!important
    }
    .mw-xl-7px {
        max-width: 7px!important
    }
    .mw-xl-8px {
        max-width: 8px!important
    }
    .mw-xl-9px {
        max-width: 9px!important
    }
    .mw-xl-10px {
        max-width: 10px!important
    }
    .mw-xl-15px {
        max-width: 15px!important
    }
    .mw-xl-20px {
        max-width: 20px!important
    }
    .mw-xl-25px {
        max-width: 25px!important
    }
    .mw-xl-30px {
        max-width: 30px!important
    }
    .mw-xl-35px {
        max-width: 35px!important
    }
    .mw-xl-40px {
        max-width: 40px!important
    }
    .mw-xl-45px {
        max-width: 45px!important
    }
    .mw-xl-50px {
        max-width: 50px!important
    }
    .mw-xl-55px {
        max-width: 55px!important
    }
    .mw-xl-60px {
        max-width: 60px!important
    }
    .mw-xl-65px {
        max-width: 65px!important
    }
    .mw-xl-70px {
        max-width: 70px!important
    }
    .mw-xl-75px {
        max-width: 75px!important
    }
    .mw-xl-80px {
        max-width: 80px!important
    }
    .mw-xl-85px {
        max-width: 85px!important
    }
    .mw-xl-90px {
        max-width: 90px!important
    }
    .mw-xl-95px {
        max-width: 95px!important
    }
    .mw-xl-100px {
        max-width: 100px!important
    }
    .mw-xl-125px {
        max-width: 125px!important
    }
    .mw-xl-150px {
        max-width: 150px!important
    }
    .mw-xl-175px {
        max-width: 175px!important
    }
    .mw-xl-200px {
        max-width: 200px!important
    }
    .mw-xl-225px {
        max-width: 225px!important
    }
    .mw-xl-250px {
        max-width: 250px!important
    }
    .mw-xl-275px {
        max-width: 275px!important
    }
    .mw-xl-300px {
        max-width: 300px!important
    }
    .mw-xl-325px {
        max-width: 325px!important
    }
    .mw-xl-350px {
        max-width: 350px!important
    }
    .mw-xl-375px {
        max-width: 375px!important
    }
    .mw-xl-400px {
        max-width: 400px!important
    }
    .mw-xl-425px {
        max-width: 425px!important
    }
    .mw-xl-450px {
        max-width: 450px!important
    }
    .mw-xl-475px {
        max-width: 475px!important
    }
    .mw-xl-500px {
        max-width: 500px!important
    }
    .mw-xl-550px {
        max-width: 550px!important
    }
    .mw-xl-600px {
        max-width: 600px!important
    }
    .mw-xl-650px {
        max-width: 650px!important
    }
    .mw-xl-700px {
        max-width: 700px!important
    }
    .mw-xl-750px {
        max-width: 750px!important
    }
    .mw-xl-800px {
        max-width: 800px!important
    }
    .mw-xl-850px {
        max-width: 850px!important
    }
    .mw-xl-900px {
        max-width: 900px!important
    }
    .mw-xl-950px {
        max-width: 950px!important
    }
    .mw-xl-1000px {
        max-width: 1000px!important
    }
    .h-xl-unset {
        height: unset!important
    }
    .h-xl-25 {
        height: 25%!important
    }
    .h-xl-50 {
        height: 50%!important
    }
    .h-xl-75 {
        height: 75%!important
    }
    .h-xl-100 {
        height: 100%!important
    }
    .h-xl-auto {
        height: auto!important
    }
    .h-xl-1px {
        height: 1px!important
    }
    .h-xl-2px {
        height: 2px!important
    }
    .h-xl-3px {
        height: 3px!important
    }
    .h-xl-4px {
        height: 4px!important
    }
    .h-xl-5px {
        height: 5px!important
    }
    .h-xl-6px {
        height: 6px!important
    }
    .h-xl-7px {
        height: 7px!important
    }
    .h-xl-8px {
        height: 8px!important
    }
    .h-xl-9px {
        height: 9px!important
    }
    .h-xl-10px {
        height: 10px!important
    }
    .h-xl-15px {
        height: 15px!important
    }
    .h-xl-20px {
        height: 20px!important
    }
    .h-xl-25px {
        height: 25px!important
    }
    .h-xl-30px {
        height: 30px!important
    }
    .h-xl-35px {
        height: 35px!important
    }
    .h-xl-40px {
        height: 40px!important
    }
    .h-xl-45px {
        height: 45px!important
    }
    .h-xl-50px {
        height: 50px!important
    }
    .h-xl-55px {
        height: 55px!important
    }
    .h-xl-60px {
        height: 60px!important
    }
    .h-xl-65px {
        height: 65px!important
    }
    .h-xl-70px {
        height: 70px!important
    }
    .h-xl-75px {
        height: 75px!important
    }
    .h-xl-80px {
        height: 80px!important
    }
    .h-xl-85px {
        height: 85px!important
    }
    .h-xl-90px {
        height: 90px!important
    }
    .h-xl-95px {
        height: 95px!important
    }
    .h-xl-100px {
        height: 100px!important
    }
    .h-xl-125px {
        height: 125px!important
    }
    .h-xl-150px {
        height: 150px!important
    }
    .h-xl-175px {
        height: 175px!important
    }
    .h-xl-200px {
        height: 200px!important
    }
    .h-xl-225px {
        height: 225px!important
    }
    .h-xl-250px {
        height: 250px!important
    }
    .h-xl-275px {
        height: 275px!important
    }
    .h-xl-300px {
        height: 300px!important
    }
    .h-xl-325px {
        height: 325px!important
    }
    .h-xl-350px {
        height: 350px!important
    }
    .h-xl-375px {
        height: 375px!important
    }
    .h-xl-400px {
        height: 400px!important
    }
    .h-xl-425px {
        height: 425px!important
    }
    .h-xl-450px {
        height: 450px!important
    }
    .h-xl-475px {
        height: 475px!important
    }
    .h-xl-500px {
        height: 500px!important
    }
    .h-xl-550px {
        height: 550px!important
    }
    .h-xl-600px {
        height: 600px!important
    }
    .h-xl-650px {
        height: 650px!important
    }
    .h-xl-700px {
        height: 700px!important
    }
    .h-xl-750px {
        height: 750px!important
    }
    .h-xl-800px {
        height: 800px!important
    }
    .h-xl-850px {
        height: 850px!important
    }
    .h-xl-900px {
        height: 900px!important
    }
    .h-xl-950px {
        height: 950px!important
    }
    .h-xl-1000px {
        height: 1000px!important
    }
    .mh-xl-unset {
        max-height: unset!important
    }
    .mh-xl-25 {
        max-height: 25%!important
    }
    .mh-xl-50 {
        max-height: 50%!important
    }
    .mh-xl-75 {
        max-height: 75%!important
    }
    .mh-xl-100 {
        max-height: 100%!important
    }
    .mh-xl-auto {
        max-height: auto!important
    }
    .mh-xl-1px {
        max-height: 1px!important
    }
    .mh-xl-2px {
        max-height: 2px!important
    }
    .mh-xl-3px {
        max-height: 3px!important
    }
    .mh-xl-4px {
        max-height: 4px!important
    }
    .mh-xl-5px {
        max-height: 5px!important
    }
    .mh-xl-6px {
        max-height: 6px!important
    }
    .mh-xl-7px {
        max-height: 7px!important
    }
    .mh-xl-8px {
        max-height: 8px!important
    }
    .mh-xl-9px {
        max-height: 9px!important
    }
    .mh-xl-10px {
        max-height: 10px!important
    }
    .mh-xl-15px {
        max-height: 15px!important
    }
    .mh-xl-20px {
        max-height: 20px!important
    }
    .mh-xl-25px {
        max-height: 25px!important
    }
    .mh-xl-30px {
        max-height: 30px!important
    }
    .mh-xl-35px {
        max-height: 35px!important
    }
    .mh-xl-40px {
        max-height: 40px!important
    }
    .mh-xl-45px {
        max-height: 45px!important
    }
    .mh-xl-50px {
        max-height: 50px!important
    }
    .mh-xl-55px {
        max-height: 55px!important
    }
    .mh-xl-60px {
        max-height: 60px!important
    }
    .mh-xl-65px {
        max-height: 65px!important
    }
    .mh-xl-70px {
        max-height: 70px!important
    }
    .mh-xl-75px {
        max-height: 75px!important
    }
    .mh-xl-80px {
        max-height: 80px!important
    }
    .mh-xl-85px {
        max-height: 85px!important
    }
    .mh-xl-90px {
        max-height: 90px!important
    }
    .mh-xl-95px {
        max-height: 95px!important
    }
    .mh-xl-100px {
        max-height: 100px!important
    }
    .mh-xl-125px {
        max-height: 125px!important
    }
    .mh-xl-150px {
        max-height: 150px!important
    }
    .mh-xl-175px {
        max-height: 175px!important
    }
    .mh-xl-200px {
        max-height: 200px!important
    }
    .mh-xl-225px {
        max-height: 225px!important
    }
    .mh-xl-250px {
        max-height: 250px!important
    }
    .mh-xl-275px {
        max-height: 275px!important
    }
    .mh-xl-300px {
        max-height: 300px!important
    }
    .mh-xl-325px {
        max-height: 325px!important
    }
    .mh-xl-350px {
        max-height: 350px!important
    }
    .mh-xl-375px {
        max-height: 375px!important
    }
    .mh-xl-400px {
        max-height: 400px!important
    }
    .mh-xl-425px {
        max-height: 425px!important
    }
    .mh-xl-450px {
        max-height: 450px!important
    }
    .mh-xl-475px {
        max-height: 475px!important
    }
    .mh-xl-500px {
        max-height: 500px!important
    }
    .mh-xl-550px {
        max-height: 550px!important
    }
    .mh-xl-600px {
        max-height: 600px!important
    }
    .mh-xl-650px {
        max-height: 650px!important
    }
    .mh-xl-700px {
        max-height: 700px!important
    }
    .mh-xl-750px {
        max-height: 750px!important
    }
    .mh-xl-800px {
        max-height: 800px!important
    }
    .mh-xl-850px {
        max-height: 850px!important
    }
    .mh-xl-900px {
        max-height: 900px!important
    }
    .mh-xl-950px {
        max-height: 950px!important
    }
    .mh-xl-1000px {
        max-height: 1000px!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xl-0 {
        gap: 0!important
    }
    .gap-xl-1 {
        gap: .25rem!important
    }
    .gap-xl-2 {
        gap: .5rem!important
    }
    .gap-xl-3 {
        gap: .75rem!important
    }
    .gap-xl-4 {
        gap: 1rem!important
    }
    .gap-xl-5 {
        gap: 1.25rem!important
    }
    .gap-xl-6 {
        gap: 1.5rem!important
    }
    .gap-xl-7 {
        gap: 1.75rem!important
    }
    .gap-xl-8 {
        gap: 2rem!important
    }
    .gap-xl-9 {
        gap: 2.25rem!important
    }
    .gap-xl-10 {
        gap: 2.5rem!important
    }
    .gap-xl-11 {
        gap: 2.75rem!important
    }
    .gap-xl-12 {
        gap: 3rem!important
    }
    .gap-xl-13 {
        gap: 3.25rem!important
    }
    .gap-xl-14 {
        gap: 3.5rem!important
    }
    .gap-xl-15 {
        gap: 3.75rem!important
    }
    .gap-xl-16 {
        gap: 4rem!important
    }
    .gap-xl-17 {
        gap: 4.25rem!important
    }
    .gap-xl-18 {
        gap: 4.5rem!important
    }
    .gap-xl-19 {
        gap: 4.75rem!important
    }
    .gap-xl-20 {
        gap: 5rem!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: .75rem!important
    }
    .m-xl-4 {
        margin: 1rem!important
    }
    .m-xl-5 {
        margin: 1.25rem!important
    }
    .m-xl-6 {
        margin: 1.5rem!important
    }
    .m-xl-7 {
        margin: 1.75rem!important
    }
    .m-xl-8 {
        margin: 2rem!important
    }
    .m-xl-9 {
        margin: 2.25rem!important
    }
    .m-xl-10 {
        margin: 2.5rem!important
    }
    .m-xl-11 {
        margin: 2.75rem!important
    }
    .m-xl-12 {
        margin: 3rem!important
    }
    .m-xl-13 {
        margin: 3.25rem!important
    }
    .m-xl-14 {
        margin: 3.5rem!important
    }
    .m-xl-15 {
        margin: 3.75rem!important
    }
    .m-xl-16 {
        margin: 4rem!important
    }
    .m-xl-17 {
        margin: 4.25rem!important
    }
    .m-xl-18 {
        margin: 4.5rem!important
    }
    .m-xl-19 {
        margin: 4.75rem!important
    }
    .m-xl-20 {
        margin: 5rem!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: .75rem!important;
        margin-left: .75rem!important
    }
    .mx-xl-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-xl-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-xl-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-xl-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }
    .mx-xl-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }
    .mx-xl-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }
    .mx-xl-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-xl-11 {
        margin-right: 2.75rem!important;
        margin-left: 2.75rem!important
    }
    .mx-xl-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-xl-13 {
        margin-right: 3.25rem!important;
        margin-left: 3.25rem!important
    }
    .mx-xl-14 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }
    .mx-xl-15 {
        margin-right: 3.75rem!important;
        margin-left: 3.75rem!important
    }
    .mx-xl-16 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }
    .mx-xl-17 {
        margin-right: 4.25rem!important;
        margin-left: 4.25rem!important
    }
    .mx-xl-18 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }
    .mx-xl-19 {
        margin-right: 4.75rem!important;
        margin-left: 4.75rem!important
    }
    .mx-xl-20 {
        margin-right: 5rem!important;
        margin-left: 5rem!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: .75rem!important;
        margin-bottom: .75rem!important
    }
    .my-xl-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-xl-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-xl-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-xl-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }
    .my-xl-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }
    .my-xl-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
    .my-xl-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-xl-11 {
        margin-top: 2.75rem!important;
        margin-bottom: 2.75rem!important
    }
    .my-xl-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-xl-13 {
        margin-top: 3.25rem!important;
        margin-bottom: 3.25rem!important
    }
    .my-xl-14 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }
    .my-xl-15 {
        margin-top: 3.75rem!important;
        margin-bottom: 3.75rem!important
    }
    .my-xl-16 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }
    .my-xl-17 {
        margin-top: 4.25rem!important;
        margin-bottom: 4.25rem!important
    }
    .my-xl-18 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }
    .my-xl-19 {
        margin-top: 4.75rem!important;
        margin-bottom: 4.75rem!important
    }
    .my-xl-20 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!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: .75rem!important
    }
    .mt-xl-4 {
        margin-top: 1rem!important
    }
    .mt-xl-5 {
        margin-top: 1.25rem!important
    }
    .mt-xl-6 {
        margin-top: 1.5rem!important
    }
    .mt-xl-7 {
        margin-top: 1.75rem!important
    }
    .mt-xl-8 {
        margin-top: 2rem!important
    }
    .mt-xl-9 {
        margin-top: 2.25rem!important
    }
    .mt-xl-10 {
        margin-top: 2.5rem!important
    }
    .mt-xl-11 {
        margin-top: 2.75rem!important
    }
    .mt-xl-12 {
        margin-top: 3rem!important
    }
    .mt-xl-13 {
        margin-top: 3.25rem!important
    }
    .mt-xl-14 {
        margin-top: 3.5rem!important
    }
    .mt-xl-15 {
        margin-top: 3.75rem!important
    }
    .mt-xl-16 {
        margin-top: 4rem!important
    }
    .mt-xl-17 {
        margin-top: 4.25rem!important
    }
    .mt-xl-18 {
        margin-top: 4.5rem!important
    }
    .mt-xl-19 {
        margin-top: 4.75rem!important
    }
    .mt-xl-20 {
        margin-top: 5rem!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: .75rem!important
    }
    .me-xl-4 {
        margin-right: 1rem!important
    }
    .me-xl-5 {
        margin-right: 1.25rem!important
    }
    .me-xl-6 {
        margin-right: 1.5rem!important
    }
    .me-xl-7 {
        margin-right: 1.75rem!important
    }
    .me-xl-8 {
        margin-right: 2rem!important
    }
    .me-xl-9 {
        margin-right: 2.25rem!important
    }
    .me-xl-10 {
        margin-right: 2.5rem!important
    }
    .me-xl-11 {
        margin-right: 2.75rem!important
    }
    .me-xl-12 {
        margin-right: 3rem!important
    }
    .me-xl-13 {
        margin-right: 3.25rem!important
    }
    .me-xl-14 {
        margin-right: 3.5rem!important
    }
    .me-xl-15 {
        margin-right: 3.75rem!important
    }
    .me-xl-16 {
        margin-right: 4rem!important
    }
    .me-xl-17 {
        margin-right: 4.25rem!important
    }
    .me-xl-18 {
        margin-right: 4.5rem!important
    }
    .me-xl-19 {
        margin-right: 4.75rem!important
    }
    .me-xl-20 {
        margin-right: 5rem!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: .75rem!important
    }
    .mb-xl-4 {
        margin-bottom: 1rem!important
    }
    .mb-xl-5 {
        margin-bottom: 1.25rem!important
    }
    .mb-xl-6 {
        margin-bottom: 1.5rem!important
    }
    .mb-xl-7 {
        margin-bottom: 1.75rem!important
    }
    .mb-xl-8 {
        margin-bottom: 2rem!important
    }
    .mb-xl-9 {
        margin-bottom: 2.25rem!important
    }
    .mb-xl-10 {
        margin-bottom: 2.5rem!important
    }
    .mb-xl-11 {
        margin-bottom: 2.75rem!important
    }
    .mb-xl-12 {
        margin-bottom: 3rem!important
    }
    .mb-xl-13 {
        margin-bottom: 3.25rem!important
    }
    .mb-xl-14 {
        margin-bottom: 3.5rem!important
    }
    .mb-xl-15 {
        margin-bottom: 3.75rem!important
    }
    .mb-xl-16 {
        margin-bottom: 4rem!important
    }
    .mb-xl-17 {
        margin-bottom: 4.25rem!important
    }
    .mb-xl-18 {
        margin-bottom: 4.5rem!important
    }
    .mb-xl-19 {
        margin-bottom: 4.75rem!important
    }
    .mb-xl-20 {
        margin-bottom: 5rem!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: .75rem!important
    }
    .ms-xl-4 {
        margin-left: 1rem!important
    }
    .ms-xl-5 {
        margin-left: 1.25rem!important
    }
    .ms-xl-6 {
        margin-left: 1.5rem!important
    }
    .ms-xl-7 {
        margin-left: 1.75rem!important
    }
    .ms-xl-8 {
        margin-left: 2rem!important
    }
    .ms-xl-9 {
        margin-left: 2.25rem!important
    }
    .ms-xl-10 {
        margin-left: 2.5rem!important
    }
    .ms-xl-11 {
        margin-left: 2.75rem!important
    }
    .ms-xl-12 {
        margin-left: 3rem!important
    }
    .ms-xl-13 {
        margin-left: 3.25rem!important
    }
    .ms-xl-14 {
        margin-left: 3.5rem!important
    }
    .ms-xl-15 {
        margin-left: 3.75rem!important
    }
    .ms-xl-16 {
        margin-left: 4rem!important
    }
    .ms-xl-17 {
        margin-left: 4.25rem!important
    }
    .ms-xl-18 {
        margin-left: 4.5rem!important
    }
    .ms-xl-19 {
        margin-left: 4.75rem!important
    }
    .ms-xl-20 {
        margin-left: 5rem!important
    }
    .ms-xl-auto {
        margin-left: auto!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .m-xl-n3 {
        margin: -.75rem!important
    }
    .m-xl-n4 {
        margin: -1rem!important
    }
    .m-xl-n5 {
        margin: -1.25rem!important
    }
    .m-xl-n6 {
        margin: -1.5rem!important
    }
    .m-xl-n7 {
        margin: -1.75rem!important
    }
    .m-xl-n8 {
        margin: -2rem!important
    }
    .m-xl-n9 {
        margin: -2.25rem!important
    }
    .m-xl-n10 {
        margin: -2.5rem!important
    }
    .m-xl-n11 {
        margin: -2.75rem!important
    }
    .m-xl-n12 {
        margin: -3rem!important
    }
    .m-xl-n13 {
        margin: -3.25rem!important
    }
    .m-xl-n14 {
        margin: -3.5rem!important
    }
    .m-xl-n15 {
        margin: -3.75rem!important
    }
    .m-xl-n16 {
        margin: -4rem!important
    }
    .m-xl-n17 {
        margin: -4.25rem!important
    }
    .m-xl-n18 {
        margin: -4.5rem!important
    }
    .m-xl-n19 {
        margin: -4.75rem!important
    }
    .m-xl-n20 {
        margin: -5rem!important
    }
    .mx-xl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }
    .mx-xl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }
    .mx-xl-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }
    .mx-xl-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }
    .mx-xl-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-xl-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }
    .mx-xl-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }
    .mx-xl-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }
    .mx-xl-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }
    .mx-xl-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-xl-n11 {
        margin-right: -2.75rem!important;
        margin-left: -2.75rem!important
    }
    .mx-xl-n12 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }
    .mx-xl-n13 {
        margin-right: -3.25rem!important;
        margin-left: -3.25rem!important
    }
    .mx-xl-n14 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }
    .mx-xl-n15 {
        margin-right: -3.75rem!important;
        margin-left: -3.75rem!important
    }
    .mx-xl-n16 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }
    .mx-xl-n17 {
        margin-right: -4.25rem!important;
        margin-left: -4.25rem!important
    }
    .mx-xl-n18 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }
    .mx-xl-n19 {
        margin-right: -4.75rem!important;
        margin-left: -4.75rem!important
    }
    .mx-xl-n20 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }
    .my-xl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }
    .my-xl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }
    .my-xl-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }
    .my-xl-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }
    .my-xl-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-xl-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }
    .my-xl-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }
    .my-xl-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }
    .my-xl-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }
    .my-xl-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-xl-n11 {
        margin-top: -2.75rem!important;
        margin-bottom: -2.75rem!important
    }
    .my-xl-n12 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }
    .my-xl-n13 {
        margin-top: -3.25rem!important;
        margin-bottom: -3.25rem!important
    }
    .my-xl-n14 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }
    .my-xl-n15 {
        margin-top: -3.75rem!important;
        margin-bottom: -3.75rem!important
    }
    .my-xl-n16 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }
    .my-xl-n17 {
        margin-top: -4.25rem!important;
        margin-bottom: -4.25rem!important
    }
    .my-xl-n18 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }
    .my-xl-n19 {
        margin-top: -4.75rem!important;
        margin-bottom: -4.75rem!important
    }
    .my-xl-n20 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }
    .mt-xl-n1 {
        margin-top: -.25rem!important
    }
    .mt-xl-n2 {
        margin-top: -.5rem!important
    }
    .mt-xl-n3 {
        margin-top: -.75rem!important
    }
    .mt-xl-n4 {
        margin-top: -1rem!important
    }
    .mt-xl-n5 {
        margin-top: -1.25rem!important
    }
    .mt-xl-n6 {
        margin-top: -1.5rem!important
    }
    .mt-xl-n7 {
        margin-top: -1.75rem!important
    }
    .mt-xl-n8 {
        margin-top: -2rem!important
    }
    .mt-xl-n9 {
        margin-top: -2.25rem!important
    }
    .mt-xl-n10 {
        margin-top: -2.5rem!important
    }
    .mt-xl-n11 {
        margin-top: -2.75rem!important
    }
    .mt-xl-n12 {
        margin-top: -3rem!important
    }
    .mt-xl-n13 {
        margin-top: -3.25rem!important
    }
    .mt-xl-n14 {
        margin-top: -3.5rem!important
    }
    .mt-xl-n15 {
        margin-top: -3.75rem!important
    }
    .mt-xl-n16 {
        margin-top: -4rem!important
    }
    .mt-xl-n17 {
        margin-top: -4.25rem!important
    }
    .mt-xl-n18 {
        margin-top: -4.5rem!important
    }
    .mt-xl-n19 {
        margin-top: -4.75rem!important
    }
    .mt-xl-n20 {
        margin-top: -5rem!important
    }
    .me-xl-n1 {
        margin-right: -.25rem!important
    }
    .me-xl-n2 {
        margin-right: -.5rem!important
    }
    .me-xl-n3 {
        margin-right: -.75rem!important
    }
    .me-xl-n4 {
        margin-right: -1rem!important
    }
    .me-xl-n5 {
        margin-right: -1.25rem!important
    }
    .me-xl-n6 {
        margin-right: -1.5rem!important
    }
    .me-xl-n7 {
        margin-right: -1.75rem!important
    }
    .me-xl-n8 {
        margin-right: -2rem!important
    }
    .me-xl-n9 {
        margin-right: -2.25rem!important
    }
    .me-xl-n10 {
        margin-right: -2.5rem!important
    }
    .me-xl-n11 {
        margin-right: -2.75rem!important
    }
    .me-xl-n12 {
        margin-right: -3rem!important
    }
    .me-xl-n13 {
        margin-right: -3.25rem!important
    }
    .me-xl-n14 {
        margin-right: -3.5rem!important
    }
    .me-xl-n15 {
        margin-right: -3.75rem!important
    }
    .me-xl-n16 {
        margin-right: -4rem!important
    }
    .me-xl-n17 {
        margin-right: -4.25rem!important
    }
    .me-xl-n18 {
        margin-right: -4.5rem!important
    }
    .me-xl-n19 {
        margin-right: -4.75rem!important
    }
    .me-xl-n20 {
        margin-right: -5rem!important
    }
    .mb-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .mb-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .mb-xl-n3 {
        margin-bottom: -.75rem!important
    }
    .mb-xl-n4 {
        margin-bottom: -1rem!important
    }
    .mb-xl-n5 {
        margin-bottom: -1.25rem!important
    }
    .mb-xl-n6 {
        margin-bottom: -1.5rem!important
    }
    .mb-xl-n7 {
        margin-bottom: -1.75rem!important
    }
    .mb-xl-n8 {
        margin-bottom: -2rem!important
    }
    .mb-xl-n9 {
        margin-bottom: -2.25rem!important
    }
    .mb-xl-n10 {
        margin-bottom: -2.5rem!important
    }
    .mb-xl-n11 {
        margin-bottom: -2.75rem!important
    }
    .mb-xl-n12 {
        margin-bottom: -3rem!important
    }
    .mb-xl-n13 {
        margin-bottom: -3.25rem!important
    }
    .mb-xl-n14 {
        margin-bottom: -3.5rem!important
    }
    .mb-xl-n15 {
        margin-bottom: -3.75rem!important
    }
    .mb-xl-n16 {
        margin-bottom: -4rem!important
    }
    .mb-xl-n17 {
        margin-bottom: -4.25rem!important
    }
    .mb-xl-n18 {
        margin-bottom: -4.5rem!important
    }
    .mb-xl-n19 {
        margin-bottom: -4.75rem!important
    }
    .mb-xl-n20 {
        margin-bottom: -5rem!important
    }
    .ms-xl-n1 {
        margin-left: -.25rem!important
    }
    .ms-xl-n2 {
        margin-left: -.5rem!important
    }
    .ms-xl-n3 {
        margin-left: -.75rem!important
    }
    .ms-xl-n4 {
        margin-left: -1rem!important
    }
    .ms-xl-n5 {
        margin-left: -1.25rem!important
    }
    .ms-xl-n6 {
        margin-left: -1.5rem!important
    }
    .ms-xl-n7 {
        margin-left: -1.75rem!important
    }
    .ms-xl-n8 {
        margin-left: -2rem!important
    }
    .ms-xl-n9 {
        margin-left: -2.25rem!important
    }
    .ms-xl-n10 {
        margin-left: -2.5rem!important
    }
    .ms-xl-n11 {
        margin-left: -2.75rem!important
    }
    .ms-xl-n12 {
        margin-left: -3rem!important
    }
    .ms-xl-n13 {
        margin-left: -3.25rem!important
    }
    .ms-xl-n14 {
        margin-left: -3.5rem!important
    }
    .ms-xl-n15 {
        margin-left: -3.75rem!important
    }
    .ms-xl-n16 {
        margin-left: -4rem!important
    }
    .ms-xl-n17 {
        margin-left: -4.25rem!important
    }
    .ms-xl-n18 {
        margin-left: -4.5rem!important
    }
    .ms-xl-n19 {
        margin-left: -4.75rem!important
    }
    .ms-xl-n20 {
        margin-left: -5rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .p-xl-3 {
        padding: .75rem!important
    }
    .p-xl-4 {
        padding: 1rem!important
    }
    .p-xl-5 {
        padding: 1.25rem!important
    }
    .p-xl-6 {
        padding: 1.5rem!important
    }
    .p-xl-7 {
        padding: 1.75rem!important
    }
    .p-xl-8 {
        padding: 2rem!important
    }
    .p-xl-9 {
        padding: 2.25rem!important
    }
    .p-xl-10 {
        padding: 2.5rem!important
    }
    .p-xl-11 {
        padding: 2.75rem!important
    }
    .p-xl-12 {
        padding: 3rem!important
    }
    .p-xl-13 {
        padding: 3.25rem!important
    }
    .p-xl-14 {
        padding: 3.5rem!important
    }
    .p-xl-15 {
        padding: 3.75rem!important
    }
    .p-xl-16 {
        padding: 4rem!important
    }
    .p-xl-17 {
        padding: 4.25rem!important
    }
    .p-xl-18 {
        padding: 4.5rem!important
    }
    .p-xl-19 {
        padding: 4.75rem!important
    }
    .p-xl-20 {
        padding: 5rem!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: .75rem!important;
        padding-left: .75rem!important
    }
    .px-xl-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-xl-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-xl-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-xl-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }
    .px-xl-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }
    .px-xl-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }
    .px-xl-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-xl-11 {
        padding-right: 2.75rem!important;
        padding-left: 2.75rem!important
    }
    .px-xl-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .px-xl-13 {
        padding-right: 3.25rem!important;
        padding-left: 3.25rem!important
    }
    .px-xl-14 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }
    .px-xl-15 {
        padding-right: 3.75rem!important;
        padding-left: 3.75rem!important
    }
    .px-xl-16 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }
    .px-xl-17 {
        padding-right: 4.25rem!important;
        padding-left: 4.25rem!important
    }
    .px-xl-18 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }
    .px-xl-19 {
        padding-right: 4.75rem!important;
        padding-left: 4.75rem!important
    }
    .px-xl-20 {
        padding-right: 5rem!important;
        padding-left: 5rem!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: .75rem!important;
        padding-bottom: .75rem!important
    }
    .py-xl-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-xl-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-xl-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-xl-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }
    .py-xl-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-xl-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }
    .py-xl-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-xl-11 {
        padding-top: 2.75rem!important;
        padding-bottom: 2.75rem!important
    }
    .py-xl-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .py-xl-13 {
        padding-top: 3.25rem!important;
        padding-bottom: 3.25rem!important
    }
    .py-xl-14 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
    .py-xl-15 {
        padding-top: 3.75rem!important;
        padding-bottom: 3.75rem!important
    }
    .py-xl-16 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }
    .py-xl-17 {
        padding-top: 4.25rem!important;
        padding-bottom: 4.25rem!important
    }
    .py-xl-18 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }
    .py-xl-19 {
        padding-top: 4.75rem!important;
        padding-bottom: 4.75rem!important
    }
    .py-xl-20 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!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: .75rem!important
    }
    .pt-xl-4 {
        padding-top: 1rem!important
    }
    .pt-xl-5 {
        padding-top: 1.25rem!important
    }
    .pt-xl-6 {
        padding-top: 1.5rem!important
    }
    .pt-xl-7 {
        padding-top: 1.75rem!important
    }
    .pt-xl-8 {
        padding-top: 2rem!important
    }
    .pt-xl-9 {
        padding-top: 2.25rem!important
    }
    .pt-xl-10 {
        padding-top: 2.5rem!important
    }
    .pt-xl-11 {
        padding-top: 2.75rem!important
    }
    .pt-xl-12 {
        padding-top: 3rem!important
    }
    .pt-xl-13 {
        padding-top: 3.25rem!important
    }
    .pt-xl-14 {
        padding-top: 3.5rem!important
    }
    .pt-xl-15 {
        padding-top: 3.75rem!important
    }
    .pt-xl-16 {
        padding-top: 4rem!important
    }
    .pt-xl-17 {
        padding-top: 4.25rem!important
    }
    .pt-xl-18 {
        padding-top: 4.5rem!important
    }
    .pt-xl-19 {
        padding-top: 4.75rem!important
    }
    .pt-xl-20 {
        padding-top: 5rem!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: .75rem!important
    }
    .pe-xl-4 {
        padding-right: 1rem!important
    }
    .pe-xl-5 {
        padding-right: 1.25rem!important
    }
    .pe-xl-6 {
        padding-right: 1.5rem!important
    }
    .pe-xl-7 {
        padding-right: 1.75rem!important
    }
    .pe-xl-8 {
        padding-right: 2rem!important
    }
    .pe-xl-9 {
        padding-right: 2.25rem!important
    }
    .pe-xl-10 {
        padding-right: 2.5rem!important
    }
    .pe-xl-11 {
        padding-right: 2.75rem!important
    }
    .pe-xl-12 {
        padding-right: 3rem!important
    }
    .pe-xl-13 {
        padding-right: 3.25rem!important
    }
    .pe-xl-14 {
        padding-right: 3.5rem!important
    }
    .pe-xl-15 {
        padding-right: 3.75rem!important
    }
    .pe-xl-16 {
        padding-right: 4rem!important
    }
    .pe-xl-17 {
        padding-right: 4.25rem!important
    }
    .pe-xl-18 {
        padding-right: 4.5rem!important
    }
    .pe-xl-19 {
        padding-right: 4.75rem!important
    }
    .pe-xl-20 {
        padding-right: 5rem!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: .75rem!important
    }
    .pb-xl-4 {
        padding-bottom: 1rem!important
    }
    .pb-xl-5 {
        padding-bottom: 1.25rem!important
    }
    .pb-xl-6 {
        padding-bottom: 1.5rem!important
    }
    .pb-xl-7 {
        padding-bottom: 1.75rem!important
    }
    .pb-xl-8 {
        padding-bottom: 2rem!important
    }
    .pb-xl-9 {
        padding-bottom: 2.25rem!important
    }
    .pb-xl-10 {
        padding-bottom: 2.5rem!important
    }
    .pb-xl-11 {
        padding-bottom: 2.75rem!important
    }
    .pb-xl-12 {
        padding-bottom: 3rem!important
    }
    .pb-xl-13 {
        padding-bottom: 3.25rem!important
    }
    .pb-xl-14 {
        padding-bottom: 3.5rem!important
    }
    .pb-xl-15 {
        padding-bottom: 3.75rem!important
    }
    .pb-xl-16 {
        padding-bottom: 4rem!important
    }
    .pb-xl-17 {
        padding-bottom: 4.25rem!important
    }
    .pb-xl-18 {
        padding-bottom: 4.5rem!important
    }
    .pb-xl-19 {
        padding-bottom: 4.75rem!important
    }
    .pb-xl-20 {
        padding-bottom: 5rem!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: .75rem!important
    }
    .ps-xl-4 {
        padding-left: 1rem!important
    }
    .ps-xl-5 {
        padding-left: 1.25rem!important
    }
    .ps-xl-6 {
        padding-left: 1.5rem!important
    }
    .ps-xl-7 {
        padding-left: 1.75rem!important
    }
    .ps-xl-8 {
        padding-left: 2rem!important
    }
    .ps-xl-9 {
        padding-left: 2.25rem!important
    }
    .ps-xl-10 {
        padding-left: 2.5rem!important
    }
    .ps-xl-11 {
        padding-left: 2.75rem!important
    }
    .ps-xl-12 {
        padding-left: 3rem!important
    }
    .ps-xl-13 {
        padding-left: 3.25rem!important
    }
    .ps-xl-14 {
        padding-left: 3.5rem!important
    }
    .ps-xl-15 {
        padding-left: 3.75rem!important
    }
    .ps-xl-16 {
        padding-left: 4rem!important
    }
    .ps-xl-17 {
        padding-left: 4.25rem!important
    }
    .ps-xl-18 {
        padding-left: 4.5rem!important
    }
    .ps-xl-19 {
        padding-left: 4.75rem!important
    }
    .ps-xl-20 {
        padding-left: 5rem!important
    }
    .fs-xl-1 {
        font-size: calc(1.3rem + .6vw)!important
    }
    .fs-xl-2 {
        font-size: calc(1.275rem + .3vw)!important
    }
    .fs-xl-3 {
        font-size: calc(1.26rem + .12vw)!important
    }
    .fs-xl-4 {
        font-size: 1.25rem!important
    }
    .fs-xl-5 {
        font-size: 1.15rem!important
    }
    .fs-xl-6 {
        font-size: 1.075rem!important
    }
    .fs-xl-7 {
        font-size: .95rem!important
    }
    .fs-xl-8 {
        font-size: .85rem!important
    }
    .fs-xl-9 {
        font-size: .75rem!important
    }
    .fs-xl-10 {
        font-size: .5rem!important
    }
    .fs-xl-base {
        font-size: 1rem!important
    }
    .fs-xl-fluid {
        font-size: 100%!important
    }
    .fs-xl-2x {
        font-size: calc(1.325rem + .9vw)!important
    }
    .fs-xl-2qx {
        font-size: calc(1.35rem + 1.2vw)!important
    }
    .fs-xl-2hx {
        font-size: calc(1.375rem + 1.5vw)!important
    }
    .fs-xl-2tx {
        font-size: calc(1.4rem + 1.8vw)!important
    }
    .fs-xl-3x {
        font-size: calc(1.425rem + 2.1vw)!important
    }
    .fs-xl-3qx {
        font-size: calc(1.45rem + 2.4vw)!important
    }
    .fs-xl-3hx {
        font-size: calc(1.475rem + 2.7vw)!important
    }
    .fs-xl-3tx {
        font-size: calc(1.5rem + 3vw)!important
    }
    .fs-xl-4x {
        font-size: calc(1.525rem + 3.3vw)!important
    }
    .fs-xl-4qx {
        font-size: calc(1.55rem + 3.6vw)!important
    }
    .fs-xl-4hx {
        font-size: calc(1.575rem + 3.9vw)!important
    }
    .fs-xl-4tx {
        font-size: calc(1.6rem + 4.2vw)!important
    }
    .fs-xl-5x {
        font-size: calc(1.625rem + 4.5vw)!important
    }
    .fs-xl-5qx {
        font-size: calc(1.65rem + 4.8vw)!important
    }
    .fs-xl-5hx {
        font-size: calc(1.675rem + 5.1vw)!important
    }
    .fs-xl-5tx {
        font-size: calc(1.7rem + 5.4vw)!important
    }
    .text-xl-start {
        text-align: left!important
    }
    .text-xl-end {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
    .min-w-xl-unset {
        min-width: unset!important
    }
    .min-w-xl-25 {
        min-width: 25%!important
    }
    .min-w-xl-50 {
        min-width: 50%!important
    }
    .min-w-xl-75 {
        min-width: 75%!important
    }
    .min-w-xl-100 {
        min-width: 100%!important
    }
    .min-w-xl-auto {
        min-width: auto!important
    }
    .min-w-xl-1px {
        min-width: 1px!important
    }
    .min-w-xl-2px {
        min-width: 2px!important
    }
    .min-w-xl-3px {
        min-width: 3px!important
    }
    .min-w-xl-4px {
        min-width: 4px!important
    }
    .min-w-xl-5px {
        min-width: 5px!important
    }
    .min-w-xl-6px {
        min-width: 6px!important
    }
    .min-w-xl-7px {
        min-width: 7px!important
    }
    .min-w-xl-8px {
        min-width: 8px!important
    }
    .min-w-xl-9px {
        min-width: 9px!important
    }
    .min-w-xl-10px {
        min-width: 10px!important
    }
    .min-w-xl-15px {
        min-width: 15px!important
    }
    .min-w-xl-20px {
        min-width: 20px!important
    }
    .min-w-xl-25px {
        min-width: 25px!important
    }
    .min-w-xl-30px {
        min-width: 30px!important
    }
    .min-w-xl-35px {
        min-width: 35px!important
    }
    .min-w-xl-40px {
        min-width: 40px!important
    }
    .min-w-xl-45px {
        min-width: 45px!important
    }
    .min-w-xl-50px {
        min-width: 50px!important
    }
    .min-w-xl-55px {
        min-width: 55px!important
    }
    .min-w-xl-60px {
        min-width: 60px!important
    }
    .min-w-xl-65px {
        min-width: 65px!important
    }
    .min-w-xl-70px {
        min-width: 70px!important
    }
    .min-w-xl-75px {
        min-width: 75px!important
    }
    .min-w-xl-80px {
        min-width: 80px!important
    }
    .min-w-xl-85px {
        min-width: 85px!important
    }
    .min-w-xl-90px {
        min-width: 90px!important
    }
    .min-w-xl-95px {
        min-width: 95px!important
    }
    .min-w-xl-100px {
        min-width: 100px!important
    }
    .min-w-xl-125px {
        min-width: 125px!important
    }
    .min-w-xl-150px {
        min-width: 150px!important
    }
    .min-w-xl-175px {
        min-width: 175px!important
    }
    .min-w-xl-200px {
        min-width: 200px!important
    }
    .min-w-xl-225px {
        min-width: 225px!important
    }
    .min-w-xl-250px {
        min-width: 250px!important
    }
    .min-w-xl-275px {
        min-width: 275px!important
    }
    .min-w-xl-300px {
        min-width: 300px!important
    }
    .min-w-xl-325px {
        min-width: 325px!important
    }
    .min-w-xl-350px {
        min-width: 350px!important
    }
    .min-w-xl-375px {
        min-width: 375px!important
    }
    .min-w-xl-400px {
        min-width: 400px!important
    }
    .min-w-xl-425px {
        min-width: 425px!important
    }
    .min-w-xl-450px {
        min-width: 450px!important
    }
    .min-w-xl-475px {
        min-width: 475px!important
    }
    .min-w-xl-500px {
        min-width: 500px!important
    }
    .min-w-xl-550px {
        min-width: 550px!important
    }
    .min-w-xl-600px {
        min-width: 600px!important
    }
    .min-w-xl-650px {
        min-width: 650px!important
    }
    .min-w-xl-700px {
        min-width: 700px!important
    }
    .min-w-xl-750px {
        min-width: 750px!important
    }
    .min-w-xl-800px {
        min-width: 800px!important
    }
    .min-w-xl-850px {
        min-width: 850px!important
    }
    .min-w-xl-900px {
        min-width: 900px!important
    }
    .min-w-xl-950px {
        min-width: 950px!important
    }
    .min-w-xl-1000px {
        min-width: 1000px!important
    }
    .min-h-xl-unset {
        min-height: unset!important
    }
    .min-h-xl-25 {
        min-height: 25%!important
    }
    .min-h-xl-50 {
        min-height: 50%!important
    }
    .min-h-xl-75 {
        min-height: 75%!important
    }
    .min-h-xl-100 {
        min-height: 100%!important
    }
    .min-h-xl-auto {
        min-height: auto!important
    }
    .min-h-xl-1px {
        min-height: 1px!important
    }
    .min-h-xl-2px {
        min-height: 2px!important
    }
    .min-h-xl-3px {
        min-height: 3px!important
    }
    .min-h-xl-4px {
        min-height: 4px!important
    }
    .min-h-xl-5px {
        min-height: 5px!important
    }
    .min-h-xl-6px {
        min-height: 6px!important
    }
    .min-h-xl-7px {
        min-height: 7px!important
    }
    .min-h-xl-8px {
        min-height: 8px!important
    }
    .min-h-xl-9px {
        min-height: 9px!important
    }
    .min-h-xl-10px {
        min-height: 10px!important
    }
    .min-h-xl-15px {
        min-height: 15px!important
    }
    .min-h-xl-20px {
        min-height: 20px!important
    }
    .min-h-xl-25px {
        min-height: 25px!important
    }
    .min-h-xl-30px {
        min-height: 30px!important
    }
    .min-h-xl-35px {
        min-height: 35px!important
    }
    .min-h-xl-40px {
        min-height: 40px!important
    }
    .min-h-xl-45px {
        min-height: 45px!important
    }
    .min-h-xl-50px {
        min-height: 50px!important
    }
    .min-h-xl-55px {
        min-height: 55px!important
    }
    .min-h-xl-60px {
        min-height: 60px!important
    }
    .min-h-xl-65px {
        min-height: 65px!important
    }
    .min-h-xl-70px {
        min-height: 70px!important
    }
    .min-h-xl-75px {
        min-height: 75px!important
    }
    .min-h-xl-80px {
        min-height: 80px!important
    }
    .min-h-xl-85px {
        min-height: 85px!important
    }
    .min-h-xl-90px {
        min-height: 90px!important
    }
    .min-h-xl-95px {
        min-height: 95px!important
    }
    .min-h-xl-100px {
        min-height: 100px!important
    }
    .min-h-xl-125px {
        min-height: 125px!important
    }
    .min-h-xl-150px {
        min-height: 150px!important
    }
    .min-h-xl-175px {
        min-height: 175px!important
    }
    .min-h-xl-200px {
        min-height: 200px!important
    }
    .min-h-xl-225px {
        min-height: 225px!important
    }
    .min-h-xl-250px {
        min-height: 250px!important
    }
    .min-h-xl-275px {
        min-height: 275px!important
    }
    .min-h-xl-300px {
        min-height: 300px!important
    }
    .min-h-xl-325px {
        min-height: 325px!important
    }
    .min-h-xl-350px {
        min-height: 350px!important
    }
    .min-h-xl-375px {
        min-height: 375px!important
    }
    .min-h-xl-400px {
        min-height: 400px!important
    }
    .min-h-xl-425px {
        min-height: 425px!important
    }
    .min-h-xl-450px {
        min-height: 450px!important
    }
    .min-h-xl-475px {
        min-height: 475px!important
    }
    .min-h-xl-500px {
        min-height: 500px!important
    }
    .min-h-xl-550px {
        min-height: 550px!important
    }
    .min-h-xl-600px {
        min-height: 600px!important
    }
    .min-h-xl-650px {
        min-height: 650px!important
    }
    .min-h-xl-700px {
        min-height: 700px!important
    }
    .min-h-xl-750px {
        min-height: 750px!important
    }
    .min-h-xl-800px {
        min-height: 800px!important
    }
    .min-h-xl-850px {
        min-height: 850px!important
    }
    .min-h-xl-900px {
        min-height: 900px!important
    }
    .min-h-xl-950px {
        min-height: 950px!important
    }
    .min-h-xl-1000px {
        min-height: 1000px!important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left!important
    }
    .float-xxl-end {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-grid {
        display: grid!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: inline-flex!important
    }
    .d-xxl-none {
        display: none!important
    }
    .position-xxl-static {
        position: static!important
    }
    .position-xxl-relative {
        position: relative!important
    }
    .position-xxl-absolute {
        position: absolute!important
    }
    .position-xxl-fixed {
        position: fixed!important
    }
    .position-xxl-sticky {
        position: sticky!important
    }
    .w-xxl-unset {
        width: unset!important
    }
    .w-xxl-25 {
        width: 25%!important
    }
    .w-xxl-50 {
        width: 50%!important
    }
    .w-xxl-75 {
        width: 75%!important
    }
    .w-xxl-100 {
        width: 100%!important
    }
    .w-xxl-auto {
        width: auto!important
    }
    .w-xxl-1px {
        width: 1px!important
    }
    .w-xxl-2px {
        width: 2px!important
    }
    .w-xxl-3px {
        width: 3px!important
    }
    .w-xxl-4px {
        width: 4px!important
    }
    .w-xxl-5px {
        width: 5px!important
    }
    .w-xxl-6px {
        width: 6px!important
    }
    .w-xxl-7px {
        width: 7px!important
    }
    .w-xxl-8px {
        width: 8px!important
    }
    .w-xxl-9px {
        width: 9px!important
    }
    .w-xxl-10px {
        width: 10px!important
    }
    .w-xxl-15px {
        width: 15px!important
    }
    .w-xxl-20px {
        width: 20px!important
    }
    .w-xxl-25px {
        width: 25px!important
    }
    .w-xxl-30px {
        width: 30px!important
    }
    .w-xxl-35px {
        width: 35px!important
    }
    .w-xxl-40px {
        width: 40px!important
    }
    .w-xxl-45px {
        width: 45px!important
    }
    .w-xxl-50px {
        width: 50px!important
    }
    .w-xxl-55px {
        width: 55px!important
    }
    .w-xxl-60px {
        width: 60px!important
    }
    .w-xxl-65px {
        width: 65px!important
    }
    .w-xxl-70px {
        width: 70px!important
    }
    .w-xxl-75px {
        width: 75px!important
    }
    .w-xxl-80px {
        width: 80px!important
    }
    .w-xxl-85px {
        width: 85px!important
    }
    .w-xxl-90px {
        width: 90px!important
    }
    .w-xxl-95px {
        width: 95px!important
    }
    .w-xxl-100px {
        width: 100px!important
    }
    .w-xxl-125px {
        width: 125px!important
    }
    .w-xxl-150px {
        width: 150px!important
    }
    .w-xxl-175px {
        width: 175px!important
    }
    .w-xxl-200px {
        width: 200px!important
    }
    .w-xxl-225px {
        width: 225px!important
    }
    .w-xxl-250px {
        width: 250px!important
    }
    .w-xxl-275px {
        width: 275px!important
    }
    .w-xxl-300px {
        width: 300px!important
    }
    .w-xxl-325px {
        width: 325px!important
    }
    .w-xxl-350px {
        width: 350px!important
    }
    .w-xxl-375px {
        width: 375px!important
    }
    .w-xxl-400px {
        width: 400px!important
    }
    .w-xxl-425px {
        width: 425px!important
    }
    .w-xxl-450px {
        width: 450px!important
    }
    .w-xxl-475px {
        width: 475px!important
    }
    .w-xxl-500px {
        width: 500px!important
    }
    .w-xxl-550px {
        width: 550px!important
    }
    .w-xxl-600px {
        width: 600px!important
    }
    .w-xxl-650px {
        width: 650px!important
    }
    .w-xxl-700px {
        width: 700px!important
    }
    .w-xxl-750px {
        width: 750px!important
    }
    .w-xxl-800px {
        width: 800px!important
    }
    .w-xxl-850px {
        width: 850px!important
    }
    .w-xxl-900px {
        width: 900px!important
    }
    .w-xxl-950px {
        width: 950px!important
    }
    .w-xxl-1000px {
        width: 1000px!important
    }
    .mw-xxl-unset {
        max-width: unset!important
    }
    .mw-xxl-25 {
        max-width: 25%!important
    }
    .mw-xxl-50 {
        max-width: 50%!important
    }
    .mw-xxl-75 {
        max-width: 75%!important
    }
    .mw-xxl-100 {
        max-width: 100%!important
    }
    .mw-xxl-auto {
        max-width: auto!important
    }
    .mw-xxl-1px {
        max-width: 1px!important
    }
    .mw-xxl-2px {
        max-width: 2px!important
    }
    .mw-xxl-3px {
        max-width: 3px!important
    }
    .mw-xxl-4px {
        max-width: 4px!important
    }
    .mw-xxl-5px {
        max-width: 5px!important
    }
    .mw-xxl-6px {
        max-width: 6px!important
    }
    .mw-xxl-7px {
        max-width: 7px!important
    }
    .mw-xxl-8px {
        max-width: 8px!important
    }
    .mw-xxl-9px {
        max-width: 9px!important
    }
    .mw-xxl-10px {
        max-width: 10px!important
    }
    .mw-xxl-15px {
        max-width: 15px!important
    }
    .mw-xxl-20px {
        max-width: 20px!important
    }
    .mw-xxl-25px {
        max-width: 25px!important
    }
    .mw-xxl-30px {
        max-width: 30px!important
    }
    .mw-xxl-35px {
        max-width: 35px!important
    }
    .mw-xxl-40px {
        max-width: 40px!important
    }
    .mw-xxl-45px {
        max-width: 45px!important
    }
    .mw-xxl-50px {
        max-width: 50px!important
    }
    .mw-xxl-55px {
        max-width: 55px!important
    }
    .mw-xxl-60px {
        max-width: 60px!important
    }
    .mw-xxl-65px {
        max-width: 65px!important
    }
    .mw-xxl-70px {
        max-width: 70px!important
    }
    .mw-xxl-75px {
        max-width: 75px!important
    }
    .mw-xxl-80px {
        max-width: 80px!important
    }
    .mw-xxl-85px {
        max-width: 85px!important
    }
    .mw-xxl-90px {
        max-width: 90px!important
    }
    .mw-xxl-95px {
        max-width: 95px!important
    }
    .mw-xxl-100px {
        max-width: 100px!important
    }
    .mw-xxl-125px {
        max-width: 125px!important
    }
    .mw-xxl-150px {
        max-width: 150px!important
    }
    .mw-xxl-175px {
        max-width: 175px!important
    }
    .mw-xxl-200px {
        max-width: 200px!important
    }
    .mw-xxl-225px {
        max-width: 225px!important
    }
    .mw-xxl-250px {
        max-width: 250px!important
    }
    .mw-xxl-275px {
        max-width: 275px!important
    }
    .mw-xxl-300px {
        max-width: 300px!important
    }
    .mw-xxl-325px {
        max-width: 325px!important
    }
    .mw-xxl-350px {
        max-width: 350px!important
    }
    .mw-xxl-375px {
        max-width: 375px!important
    }
    .mw-xxl-400px {
        max-width: 400px!important
    }
    .mw-xxl-425px {
        max-width: 425px!important
    }
    .mw-xxl-450px {
        max-width: 450px!important
    }
    .mw-xxl-475px {
        max-width: 475px!important
    }
    .mw-xxl-500px {
        max-width: 500px!important
    }
    .mw-xxl-550px {
        max-width: 550px!important
    }
    .mw-xxl-600px {
        max-width: 600px!important
    }
    .mw-xxl-650px {
        max-width: 650px!important
    }
    .mw-xxl-700px {
        max-width: 700px!important
    }
    .mw-xxl-750px {
        max-width: 750px!important
    }
    .mw-xxl-800px {
        max-width: 800px!important
    }
    .mw-xxl-850px {
        max-width: 850px!important
    }
    .mw-xxl-900px {
        max-width: 900px!important
    }
    .mw-xxl-950px {
        max-width: 950px!important
    }
    .mw-xxl-1000px {
        max-width: 1000px!important
    }
    .h-xxl-unset {
        height: unset!important
    }
    .h-xxl-25 {
        height: 25%!important
    }
    .h-xxl-50 {
        height: 50%!important
    }
    .h-xxl-75 {
        height: 75%!important
    }
    .h-xxl-100 {
        height: 100%!important
    }
    .h-xxl-auto {
        height: auto!important
    }
    .h-xxl-1px {
        height: 1px!important
    }
    .h-xxl-2px {
        height: 2px!important
    }
    .h-xxl-3px {
        height: 3px!important
    }
    .h-xxl-4px {
        height: 4px!important
    }
    .h-xxl-5px {
        height: 5px!important
    }
    .h-xxl-6px {
        height: 6px!important
    }
    .h-xxl-7px {
        height: 7px!important
    }
    .h-xxl-8px {
        height: 8px!important
    }
    .h-xxl-9px {
        height: 9px!important
    }
    .h-xxl-10px {
        height: 10px!important
    }
    .h-xxl-15px {
        height: 15px!important
    }
    .h-xxl-20px {
        height: 20px!important
    }
    .h-xxl-25px {
        height: 25px!important
    }
    .h-xxl-30px {
        height: 30px!important
    }
    .h-xxl-35px {
        height: 35px!important
    }
    .h-xxl-40px {
        height: 40px!important
    }
    .h-xxl-45px {
        height: 45px!important
    }
    .h-xxl-50px {
        height: 50px!important
    }
    .h-xxl-55px {
        height: 55px!important
    }
    .h-xxl-60px {
        height: 60px!important
    }
    .h-xxl-65px {
        height: 65px!important
    }
    .h-xxl-70px {
        height: 70px!important
    }
    .h-xxl-75px {
        height: 75px!important
    }
    .h-xxl-80px {
        height: 80px!important
    }
    .h-xxl-85px {
        height: 85px!important
    }
    .h-xxl-90px {
        height: 90px!important
    }
    .h-xxl-95px {
        height: 95px!important
    }
    .h-xxl-100px {
        height: 100px!important
    }
    .h-xxl-125px {
        height: 125px!important
    }
    .h-xxl-150px {
        height: 150px!important
    }
    .h-xxl-175px {
        height: 175px!important
    }
    .h-xxl-200px {
        height: 200px!important
    }
    .h-xxl-225px {
        height: 225px!important
    }
    .h-xxl-250px {
        height: 250px!important
    }
    .h-xxl-275px {
        height: 275px!important
    }
    .h-xxl-300px {
        height: 300px!important
    }
    .h-xxl-325px {
        height: 325px!important
    }
    .h-xxl-350px {
        height: 350px!important
    }
    .h-xxl-375px {
        height: 375px!important
    }
    .h-xxl-400px {
        height: 400px!important
    }
    .h-xxl-425px {
        height: 425px!important
    }
    .h-xxl-450px {
        height: 450px!important
    }
    .h-xxl-475px {
        height: 475px!important
    }
    .h-xxl-500px {
        height: 500px!important
    }
    .h-xxl-550px {
        height: 550px!important
    }
    .h-xxl-600px {
        height: 600px!important
    }
    .h-xxl-650px {
        height: 650px!important
    }
    .h-xxl-700px {
        height: 700px!important
    }
    .h-xxl-750px {
        height: 750px!important
    }
    .h-xxl-800px {
        height: 800px!important
    }
    .h-xxl-850px {
        height: 850px!important
    }
    .h-xxl-900px {
        height: 900px!important
    }
    .h-xxl-950px {
        height: 950px!important
    }
    .h-xxl-1000px {
        height: 1000px!important
    }
    .mh-xxl-unset {
        max-height: unset!important
    }
    .mh-xxl-25 {
        max-height: 25%!important
    }
    .mh-xxl-50 {
        max-height: 50%!important
    }
    .mh-xxl-75 {
        max-height: 75%!important
    }
    .mh-xxl-100 {
        max-height: 100%!important
    }
    .mh-xxl-auto {
        max-height: auto!important
    }
    .mh-xxl-1px {
        max-height: 1px!important
    }
    .mh-xxl-2px {
        max-height: 2px!important
    }
    .mh-xxl-3px {
        max-height: 3px!important
    }
    .mh-xxl-4px {
        max-height: 4px!important
    }
    .mh-xxl-5px {
        max-height: 5px!important
    }
    .mh-xxl-6px {
        max-height: 6px!important
    }
    .mh-xxl-7px {
        max-height: 7px!important
    }
    .mh-xxl-8px {
        max-height: 8px!important
    }
    .mh-xxl-9px {
        max-height: 9px!important
    }
    .mh-xxl-10px {
        max-height: 10px!important
    }
    .mh-xxl-15px {
        max-height: 15px!important
    }
    .mh-xxl-20px {
        max-height: 20px!important
    }
    .mh-xxl-25px {
        max-height: 25px!important
    }
    .mh-xxl-30px {
        max-height: 30px!important
    }
    .mh-xxl-35px {
        max-height: 35px!important
    }
    .mh-xxl-40px {
        max-height: 40px!important
    }
    .mh-xxl-45px {
        max-height: 45px!important
    }
    .mh-xxl-50px {
        max-height: 50px!important
    }
    .mh-xxl-55px {
        max-height: 55px!important
    }
    .mh-xxl-60px {
        max-height: 60px!important
    }
    .mh-xxl-65px {
        max-height: 65px!important
    }
    .mh-xxl-70px {
        max-height: 70px!important
    }
    .mh-xxl-75px {
        max-height: 75px!important
    }
    .mh-xxl-80px {
        max-height: 80px!important
    }
    .mh-xxl-85px {
        max-height: 85px!important
    }
    .mh-xxl-90px {
        max-height: 90px!important
    }
    .mh-xxl-95px {
        max-height: 95px!important
    }
    .mh-xxl-100px {
        max-height: 100px!important
    }
    .mh-xxl-125px {
        max-height: 125px!important
    }
    .mh-xxl-150px {
        max-height: 150px!important
    }
    .mh-xxl-175px {
        max-height: 175px!important
    }
    .mh-xxl-200px {
        max-height: 200px!important
    }
    .mh-xxl-225px {
        max-height: 225px!important
    }
    .mh-xxl-250px {
        max-height: 250px!important
    }
    .mh-xxl-275px {
        max-height: 275px!important
    }
    .mh-xxl-300px {
        max-height: 300px!important
    }
    .mh-xxl-325px {
        max-height: 325px!important
    }
    .mh-xxl-350px {
        max-height: 350px!important
    }
    .mh-xxl-375px {
        max-height: 375px!important
    }
    .mh-xxl-400px {
        max-height: 400px!important
    }
    .mh-xxl-425px {
        max-height: 425px!important
    }
    .mh-xxl-450px {
        max-height: 450px!important
    }
    .mh-xxl-475px {
        max-height: 475px!important
    }
    .mh-xxl-500px {
        max-height: 500px!important
    }
    .mh-xxl-550px {
        max-height: 550px!important
    }
    .mh-xxl-600px {
        max-height: 600px!important
    }
    .mh-xxl-650px {
        max-height: 650px!important
    }
    .mh-xxl-700px {
        max-height: 700px!important
    }
    .mh-xxl-750px {
        max-height: 750px!important
    }
    .mh-xxl-800px {
        max-height: 800px!important
    }
    .mh-xxl-850px {
        max-height: 850px!important
    }
    .mh-xxl-900px {
        max-height: 900px!important
    }
    .mh-xxl-950px {
        max-height: 950px!important
    }
    .mh-xxl-1000px {
        max-height: 1000px!important
    }
    .flex-xxl-fill {
        flex: 1 1 auto!important
    }
    .flex-xxl-row {
        flex-direction: row!important
    }
    .flex-xxl-column {
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xxl-0 {
        gap: 0!important
    }
    .gap-xxl-1 {
        gap: .25rem!important
    }
    .gap-xxl-2 {
        gap: .5rem!important
    }
    .gap-xxl-3 {
        gap: .75rem!important
    }
    .gap-xxl-4 {
        gap: 1rem!important
    }
    .gap-xxl-5 {
        gap: 1.25rem!important
    }
    .gap-xxl-6 {
        gap: 1.5rem!important
    }
    .gap-xxl-7 {
        gap: 1.75rem!important
    }
    .gap-xxl-8 {
        gap: 2rem!important
    }
    .gap-xxl-9 {
        gap: 2.25rem!important
    }
    .gap-xxl-10 {
        gap: 2.5rem!important
    }
    .gap-xxl-11 {
        gap: 2.75rem!important
    }
    .gap-xxl-12 {
        gap: 3rem!important
    }
    .gap-xxl-13 {
        gap: 3.25rem!important
    }
    .gap-xxl-14 {
        gap: 3.5rem!important
    }
    .gap-xxl-15 {
        gap: 3.75rem!important
    }
    .gap-xxl-16 {
        gap: 4rem!important
    }
    .gap-xxl-17 {
        gap: 4.25rem!important
    }
    .gap-xxl-18 {
        gap: 4.5rem!important
    }
    .gap-xxl-19 {
        gap: 4.75rem!important
    }
    .gap-xxl-20 {
        gap: 5rem!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: .75rem!important
    }
    .m-xxl-4 {
        margin: 1rem!important
    }
    .m-xxl-5 {
        margin: 1.25rem!important
    }
    .m-xxl-6 {
        margin: 1.5rem!important
    }
    .m-xxl-7 {
        margin: 1.75rem!important
    }
    .m-xxl-8 {
        margin: 2rem!important
    }
    .m-xxl-9 {
        margin: 2.25rem!important
    }
    .m-xxl-10 {
        margin: 2.5rem!important
    }
    .m-xxl-11 {
        margin: 2.75rem!important
    }
    .m-xxl-12 {
        margin: 3rem!important
    }
    .m-xxl-13 {
        margin: 3.25rem!important
    }
    .m-xxl-14 {
        margin: 3.5rem!important
    }
    .m-xxl-15 {
        margin: 3.75rem!important
    }
    .m-xxl-16 {
        margin: 4rem!important
    }
    .m-xxl-17 {
        margin: 4.25rem!important
    }
    .m-xxl-18 {
        margin: 4.5rem!important
    }
    .m-xxl-19 {
        margin: 4.75rem!important
    }
    .m-xxl-20 {
        margin: 5rem!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: .75rem!important;
        margin-left: .75rem!important
    }
    .mx-xxl-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-xxl-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }
    .mx-xxl-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-xxl-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }
    .mx-xxl-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }
    .mx-xxl-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }
    .mx-xxl-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }
    .mx-xxl-11 {
        margin-right: 2.75rem!important;
        margin-left: 2.75rem!important
    }
    .mx-xxl-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-xxl-13 {
        margin-right: 3.25rem!important;
        margin-left: 3.25rem!important
    }
    .mx-xxl-14 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }
    .mx-xxl-15 {
        margin-right: 3.75rem!important;
        margin-left: 3.75rem!important
    }
    .mx-xxl-16 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }
    .mx-xxl-17 {
        margin-right: 4.25rem!important;
        margin-left: 4.25rem!important
    }
    .mx-xxl-18 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }
    .mx-xxl-19 {
        margin-right: 4.75rem!important;
        margin-left: 4.75rem!important
    }
    .mx-xxl-20 {
        margin-right: 5rem!important;
        margin-left: 5rem!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: .75rem!important;
        margin-bottom: .75rem!important
    }
    .my-xxl-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-xxl-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }
    .my-xxl-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-xxl-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }
    .my-xxl-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }
    .my-xxl-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }
    .my-xxl-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }
    .my-xxl-11 {
        margin-top: 2.75rem!important;
        margin-bottom: 2.75rem!important
    }
    .my-xxl-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-xxl-13 {
        margin-top: 3.25rem!important;
        margin-bottom: 3.25rem!important
    }
    .my-xxl-14 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }
    .my-xxl-15 {
        margin-top: 3.75rem!important;
        margin-bottom: 3.75rem!important
    }
    .my-xxl-16 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }
    .my-xxl-17 {
        margin-top: 4.25rem!important;
        margin-bottom: 4.25rem!important
    }
    .my-xxl-18 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }
    .my-xxl-19 {
        margin-top: 4.75rem!important;
        margin-bottom: 4.75rem!important
    }
    .my-xxl-20 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!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: .75rem!important
    }
    .mt-xxl-4 {
        margin-top: 1rem!important
    }
    .mt-xxl-5 {
        margin-top: 1.25rem!important
    }
    .mt-xxl-6 {
        margin-top: 1.5rem!important
    }
    .mt-xxl-7 {
        margin-top: 1.75rem!important
    }
    .mt-xxl-8 {
        margin-top: 2rem!important
    }
    .mt-xxl-9 {
        margin-top: 2.25rem!important
    }
    .mt-xxl-10 {
        margin-top: 2.5rem!important
    }
    .mt-xxl-11 {
        margin-top: 2.75rem!important
    }
    .mt-xxl-12 {
        margin-top: 3rem!important
    }
    .mt-xxl-13 {
        margin-top: 3.25rem!important
    }
    .mt-xxl-14 {
        margin-top: 3.5rem!important
    }
    .mt-xxl-15 {
        margin-top: 3.75rem!important
    }
    .mt-xxl-16 {
        margin-top: 4rem!important
    }
    .mt-xxl-17 {
        margin-top: 4.25rem!important
    }
    .mt-xxl-18 {
        margin-top: 4.5rem!important
    }
    .mt-xxl-19 {
        margin-top: 4.75rem!important
    }
    .mt-xxl-20 {
        margin-top: 5rem!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: .75rem!important
    }
    .me-xxl-4 {
        margin-right: 1rem!important
    }
    .me-xxl-5 {
        margin-right: 1.25rem!important
    }
    .me-xxl-6 {
        margin-right: 1.5rem!important
    }
    .me-xxl-7 {
        margin-right: 1.75rem!important
    }
    .me-xxl-8 {
        margin-right: 2rem!important
    }
    .me-xxl-9 {
        margin-right: 2.25rem!important
    }
    .me-xxl-10 {
        margin-right: 2.5rem!important
    }
    .me-xxl-11 {
        margin-right: 2.75rem!important
    }
    .me-xxl-12 {
        margin-right: 3rem!important
    }
    .me-xxl-13 {
        margin-right: 3.25rem!important
    }
    .me-xxl-14 {
        margin-right: 3.5rem!important
    }
    .me-xxl-15 {
        margin-right: 3.75rem!important
    }
    .me-xxl-16 {
        margin-right: 4rem!important
    }
    .me-xxl-17 {
        margin-right: 4.25rem!important
    }
    .me-xxl-18 {
        margin-right: 4.5rem!important
    }
    .me-xxl-19 {
        margin-right: 4.75rem!important
    }
    .me-xxl-20 {
        margin-right: 5rem!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: .75rem!important
    }
    .mb-xxl-4 {
        margin-bottom: 1rem!important
    }
    .mb-xxl-5 {
        margin-bottom: 1.25rem!important
    }
    .mb-xxl-6 {
        margin-bottom: 1.5rem!important
    }
    .mb-xxl-7 {
        margin-bottom: 1.75rem!important
    }
    .mb-xxl-8 {
        margin-bottom: 2rem!important
    }
    .mb-xxl-9 {
        margin-bottom: 2.25rem!important
    }
    .mb-xxl-10 {
        margin-bottom: 2.5rem!important
    }
    .mb-xxl-11 {
        margin-bottom: 2.75rem!important
    }
    .mb-xxl-12 {
        margin-bottom: 3rem!important
    }
    .mb-xxl-13 {
        margin-bottom: 3.25rem!important
    }
    .mb-xxl-14 {
        margin-bottom: 3.5rem!important
    }
    .mb-xxl-15 {
        margin-bottom: 3.75rem!important
    }
    .mb-xxl-16 {
        margin-bottom: 4rem!important
    }
    .mb-xxl-17 {
        margin-bottom: 4.25rem!important
    }
    .mb-xxl-18 {
        margin-bottom: 4.5rem!important
    }
    .mb-xxl-19 {
        margin-bottom: 4.75rem!important
    }
    .mb-xxl-20 {
        margin-bottom: 5rem!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: .75rem!important
    }
    .ms-xxl-4 {
        margin-left: 1rem!important
    }
    .ms-xxl-5 {
        margin-left: 1.25rem!important
    }
    .ms-xxl-6 {
        margin-left: 1.5rem!important
    }
    .ms-xxl-7 {
        margin-left: 1.75rem!important
    }
    .ms-xxl-8 {
        margin-left: 2rem!important
    }
    .ms-xxl-9 {
        margin-left: 2.25rem!important
    }
    .ms-xxl-10 {
        margin-left: 2.5rem!important
    }
    .ms-xxl-11 {
        margin-left: 2.75rem!important
    }
    .ms-xxl-12 {
        margin-left: 3rem!important
    }
    .ms-xxl-13 {
        margin-left: 3.25rem!important
    }
    .ms-xxl-14 {
        margin-left: 3.5rem!important
    }
    .ms-xxl-15 {
        margin-left: 3.75rem!important
    }
    .ms-xxl-16 {
        margin-left: 4rem!important
    }
    .ms-xxl-17 {
        margin-left: 4.25rem!important
    }
    .ms-xxl-18 {
        margin-left: 4.5rem!important
    }
    .ms-xxl-19 {
        margin-left: 4.75rem!important
    }
    .ms-xxl-20 {
        margin-left: 5rem!important
    }
    .ms-xxl-auto {
        margin-left: auto!important
    }
    .m-xxl-n1 {
        margin: -.25rem!important
    }
    .m-xxl-n2 {
        margin: -.5rem!important
    }
    .m-xxl-n3 {
        margin: -.75rem!important
    }
    .m-xxl-n4 {
        margin: -1rem!important
    }
    .m-xxl-n5 {
        margin: -1.25rem!important
    }
    .m-xxl-n6 {
        margin: -1.5rem!important
    }
    .m-xxl-n7 {
        margin: -1.75rem!important
    }
    .m-xxl-n8 {
        margin: -2rem!important
    }
    .m-xxl-n9 {
        margin: -2.25rem!important
    }
    .m-xxl-n10 {
        margin: -2.5rem!important
    }
    .m-xxl-n11 {
        margin: -2.75rem!important
    }
    .m-xxl-n12 {
        margin: -3rem!important
    }
    .m-xxl-n13 {
        margin: -3.25rem!important
    }
    .m-xxl-n14 {
        margin: -3.5rem!important
    }
    .m-xxl-n15 {
        margin: -3.75rem!important
    }
    .m-xxl-n16 {
        margin: -4rem!important
    }
    .m-xxl-n17 {
        margin: -4.25rem!important
    }
    .m-xxl-n18 {
        margin: -4.5rem!important
    }
    .m-xxl-n19 {
        margin: -4.75rem!important
    }
    .m-xxl-n20 {
        margin: -5rem!important
    }
    .mx-xxl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }
    .mx-xxl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }
    .mx-xxl-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }
    .mx-xxl-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }
    .mx-xxl-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }
    .mx-xxl-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }
    .mx-xxl-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }
    .mx-xxl-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }
    .mx-xxl-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }
    .mx-xxl-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }
    .mx-xxl-n11 {
        margin-right: -2.75rem!important;
        margin-left: -2.75rem!important
    }
    .mx-xxl-n12 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }
    .mx-xxl-n13 {
        margin-right: -3.25rem!important;
        margin-left: -3.25rem!important
    }
    .mx-xxl-n14 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }
    .mx-xxl-n15 {
        margin-right: -3.75rem!important;
        margin-left: -3.75rem!important
    }
    .mx-xxl-n16 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }
    .mx-xxl-n17 {
        margin-right: -4.25rem!important;
        margin-left: -4.25rem!important
    }
    .mx-xxl-n18 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }
    .mx-xxl-n19 {
        margin-right: -4.75rem!important;
        margin-left: -4.75rem!important
    }
    .mx-xxl-n20 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }
    .my-xxl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }
    .my-xxl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }
    .my-xxl-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }
    .my-xxl-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }
    .my-xxl-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }
    .my-xxl-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }
    .my-xxl-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }
    .my-xxl-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }
    .my-xxl-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }
    .my-xxl-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }
    .my-xxl-n11 {
        margin-top: -2.75rem!important;
        margin-bottom: -2.75rem!important
    }
    .my-xxl-n12 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }
    .my-xxl-n13 {
        margin-top: -3.25rem!important;
        margin-bottom: -3.25rem!important
    }
    .my-xxl-n14 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }
    .my-xxl-n15 {
        margin-top: -3.75rem!important;
        margin-bottom: -3.75rem!important
    }
    .my-xxl-n16 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }
    .my-xxl-n17 {
        margin-top: -4.25rem!important;
        margin-bottom: -4.25rem!important
    }
    .my-xxl-n18 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }
    .my-xxl-n19 {
        margin-top: -4.75rem!important;
        margin-bottom: -4.75rem!important
    }
    .my-xxl-n20 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }
    .mt-xxl-n1 {
        margin-top: -.25rem!important
    }
    .mt-xxl-n2 {
        margin-top: -.5rem!important
    }
    .mt-xxl-n3 {
        margin-top: -.75rem!important
    }
    .mt-xxl-n4 {
        margin-top: -1rem!important
    }
    .mt-xxl-n5 {
        margin-top: -1.25rem!important
    }
    .mt-xxl-n6 {
        margin-top: -1.5rem!important
    }
    .mt-xxl-n7 {
        margin-top: -1.75rem!important
    }
    .mt-xxl-n8 {
        margin-top: -2rem!important
    }
    .mt-xxl-n9 {
        margin-top: -2.25rem!important
    }
    .mt-xxl-n10 {
        margin-top: -2.5rem!important
    }
    .mt-xxl-n11 {
        margin-top: -2.75rem!important
    }
    .mt-xxl-n12 {
        margin-top: -3rem!important
    }
    .mt-xxl-n13 {
        margin-top: -3.25rem!important
    }
    .mt-xxl-n14 {
        margin-top: -3.5rem!important
    }
    .mt-xxl-n15 {
        margin-top: -3.75rem!important
    }
    .mt-xxl-n16 {
        margin-top: -4rem!important
    }
    .mt-xxl-n17 {
        margin-top: -4.25rem!important
    }
    .mt-xxl-n18 {
        margin-top: -4.5rem!important
    }
    .mt-xxl-n19 {
        margin-top: -4.75rem!important
    }
    .mt-xxl-n20 {
        margin-top: -5rem!important
    }
    .me-xxl-n1 {
        margin-right: -.25rem!important
    }
    .me-xxl-n2 {
        margin-right: -.5rem!important
    }
    .me-xxl-n3 {
        margin-right: -.75rem!important
    }
    .me-xxl-n4 {
        margin-right: -1rem!important
    }
    .me-xxl-n5 {
        margin-right: -1.25rem!important
    }
    .me-xxl-n6 {
        margin-right: -1.5rem!important
    }
    .me-xxl-n7 {
        margin-right: -1.75rem!important
    }
    .me-xxl-n8 {
        margin-right: -2rem!important
    }
    .me-xxl-n9 {
        margin-right: -2.25rem!important
    }
    .me-xxl-n10 {
        margin-right: -2.5rem!important
    }
    .me-xxl-n11 {
        margin-right: -2.75rem!important
    }
    .me-xxl-n12 {
        margin-right: -3rem!important
    }
    .me-xxl-n13 {
        margin-right: -3.25rem!important
    }
    .me-xxl-n14 {
        margin-right: -3.5rem!important
    }
    .me-xxl-n15 {
        margin-right: -3.75rem!important
    }
    .me-xxl-n16 {
        margin-right: -4rem!important
    }
    .me-xxl-n17 {
        margin-right: -4.25rem!important
    }
    .me-xxl-n18 {
        margin-right: -4.5rem!important
    }
    .me-xxl-n19 {
        margin-right: -4.75rem!important
    }
    .me-xxl-n20 {
        margin-right: -5rem!important
    }
    .mb-xxl-n1 {
        margin-bottom: -.25rem!important
    }
    .mb-xxl-n2 {
        margin-bottom: -.5rem!important
    }
    .mb-xxl-n3 {
        margin-bottom: -.75rem!important
    }
    .mb-xxl-n4 {
        margin-bottom: -1rem!important
    }
    .mb-xxl-n5 {
        margin-bottom: -1.25rem!important
    }
    .mb-xxl-n6 {
        margin-bottom: -1.5rem!important
    }
    .mb-xxl-n7 {
        margin-bottom: -1.75rem!important
    }
    .mb-xxl-n8 {
        margin-bottom: -2rem!important
    }
    .mb-xxl-n9 {
        margin-bottom: -2.25rem!important
    }
    .mb-xxl-n10 {
        margin-bottom: -2.5rem!important
    }
    .mb-xxl-n11 {
        margin-bottom: -2.75rem!important
    }
    .mb-xxl-n12 {
        margin-bottom: -3rem!important
    }
    .mb-xxl-n13 {
        margin-bottom: -3.25rem!important
    }
    .mb-xxl-n14 {
        margin-bottom: -3.5rem!important
    }
    .mb-xxl-n15 {
        margin-bottom: -3.75rem!important
    }
    .mb-xxl-n16 {
        margin-bottom: -4rem!important
    }
    .mb-xxl-n17 {
        margin-bottom: -4.25rem!important
    }
    .mb-xxl-n18 {
        margin-bottom: -4.5rem!important
    }
    .mb-xxl-n19 {
        margin-bottom: -4.75rem!important
    }
    .mb-xxl-n20 {
        margin-bottom: -5rem!important
    }
    .ms-xxl-n1 {
        margin-left: -.25rem!important
    }
    .ms-xxl-n2 {
        margin-left: -.5rem!important
    }
    .ms-xxl-n3 {
        margin-left: -.75rem!important
    }
    .ms-xxl-n4 {
        margin-left: -1rem!important
    }
    .ms-xxl-n5 {
        margin-left: -1.25rem!important
    }
    .ms-xxl-n6 {
        margin-left: -1.5rem!important
    }
    .ms-xxl-n7 {
        margin-left: -1.75rem!important
    }
    .ms-xxl-n8 {
        margin-left: -2rem!important
    }
    .ms-xxl-n9 {
        margin-left: -2.25rem!important
    }
    .ms-xxl-n10 {
        margin-left: -2.5rem!important
    }
    .ms-xxl-n11 {
        margin-left: -2.75rem!important
    }
    .ms-xxl-n12 {
        margin-left: -3rem!important
    }
    .ms-xxl-n13 {
        margin-left: -3.25rem!important
    }
    .ms-xxl-n14 {
        margin-left: -3.5rem!important
    }
    .ms-xxl-n15 {
        margin-left: -3.75rem!important
    }
    .ms-xxl-n16 {
        margin-left: -4rem!important
    }
    .ms-xxl-n17 {
        margin-left: -4.25rem!important
    }
    .ms-xxl-n18 {
        margin-left: -4.5rem!important
    }
    .ms-xxl-n19 {
        margin-left: -4.75rem!important
    }
    .ms-xxl-n20 {
        margin-left: -5rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .p-xxl-3 {
        padding: .75rem!important
    }
    .p-xxl-4 {
        padding: 1rem!important
    }
    .p-xxl-5 {
        padding: 1.25rem!important
    }
    .p-xxl-6 {
        padding: 1.5rem!important
    }
    .p-xxl-7 {
        padding: 1.75rem!important
    }
    .p-xxl-8 {
        padding: 2rem!important
    }
    .p-xxl-9 {
        padding: 2.25rem!important
    }
    .p-xxl-10 {
        padding: 2.5rem!important
    }
    .p-xxl-11 {
        padding: 2.75rem!important
    }
    .p-xxl-12 {
        padding: 3rem!important
    }
    .p-xxl-13 {
        padding: 3.25rem!important
    }
    .p-xxl-14 {
        padding: 3.5rem!important
    }
    .p-xxl-15 {
        padding: 3.75rem!important
    }
    .p-xxl-16 {
        padding: 4rem!important
    }
    .p-xxl-17 {
        padding: 4.25rem!important
    }
    .p-xxl-18 {
        padding: 4.5rem!important
    }
    .p-xxl-19 {
        padding: 4.75rem!important
    }
    .p-xxl-20 {
        padding: 5rem!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: .75rem!important;
        padding-left: .75rem!important
    }
    .px-xxl-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-xxl-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }
    .px-xxl-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-xxl-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }
    .px-xxl-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }
    .px-xxl-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }
    .px-xxl-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
    .px-xxl-11 {
        padding-right: 2.75rem!important;
        padding-left: 2.75rem!important
    }
    .px-xxl-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .px-xxl-13 {
        padding-right: 3.25rem!important;
        padding-left: 3.25rem!important
    }
    .px-xxl-14 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }
    .px-xxl-15 {
        padding-right: 3.75rem!important;
        padding-left: 3.75rem!important
    }
    .px-xxl-16 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }
    .px-xxl-17 {
        padding-right: 4.25rem!important;
        padding-left: 4.25rem!important
    }
    .px-xxl-18 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }
    .px-xxl-19 {
        padding-right: 4.75rem!important;
        padding-left: 4.75rem!important
    }
    .px-xxl-20 {
        padding-right: 5rem!important;
        padding-left: 5rem!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: .75rem!important;
        padding-bottom: .75rem!important
    }
    .py-xxl-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-xxl-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }
    .py-xxl-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-xxl-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }
    .py-xxl-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-xxl-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }
    .py-xxl-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }
    .py-xxl-11 {
        padding-top: 2.75rem!important;
        padding-bottom: 2.75rem!important
    }
    .py-xxl-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .py-xxl-13 {
        padding-top: 3.25rem!important;
        padding-bottom: 3.25rem!important
    }
    .py-xxl-14 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }
    .py-xxl-15 {
        padding-top: 3.75rem!important;
        padding-bottom: 3.75rem!important
    }
    .py-xxl-16 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }
    .py-xxl-17 {
        padding-top: 4.25rem!important;
        padding-bottom: 4.25rem!important
    }
    .py-xxl-18 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }
    .py-xxl-19 {
        padding-top: 4.75rem!important;
        padding-bottom: 4.75rem!important
    }
    .py-xxl-20 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!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: .75rem!important
    }
    .pt-xxl-4 {
        padding-top: 1rem!important
    }
    .pt-xxl-5 {
        padding-top: 1.25rem!important
    }
    .pt-xxl-6 {
        padding-top: 1.5rem!important
    }
    .pt-xxl-7 {
        padding-top: 1.75rem!important
    }
    .pt-xxl-8 {
        padding-top: 2rem!important
    }
    .pt-xxl-9 {
        padding-top: 2.25rem!important
    }
    .pt-xxl-10 {
        padding-top: 2.5rem!important
    }
    .pt-xxl-11 {
        padding-top: 2.75rem!important
    }
    .pt-xxl-12 {
        padding-top: 3rem!important
    }
    .pt-xxl-13 {
        padding-top: 3.25rem!important
    }
    .pt-xxl-14 {
        padding-top: 3.5rem!important
    }
    .pt-xxl-15 {
        padding-top: 3.75rem!important
    }
    .pt-xxl-16 {
        padding-top: 4rem!important
    }
    .pt-xxl-17 {
        padding-top: 4.25rem!important
    }
    .pt-xxl-18 {
        padding-top: 4.5rem!important
    }
    .pt-xxl-19 {
        padding-top: 4.75rem!important
    }
    .pt-xxl-20 {
        padding-top: 5rem!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: .75rem!important
    }
    .pe-xxl-4 {
        padding-right: 1rem!important
    }
    .pe-xxl-5 {
        padding-right: 1.25rem!important
    }
    .pe-xxl-6 {
        padding-right: 1.5rem!important
    }
    .pe-xxl-7 {
        padding-right: 1.75rem!important
    }
    .pe-xxl-8 {
        padding-right: 2rem!important
    }
    .pe-xxl-9 {
        padding-right: 2.25rem!important
    }
    .pe-xxl-10 {
        padding-right: 2.5rem!important
    }
    .pe-xxl-11 {
        padding-right: 2.75rem!important
    }
    .pe-xxl-12 {
        padding-right: 3rem!important
    }
    .pe-xxl-13 {
        padding-right: 3.25rem!important
    }
    .pe-xxl-14 {
        padding-right: 3.5rem!important
    }
    .pe-xxl-15 {
        padding-right: 3.75rem!important
    }
    .pe-xxl-16 {
        padding-right: 4rem!important
    }
    .pe-xxl-17 {
        padding-right: 4.25rem!important
    }
    .pe-xxl-18 {
        padding-right: 4.5rem!important
    }
    .pe-xxl-19 {
        padding-right: 4.75rem!important
    }
    .pe-xxl-20 {
        padding-right: 5rem!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: .75rem!important
    }
    .pb-xxl-4 {
        padding-bottom: 1rem!important
    }
    .pb-xxl-5 {
        padding-bottom: 1.25rem!important
    }
    .pb-xxl-6 {
        padding-bottom: 1.5rem!important
    }
    .pb-xxl-7 {
        padding-bottom: 1.75rem!important
    }
    .pb-xxl-8 {
        padding-bottom: 2rem!important
    }
    .pb-xxl-9 {
        padding-bottom: 2.25rem!important
    }
    .pb-xxl-10 {
        padding-bottom: 2.5rem!important
    }
    .pb-xxl-11 {
        padding-bottom: 2.75rem!important
    }
    .pb-xxl-12 {
        padding-bottom: 3rem!important
    }
    .pb-xxl-13 {
        padding-bottom: 3.25rem!important
    }
    .pb-xxl-14 {
        padding-bottom: 3.5rem!important
    }
    .pb-xxl-15 {
        padding-bottom: 3.75rem!important
    }
    .pb-xxl-16 {
        padding-bottom: 4rem!important
    }
    .pb-xxl-17 {
        padding-bottom: 4.25rem!important
    }
    .pb-xxl-18 {
        padding-bottom: 4.5rem!important
    }
    .pb-xxl-19 {
        padding-bottom: 4.75rem!important
    }
    .pb-xxl-20 {
        padding-bottom: 5rem!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: .75rem!important
    }
    .ps-xxl-4 {
        padding-left: 1rem!important
    }
    .ps-xxl-5 {
        padding-left: 1.25rem!important
    }
    .ps-xxl-6 {
        padding-left: 1.5rem!important
    }
    .ps-xxl-7 {
        padding-left: 1.75rem!important
    }
    .ps-xxl-8 {
        padding-left: 2rem!important
    }
    .ps-xxl-9 {
        padding-left: 2.25rem!important
    }
    .ps-xxl-10 {
        padding-left: 2.5rem!important
    }
    .ps-xxl-11 {
        padding-left: 2.75rem!important
    }
    .ps-xxl-12 {
        padding-left: 3rem!important
    }
    .ps-xxl-13 {
        padding-left: 3.25rem!important
    }
    .ps-xxl-14 {
        padding-left: 3.5rem!important
    }
    .ps-xxl-15 {
        padding-left: 3.75rem!important
    }
    .ps-xxl-16 {
        padding-left: 4rem!important
    }
    .ps-xxl-17 {
        padding-left: 4.25rem!important
    }
    .ps-xxl-18 {
        padding-left: 4.5rem!important
    }
    .ps-xxl-19 {
        padding-left: 4.75rem!important
    }
    .ps-xxl-20 {
        padding-left: 5rem!important
    }
    .fs-xxl-1 {
        font-size: calc(1.3rem + .6vw)!important
    }
    .fs-xxl-2 {
        font-size: calc(1.275rem + .3vw)!important
    }
    .fs-xxl-3 {
        font-size: calc(1.26rem + .12vw)!important
    }
    .fs-xxl-4 {
        font-size: 1.25rem!important
    }
    .fs-xxl-5 {
        font-size: 1.15rem!important
    }
    .fs-xxl-6 {
        font-size: 1.075rem!important
    }
    .fs-xxl-7 {
        font-size: .95rem!important
    }
    .fs-xxl-8 {
        font-size: .85rem!important
    }
    .fs-xxl-9 {
        font-size: .75rem!important
    }
    .fs-xxl-10 {
        font-size: .5rem!important
    }
    .fs-xxl-base {
        font-size: 1rem!important
    }
    .fs-xxl-fluid {
        font-size: 100%!important
    }
    .fs-xxl-2x {
        font-size: calc(1.325rem + .9vw)!important
    }
    .fs-xxl-2qx {
        font-size: calc(1.35rem + 1.2vw)!important
    }
    .fs-xxl-2hx {
        font-size: calc(1.375rem + 1.5vw)!important
    }
    .fs-xxl-2tx {
        font-size: calc(1.4rem + 1.8vw)!important
    }
    .fs-xxl-3x {
        font-size: calc(1.425rem + 2.1vw)!important
    }
    .fs-xxl-3qx {
        font-size: calc(1.45rem + 2.4vw)!important
    }
    .fs-xxl-3hx {
        font-size: calc(1.475rem + 2.7vw)!important
    }
    .fs-xxl-3tx {
        font-size: calc(1.5rem + 3vw)!important
    }
    .fs-xxl-4x {
        font-size: calc(1.525rem + 3.3vw)!important
    }
    .fs-xxl-4qx {
        font-size: calc(1.55rem + 3.6vw)!important
    }
    .fs-xxl-4hx {
        font-size: calc(1.575rem + 3.9vw)!important
    }
    .fs-xxl-4tx {
        font-size: calc(1.6rem + 4.2vw)!important
    }
    .fs-xxl-5x {
        font-size: calc(1.625rem + 4.5vw)!important
    }
    .fs-xxl-5qx {
        font-size: calc(1.65rem + 4.8vw)!important
    }
    .fs-xxl-5hx {
        font-size: calc(1.675rem + 5.1vw)!important
    }
    .fs-xxl-5tx {
        font-size: calc(1.7rem + 5.4vw)!important
    }
    .text-xxl-start {
        text-align: left!important
    }
    .text-xxl-end {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
    .min-w-xxl-unset {
        min-width: unset!important
    }
    .min-w-xxl-25 {
        min-width: 25%!important
    }
    .min-w-xxl-50 {
        min-width: 50%!important
    }
    .min-w-xxl-75 {
        min-width: 75%!important
    }
    .min-w-xxl-100 {
        min-width: 100%!important
    }
    .min-w-xxl-auto {
        min-width: auto!important
    }
    .min-w-xxl-1px {
        min-width: 1px!important
    }
    .min-w-xxl-2px {
        min-width: 2px!important
    }
    .min-w-xxl-3px {
        min-width: 3px!important
    }
    .min-w-xxl-4px {
        min-width: 4px!important
    }
    .min-w-xxl-5px {
        min-width: 5px!important
    }
    .min-w-xxl-6px {
        min-width: 6px!important
    }
    .min-w-xxl-7px {
        min-width: 7px!important
    }
    .min-w-xxl-8px {
        min-width: 8px!important
    }
    .min-w-xxl-9px {
        min-width: 9px!important
    }
    .min-w-xxl-10px {
        min-width: 10px!important
    }
    .min-w-xxl-15px {
        min-width: 15px!important
    }
    .min-w-xxl-20px {
        min-width: 20px!important
    }
    .min-w-xxl-25px {
        min-width: 25px!important
    }
    .min-w-xxl-30px {
        min-width: 30px!important
    }
    .min-w-xxl-35px {
        min-width: 35px!important
    }
    .min-w-xxl-40px {
        min-width: 40px!important
    }
    .min-w-xxl-45px {
        min-width: 45px!important
    }
    .min-w-xxl-50px {
        min-width: 50px!important
    }
    .min-w-xxl-55px {
        min-width: 55px!important
    }
    .min-w-xxl-60px {
        min-width: 60px!important
    }
    .min-w-xxl-65px {
        min-width: 65px!important
    }
    .min-w-xxl-70px {
        min-width: 70px!important
    }
    .min-w-xxl-75px {
        min-width: 75px!important
    }
    .min-w-xxl-80px {
        min-width: 80px!important
    }
    .min-w-xxl-85px {
        min-width: 85px!important
    }
    .min-w-xxl-90px {
        min-width: 90px!important
    }
    .min-w-xxl-95px {
        min-width: 95px!important
    }
    .min-w-xxl-100px {
        min-width: 100px!important
    }
    .min-w-xxl-125px {
        min-width: 125px!important
    }
    .min-w-xxl-150px {
        min-width: 150px!important
    }
    .min-w-xxl-175px {
        min-width: 175px!important
    }
    .min-w-xxl-200px {
        min-width: 200px!important
    }
    .min-w-xxl-225px {
        min-width: 225px!important
    }
    .min-w-xxl-250px {
        min-width: 250px!important
    }
    .min-w-xxl-275px {
        min-width: 275px!important
    }
    .min-w-xxl-300px {
        min-width: 300px!important
    }
    .min-w-xxl-325px {
        min-width: 325px!important
    }
    .min-w-xxl-350px {
        min-width: 350px!important
    }
    .min-w-xxl-375px {
        min-width: 375px!important
    }
    .min-w-xxl-400px {
        min-width: 400px!important
    }
    .min-w-xxl-425px {
        min-width: 425px!important
    }
    .min-w-xxl-450px {
        min-width: 450px!important
    }
    .min-w-xxl-475px {
        min-width: 475px!important
    }
    .min-w-xxl-500px {
        min-width: 500px!important
    }
    .min-w-xxl-550px {
        min-width: 550px!important
    }
    .min-w-xxl-600px {
        min-width: 600px!important
    }
    .min-w-xxl-650px {
        min-width: 650px!important
    }
    .min-w-xxl-700px {
        min-width: 700px!important
    }
    .min-w-xxl-750px {
        min-width: 750px!important
    }
    .min-w-xxl-800px {
        min-width: 800px!important
    }
    .min-w-xxl-850px {
        min-width: 850px!important
    }
    .min-w-xxl-900px {
        min-width: 900px!important
    }
    .min-w-xxl-950px {
        min-width: 950px!important
    }
    .min-w-xxl-1000px {
        min-width: 1000px!important
    }
    .min-h-xxl-unset {
        min-height: unset!important
    }
    .min-h-xxl-25 {
        min-height: 25%!important
    }
    .min-h-xxl-50 {
        min-height: 50%!important
    }
    .min-h-xxl-75 {
        min-height: 75%!important
    }
    .min-h-xxl-100 {
        min-height: 100%!important
    }
    .min-h-xxl-auto {
        min-height: auto!important
    }
    .min-h-xxl-1px {
        min-height: 1px!important
    }
    .min-h-xxl-2px {
        min-height: 2px!important
    }
    .min-h-xxl-3px {
        min-height: 3px!important
    }
    .min-h-xxl-4px {
        min-height: 4px!important
    }
    .min-h-xxl-5px {
        min-height: 5px!important
    }
    .min-h-xxl-6px {
        min-height: 6px!important
    }
    .min-h-xxl-7px {
        min-height: 7px!important
    }
    .min-h-xxl-8px {
        min-height: 8px!important
    }
    .min-h-xxl-9px {
        min-height: 9px!important
    }
    .min-h-xxl-10px {
        min-height: 10px!important
    }
    .min-h-xxl-15px {
        min-height: 15px!important
    }
    .min-h-xxl-20px {
        min-height: 20px!important
    }
    .min-h-xxl-25px {
        min-height: 25px!important
    }
    .min-h-xxl-30px {
        min-height: 30px!important
    }
    .min-h-xxl-35px {
        min-height: 35px!important
    }
    .min-h-xxl-40px {
        min-height: 40px!important
    }
    .min-h-xxl-45px {
        min-height: 45px!important
    }
    .min-h-xxl-50px {
        min-height: 50px!important
    }
    .min-h-xxl-55px {
        min-height: 55px!important
    }
    .min-h-xxl-60px {
        min-height: 60px!important
    }
    .min-h-xxl-65px {
        min-height: 65px!important
    }
    .min-h-xxl-70px {
        min-height: 70px!important
    }
    .min-h-xxl-75px {
        min-height: 75px!important
    }
    .min-h-xxl-80px {
        min-height: 80px!important
    }
    .min-h-xxl-85px {
        min-height: 85px!important
    }
    .min-h-xxl-90px {
        min-height: 90px!important
    }
    .min-h-xxl-95px {
        min-height: 95px!important
    }
    .min-h-xxl-100px {
        min-height: 100px!important
    }
    .min-h-xxl-125px {
        min-height: 125px!important
    }
    .min-h-xxl-150px {
        min-height: 150px!important
    }
    .min-h-xxl-175px {
        min-height: 175px!important
    }
    .min-h-xxl-200px {
        min-height: 200px!important
    }
    .min-h-xxl-225px {
        min-height: 225px!important
    }
    .min-h-xxl-250px {
        min-height: 250px!important
    }
    .min-h-xxl-275px {
        min-height: 275px!important
    }
    .min-h-xxl-300px {
        min-height: 300px!important
    }
    .min-h-xxl-325px {
        min-height: 325px!important
    }
    .min-h-xxl-350px {
        min-height: 350px!important
    }
    .min-h-xxl-375px {
        min-height: 375px!important
    }
    .min-h-xxl-400px {
        min-height: 400px!important
    }
    .min-h-xxl-425px {
        min-height: 425px!important
    }
    .min-h-xxl-450px {
        min-height: 450px!important
    }
    .min-h-xxl-475px {
        min-height: 475px!important
    }
    .min-h-xxl-500px {
        min-height: 500px!important
    }
    .min-h-xxl-550px {
        min-height: 550px!important
    }
    .min-h-xxl-600px {
        min-height: 600px!important
    }
    .min-h-xxl-650px {
        min-height: 650px!important
    }
    .min-h-xxl-700px {
        min-height: 700px!important
    }
    .min-h-xxl-750px {
        min-height: 750px!important
    }
    .min-h-xxl-800px {
        min-height: 800px!important
    }
    .min-h-xxl-850px {
        min-height: 850px!important
    }
    .min-h-xxl-900px {
        min-height: 900px!important
    }
    .min-h-xxl-950px {
        min-height: 950px!important
    }
    .min-h-xxl-1000px {
        min-height: 1000px!important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 1.75rem!important
    }
    .fs-2 {
        font-size: 1.5rem!important
    }
    .fs-3 {
        font-size: 1.35rem!important
    }
    .fs-2x {
        font-size: 2rem!important
    }
    .fs-2qx {
        font-size: 2.25rem!important
    }
    .fs-2hx {
        font-size: 2.5rem!important
    }
    .fs-2tx {
        font-size: 2.75rem!important
    }
    .fs-3x {
        font-size: 3rem!important
    }
    .fs-3qx {
        font-size: 3.25rem!important
    }
    .fs-3hx {
        font-size: 3.5rem!important
    }
    .fs-3tx {
        font-size: 3.75rem!important
    }
    .fs-4x {
        font-size: 4rem!important
    }
    .fs-4qx {
        font-size: 4.25rem!important
    }
    .fs-4hx {
        font-size: 4.5rem!important
    }
    .fs-4tx {
        font-size: 4.75rem!important
    }
    .fs-5x {
        font-size: 5rem!important
    }
    .fs-5qx {
        font-size: 5.25rem!important
    }
    .fs-5hx {
        font-size: 5.5rem!important
    }
    .fs-5tx {
        font-size: 5.75rem!important
    }
    .fs-sm-1 {
        font-size: 1.75rem!important
    }
    .fs-sm-2 {
        font-size: 1.5rem!important
    }
    .fs-sm-3 {
        font-size: 1.35rem!important
    }
    .fs-sm-2x {
        font-size: 2rem!important
    }
    .fs-sm-2qx {
        font-size: 2.25rem!important
    }
    .fs-sm-2hx {
        font-size: 2.5rem!important
    }
    .fs-sm-2tx {
        font-size: 2.75rem!important
    }
    .fs-sm-3x {
        font-size: 3rem!important
    }
    .fs-sm-3qx {
        font-size: 3.25rem!important
    }
    .fs-sm-3hx {
        font-size: 3.5rem!important
    }
    .fs-sm-3tx {
        font-size: 3.75rem!important
    }
    .fs-sm-4x {
        font-size: 4rem!important
    }
    .fs-sm-4qx {
        font-size: 4.25rem!important
    }
    .fs-sm-4hx {
        font-size: 4.5rem!important
    }
    .fs-sm-4tx {
        font-size: 4.75rem!important
    }
    .fs-sm-5x {
        font-size: 5rem!important
    }
    .fs-sm-5qx {
        font-size: 5.25rem!important
    }
    .fs-sm-5hx {
        font-size: 5.5rem!important
    }
    .fs-sm-5tx {
        font-size: 5.75rem!important
    }
    .fs-md-1 {
        font-size: 1.75rem!important
    }
    .fs-md-2 {
        font-size: 1.5rem!important
    }
    .fs-md-3 {
        font-size: 1.35rem!important
    }
    .fs-md-2x {
        font-size: 2rem!important
    }
    .fs-md-2qx {
        font-size: 2.25rem!important
    }
    .fs-md-2hx {
        font-size: 2.5rem!important
    }
    .fs-md-2tx {
        font-size: 2.75rem!important
    }
    .fs-md-3x {
        font-size: 3rem!important
    }
    .fs-md-3qx {
        font-size: 3.25rem!important
    }
    .fs-md-3hx {
        font-size: 3.5rem!important
    }
    .fs-md-3tx {
        font-size: 3.75rem!important
    }
    .fs-md-4x {
        font-size: 4rem!important
    }
    .fs-md-4qx {
        font-size: 4.25rem!important
    }
    .fs-md-4hx {
        font-size: 4.5rem!important
    }
    .fs-md-4tx {
        font-size: 4.75rem!important
    }
    .fs-md-5x {
        font-size: 5rem!important
    }
    .fs-md-5qx {
        font-size: 5.25rem!important
    }
    .fs-md-5hx {
        font-size: 5.5rem!important
    }
    .fs-md-5tx {
        font-size: 5.75rem!important
    }
    .fs-lg-1 {
        font-size: 1.75rem!important
    }
    .fs-lg-2 {
        font-size: 1.5rem!important
    }
    .fs-lg-3 {
        font-size: 1.35rem!important
    }
    .fs-lg-2x {
        font-size: 2rem!important
    }
    .fs-lg-2qx {
        font-size: 2.25rem!important
    }
    .fs-lg-2hx {
        font-size: 2.5rem!important
    }
    .fs-lg-2tx {
        font-size: 2.75rem!important
    }
    .fs-lg-3x {
        font-size: 3rem!important
    }
    .fs-lg-3qx {
        font-size: 3.25rem!important
    }
    .fs-lg-3hx {
        font-size: 3.5rem!important
    }
    .fs-lg-3tx {
        font-size: 3.75rem!important
    }
    .fs-lg-4x {
        font-size: 4rem!important
    }
    .fs-lg-4qx {
        font-size: 4.25rem!important
    }
    .fs-lg-4hx {
        font-size: 4.5rem!important
    }
    .fs-lg-4tx {
        font-size: 4.75rem!important
    }
    .fs-lg-5x {
        font-size: 5rem!important
    }
    .fs-lg-5qx {
        font-size: 5.25rem!important
    }
    .fs-lg-5hx {
        font-size: 5.5rem!important
    }
    .fs-lg-5tx {
        font-size: 5.75rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-grid {
        display: grid!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
    .d-print-none {
        display: none!important
    }
}

:root {
    --bs-light-primary: #ECF8FF;
    --bs-active-primary: #0095E8;
    --bs-light-success: #E8FFF3;
    --bs-active-success: #47BE7D;
    --bs-light-info: #F8F5FF;
    --bs-active-info: #5014D0;
    --bs-light-warning: #FFF8DD;
    --bs-active-warning: #F1BC00;
    --bs-light-danger: #FFF5F8;
    --bs-active-danger: #D9214E;
    --bs-light-dark: #EFF2F5;
    --bs-active-dark: #131628;
    --bs-gray-100: #F5F8FA;
    --bs-gray-200: #EFF2F5;
    --bs-gray-300: #E4E6EF;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #A1A5B7;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #5E6278;
    --bs-gray-800: #3F4254;
    --bs-gray-900: #181C32;
    --bs-xs: 0;
    --bs-sm: 576px;
    --bs-md: 768px;
    --bs-lg: 992px;
    --bs-xl: 1200px;
    --bs-xxl: 1400px
}

.bg-white {
    --bg-color: 255, 255, 255
}

.bg-white.hoverable:hover {
    background-color: #f5f8fa!important
}

.bg-hover-white {
    cursor: pointer
}

.bg-hover-white:hover {
    --bg-color: 255, 255, 255;
    background-color: #fff!important
}

.bg-active-white.active {
    --bg-color: 255, 255, 255;
    background-color: #fff!important
}

.bg-state-white {
    cursor: pointer
}

.bg-state-white.active,
.bg-state-white:hover {
    --bg-color: 255, 255, 255;
    background-color: #fff!important
}

.bg-light {
    --bg-color: 245, 248, 250
}

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

.bg-hover-light {
    cursor: pointer
}

.bg-hover-light:hover {
    --bg-color: 245, 248, 250;
    background-color: #f5f8fa!important
}

.bg-active-light.active {
    --bg-color: 245, 248, 250;
    background-color: #f5f8fa!important
}

.bg-state-light {
    cursor: pointer
}

.bg-state-light.active,
.bg-state-light:hover {
    --bg-color: 245, 248, 250;
    background-color: #f5f8fa!important
}

.bg-light-primary {
    background-color: #ecf8ff!important
}

.bg-light-primary.hoverable:hover {
    background-color: #cdedff!important
}

.bg-primary {
    --bg-color: 0, 158, 247
}

.bg-primary.hoverable:hover {
    background-color: #0095e8!important
}

.bg-hover-light-primary {
    cursor: pointer
}

.bg-hover-light-primary:hover {
    background-color: #ecf8ff!important
}

.bg-state-light-primary {
    cursor: pointer
}

.bg-state-light-primary.active,
.bg-state-light-primary:hover {
    background-color: #ecf8ff!important
}

.bg-hover-primary {
    cursor: pointer
}

.bg-hover-primary:hover {
    --bg-color: 0, 158, 247;
    background-color: #009ef7!important
}

.bg-active-primary.active {
    --bg-color: 0, 158, 247;
    background-color: #009ef7!important
}

.bg-state-primary {
    cursor: pointer
}

.bg-state-primary.active,
.bg-state-primary:hover {
    --bg-color: 0, 158, 247;
    background-color: #009ef7!important
}

.bg-secondary {
    --bg-color: 228, 230, 239
}

.bg-secondary.hoverable:hover {
    background-color: #b5b5c3!important
}

.bg-hover-secondary {
    cursor: pointer
}

.bg-hover-secondary:hover {
    --bg-color: 228, 230, 239;
    background-color: #e4e6ef!important
}

.bg-active-secondary.active {
    --bg-color: 228, 230, 239;
    background-color: #e4e6ef!important
}

.bg-state-secondary {
    cursor: pointer
}

.bg-state-secondary.active,
.bg-state-secondary:hover {
    --bg-color: 228, 230, 239;
    background-color: #e4e6ef!important
}

.bg-light-success {
    background-color: #e8fff3!important
}

.bg-light-success.hoverable:hover {
    background-color: #c9ffe3!important
}

.bg-success {
    --bg-color: 80, 205, 137
}

.bg-success.hoverable:hover {
    background-color: #47be7d!important
}

.bg-hover-light-success {
    cursor: pointer
}

.bg-hover-light-success:hover {
    background-color: #e8fff3!important
}

.bg-state-light-success {
    cursor: pointer
}

.bg-state-light-success.active,
.bg-state-light-success:hover {
    background-color: #e8fff3!important
}

.bg-hover-success {
    cursor: pointer
}

.bg-hover-success:hover {
    --bg-color: 80, 205, 137;
    background-color: #50cd89!important
}

.bg-active-success.active {
    --bg-color: 80, 205, 137;
    background-color: #50cd89!important
}

.bg-state-success {
    cursor: pointer
}

.bg-state-success.active,
.bg-state-success:hover {
    --bg-color: 80, 205, 137;
    background-color: #50cd89!important
}

.bg-light-info {
    background-color: #f8f5ff!important
}

.bg-light-info.hoverable:hover {
    background-color: #e3d6ff!important
}

.bg-info {
    --bg-color: 114, 57, 234
}

.bg-info.hoverable:hover {
    background-color: #5014d0!important
}

.bg-hover-light-info {
    cursor: pointer
}

.bg-hover-light-info:hover {
    background-color: #f8f5ff!important
}

.bg-state-light-info {
    cursor: pointer
}

.bg-state-light-info.active,
.bg-state-light-info:hover {
    background-color: #f8f5ff!important
}

.bg-hover-info {
    cursor: pointer
}

.bg-hover-info:hover {
    --bg-color: 114, 57, 234;
    background-color: #7239ea!important
}

.bg-active-info.active {
    --bg-color: 114, 57, 234;
    background-color: #7239ea!important
}

.bg-state-info {
    cursor: pointer
}

.bg-state-info.active,
.bg-state-info:hover {
    --bg-color: 114, 57, 234;
    background-color: #7239ea!important
}

.bg-light-warning {
    background-color: #fff8dd!important
}

.bg-light-warning.hoverable:hover {
    background-color: #fff2be!important
}

.bg-warning {
    --bg-color: 255, 199, 0
}

.bg-warning.hoverable:hover {
    background-color: #f1bc00!important
}

.bg-hover-light-warning {
    cursor: pointer
}

.bg-hover-light-warning:hover {
    background-color: #fff8dd!important
}

.bg-state-light-warning {
    cursor: pointer
}

.bg-state-light-warning.active,
.bg-state-light-warning:hover {
    background-color: #fff8dd!important
}

.bg-hover-warning {
    cursor: pointer
}

.bg-hover-warning:hover {
    --bg-color: 255, 199, 0;
    background-color: #ffc700!important
}

.bg-active-warning.active {
    --bg-color: 255, 199, 0;
    background-color: #ffc700!important
}

.bg-state-warning {
    cursor: pointer
}

.bg-state-warning.active,
.bg-state-warning:hover {
    --bg-color: 255, 199, 0;
    background-color: #ffc700!important
}

.bg-light-danger {
    background-color: #fff5f8!important
}

.bg-light-danger.hoverable:hover {
    background-color: #ffd6e3!important
}

.bg-danger {
    --bg-color: 241, 65, 108
}

.bg-danger.hoverable:hover {
    background-color: #d9214e!important
}

.bg-hover-light-danger {
    cursor: pointer
}

.bg-hover-light-danger:hover {
    background-color: #fff5f8!important
}

.bg-state-light-danger {
    cursor: pointer
}

.bg-state-light-danger.active,
.bg-state-light-danger:hover {
    background-color: #fff5f8!important
}

.bg-hover-danger {
    cursor: pointer
}

.bg-hover-danger:hover {
    --bg-color: 241, 65, 108;
    background-color: #f1416c!important
}

.bg-active-danger.active {
    --bg-color: 241, 65, 108;
    background-color: #f1416c!important
}

.bg-state-danger {
    cursor: pointer
}

.bg-state-danger.active,
.bg-state-danger:hover {
    --bg-color: 241, 65, 108;
    background-color: #f1416c!important
}

.bg-light-dark {
    background-color: #eff2f5!important
}

.bg-light-dark.hoverable:hover {
    background-color: #dce3e9!important
}

.bg-dark {
    --bg-color: 24, 28, 50
}

.bg-dark.hoverable:hover {
    background-color: #131628!important
}

.bg-hover-light-dark {
    cursor: pointer
}

.bg-hover-light-dark:hover {
    background-color: #eff2f5!important
}

.bg-state-light-dark {
    cursor: pointer
}

.bg-state-light-dark.active,
.bg-state-light-dark:hover {
    background-color: #eff2f5!important
}

.bg-hover-dark {
    cursor: pointer
}

.bg-hover-dark:hover {
    --bg-color: 24, 28, 50;
    background-color: #181c32!important
}

.bg-active-dark.active {
    --bg-color: 24, 28, 50;
    background-color: #181c32!important
}

.bg-state-dark {
    cursor: pointer
}

.bg-state-dark.active,
.bg-state-dark:hover {
    --bg-color: 24, 28, 50;
    background-color: #181c32!important
}

.bg-black {
    background-color: #000!important
}

.bg-opacity-0 {
    background-color: rgba(var(--bg-color), 0)!important
}

.bg-hover-opacity-0:hover {
    background-color: rgba(var(--bg-color), 0)!important
}

.bg-active-opacity-0.active {
    background-color: rgba(var(--bg-color), 0)!important
}

.bg-state-opacity-0 .active,
.bg-state-opacity-0:hover {
    background-color: rgba(var(--bg-color), 0)!important
}

.bg-opacity-5 {
    background-color: rgba(var(--bg-color), .05)!important
}

.bg-hover-opacity-5:hover {
    background-color: rgba(var(--bg-color), .05)!important
}

.bg-active-opacity-5.active {
    background-color: rgba(var(--bg-color), .05)!important
}

.bg-state-opacity-5 .active,
.bg-state-opacity-5:hover {
    background-color: rgba(var(--bg-color), .05)!important
}

.bg-opacity-10 {
    background-color: rgba(var(--bg-color), .1)!important
}

.bg-hover-opacity-10:hover {
    background-color: rgba(var(--bg-color), .1)!important
}

.bg-active-opacity-10.active {
    background-color: rgba(var(--bg-color), .1)!important
}

.bg-state-opacity-10 .active,
.bg-state-opacity-10:hover {
    background-color: rgba(var(--bg-color), .1)!important
}

.bg-opacity-15 {
    background-color: rgba(var(--bg-color), .15)!important
}

.bg-hover-opacity-15:hover {
    background-color: rgba(var(--bg-color), .15)!important
}

.bg-active-opacity-15.active {
    background-color: rgba(var(--bg-color), .15)!important
}

.bg-state-opacity-15 .active,
.bg-state-opacity-15:hover {
    background-color: rgba(var(--bg-color), .15)!important
}

.bg-opacity-20 {
    background-color: rgba(var(--bg-color), .2)!important
}

.bg-hover-opacity-20:hover {
    background-color: rgba(var(--bg-color), .2)!important
}

.bg-active-opacity-20.active {
    background-color: rgba(var(--bg-color), .2)!important
}

.bg-state-opacity-20 .active,
.bg-state-opacity-20:hover {
    background-color: rgba(var(--bg-color), .2)!important
}

.bg-opacity-25 {
    background-color: rgba(var(--bg-color), .25)!important
}

.bg-hover-opacity-25:hover {
    background-color: rgba(var(--bg-color), .25)!important
}

.bg-active-opacity-25.active {
    background-color: rgba(var(--bg-color), .25)!important
}

.bg-state-opacity-25 .active,
.bg-state-opacity-25:hover {
    background-color: rgba(var(--bg-color), .25)!important
}

.bg-opacity-50 {
    background-color: rgba(var(--bg-color), .5)!important
}

.bg-hover-opacity-50:hover {
    background-color: rgba(var(--bg-color), .5)!important
}

.bg-active-opacity-50.active {
    background-color: rgba(var(--bg-color), .5)!important
}

.bg-state-opacity-50 .active,
.bg-state-opacity-50:hover {
    background-color: rgba(var(--bg-color), .5)!important
}

.bg-opacity-75 {
    background-color: rgba(var(--bg-color), .75)!important
}

.bg-hover-opacity-75:hover {
    background-color: rgba(var(--bg-color), .75)!important
}

.bg-active-opacity-75.active {
    background-color: rgba(var(--bg-color), .75)!important
}

.bg-state-opacity-75 .active,
.bg-state-opacity-75:hover {
    background-color: rgba(var(--bg-color), .75)!important
}

.bg-opacity-100 {
    background-color: rgba(var(--bg-color), 1)!important
}

.bg-hover-opacity-100:hover {
    background-color: rgba(var(--bg-color), 1)!important
}

.bg-active-opacity-100.active {
    background-color: rgba(var(--bg-color), 1)!important
}

.bg-state-opacity-100 .active,
.bg-state-opacity-100:hover {
    background-color: rgba(var(--bg-color), 1)!important
}

.bg-lighten {
    background-color: rgba(245, 248, 250, .5)!important
}

.bg-hover-lighten {
    cursor: pointer
}

.bg-hover-lighten:hover {
    background-color: rgba(245, 248, 250, .5)!important
}

.bg-active-lighten.active {
    background-color: rgba(245, 248, 250, .5)!important
}

.bg-state-lighten {
    cursor: pointer
}

.bg-state-lighten.active,
.bg-state-lighten:hover {
    background-color: rgba(245, 248, 250, .5)!important
}

.hoverable {
    cursor: pointer;
    transition: all .2s ease
}

.hoverable:hover {
    transition: all .2s ease
}

.bgi-no-repeat {
    background-repeat: no-repeat
}

.bgi-position-y-top {
    background-position-y: top
}

.bgi-position-y-bottom {
    background-position-y: bottom
}

.bgi-position-y-center {
    background-position-y: center
}

.bgi-position-x-start {
    background-position-x: left
}

.bgi-position-x-end {
    background-position-x: right
}

.bgi-position-x-center {
    background-position-x: center
}

.bgi-position-top {
    background-position: 0 top
}

.bgi-position-bottom {
    background-position: 0 bottom
}

.bgi-position-center {
    background-position: center
}

.bgi-size-auto {
    background-size: auto
}

.bgi-size-cover {
    background-size: cover
}

.bgi-size-contain {
    background-size: contain
}

.bgi-attachment-fixed {
    background-attachment: fixed
}

.bgi-attachment-auto {
    background-attachment: auto
}

@media (min-width:576px) {
    .bgi-size-sm-auto {
        background-size: auto
    }
    .bgi-size-sm-cover {
        background-size: cover
    }
    .bgi-size-sm-contain {
        background-size: contain
    }
    .bgi-attachment-sm-fixed {
        background-attachment: fixed
    }
    .bgi-attachment-sm-auto {
        background-attachment: auto
    }
}

@media (min-width:768px) {
    .bgi-size-md-auto {
        background-size: auto
    }
    .bgi-size-md-cover {
        background-size: cover
    }
    .bgi-size-md-contain {
        background-size: contain
    }
    .bgi-attachment-md-fixed {
        background-attachment: fixed
    }
    .bgi-attachment-md-auto {
        background-attachment: auto
    }
}

@media (min-width:992px) {
    .bgi-size-lg-auto {
        background-size: auto
    }
    .bgi-size-lg-cover {
        background-size: cover
    }
    .bgi-size-lg-contain {
        background-size: contain
    }
    .bgi-attachment-lg-fixed {
        background-attachment: fixed
    }
    .bgi-attachment-lg-auto {
        background-attachment: auto
    }
}

@media (min-width:1200px) {
    .bgi-size-xl-auto {
        background-size: auto
    }
    .bgi-size-xl-cover {
        background-size: cover
    }
    .bgi-size-xl-contain {
        background-size: contain
    }
    .bgi-attachment-xl-fixed {
        background-attachment: fixed
    }
    .bgi-attachment-xl-auto {
        background-attachment: auto
    }
}

@media (min-width:1400px) {
    .bgi-size-xxl-auto {
        background-size: auto
    }
    .bgi-size-xxl-cover {
        background-size: cover
    }
    .bgi-size-xxl-contain {
        background-size: contain
    }
    .bgi-attachment-xxl-fixed {
        background-attachment: fixed
    }
    .bgi-attachment-xxl-auto {
        background-attachment: auto
    }
}

.border-active:not(.active):not(:active):not(:hover):not(:focus) {
    border-color: transparent!important
}

.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
    cursor: pointer;
    border-color: transparent!important
}

.border-gray-100 {
    border-color: #f5f8fa!important
}

.border-gray-200 {
    border-color: #eff2f5!important
}

.border-gray-300 {
    border-color: #e4e6ef!important
}

.border-gray-400 {
    border-color: #b5b5c3!important
}

.border-gray-500 {
    border-color: #a1a5b7!important
}

.border-gray-600 {
    border-color: #7e8299!important
}

.border-gray-700 {
    border-color: #5e6278!important
}

.border-gray-800 {
    border-color: #3f4254!important
}

.border-gray-900 {
    border-color: #181c32!important
}

.border-dashed {
    border-style: dashed!important;
    border-color: #e4e6ef
}

.border-top-dashed {
    border-top-style: dashed!important
}

.border-bottom-dashed {
    border-bottom-style: dashed!important
}

.border-start-dashed {
    border-left-style: dashed!important
}

.border-end-dashed {
    border-right-style: dashed!important
}

.border-dotted {
    border-style: dotted!important
}

.border-top-dotted {
    border-top-style: dotted!important
}

.border-bottom-dotted {
    border-bottom-style: dotted!important
}

.border-start-dotted {
    border-left-style: dotted!important
}

.border-end-dotted {
    border-right-style: dotted!important
}

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

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-start-0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-circle {
    border-radius: 50%!important
}

.flex-root {
    flex: 1
}

.flex-column-auto {
    flex: none
}

.flex-column-fluid {
    flex: 1 0 auto
}

.flex-row-auto {
    flex: 0 0 auto
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0
}

.flex-center {
    justify-content: center;
    align-items: center
}

.flex-stack {
    justify-content: space-between;
    align-items: center
}

@media (min-width:576px) {
    .flex-sm-root {
        flex: 1
    }
    .flex-sm-column-auto {
        flex: none
    }
    .flex-sm-column-fluid {
        flex: 1 0 auto
    }
    .flex-sm-row-auto {
        flex: 0 0 auto
    }
    .flex-sm-row-fluid {
        flex: 1 auto;
        min-width: 0
    }
    .flex-sm-center {
        justify-content: center;
        align-items: center
    }
    .flex-sm-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:768px) {
    .flex-md-root {
        flex: 1
    }
    .flex-md-column-auto {
        flex: none
    }
    .flex-md-column-fluid {
        flex: 1 0 auto
    }
    .flex-md-row-auto {
        flex: 0 0 auto
    }
    .flex-md-row-fluid {
        flex: 1 auto;
        min-width: 0
    }
    .flex-md-center {
        justify-content: center;
        align-items: center
    }
    .flex-md-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:992px) {
    .flex-lg-root {
        flex: 1
    }
    .flex-lg-column-auto {
        flex: none
    }
    .flex-lg-column-fluid {
        flex: 1 0 auto
    }
    .flex-lg-row-auto {
        flex: 0 0 auto
    }
    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0
    }
    .flex-lg-center {
        justify-content: center;
        align-items: center
    }
    .flex-lg-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:1200px) {
    .flex-xl-root {
        flex: 1
    }
    .flex-xl-column-auto {
        flex: none
    }
    .flex-xl-column-fluid {
        flex: 1 0 auto
    }
    .flex-xl-row-auto {
        flex: 0 0 auto
    }
    .flex-xl-row-fluid {
        flex: 1 auto;
        min-width: 0
    }
    .flex-xl-center {
        justify-content: center;
        align-items: center
    }
    .flex-xl-stack {
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:1400px) {
    .flex-xxl-root {
        flex: 1
    }
    .flex-xxl-column-auto {
        flex: none
    }
    .flex-xxl-column-fluid {
        flex: 1 0 auto
    }
    .flex-xxl-row-auto {
        flex: 0 0 auto
    }
    .flex-xxl-row-fluid {
        flex: 1 auto;
        min-width: 0
    }
    .flex-xxl-center {
        justify-content: center;
        align-items: center
    }
    .flex-xxl-stack {
        justify-content: space-between;
        align-items: center
    }
}

.flex-equal {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0
}

.shadow-xs {
    box-shadow: 0 0 30px rgba(25, 53, 80, .055)
}

.text-white {
    color: #fff!important
}

.text-inverse-white {
    color: #7e8299!important
}

.text-hover-white {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-white i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-white:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-white:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-white {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-white i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-white:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-inverse-white:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-inverse-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-hover-inverse-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-white {
    transition: color .2s ease, background-color .2s ease
}

.text-active-white i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-white.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-white.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-white {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-white i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-white.active {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-inverse-white.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-inverse-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-active-inverse-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-primary {
    color: #009ef7!important
}

.text-inverse-primary {
    color: #fff!important
}

.text-light-primary {
    color: #ecf8ff!important
}

.text-hover-primary {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-primary i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-primary:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7!important
}

.text-hover-primary:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7!important
}

.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-primary {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-primary i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-primary:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-primary:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-primary {
    transition: color .2s ease, background-color .2s ease
}

.text-active-primary i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-primary.active {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7!important
}

.text-active-primary.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7!important
}

.text-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.text-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-primary {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-primary i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-primary.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-primary.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-secondary {
    color: #e4e6ef!important
}

.text-inverse-secondary {
    color: #3f4254!important
}

.text-hover-secondary {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-secondary i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-secondary:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-hover-secondary:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-secondary {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-secondary i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-secondary:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-hover-inverse-secondary:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-hover-inverse-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.text-hover-inverse-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-secondary {
    transition: color .2s ease, background-color .2s ease
}

.text-active-secondary i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-secondary.active {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-active-secondary.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.text-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-secondary {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-secondary i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-secondary.active {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-active-inverse-secondary.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-active-inverse-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.text-active-inverse-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-light {
    color: #f5f8fa!important
}

.text-inverse-light {
    color: #7e8299!important
}

.text-hover-light {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-light i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-light:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-hover-light:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-light {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-light i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-light:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-inverse-light:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-inverse-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-hover-inverse-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-light {
    transition: color .2s ease, background-color .2s ease
}

.text-active-light i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-light.active {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-active-light.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-active-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.text-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-light {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-light i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-light.active {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-inverse-light.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-inverse-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-active-inverse-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-success {
    color: #50cd89!important
}

.text-inverse-success {
    color: #fff!important
}

.text-light-success {
    color: #e8fff3!important
}

.text-hover-success {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-success i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-success:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #50cd89!important
}

.text-hover-success:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #50cd89!important
}

.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-success {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-success i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-success:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-success:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-success {
    transition: color .2s ease, background-color .2s ease
}

.text-active-success i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-success.active {
    transition: color .2s ease, background-color .2s ease;
    color: #50cd89!important
}

.text-active-success.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #50cd89!important
}

.text-active-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.text-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-success {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-success i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-success.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-success.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-info {
    color: #7239ea!important
}

.text-inverse-info {
    color: #fff!important
}

.text-light-info {
    color: #f8f5ff!important
}

.text-hover-info {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-info i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-info:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #7239ea!important
}

.text-hover-info:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #7239ea!important
}

.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-info {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-info i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-info:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-info:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-info {
    transition: color .2s ease, background-color .2s ease
}

.text-active-info i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-info.active {
    transition: color .2s ease, background-color .2s ease;
    color: #7239ea!important
}

.text-active-info.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #7239ea!important
}

.text-active-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.text-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-info {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-info i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-info.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-info.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-warning {
    color: #ffc700!important
}

.text-inverse-warning {
    color: #fff!important
}

.text-light-warning {
    color: #fff8dd!important
}

.text-hover-warning {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-warning i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-warning:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #ffc700!important
}

.text-hover-warning:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #ffc700!important
}

.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-warning {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-warning i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-warning:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-warning:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-warning {
    transition: color .2s ease, background-color .2s ease
}

.text-active-warning i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-warning.active {
    transition: color .2s ease, background-color .2s ease;
    color: #ffc700!important
}

.text-active-warning.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #ffc700!important
}

.text-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.text-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-warning {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-warning i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-warning.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-warning.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-danger {
    color: #f1416c!important
}

.text-inverse-danger {
    color: #fff!important
}

.text-light-danger {
    color: #fff5f8!important
}

.text-hover-danger {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-danger i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-danger:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #f1416c!important
}

.text-hover-danger:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #f1416c!important
}

.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-danger {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-danger i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-danger:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-danger:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-danger {
    transition: color .2s ease, background-color .2s ease
}

.text-active-danger i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-danger.active {
    transition: color .2s ease, background-color .2s ease;
    color: #f1416c!important
}

.text-active-danger.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #f1416c!important
}

.text-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.text-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-danger {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-danger i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-danger.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-danger.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-dark {
    color: #181c32!important
}

.text-inverse-dark {
    color: #fff!important
}

.text-light-dark {
    color: #eff2f5!important
}

.text-hover-dark {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-dark i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-dark:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-hover-dark:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-dark {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-dark i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-dark:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-dark:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-hover-inverse-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-hover-inverse-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-dark {
    transition: color .2s ease, background-color .2s ease
}

.text-active-dark i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-dark.active {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-active-dark.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.text-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-dark {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-dark i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-dark.active {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-dark.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #fff!important
}

.text-active-inverse-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.text-active-inverse-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-muted {
    color: #a1a5b7!important
}

.text-hover-muted {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-muted i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-muted:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-hover-muted:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-muted {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-muted i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-muted:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-muted:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-muted {
    transition: color .2s ease, background-color .2s ease
}

.text-active-muted i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-muted.active {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-active-muted.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-active-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.text-active-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-muted {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-muted i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-muted.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-muted.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-100 {
    color: #f5f8fa!important
}

.text-hover-gray-100 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-100 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-100:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-hover-gray-100:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-hover-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.text-hover-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-100 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-100 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-100:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-100:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-100 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-100 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-100.active {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-active-gray-100.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #f5f8fa!important
}

.text-active-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.text-active-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-100 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-100 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-100.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-100.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-200 {
    color: #eff2f5!important
}

.text-hover-gray-200 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-200 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-200:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #eff2f5!important
}

.text-hover-gray-200:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #eff2f5!important
}

.text-hover-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.text-hover-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-200 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-200 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-200:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-200:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-200 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-200 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-200.active {
    transition: color .2s ease, background-color .2s ease;
    color: #eff2f5!important
}

.text-active-gray-200.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #eff2f5!important
}

.text-active-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.text-active-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-200 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-200 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-200.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-200.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-300 {
    color: #e4e6ef!important
}

.text-hover-gray-300 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-300 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-300:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-hover-gray-300:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-hover-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.text-hover-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-300 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-300 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-300:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-300:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-300 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-300 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-300.active {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-active-gray-300.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #e4e6ef!important
}

.text-active-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.text-active-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-300 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-300 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-300.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-300.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-400 {
    color: #b5b5c3!important
}

.text-hover-gray-400 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-400 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-400:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #b5b5c3!important
}

.text-hover-gray-400:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #b5b5c3!important
}

.text-hover-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.text-hover-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-400 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-400 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-400:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-400:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-400 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-400 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-400.active {
    transition: color .2s ease, background-color .2s ease;
    color: #b5b5c3!important
}

.text-active-gray-400.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #b5b5c3!important
}

.text-active-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.text-active-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-400 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-400 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-400.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-400.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-500 {
    color: #a1a5b7!important
}

.text-hover-gray-500 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-500 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-500:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-hover-gray-500:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-hover-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.text-hover-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-500 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-500 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-500:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-500:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-500 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-500 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-500.active {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-active-gray-500.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #a1a5b7!important
}

.text-active-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.text-active-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-500 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-500 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-500.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-500.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-600 {
    color: #7e8299!important
}

.text-hover-gray-600 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-600 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-600:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-gray-600:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-hover-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-hover-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-600 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-600 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-600:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-600:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-600 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-600 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-600.active {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-gray-600.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #7e8299!important
}

.text-active-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.text-active-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-600 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-600 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-600.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-600.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-700 {
    color: #5e6278!important
}

.text-hover-gray-700 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-700 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-700:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #5e6278!important
}

.text-hover-gray-700:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #5e6278!important
}

.text-hover-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.text-hover-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-700 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-700 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-700:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-700:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-700 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-700 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-700.active {
    transition: color .2s ease, background-color .2s ease;
    color: #5e6278!important
}

.text-active-gray-700.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #5e6278!important
}

.text-active-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.text-active-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-700 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-700 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-700.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-700.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-800 {
    color: #3f4254!important
}

.text-hover-gray-800 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-800 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-800:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-hover-gray-800:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-hover-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.text-hover-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-800 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-800 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-800:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-800:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-800 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-800 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-800.active {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-active-gray-800.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #3f4254!important
}

.text-active-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.text-active-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-800 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-800 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-800.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-800.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-gray-900 {
    color: #181c32!important
}

.text-hover-gray-900 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-900 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-gray-900:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-hover-gray-900:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-hover-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.text-hover-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-900 {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-900 i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-900:hover {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-900:hover i {
    transition: color .2s ease, background-color .2s ease
}

.text-hover-inverse-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-inverse-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-gray-900 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-900 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-gray-900.active {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-active-gray-900.active i {
    transition: color .2s ease, background-color .2s ease;
    color: #181c32!important
}

.text-active-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.text-active-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-900 {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-900 i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-900.active {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-900.active i {
    transition: color .2s ease, background-color .2s ease
}

.text-active-inverse-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-active-inverse-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.fw-boldest {
    font-weight: 700!important
}

.text-transparent {
    color: transparent
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-move {
    cursor: move
}

i {
    line-height: 1;
    font-size: 1rem;
    color: #a1a5b7
}

a {
    transition: color .2s ease, background-color .2s ease
}

a:hover {
    transition: color .2s ease, background-color .2s ease
}

.opacity-active-0.active {
    opacity: 0!important
}

.opacity-state-0.active,
.opacity-state-0:hover {
    opacity: 0!important
}

.opacity-active-5.active {
    opacity: .05!important
}

.opacity-state-5.active,
.opacity-state-5:hover {
    opacity: .05!important
}

.opacity-active-10.active {
    opacity: .1!important
}

.opacity-state-10.active,
.opacity-state-10:hover {
    opacity: .1!important
}

.opacity-active-15.active {
    opacity: .15!important
}

.opacity-state-15.active,
.opacity-state-15:hover {
    opacity: .15!important
}

.opacity-active-20.active {
    opacity: .2!important
}

.opacity-state-20.active,
.opacity-state-20:hover {
    opacity: .2!important
}

.opacity-active-25.active {
    opacity: .25!important
}

.opacity-state-25.active,
.opacity-state-25:hover {
    opacity: .25!important
}

.opacity-active-50.active {
    opacity: .5!important
}

.opacity-state-50.active,
.opacity-state-50:hover {
    opacity: .5!important
}

.opacity-active-75.active {
    opacity: .75!important
}

.opacity-state-75.active,
.opacity-state-75:hover {
    opacity: .75!important
}

.opacity-active-100.active {
    opacity: 1!important
}

.opacity-state-100.active,
.opacity-state-100:hover {
    opacity: 1!important
}

.transform-90 {
    transform: rotate(90deg);
    transform-origin: right top
}

.animation {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes animationSlideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.animation-slide-in-down {
    animation-name: animationSlideInDown
}

@keyframes animationSlideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.animation-slide-in-up {
    animation-name: animationSlideInUp
}

@keyframes animationFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animation-fade-in {
    animation-name: animationFadeIn
}

@keyframes animationFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animation-fade-out {
    animation-name: animationFadeOut
}

.animation-blink {
    animation: animationBlink 1s steps(5, start) infinite
}

@keyframes animationBlink {
    to {
        visibility: hidden
    }
}

.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eff2f5
}

.nav-line-tabs .nav-item {
    margin-bottom: -1px
}

.nav-line-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color .2s ease, background-color .2s ease;
    padding: .5rem 0;
    margin: 0 1rem
}

.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0
}

.nav-line-tabs .nav-item:last-child .nav-link {
    margin-right: 0
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #009ef7;
    transition: color .2s ease, background-color .2s ease
}

.nav-line-tabs.nav-line-tabs-2x {
    border-bottom-width: 2px
}

.nav-line-tabs.nav-line-tabs-2x .nav-item {
    margin-bottom: -2px
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 2px
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
    border-bottom-width: 2px
}

.nav-pills .nav-item {
    margin-right: .5rem
}

.nav-pills .nav-item:last-child {
    margin-right: 0
}

.nav-stretch {
    align-items: stretch;
    padding-top: 0!important;
    padding-bottom: 0!important
}

.nav-stretch .nav-item {
    display: flex;
    align-items: stretch;
    padding-top: 0!important;
    padding-bottom: 0!important
}

.nav-stretch .nav-link {
    display: flex;
    align-items: center
}

.nav-group {
    padding: .35rem;
    border-radius: .475rem;
    background-color: #f5f8fa
}

.nav-group.nav-group-outline {
    background-color: transparent;
    border: 1px solid #eff2f5
}

.nav-group.nav-group-fluid {
    display: flex
}

.nav-group.nav-group-fluid>.btn,
.nav-group.nav-group-fluid>label {
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 0
}

.nav-group.nav-group-fluid>label {
    margin-right: .1rem
}

.nav-group.nav-group-fluid>label>.btn {
    width: 100%
}

.nav-group.nav-group-fluid>label:last-child {
    margin-right: 0
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.page-item {
    margin-right: .5rem
}

.page-item:last-child {
    margin-right: 0
}

.page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem
}

.page-item .page-link i {
    font-size: .85rem
}

.page-item .page-link .next,
.page-item .page-link .previous {
    display: block;
    height: .875rem;
    width: .875rem
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link,
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link {
    background-color: #fff
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link i,
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link i {
    color: #5e6278
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g),
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g),
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .previous,
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}

.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .next,
.page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.page-item:focus:not(.disabled) .page-link i {
    color: #009ef7
}

.page-item:focus:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.page-item:focus:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-item:focus:not(.disabled) .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}

.page-item:focus:not(.disabled) .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.page-item:hover:not(.disabled) .page-link i {
    color: #009ef7
}

.page-item:hover:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.page-item:hover:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-item:hover:not(.disabled) .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}

.page-item:hover:not(.disabled) .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.page-item.active .page-link i {
    color: #fff
}

.page-item.active .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.page-item.active .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-item.active .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}

.page-item.active .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.page-item.disabled .page-link i {
    color: #b5b5c3
}

.page-item.disabled .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.page-item.disabled .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-item.disabled .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}

.page-item.disabled .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #eff2f5
}

.separator.separator-dotted {
    border-bottom-style: dotted;
    border-bottom-color: #e4e6ef
}

.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #e4e6ef
}

.carousel.carousel-custom .carousel-indicators {
    align-items: center;
    position: static;
    z-index: auto;
    margin: 0;
    padding: 0;
    list-style: none
}

.carousel.carousel-custom .carousel-indicators li {
    transform: none;
    opacity: 1
}

.carousel.carousel-custom .carousel-indicators li.active {
    transform: none;
    opacity: 1
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li {
    border-radius: 0;
    background-color: transparent;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
    display: inline-block;
    content: " ";
    border-radius: 50%;
    transition: all .3s ease;
    background-color: #eff2f5;
    height: 9px;
    width: 9px
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active {
    background-color: transparent
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
    transition: all .3s ease;
    height: 13px;
    width: 13px;
    background-color: #e4e6ef
}

.carousel.carousel-custom.carousel-stretch {
    height: 100%;
    display: flex;
    flex-direction: column
}

.carousel.carousel-custom.carousel-stretch .carousel-inner {
    flex-grow: 1
}

.carousel.carousel-custom.carousel-stretch .carousel-item {
    height: 100%
}

.carousel.carousel-custom.carousel-stretch .carousel-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.menu-group {
    display: flex
}

.menu,
.menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-sub {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column
}

.menu-item {
    display: block;
    padding: 0
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    transition: none;
    outline: 0!important
}

.menu-item .menu-link .menu-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    margin-right: .5rem
}

.menu-item .menu-link .menu-icon .svg-icon {
    line-height: 1
}

.menu-item .menu-link .menu-bullet {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: .5rem
}

.menu-item .menu-link .menu-title {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.menu-item .menu-link .menu-badge {
    flex-shrink: 0;
    margin-left: .5rem
}

.menu-item .menu-link .menu-arrow {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: .5rem;
    width: .8rem;
    height: .8rem
}

.menu-item .menu-link .menu-arrow:after {
    display: block;
    width: 100%;
    content: " ";
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-item .menu-content {
    padding: .65rem 1rem
}

.menu-item.show .menu-link .menu-arrow:after {
    -webkit-backface-visibility: hidden;
    transition: transform .3s ease
}

.menu-center {
    justify-content: center
}

.menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
.menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transition: transform .3s ease
}

[direction=rtl] .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
[direction=rtl] .menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
    transform: rotateZ(-90deg)
}

.menu-sub-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    z-index: 105
}

.menu-sub-dropdown.menu.show,
.menu-sub-dropdown.show[data-popper-placement],
.show.menu-dropdown>.menu-sub-dropdown {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
}

.menu-sub-dropdown.menu.show[data-popper-placement=top-end],
.menu-sub-dropdown.menu.show[data-popper-placement=top-start],
.menu-sub-dropdown.menu.show[data-popper-placement=top],
.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-end],
.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-start],
.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top],
.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-end],
.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-start],
.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top] {
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
}

.menu-sub-accordion {
    display: none
}

.menu-sub-accordion.show,
.show:not(.menu-dropdown)>.menu-sub-accordion {
    display: flex
}

.menu-inline {
    display: flex
}

.menu-fit>.menu-item>.menu-content,
.menu-fit>.menu-item>.menu-link {
    padding-left: 0!important;
    padding-right: 0!important
}

.menu-column {
    flex-direction: column;
    width: 100%
}

.menu-row {
    flex-direction: row
}

.menu-row>.menu-item {
    display: flex;
    align-items: center
}

.menu-row>.menu-item>.menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transition: transform .3s ease
}

[direction=rtl] .menu-row>.menu-item>.menu-link .menu-arrow:after {
    transform: rotateZ(-90deg)
}

.menu-rounded .menu-link {
    border-radius: .475rem
}

.menu-pill .menu-link {
    border-radius: 50px
}

.menu-rounded-0 .menu-link {
    border-radius: 0!important
}

@media (min-width:576px) {
    .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-sm-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-sm-dropdown.menu.show,
    .menu-sub-sm-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-sm-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-sm-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-sm-accordion {
        display: none
    }
    .menu-sub-sm-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-sm-accordion {
        display: flex
    }
    .menu-sm-inline {
        display: flex
    }
    .menu-sm-fit>.menu-item>.menu-content,
    .menu-sm-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-sm-column {
        flex-direction: column;
        width: 100%
    }
    .menu-sm-row {
        flex-direction: row
    }
    .menu-sm-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-sm-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-sm-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sm-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-sm-pill .menu-link {
        border-radius: 50px
    }
    .menu-sm-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (min-width:768px) {
    .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-md-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-md-dropdown.menu.show,
    .menu-sub-md-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-md-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-md-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-md-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-md-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-md-accordion {
        display: none
    }
    .menu-sub-md-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-md-accordion {
        display: flex
    }
    .menu-md-inline {
        display: flex
    }
    .menu-md-fit>.menu-item>.menu-content,
    .menu-md-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-md-column {
        flex-direction: column;
        width: 100%
    }
    .menu-md-row {
        flex-direction: row
    }
    .menu-md-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-md-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-md-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-md-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-md-pill .menu-link {
        border-radius: 50px
    }
    .menu-md-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (min-width:992px) {
    .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-lg-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-lg-dropdown.menu.show,
    .menu-sub-lg-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-lg-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-lg-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-lg-accordion {
        display: none
    }
    .menu-sub-lg-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-lg-accordion {
        display: flex
    }
    .menu-lg-inline {
        display: flex
    }
    .menu-lg-fit>.menu-item>.menu-content,
    .menu-lg-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-lg-column {
        flex-direction: column;
        width: 100%
    }
    .menu-lg-row {
        flex-direction: row
    }
    .menu-lg-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-lg-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-lg-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-lg-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-lg-pill .menu-link {
        border-radius: 50px
    }
    .menu-lg-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (min-width:1200px) {
    .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-xl-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-xl-dropdown.menu.show,
    .menu-sub-xl-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-xl-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-xl-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-xl-accordion {
        display: none
    }
    .menu-sub-xl-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-xl-accordion {
        display: flex
    }
    .menu-xl-inline {
        display: flex
    }
    .menu-xl-fit>.menu-item>.menu-content,
    .menu-xl-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-xl-column {
        flex-direction: column;
        width: 100%
    }
    .menu-xl-row {
        flex-direction: row
    }
    .menu-xl-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-xl-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-xl-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-xl-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-xl-pill .menu-link {
        border-radius: 50px
    }
    .menu-xl-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (min-width:1400px) {
    .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-xxl-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-xxl-dropdown.menu.show,
    .menu-sub-xxl-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-xxl-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-xxl-accordion {
        display: none
    }
    .menu-sub-xxl-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-xxl-accordion {
        display: flex
    }
    .menu-xxl-inline {
        display: flex
    }
    .menu-xxl-fit>.menu-item>.menu-content,
    .menu-xxl-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-xxl-column {
        flex-direction: column;
        width: 100%
    }
    .menu-xxl-row {
        flex-direction: row
    }
    .menu-xxl-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-xxl-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-xxl-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-xxl-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-xxl-pill .menu-link {
        border-radius: 50px
    }
    .menu-xxl-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (max-width:575.98px) {
    .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-sm-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-sm-down-dropdown.menu.show,
    .menu-sub-sm-down-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-sm-down-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-sm-down-accordion {
        display: none
    }
    .menu-sub-sm-down-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-sm-down-accordion {
        display: flex
    }
    .menu-sm-down-inline {
        display: flex
    }
    .menu-sm-down-fit>.menu-item>.menu-content,
    .menu-sm-down-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-sm-down-column {
        flex-direction: column;
        width: 100%
    }
    .menu-sm-down-row {
        flex-direction: row
    }
    .menu-sm-down-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sm-down-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-sm-down-pill .menu-link {
        border-radius: 50px
    }
    .menu-sm-down-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (max-width:767.98px) {
    .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-md-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-md-down-dropdown.menu.show,
    .menu-sub-md-down-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-md-down-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-md-down-accordion {
        display: none
    }
    .menu-sub-md-down-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-md-down-accordion {
        display: flex
    }
    .menu-md-down-inline {
        display: flex
    }
    .menu-md-down-fit>.menu-item>.menu-content,
    .menu-md-down-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-md-down-column {
        flex-direction: column;
        width: 100%
    }
    .menu-md-down-row {
        flex-direction: row
    }
    .menu-md-down-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-md-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-md-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-md-down-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-md-down-pill .menu-link {
        border-radius: 50px
    }
    .menu-md-down-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (max-width:991.98px) {
    .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-lg-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-lg-down-dropdown.menu.show,
    .menu-sub-lg-down-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-lg-down-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-lg-down-accordion {
        display: none
    }
    .menu-sub-lg-down-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-lg-down-accordion {
        display: flex
    }
    .menu-lg-down-inline {
        display: flex
    }
    .menu-lg-down-fit>.menu-item>.menu-content,
    .menu-lg-down-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-lg-down-column {
        flex-direction: column;
        width: 100%
    }
    .menu-lg-down-row {
        flex-direction: row
    }
    .menu-lg-down-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-lg-down-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-lg-down-pill .menu-link {
        border-radius: 50px
    }
    .menu-lg-down-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (max-width:1199.98px) {
    .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-xl-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-xl-down-dropdown.menu.show,
    .menu-sub-xl-down-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-xl-down-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-xl-down-accordion {
        display: none
    }
    .menu-sub-xl-down-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-xl-down-accordion {
        display: flex
    }
    .menu-xl-down-inline {
        display: flex
    }
    .menu-xl-down-fit>.menu-item>.menu-content,
    .menu-xl-down-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-xl-down-column {
        flex-direction: column;
        width: 100%
    }
    .menu-xl-down-row {
        flex-direction: row
    }
    .menu-xl-down-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-xl-down-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-xl-down-pill .menu-link {
        border-radius: 50px
    }
    .menu-xl-down-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

@media (max-width:1399.98px) {
    .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,
    [direction=rtl] .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-sub-xxl-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
        z-index: 105
    }
    .menu-sub-xxl-down-dropdown.menu.show,
    .menu-sub-xxl-down-dropdown.show[data-popper-placement],
    .show.menu-dropdown>.menu-sub-xxl-down-dropdown {
        display: flex;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }
    .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-end],
    .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-start],
    .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top],
    .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],
    .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],
    .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top],
    .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-end],
    .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-start],
    .show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top] {
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-down .3s ease 1
    }
    .menu-sub-xxl-down-accordion {
        display: none
    }
    .menu-sub-xxl-down-accordion.show,
    .show:not(.menu-dropdown)>.menu-sub-xxl-down-accordion {
        display: flex
    }
    .menu-xxl-down-inline {
        display: flex
    }
    .menu-xxl-down-fit>.menu-item>.menu-content,
    .menu-xxl-down-fit>.menu-item>.menu-link {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .menu-xxl-down-column {
        flex-direction: column;
        width: 100%
    }
    .menu-xxl-down-row {
        flex-direction: row
    }
    .menu-xxl-down-row>.menu-item {
        display: flex;
        align-items: center
    }
    .menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }
    [direction=rtl] .menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after {
        transform: rotateZ(-90deg)
    }
    .menu-xxl-down-rounded .menu-link {
        border-radius: .475rem
    }
    .menu-xxl-down-pill .menu-link {
        border-radius: 50px
    }
    .menu-xxl-down-rounded-0 .menu-link {
        border-radius: 0!important
    }
}

.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(1rem + 1rem)
}

.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(2rem + 1rem)
}

.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(3rem + 1rem)
}

.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(4rem + 1rem)
}

.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: 1rem;
    padding-right: 0
}

.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(2rem);
    padding-right: 0
}

.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(3rem);
    padding-right: 0
}

.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(4rem);
    padding-right: 0
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: .75rem
    }
    to {
        margin-top: 0
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: .75rem
    }
    to {
        margin-bottom: 0
    }
}

.menu-white .menu-item .menu-link {
    color: #fff
}

.menu-white .menu-item .menu-link .menu-title {
    color: #fff
}

.menu-white .menu-item .menu-link .menu-icon i {
    color: #fff
}

.menu-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-white .menu-item .menu-link .menu-bullet .bullet {
    background-color: #fff
}

.menu-white .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-white .menu-item .menu-link {
    color: #fff
}

.menu-title-white .menu-item .menu-link .menu-title {
    color: #fff
}

.menu-icon-white .menu-item .menu-link .menu-icon i {
    color: #fff
}

.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet {
    background-color: #fff
}

.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-primary .menu-item .menu-link {
    color: #009ef7
}

.menu-primary .menu-item .menu-link .menu-title {
    color: #009ef7
}

.menu-primary .menu-item .menu-link .menu-icon i {
    color: #009ef7
}

.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-primary .menu-item .menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-primary .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-primary .menu-item .menu-link {
    color: #009ef7
}

.menu-title-primary .menu-item .menu-link .menu-title {
    color: #009ef7
}

.menu-icon-primary .menu-item .menu-link .menu-icon i {
    color: #009ef7
}

.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-arrow-primary .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-secondary .menu-item .menu-link {
    color: #e4e6ef
}

.menu-secondary .menu-item .menu-link .menu-title {
    color: #e4e6ef
}

.menu-secondary .menu-item .menu-link .menu-icon i {
    color: #e4e6ef
}

.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-secondary .menu-item .menu-link .menu-bullet .bullet {
    background-color: #e4e6ef
}

.menu-secondary .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-secondary .menu-item .menu-link {
    color: #e4e6ef
}

.menu-title-secondary .menu-item .menu-link .menu-title {
    color: #e4e6ef
}

.menu-icon-secondary .menu-item .menu-link .menu-icon i {
    color: #e4e6ef
}

.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet {
    background-color: #e4e6ef
}

.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-light .menu-item .menu-link {
    color: #f5f8fa
}

.menu-light .menu-item .menu-link .menu-title {
    color: #f5f8fa
}

.menu-light .menu-item .menu-link .menu-icon i {
    color: #f5f8fa
}

.menu-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.menu-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-light .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f5f8fa
}

.menu-light .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-light .menu-item .menu-link {
    color: #f5f8fa
}

.menu-title-light .menu-item .menu-link .menu-title {
    color: #f5f8fa
}

.menu-icon-light .menu-item .menu-link .menu-icon i {
    color: #f5f8fa
}

.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f5f8fa
}

.menu-arrow-light .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-success .menu-item .menu-link {
    color: #50cd89
}

.menu-success .menu-item .menu-link .menu-title {
    color: #50cd89
}

.menu-success .menu-item .menu-link .menu-icon i {
    color: #50cd89
}

.menu-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.menu-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-success .menu-item .menu-link .menu-bullet .bullet {
    background-color: #50cd89
}

.menu-success .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-success .menu-item .menu-link {
    color: #50cd89
}

.menu-title-success .menu-item .menu-link .menu-title {
    color: #50cd89
}

.menu-icon-success .menu-item .menu-link .menu-icon i {
    color: #50cd89
}

.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet {
    background-color: #50cd89
}

.menu-arrow-success .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-info .menu-item .menu-link {
    color: #7239ea
}

.menu-info .menu-item .menu-link .menu-title {
    color: #7239ea
}

.menu-info .menu-item .menu-link .menu-icon i {
    color: #7239ea
}

.menu-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.menu-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-info .menu-item .menu-link .menu-bullet .bullet {
    background-color: #7239ea
}

.menu-info .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237239EA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-info .menu-item .menu-link {
    color: #7239ea
}

.menu-title-info .menu-item .menu-link .menu-title {
    color: #7239ea
}

.menu-icon-info .menu-item .menu-link .menu-icon i {
    color: #7239ea
}

.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet {
    background-color: #7239ea
}

.menu-arrow-info .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237239EA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-warning .menu-item .menu-link {
    color: #ffc700
}

.menu-warning .menu-item .menu-link .menu-title {
    color: #ffc700
}

.menu-warning .menu-item .menu-link .menu-icon i {
    color: #ffc700
}

.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-warning .menu-item .menu-link .menu-bullet .bullet {
    background-color: #ffc700
}

.menu-warning .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-warning .menu-item .menu-link {
    color: #ffc700
}

.menu-title-warning .menu-item .menu-link .menu-title {
    color: #ffc700
}

.menu-icon-warning .menu-item .menu-link .menu-icon i {
    color: #ffc700
}

.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet {
    background-color: #ffc700
}

.menu-arrow-warning .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-danger .menu-item .menu-link {
    color: #f1416c
}

.menu-danger .menu-item .menu-link .menu-title {
    color: #f1416c
}

.menu-danger .menu-item .menu-link .menu-icon i {
    color: #f1416c
}

.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-danger .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f1416c
}

.menu-danger .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-danger .menu-item .menu-link {
    color: #f1416c
}

.menu-title-danger .menu-item .menu-link .menu-title {
    color: #f1416c
}

.menu-icon-danger .menu-item .menu-link .menu-icon i {
    color: #f1416c
}

.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f1416c
}

.menu-arrow-danger .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-dark .menu-item .menu-link {
    color: #181c32
}

.menu-dark .menu-item .menu-link .menu-title {
    color: #181c32
}

.menu-dark .menu-item .menu-link .menu-icon i {
    color: #181c32
}

.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-dark .menu-item .menu-link .menu-bullet .bullet {
    background-color: #181c32
}

.menu-dark .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-dark .menu-item .menu-link {
    color: #181c32
}

.menu-title-dark .menu-item .menu-link .menu-title {
    color: #181c32
}

.menu-icon-dark .menu-item .menu-link .menu-icon i {
    color: #181c32
}

.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet {
    background-color: #181c32
}

.menu-arrow-dark .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-muted .menu-item .menu-link {
    color: #a1a5b7
}

.menu-muted .menu-item .menu-link .menu-title {
    color: #a1a5b7
}

.menu-muted .menu-item .menu-link .menu-icon i {
    color: #a1a5b7
}

.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-muted .menu-item .menu-link .menu-bullet .bullet {
    background-color: #a1a5b7
}

.menu-muted .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-muted .menu-item .menu-link {
    color: #a1a5b7
}

.menu-title-muted .menu-item .menu-link .menu-title {
    color: #a1a5b7
}

.menu-icon-muted .menu-item .menu-link .menu-icon i {
    color: #a1a5b7
}

.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet {
    background-color: #a1a5b7
}

.menu-arrow-muted .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-100 .menu-item .menu-link {
    color: #f5f8fa
}

.menu-gray-100 .menu-item .menu-link .menu-title {
    color: #f5f8fa
}

.menu-gray-100 .menu-item .menu-link .menu-icon i {
    color: #f5f8fa
}

.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-100 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f5f8fa
}

.menu-gray-100 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-100 .menu-item .menu-link {
    color: #f5f8fa
}

.menu-title-gray-100 .menu-item .menu-link .menu-title {
    color: #f5f8fa
}

.menu-icon-gray-100 .menu-item .menu-link .menu-icon i {
    color: #f5f8fa
}

.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #f5f8fa
}

.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-200 .menu-item .menu-link {
    color: #eff2f5
}

.menu-gray-200 .menu-item .menu-link .menu-title {
    color: #eff2f5
}

.menu-gray-200 .menu-item .menu-link .menu-icon i {
    color: #eff2f5
}

.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-200 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #eff2f5
}

.menu-gray-200 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-200 .menu-item .menu-link {
    color: #eff2f5
}

.menu-title-gray-200 .menu-item .menu-link .menu-title {
    color: #eff2f5
}

.menu-icon-gray-200 .menu-item .menu-link .menu-icon i {
    color: #eff2f5
}

.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #eff2f5
}

.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-300 .menu-item .menu-link {
    color: #e4e6ef
}

.menu-gray-300 .menu-item .menu-link .menu-title {
    color: #e4e6ef
}

.menu-gray-300 .menu-item .menu-link .menu-icon i {
    color: #e4e6ef
}

.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-300 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #e4e6ef
}

.menu-gray-300 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-300 .menu-item .menu-link {
    color: #e4e6ef
}

.menu-title-gray-300 .menu-item .menu-link .menu-title {
    color: #e4e6ef
}

.menu-icon-gray-300 .menu-item .menu-link .menu-icon i {
    color: #e4e6ef
}

.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #e4e6ef
}

.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-400 .menu-item .menu-link {
    color: #b5b5c3
}

.menu-gray-400 .menu-item .menu-link .menu-title {
    color: #b5b5c3
}

.menu-gray-400 .menu-item .menu-link .menu-icon i {
    color: #b5b5c3
}

.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-400 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #b5b5c3
}

.menu-gray-400 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-400 .menu-item .menu-link {
    color: #b5b5c3
}

.menu-title-gray-400 .menu-item .menu-link .menu-title {
    color: #b5b5c3
}

.menu-icon-gray-400 .menu-item .menu-link .menu-icon i {
    color: #b5b5c3
}

.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #b5b5c3
}

.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-500 .menu-item .menu-link {
    color: #a1a5b7
}

.menu-gray-500 .menu-item .menu-link .menu-title {
    color: #a1a5b7
}

.menu-gray-500 .menu-item .menu-link .menu-icon i {
    color: #a1a5b7
}

.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-500 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #a1a5b7
}

.menu-gray-500 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-500 .menu-item .menu-link {
    color: #a1a5b7
}

.menu-title-gray-500 .menu-item .menu-link .menu-title {
    color: #a1a5b7
}

.menu-icon-gray-500 .menu-item .menu-link .menu-icon i {
    color: #a1a5b7
}

.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #a1a5b7
}

.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-600 .menu-item .menu-link {
    color: #7e8299
}

.menu-gray-600 .menu-item .menu-link .menu-title {
    color: #7e8299
}

.menu-gray-600 .menu-item .menu-link .menu-icon i {
    color: #7e8299
}

.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-600 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #7e8299
}

.menu-gray-600 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-600 .menu-item .menu-link {
    color: #7e8299
}

.menu-title-gray-600 .menu-item .menu-link .menu-title {
    color: #7e8299
}

.menu-icon-gray-600 .menu-item .menu-link .menu-icon i {
    color: #7e8299
}

.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #7e8299
}

.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-700 .menu-item .menu-link {
    color: #5e6278
}

.menu-gray-700 .menu-item .menu-link .menu-title {
    color: #5e6278
}

.menu-gray-700 .menu-item .menu-link .menu-icon i {
    color: #5e6278
}

.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-700 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #5e6278
}

.menu-gray-700 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-700 .menu-item .menu-link {
    color: #5e6278
}

.menu-title-gray-700 .menu-item .menu-link .menu-title {
    color: #5e6278
}

.menu-icon-gray-700 .menu-item .menu-link .menu-icon i {
    color: #5e6278
}

.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #5e6278
}

.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-800 .menu-item .menu-link {
    color: #3f4254
}

.menu-gray-800 .menu-item .menu-link .menu-title {
    color: #3f4254
}

.menu-gray-800 .menu-item .menu-link .menu-icon i {
    color: #3f4254
}

.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-800 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #3f4254
}

.menu-gray-800 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-800 .menu-item .menu-link {
    color: #3f4254
}

.menu-title-gray-800 .menu-item .menu-link .menu-title {
    color: #3f4254
}

.menu-icon-gray-800 .menu-item .menu-link .menu-icon i {
    color: #3f4254
}

.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #3f4254
}

.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-gray-900 .menu-item .menu-link {
    color: #181c32
}

.menu-gray-900 .menu-item .menu-link .menu-title {
    color: #181c32
}

.menu-gray-900 .menu-item .menu-link .menu-icon i {
    color: #181c32
}

.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-gray-900 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #181c32
}

.menu-gray-900 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-title-gray-900 .menu-item .menu-link {
    color: #181c32
}

.menu-title-gray-900 .menu-item .menu-link .menu-title {
    color: #181c32
}

.menu-icon-gray-900 .menu-item .menu-link .menu-icon i {
    color: #181c32
}

.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet {
    background-color: #181c32
}

.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-hover-bg .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-bg .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-show-bg .menu-item.here>.menu-link,
.menu-show-bg .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-active-bg .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-bg .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-state-bg .menu-item.here>.menu-link,
.menu-state-bg .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-state-bg .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .8)
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-show-primary .menu-item.here>.menu-link,
.menu-show-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-show-primary .menu-item.here>.menu-link .menu-title,
.menu-show-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-show-primary .menu-item.here>.menu-link .menu-icon i,
.menu-show-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-show-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-show-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-show-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-show-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-active-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-active-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-active-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-active-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item.here>.menu-link,
.menu-state-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-primary .menu-item.here>.menu-link .menu-title,
.menu-state-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-state-primary .menu-item.here>.menu-link .menu-icon i,
.menu-state-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-state-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-state-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #fff
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #fff
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #fff
}

.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-show-bg-primary .menu-item.here>.menu-link,
.menu-show-bg-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-title,
.menu-show-bg-primary .menu-item.show>.menu-link .menu-title {
    color: #fff
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon i,
.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon i {
    color: #fff
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-show-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #fff
}

.menu-show-bg-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-show-bg-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-active-bg-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-title {
    color: #fff
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-icon i {
    color: #fff
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #fff
}

.menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #fff
}

.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-primary .menu-item.here>.menu-link,
.menu-state-bg-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-title,
.menu-state-bg-primary .menu-item.show>.menu-link .menu-title {
    color: #fff
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon i,
.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon i {
    color: #fff
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-state-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #fff
}

.menu-state-bg-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-state-bg-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-title {
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-icon i {
    color: #fff
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #fff
}

.menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-show-bg-light-primary .menu-item.here>.menu-link,
.menu-show-bg-light-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-title,
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon i,
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-active-bg-light-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-light-primary .menu-item.here>.menu-link,
.menu-state-bg-light-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-title,
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon i,
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-bg-light-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff;
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-show-title-primary .menu-item.here>.menu-link,
.menu-show-title-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-show-title-primary .menu-item.here>.menu-link .menu-title,
.menu-show-title-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-active-title-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-active-title-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #009ef7
}

.menu-state-title-primary .menu-item.here>.menu-link,
.menu-state-title-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-title-primary .menu-item.here>.menu-link .menu-title,
.menu-state-title-primary .menu-item.show>.menu-link .menu-title {
    color: #009ef7
}

.menu-state-title-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    color: #009ef7
}

.menu-state-title-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7
}

.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-show-icon-primary .menu-item.here>.menu-link,
.menu-show-icon-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon i,
.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-active-icon-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-active-icon-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-icon-primary .menu-item.here>.menu-link,
.menu-state-icon-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon i,
.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-state-icon-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-show-bullet-primary .menu-item.here>.menu-link,
.menu-show-bullet-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-show-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-show-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-active-bullet-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bullet-primary .menu-item.here>.menu-link,
.menu-state-bullet-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,
.menu-state-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-state-bullet-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-show-arrow-primary .menu-item.here>.menu-link,
.menu-show-arrow-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-show-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-show-arrow-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-active-arrow-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active),
.menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-arrow-primary .menu-item.here>.menu-link,
.menu-state-arrow-primary .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,
.menu-state-arrow-primary .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.menu-state-arrow-primary .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease
}

.menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.anchor {
    display: flex;
    align-items: center
}

.anchor a {
    position: relative;
    display: none;
    align-items: center;
    justify-content: flex-start;
    height: 1em;
    width: 1.25em;
    margin-left: -1.25em;
    font-weight: 500;
    font-size: .8em;
    color: #a1a5b7;
    transition: all .2s ease
}

.anchor a:before {
    content: "#"
}

.anchor:hover a {
    display: flex
}

.anchor:hover a:hover {
    color: #009ef7;
    transition: all .2s ease
}

.card {
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, .02);
    border: 0
}

.card>.card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent
}

.card>.card-header .card-title {
    display: flex;
    align-items: center;
    margin: .5rem;
    margin-left: 0
}

.card>.card-header .card-title.flex-column {
    align-items: flex-start;
    justify-content: center
}

.card>.card-header .card-title .card-icon {
    margin-right: .75rem;
    line-height: 0
}

.card>.card-header .card-title .card-icon i {
    font-size: 1.25rem;
    color: #7e8299;
    line-height: 0
}

.card>.card-header .card-title .card-icon i:after,
.card>.card-header .card-title .card-icon i:before {
    line-height: 0
}

.card>.card-header .card-title .card-icon .svg-icon svg {
    height: 24px;
    width: 24px
}

.card>.card-header .card-title .card-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.card>.card-header .card-title .card-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.card>.card-header .card-title,
.card>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32
}

.card>.card-header .card-title .card-label {
    margin: 0 .75rem 0 0;
    flex-wrap: wrap
}

.card>.card-header .card-title .small,
.card>.card-header .card-title small {
    color: #a1a5b7;
    font-size: 1rem
}

.card>.card-header .card-title .h1,
.card>.card-header .card-title .h2,
.card>.card-header .card-title .h3,
.card>.card-header .card-title .h4,
.card>.card-header .card-title .h5,
.card>.card-header .card-title .h6,
.card>.card-header .card-title h1,
.card>.card-header .card-title h2,
.card>.card-header .card-title h3,
.card>.card-header .card-title h4,
.card>.card-header .card-title h5,
.card>.card-header .card-title h6 {
    margin-bottom: 0
}

.card>.card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: .5rem 0;
    flex-wrap: wrap
}

.card>.card-body {
    padding: 2rem 2.25rem
}

.card>.card-footer {
    padding: 2rem 2.25rem;
    background-color: transparent
}

.card .card-scroll {
    position: relative;
    overflow: auto
}

.card.card-px-0 .card-body,
.card.card-px-0 .card-footer,
.card.card-px-0 .card-header {
    padding-left: 0;
    padding-right: 0
}

.card.card-dashed {
    box-shadow: none;
    border: 1px dashed #e4e6ef
}

.card.card-dashed>.card-header {
    border-bottom: 1px dashed #e4e6ef
}

.card.card-dashed>.card-footer {
    border-top: 1px dashed #e4e6ef
}

.card.card-bordered {
    box-shadow: none;
    border: 1px solid #eff2f5
}

.card.card-flush>.card-header {
    border-bottom: 0
}

.card.card-flush>.card-footer {
    border-top: 0
}

.card.card-stretch {
    height: calc(100% - var(--bs-gutter-y))
}

.card.card-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
}

.card.card-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
}

.card.card-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
}

.card.card-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
}

.card .card-header-stretch {
    padding-top: 0!important;
    padding-bottom: 0!important;
    align-items: stretch
}

.card .card-header-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
}

@media (min-width:576px) {
    .card.card-sm-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }
    .card.card-sm-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }
    .card.card-sm-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }
    .card.card-sm-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }
    .card.card-sm-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }
    .card .card-header-sm-stretch {
        padding-top: 0!important;
        padding-bottom: 0!important;
        align-items: stretch
    }
    .card .card-header-sm-stretch .card-toolbar {
        margin: 0;
        align-items: stretch
    }
}

@media (min-width:768px) {
    .card.card-md-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }
    .card.card-md-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }
    .card.card-md-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }
    .card.card-md-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }
    .card.card-md-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }
    .card .card-header-md-stretch {
        padding-top: 0!important;
        padding-bottom: 0!important;
        align-items: stretch
    }
    .card .card-header-md-stretch .card-toolbar {
        margin: 0;
        align-items: stretch
    }
}

@media (min-width:992px) {
    .card.card-lg-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }
    .card.card-lg-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }
    .card.card-lg-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }
    .card.card-lg-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }
    .card.card-lg-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }
    .card .card-header-lg-stretch {
        padding-top: 0!important;
        padding-bottom: 0!important;
        align-items: stretch
    }
    .card .card-header-lg-stretch .card-toolbar {
        margin: 0;
        align-items: stretch
    }
}

@media (min-width:1200px) {
    .card.card-xl-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }
    .card.card-xl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }
    .card.card-xl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }
    .card.card-xl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }
    .card.card-xl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }
    .card .card-header-xl-stretch {
        padding-top: 0!important;
        padding-bottom: 0!important;
        align-items: stretch
    }
    .card .card-header-xl-stretch .card-toolbar {
        margin: 0;
        align-items: stretch
    }
}

@media (min-width:1400px) {
    .card.card-xxl-stretch {
        height: calc(100% - var(--bs-gutter-y))
    }
    .card.card-xxl-stretch-75 {
        height: calc(75% - var(--bs-gutter-y))
    }
    .card.card-xxl-stretch-50 {
        height: calc(50% - var(--bs-gutter-y))
    }
    .card.card-xxl-stretch-33 {
        height: calc(33.333% - var(--bs-gutter-y))
    }
    .card.card-xxl-stretch-25 {
        height: calc(25% - var(--bs-gutter-y))
    }
    .card .card-header-xxl-stretch {
        padding-top: 0!important;
        padding-bottom: 0!important;
        align-items: stretch
    }
    .card .card-header-xxl-stretch .card-toolbar {
        margin: 0;
        align-items: stretch
    }
}

.card-p {
    padding: 2rem 2.25rem!important
}

.card-px {
    padding-left: 2.25rem!important;
    padding-right: 2.25rem!important
}

.card-py {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.card-rounded {
    border-radius: .475rem
}

.card-rounded-start {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.card-rounded-end {
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.card-rounded-top {
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem
}

.card-rounded-bottom {
    border-bottom-left-radius: .475rem;
    border-bottom-right-radius: .475rem
}

@media (max-width:767.98px) {
    .card>.card-header:not(.flex-nowrap) {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: .5rem
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 0
}

.breadcrumb .breadcrumb-item:after {
    content: "/";
    padding-left: .5rem
}

.breadcrumb .breadcrumb-item:before {
    display: none
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none
}

.breadcrumb-line .breadcrumb-item:after {
    content: "-"
}

.breadcrumb-dot .breadcrumb-item:after {
    content: "•"
}

.breadcrumb-separatorless .breadcrumb-item:after {
    display: none
}

.btn {
    outline: 0!important
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none!important
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(.75rem + 1px) calc(1.5rem + 1px)
}

.btn-group-lg>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg {
    padding: calc(.825rem + 1px) calc(1.75rem + 1px)
}

.btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(.55rem + 1px) calc(1.25rem + 1px)
}

.btn.btn-link {
    border: 0;
    border-radius: 0;
    padding-left: 0!important;
    padding-right: 0!important;
    text-decoration: none;
    font-weight: 500
}

.btn.btn-outline-dashed {
    border: 1px dashed #e4e6ef
}

.btn.btn-flush {
    -webkit-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: 0!important;
    margin: 0;
    padding: 0
}

.btn.btn-flex {
    display: inline-flex;
    align-items: center
}

.btn i {
    display: inline-flex;
    font-size: 1rem;
    padding-right: .35rem;
    vertical-align: middle;
    line-height: 0
}

.btn .svg-icon {
    flex-shrink: 0;
    line-height: 0;
    margin-right: .5rem
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px)
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 0
}

.btn-group-sm>.btn.btn-icon,
.btn.btn-icon.btn-sm {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px)
}

.btn-group-lg>.btn.btn-icon,
.btn.btn-icon.btn-lg {
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px)
}

.btn.btn-icon.btn-circle {
    border-radius: 50%
}

.btn.btn-icon .svg-icon,
.btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1
}

.btn.btn-white {
    color: #7e8299;
    border-color: #fff;
    background-color: #fff
}

.btn.btn-white i {
    color: #7e8299
}

.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-white.dropdown-toggle:after {
    color: #7e8299
}

.btn-check:active+.btn.btn-white,
.btn-check:checked+.btn.btn-white,
.btn.btn-white.active,
.btn.btn-white.show,
.btn.btn-white:active:not(.btn-active),
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.show>.btn.btn-white {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn-check:active+.btn.btn-white i,
.btn-check:checked+.btn.btn-white i,
.btn.btn-white.active i,
.btn.btn-white.show i,
.btn.btn-white:active:not(.btn-active) i,
.btn.btn-white:focus:not(.btn-active) i,
.btn.btn-white:hover:not(.btn-active) i,
.show>.btn.btn-white i {
    color: #7e8299
}

.btn-check:active+.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-white.dropdown-toggle:after,
.btn-check:checked+.btn.btn-white.dropdown-toggle:after,
.btn.btn-white.active.dropdown-toggle:after,
.btn.btn-white.show.dropdown-toggle:after,
.btn.btn-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-white:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-white.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-bg-white {
    border-color: #fff;
    background-color: #fff
}

.btn-check:active+.btn.btn-active-white,
.btn-check:checked+.btn.btn-active-white,
.btn.btn-active-white.active,
.btn.btn-active-white.show,
.btn.btn-active-white:active:not(.btn-active),
.btn.btn-active-white:focus:not(.btn-active),
.btn.btn-active-white:hover:not(.btn-active),
.show>.btn.btn-active-white {
    color: #7e8299;
    border-color: #fff;
    background-color: #fff
}

.btn-check:active+.btn.btn-active-white i,
.btn-check:checked+.btn.btn-active-white i,
.btn.btn-active-white.active i,
.btn.btn-active-white.show i,
.btn.btn-active-white:active:not(.btn-active) i,
.btn.btn-active-white:focus:not(.btn-active) i,
.btn.btn-active-white:hover:not(.btn-active) i,
.show>.btn.btn-active-white i {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-white.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-white.dropdown-toggle:after,
.btn.btn-active-white.active.dropdown-toggle:after,
.btn.btn-active-white.show.dropdown-toggle:after,
.btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-white.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-light {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn.btn-light i {
    color: #7e8299
}

.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light.dropdown-toggle:after {
    color: #7e8299
}

.btn-check:active+.btn.btn-light,
.btn-check:checked+.btn.btn-light,
.btn.btn-light.active,
.btn.btn-light.show,
.btn.btn-light:active:not(.btn-active),
.btn.btn-light:focus:not(.btn-active),
.btn.btn-light:hover:not(.btn-active),
.show>.btn.btn-light {
    color: #7e8299;
    border-color: #e4e6ef;
    background-color: #e4e6ef
}

.btn-check:active+.btn.btn-light i,
.btn-check:checked+.btn.btn-light i,
.btn.btn-light.active i,
.btn.btn-light.show i,
.btn.btn-light:active:not(.btn-active) i,
.btn.btn-light:focus:not(.btn-active) i,
.btn.btn-light:hover:not(.btn-active) i,
.show>.btn.btn-light i {
    color: #7e8299
}

.btn-check:active+.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light.dropdown-toggle:after,
.btn.btn-light.active.dropdown-toggle:after,
.btn.btn-light.show.dropdown-toggle:after,
.btn.btn-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-bg-light {
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn-check:active+.btn.btn-active-light,
.btn-check:checked+.btn.btn-active-light,
.btn.btn-active-light.active,
.btn.btn-active-light.show,
.btn.btn-active-light:active:not(.btn-active),
.btn.btn-active-light:focus:not(.btn-active),
.btn.btn-active-light:hover:not(.btn-active),
.show>.btn.btn-active-light {
    color: #7e8299;
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn-check:active+.btn.btn-active-light i,
.btn-check:checked+.btn.btn-active-light i,
.btn.btn-active-light.active i,
.btn.btn-active-light.show i,
.btn.btn-active-light:active:not(.btn-active) i,
.btn.btn-active-light:focus:not(.btn-active) i,
.btn.btn-active-light:hover:not(.btn-active) i,
.show>.btn.btn-active-light i {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light.dropdown-toggle:after,
.btn.btn-active-light.active.dropdown-toggle:after,
.btn.btn-active-light.show.dropdown-toggle:after,
.btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7
}

.btn.btn-primary i {
    color: #fff
}

.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-primary.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    color: #fff;
    border-color: #0095e8;
    background-color: #0095e8
}

.btn-check:active+.btn.btn-primary i,
.btn-check:checked+.btn.btn-primary i,
.btn.btn-primary.active i,
.btn.btn-primary.show i,
.btn.btn-primary:active:not(.btn-active) i,
.btn.btn-primary:focus:not(.btn-active) i,
.btn.btn-primary:hover:not(.btn-active) i,
.show>.btn.btn-primary i {
    color: #fff
}

.btn-check:active+.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-primary.dropdown-toggle:after,
.btn.btn-primary.active.dropdown-toggle:after,
.btn.btn-primary.show.dropdown-toggle:after,
.btn.btn-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-primary.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-primary {
    color: #009ef7;
    border-color: #ecf8ff;
    background-color: #ecf8ff
}

.btn.btn-light-primary i {
    color: #009ef7
}

.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn-check:active+.btn.btn-light-primary,
.btn-check:checked+.btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show>.btn.btn-light-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7
}

.btn-check:active+.btn.btn-light-primary i,
.btn-check:checked+.btn.btn-light-primary i,
.btn.btn-light-primary.active i,
.btn.btn-light-primary.show i,
.btn.btn-light-primary:active:not(.btn-active) i,
.btn.btn-light-primary:focus:not(.btn-active) i,
.btn.btn-light-primary:hover:not(.btn-active) i,
.show>.btn.btn-light-primary i {
    color: #fff
}

.btn-check:active+.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-primary.dropdown-toggle:after,
.btn.btn-light-primary.active.dropdown-toggle:after,
.btn.btn-light-primary.show.dropdown-toggle:after,
.btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-primary.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-primary {
    border-color: #009ef7;
    background-color: #009ef7
}

.btn-check:active+.btn.btn-active-primary,
.btn-check:checked+.btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show>.btn.btn-active-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7
}

.btn-check:active+.btn.btn-active-primary i,
.btn-check:checked+.btn.btn-active-primary i,
.btn.btn-active-primary.active i,
.btn.btn-active-primary.show i,
.btn.btn-active-primary:active:not(.btn-active) i,
.btn.btn-active-primary:focus:not(.btn-active) i,
.btn.btn-active-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-primary i {
    color: #fff
}

.btn-check:active+.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-primary.dropdown-toggle:after,
.btn.btn-active-primary.active.dropdown-toggle:after,
.btn.btn-active-primary.show.dropdown-toggle:after,
.btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-primary.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-primary,
.btn-check:checked+.btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show>.btn.btn-active-light-primary {
    color: #009ef7;
    border-color: #ecf8ff;
    background-color: #ecf8ff
}

.btn-check:active+.btn.btn-active-light-primary i,
.btn-check:checked+.btn.btn-active-light-primary i,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-light-primary i {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn-check:active+.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-primary.dropdown-toggle:after,
.btn.btn-active-light-primary.active.dropdown-toggle:after,
.btn.btn-active-light-primary.show.dropdown-toggle:after,
.btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn.btn-active-light-primary.btn-outline {
    border-color: #009ef7!important
}

.btn.btn-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef
}

.btn.btn-secondary i {
    color: #3f4254
}

.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-secondary.dropdown-toggle:after {
    color: #3f4254
}

.btn-check:active+.btn.btn-secondary,
.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:active:not(.btn-active),
.btn.btn-secondary:focus:not(.btn-active),
.btn.btn-secondary:hover:not(.btn-active),
.show>.btn.btn-secondary {
    color: #3f4254;
    border-color: #b5b5c3;
    background-color: #b5b5c3
}

.btn-check:active+.btn.btn-secondary i,
.btn-check:checked+.btn.btn-secondary i,
.btn.btn-secondary.active i,
.btn.btn-secondary.show i,
.btn.btn-secondary:active:not(.btn-active) i,
.btn.btn-secondary:focus:not(.btn-active) i,
.btn.btn-secondary:hover:not(.btn-active) i,
.show>.btn.btn-secondary i {
    color: #3f4254
}

.btn-check:active+.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn-check:active+.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-secondary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-secondary.dropdown-toggle:after,
.btn.btn-secondary.active.dropdown-toggle:after,
.btn.btn-secondary.show.dropdown-toggle:after,
.btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-secondary.dropdown-toggle:after {
    color: #3f4254
}

.btn.btn-bg-secondary {
    border-color: #e4e6ef;
    background-color: #e4e6ef
}

.btn-check:active+.btn.btn-active-secondary,
.btn-check:checked+.btn.btn-active-secondary,
.btn.btn-active-secondary.active,
.btn.btn-active-secondary.show,
.btn.btn-active-secondary:active:not(.btn-active),
.btn.btn-active-secondary:focus:not(.btn-active),
.btn.btn-active-secondary:hover:not(.btn-active),
.show>.btn.btn-active-secondary {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef
}

.btn-check:active+.btn.btn-active-secondary i,
.btn-check:checked+.btn.btn-active-secondary i,
.btn.btn-active-secondary.active i,
.btn.btn-active-secondary.show i,
.btn.btn-active-secondary:active:not(.btn-active) i,
.btn.btn-active-secondary:focus:not(.btn-active) i,
.btn.btn-active-secondary:hover:not(.btn-active) i,
.show>.btn.btn-active-secondary i {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn-check:active+.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-secondary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-secondary.dropdown-toggle:after,
.btn.btn-active-secondary.active.dropdown-toggle:after,
.btn.btn-active-secondary.show.dropdown-toggle:after,
.btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-secondary.dropdown-toggle:after {
    color: #3f4254
}

.btn.btn-success {
    color: #fff;
    border-color: #50cd89;
    background-color: #50cd89
}

.btn.btn-success i {
    color: #fff
}

.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-success.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-success,
.btn-check:checked+.btn.btn-success,
.btn.btn-success.active,
.btn.btn-success.show,
.btn.btn-success:active:not(.btn-active),
.btn.btn-success:focus:not(.btn-active),
.btn.btn-success:hover:not(.btn-active),
.show>.btn.btn-success {
    color: #fff;
    border-color: #47be7d;
    background-color: #47be7d
}

.btn-check:active+.btn.btn-success i,
.btn-check:checked+.btn.btn-success i,
.btn.btn-success.active i,
.btn.btn-success.show i,
.btn.btn-success:active:not(.btn-active) i,
.btn.btn-success:focus:not(.btn-active) i,
.btn.btn-success:hover:not(.btn-active) i,
.show>.btn.btn-success i {
    color: #fff
}

.btn-check:active+.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-success.dropdown-toggle:after,
.btn.btn-success.active.dropdown-toggle:after,
.btn.btn-success.show.dropdown-toggle:after,
.btn.btn-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-success.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-success {
    color: #50cd89;
    border-color: #e8fff3;
    background-color: #e8fff3
}

.btn.btn-light-success i {
    color: #50cd89
}

.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-success.dropdown-toggle:after {
    color: #50cd89
}

.btn-check:active+.btn.btn-light-success,
.btn-check:checked+.btn.btn-light-success,
.btn.btn-light-success.active,
.btn.btn-light-success.show,
.btn.btn-light-success:active:not(.btn-active),
.btn.btn-light-success:focus:not(.btn-active),
.btn.btn-light-success:hover:not(.btn-active),
.show>.btn.btn-light-success {
    color: #fff;
    border-color: #50cd89;
    background-color: #50cd89
}

.btn-check:active+.btn.btn-light-success i,
.btn-check:checked+.btn.btn-light-success i,
.btn.btn-light-success.active i,
.btn.btn-light-success.show i,
.btn.btn-light-success:active:not(.btn-active) i,
.btn.btn-light-success:focus:not(.btn-active) i,
.btn.btn-light-success:hover:not(.btn-active) i,
.show>.btn.btn-light-success i {
    color: #fff
}

.btn-check:active+.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-success.dropdown-toggle:after,
.btn.btn-light-success.active.dropdown-toggle:after,
.btn.btn-light-success.show.dropdown-toggle:after,
.btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-success.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-success {
    border-color: #50cd89;
    background-color: #50cd89
}

.btn-check:active+.btn.btn-active-success,
.btn-check:checked+.btn.btn-active-success,
.btn.btn-active-success.active,
.btn.btn-active-success.show,
.btn.btn-active-success:active:not(.btn-active),
.btn.btn-active-success:focus:not(.btn-active),
.btn.btn-active-success:hover:not(.btn-active),
.show>.btn.btn-active-success {
    color: #fff;
    border-color: #50cd89;
    background-color: #50cd89
}

.btn-check:active+.btn.btn-active-success i,
.btn-check:checked+.btn.btn-active-success i,
.btn.btn-active-success.active i,
.btn.btn-active-success.show i,
.btn.btn-active-success:active:not(.btn-active) i,
.btn.btn-active-success:focus:not(.btn-active) i,
.btn.btn-active-success:hover:not(.btn-active) i,
.show>.btn.btn-active-success i {
    color: #fff
}

.btn-check:active+.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-success.dropdown-toggle:after,
.btn.btn-active-success.active.dropdown-toggle:after,
.btn.btn-active-success.show.dropdown-toggle:after,
.btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-success.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-success,
.btn-check:checked+.btn.btn-active-light-success,
.btn.btn-active-light-success.active,
.btn.btn-active-light-success.show,
.btn.btn-active-light-success:active:not(.btn-active),
.btn.btn-active-light-success:focus:not(.btn-active),
.btn.btn-active-light-success:hover:not(.btn-active),
.show>.btn.btn-active-light-success {
    color: #50cd89;
    border-color: #e8fff3;
    background-color: #e8fff3
}

.btn-check:active+.btn.btn-active-light-success i,
.btn-check:checked+.btn.btn-active-light-success i,
.btn.btn-active-light-success.active i,
.btn.btn-active-light-success.show i,
.btn.btn-active-light-success:active:not(.btn-active) i,
.btn.btn-active-light-success:focus:not(.btn-active) i,
.btn.btn-active-light-success:hover:not(.btn-active) i,
.show>.btn.btn-active-light-success i {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn-check:active+.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-success.dropdown-toggle:after,
.btn.btn-active-light-success.active.dropdown-toggle:after,
.btn.btn-active-light-success.show.dropdown-toggle:after,
.btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-success.dropdown-toggle:after {
    color: #50cd89
}

.btn.btn-active-light-success.btn-outline {
    border-color: #50cd89!important
}

.btn.btn-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea
}

.btn.btn-info i {
    color: #fff
}

.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-info.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-info,
.btn-check:checked+.btn.btn-info,
.btn.btn-info.active,
.btn.btn-info.show,
.btn.btn-info:active:not(.btn-active),
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active),
.show>.btn.btn-info {
    color: #fff;
    border-color: #5014d0;
    background-color: #5014d0
}

.btn-check:active+.btn.btn-info i,
.btn-check:checked+.btn.btn-info i,
.btn.btn-info.active i,
.btn.btn-info.show i,
.btn.btn-info:active:not(.btn-active) i,
.btn.btn-info:focus:not(.btn-active) i,
.btn.btn-info:hover:not(.btn-active) i,
.show>.btn.btn-info i {
    color: #fff
}

.btn-check:active+.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-info.dropdown-toggle:after,
.btn.btn-info.active.dropdown-toggle:after,
.btn.btn-info.show.dropdown-toggle:after,
.btn.btn-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-info.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-info {
    color: #7239ea;
    border-color: #f8f5ff;
    background-color: #f8f5ff
}

.btn.btn-light-info i {
    color: #7239ea
}

.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-info.dropdown-toggle:after {
    color: #7239ea
}

.btn-check:active+.btn.btn-light-info,
.btn-check:checked+.btn.btn-light-info,
.btn.btn-light-info.active,
.btn.btn-light-info.show,
.btn.btn-light-info:active:not(.btn-active),
.btn.btn-light-info:focus:not(.btn-active),
.btn.btn-light-info:hover:not(.btn-active),
.show>.btn.btn-light-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea
}

.btn-check:active+.btn.btn-light-info i,
.btn-check:checked+.btn.btn-light-info i,
.btn.btn-light-info.active i,
.btn.btn-light-info.show i,
.btn.btn-light-info:active:not(.btn-active) i,
.btn.btn-light-info:focus:not(.btn-active) i,
.btn.btn-light-info:hover:not(.btn-active) i,
.show>.btn.btn-light-info i {
    color: #fff
}

.btn-check:active+.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-info.dropdown-toggle:after,
.btn.btn-light-info.active.dropdown-toggle:after,
.btn.btn-light-info.show.dropdown-toggle:after,
.btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-info.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-info {
    border-color: #7239ea;
    background-color: #7239ea
}

.btn-check:active+.btn.btn-active-info,
.btn-check:checked+.btn.btn-active-info,
.btn.btn-active-info.active,
.btn.btn-active-info.show,
.btn.btn-active-info:active:not(.btn-active),
.btn.btn-active-info:focus:not(.btn-active),
.btn.btn-active-info:hover:not(.btn-active),
.show>.btn.btn-active-info {
    color: #fff;
    border-color: #7239ea;
    background-color: #7239ea
}

.btn-check:active+.btn.btn-active-info i,
.btn-check:checked+.btn.btn-active-info i,
.btn.btn-active-info.active i,
.btn.btn-active-info.show i,
.btn.btn-active-info:active:not(.btn-active) i,
.btn.btn-active-info:focus:not(.btn-active) i,
.btn.btn-active-info:hover:not(.btn-active) i,
.show>.btn.btn-active-info i {
    color: #fff
}

.btn-check:active+.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-info.dropdown-toggle:after,
.btn.btn-active-info.active.dropdown-toggle:after,
.btn.btn-active-info.show.dropdown-toggle:after,
.btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-info.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-info,
.btn-check:checked+.btn.btn-active-light-info,
.btn.btn-active-light-info.active,
.btn.btn-active-light-info.show,
.btn.btn-active-light-info:active:not(.btn-active),
.btn.btn-active-light-info:focus:not(.btn-active),
.btn.btn-active-light-info:hover:not(.btn-active),
.show>.btn.btn-active-light-info {
    color: #7239ea;
    border-color: #f8f5ff;
    background-color: #f8f5ff
}

.btn-check:active+.btn.btn-active-light-info i,
.btn-check:checked+.btn.btn-active-light-info i,
.btn.btn-active-light-info.active i,
.btn.btn-active-light-info.show i,
.btn.btn-active-light-info:active:not(.btn-active) i,
.btn.btn-active-light-info:focus:not(.btn-active) i,
.btn.btn-active-light-info:hover:not(.btn-active) i,
.show>.btn.btn-active-light-info i {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn-check:active+.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-info.dropdown-toggle:after,
.btn.btn-active-light-info.active.dropdown-toggle:after,
.btn.btn-active-light-info.show.dropdown-toggle:after,
.btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-info.dropdown-toggle:after {
    color: #7239ea
}

.btn.btn-active-light-info.btn-outline {
    border-color: #7239ea!important
}

.btn.btn-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700
}

.btn.btn-warning i {
    color: #fff
}

.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-warning.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-warning,
.btn-check:checked+.btn.btn-warning,
.btn.btn-warning.active,
.btn.btn-warning.show,
.btn.btn-warning:active:not(.btn-active),
.btn.btn-warning:focus:not(.btn-active),
.btn.btn-warning:hover:not(.btn-active),
.show>.btn.btn-warning {
    color: #fff;
    border-color: #f1bc00;
    background-color: #f1bc00
}

.btn-check:active+.btn.btn-warning i,
.btn-check:checked+.btn.btn-warning i,
.btn.btn-warning.active i,
.btn.btn-warning.show i,
.btn.btn-warning:active:not(.btn-active) i,
.btn.btn-warning:focus:not(.btn-active) i,
.btn.btn-warning:hover:not(.btn-active) i,
.show>.btn.btn-warning i {
    color: #fff
}

.btn-check:active+.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-warning.dropdown-toggle:after,
.btn.btn-warning.active.dropdown-toggle:after,
.btn.btn-warning.show.dropdown-toggle:after,
.btn.btn-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-warning.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-warning {
    color: #ffc700;
    border-color: #fff8dd;
    background-color: #fff8dd
}

.btn.btn-light-warning i {
    color: #ffc700
}

.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn-check:active+.btn.btn-light-warning,
.btn-check:checked+.btn.btn-light-warning,
.btn.btn-light-warning.active,
.btn.btn-light-warning.show,
.btn.btn-light-warning:active:not(.btn-active),
.btn.btn-light-warning:focus:not(.btn-active),
.btn.btn-light-warning:hover:not(.btn-active),
.show>.btn.btn-light-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700
}

.btn-check:active+.btn.btn-light-warning i,
.btn-check:checked+.btn.btn-light-warning i,
.btn.btn-light-warning.active i,
.btn.btn-light-warning.show i,
.btn.btn-light-warning:active:not(.btn-active) i,
.btn.btn-light-warning:focus:not(.btn-active) i,
.btn.btn-light-warning:hover:not(.btn-active) i,
.show>.btn.btn-light-warning i {
    color: #fff
}

.btn-check:active+.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-warning.dropdown-toggle:after,
.btn.btn-light-warning.active.dropdown-toggle:after,
.btn.btn-light-warning.show.dropdown-toggle:after,
.btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-warning.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-warning {
    border-color: #ffc700;
    background-color: #ffc700
}

.btn-check:active+.btn.btn-active-warning,
.btn-check:checked+.btn.btn-active-warning,
.btn.btn-active-warning.active,
.btn.btn-active-warning.show,
.btn.btn-active-warning:active:not(.btn-active),
.btn.btn-active-warning:focus:not(.btn-active),
.btn.btn-active-warning:hover:not(.btn-active),
.show>.btn.btn-active-warning {
    color: #fff;
    border-color: #ffc700;
    background-color: #ffc700
}

.btn-check:active+.btn.btn-active-warning i,
.btn-check:checked+.btn.btn-active-warning i,
.btn.btn-active-warning.active i,
.btn.btn-active-warning.show i,
.btn.btn-active-warning:active:not(.btn-active) i,
.btn.btn-active-warning:focus:not(.btn-active) i,
.btn.btn-active-warning:hover:not(.btn-active) i,
.show>.btn.btn-active-warning i {
    color: #fff
}

.btn-check:active+.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-warning.dropdown-toggle:after,
.btn.btn-active-warning.active.dropdown-toggle:after,
.btn.btn-active-warning.show.dropdown-toggle:after,
.btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-warning.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-warning,
.btn-check:checked+.btn.btn-active-light-warning,
.btn.btn-active-light-warning.active,
.btn.btn-active-light-warning.show,
.btn.btn-active-light-warning:active:not(.btn-active),
.btn.btn-active-light-warning:focus:not(.btn-active),
.btn.btn-active-light-warning:hover:not(.btn-active),
.show>.btn.btn-active-light-warning {
    color: #ffc700;
    border-color: #fff8dd;
    background-color: #fff8dd
}

.btn-check:active+.btn.btn-active-light-warning i,
.btn-check:checked+.btn.btn-active-light-warning i,
.btn.btn-active-light-warning.active i,
.btn.btn-active-light-warning.show i,
.btn.btn-active-light-warning:active:not(.btn-active) i,
.btn.btn-active-light-warning:focus:not(.btn-active) i,
.btn.btn-active-light-warning:hover:not(.btn-active) i,
.show>.btn.btn-active-light-warning i {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn-check:active+.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-warning.dropdown-toggle:after,
.btn.btn-active-light-warning.active.dropdown-toggle:after,
.btn.btn-active-light-warning.show.dropdown-toggle:after,
.btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn.btn-active-light-warning.btn-outline {
    border-color: #ffc700!important
}

.btn.btn-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c
}

.btn.btn-danger i {
    color: #fff
}

.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-danger.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-danger,
.btn-check:checked+.btn.btn-danger,
.btn.btn-danger.active,
.btn.btn-danger.show,
.btn.btn-danger:active:not(.btn-active),
.btn.btn-danger:focus:not(.btn-active),
.btn.btn-danger:hover:not(.btn-active),
.show>.btn.btn-danger {
    color: #fff;
    border-color: #d9214e;
    background-color: #d9214e
}

.btn-check:active+.btn.btn-danger i,
.btn-check:checked+.btn.btn-danger i,
.btn.btn-danger.active i,
.btn.btn-danger.show i,
.btn.btn-danger:active:not(.btn-active) i,
.btn.btn-danger:focus:not(.btn-active) i,
.btn.btn-danger:hover:not(.btn-active) i,
.show>.btn.btn-danger i {
    color: #fff
}

.btn-check:active+.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-danger.dropdown-toggle:after,
.btn.btn-danger.active.dropdown-toggle:after,
.btn.btn-danger.show.dropdown-toggle:after,
.btn.btn-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-danger.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-danger {
    color: #f1416c;
    border-color: #fff5f8;
    background-color: #fff5f8
}

.btn.btn-light-danger i {
    color: #f1416c
}

.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn-check:active+.btn.btn-light-danger,
.btn-check:checked+.btn.btn-light-danger,
.btn.btn-light-danger.active,
.btn.btn-light-danger.show,
.btn.btn-light-danger:active:not(.btn-active),
.btn.btn-light-danger:focus:not(.btn-active),
.btn.btn-light-danger:hover:not(.btn-active),
.show>.btn.btn-light-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c
}

.btn-check:active+.btn.btn-light-danger i,
.btn-check:checked+.btn.btn-light-danger i,
.btn.btn-light-danger.active i,
.btn.btn-light-danger.show i,
.btn.btn-light-danger:active:not(.btn-active) i,
.btn.btn-light-danger:focus:not(.btn-active) i,
.btn.btn-light-danger:hover:not(.btn-active) i,
.show>.btn.btn-light-danger i {
    color: #fff
}

.btn-check:active+.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-danger.dropdown-toggle:after,
.btn.btn-light-danger.active.dropdown-toggle:after,
.btn.btn-light-danger.show.dropdown-toggle:after,
.btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-danger.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-danger {
    border-color: #f1416c;
    background-color: #f1416c
}

.btn-check:active+.btn.btn-active-danger,
.btn-check:checked+.btn.btn-active-danger,
.btn.btn-active-danger.active,
.btn.btn-active-danger.show,
.btn.btn-active-danger:active:not(.btn-active),
.btn.btn-active-danger:focus:not(.btn-active),
.btn.btn-active-danger:hover:not(.btn-active),
.show>.btn.btn-active-danger {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c
}

.btn-check:active+.btn.btn-active-danger i,
.btn-check:checked+.btn.btn-active-danger i,
.btn.btn-active-danger.active i,
.btn.btn-active-danger.show i,
.btn.btn-active-danger:active:not(.btn-active) i,
.btn.btn-active-danger:focus:not(.btn-active) i,
.btn.btn-active-danger:hover:not(.btn-active) i,
.show>.btn.btn-active-danger i {
    color: #fff
}

.btn-check:active+.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-danger.dropdown-toggle:after,
.btn.btn-active-danger.active.dropdown-toggle:after,
.btn.btn-active-danger.show.dropdown-toggle:after,
.btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-danger.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-danger,
.btn-check:checked+.btn.btn-active-light-danger,
.btn.btn-active-light-danger.active,
.btn.btn-active-light-danger.show,
.btn.btn-active-light-danger:active:not(.btn-active),
.btn.btn-active-light-danger:focus:not(.btn-active),
.btn.btn-active-light-danger:hover:not(.btn-active),
.show>.btn.btn-active-light-danger {
    color: #f1416c;
    border-color: #fff5f8;
    background-color: #fff5f8
}

.btn-check:active+.btn.btn-active-light-danger i,
.btn-check:checked+.btn.btn-active-light-danger i,
.btn.btn-active-light-danger.active i,
.btn.btn-active-light-danger.show i,
.btn.btn-active-light-danger:active:not(.btn-active) i,
.btn.btn-active-light-danger:focus:not(.btn-active) i,
.btn.btn-active-light-danger:hover:not(.btn-active) i,
.show>.btn.btn-active-light-danger i {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn-check:active+.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-danger.dropdown-toggle:after,
.btn.btn-active-light-danger.active.dropdown-toggle:after,
.btn.btn-active-light-danger.show.dropdown-toggle:after,
.btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn.btn-active-light-danger.btn-outline {
    border-color: #f1416c!important
}

.btn.btn-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32
}

.btn.btn-dark i {
    color: #fff
}

.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-dark.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-dark,
.btn-check:checked+.btn.btn-dark,
.btn.btn-dark.active,
.btn.btn-dark.show,
.btn.btn-dark:active:not(.btn-active),
.btn.btn-dark:focus:not(.btn-active),
.btn.btn-dark:hover:not(.btn-active),
.show>.btn.btn-dark {
    color: #fff;
    border-color: #131628;
    background-color: #131628
}

.btn-check:active+.btn.btn-dark i,
.btn-check:checked+.btn.btn-dark i,
.btn.btn-dark.active i,
.btn.btn-dark.show i,
.btn.btn-dark:active:not(.btn-active) i,
.btn.btn-dark:focus:not(.btn-active) i,
.btn.btn-dark:hover:not(.btn-active) i,
.show>.btn.btn-dark i {
    color: #fff
}

.btn-check:active+.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-dark.dropdown-toggle:after,
.btn.btn-dark.active.dropdown-toggle:after,
.btn.btn-dark.show.dropdown-toggle:after,
.btn.btn-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-dark.dropdown-toggle:after {
    color: #fff
}

.btn.btn-light-dark {
    color: #181c32;
    border-color: #eff2f5;
    background-color: #eff2f5
}

.btn.btn-light-dark i {
    color: #181c32
}

.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-dark.dropdown-toggle:after {
    color: #181c32
}

.btn-check:active+.btn.btn-light-dark,
.btn-check:checked+.btn.btn-light-dark,
.btn.btn-light-dark.active,
.btn.btn-light-dark.show,
.btn.btn-light-dark:active:not(.btn-active),
.btn.btn-light-dark:focus:not(.btn-active),
.btn.btn-light-dark:hover:not(.btn-active),
.show>.btn.btn-light-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32
}

.btn-check:active+.btn.btn-light-dark i,
.btn-check:checked+.btn.btn-light-dark i,
.btn.btn-light-dark.active i,
.btn.btn-light-dark.show i,
.btn.btn-light-dark:active:not(.btn-active) i,
.btn.btn-light-dark:focus:not(.btn-active) i,
.btn.btn-light-dark:hover:not(.btn-active) i,
.show>.btn.btn-light-dark i {
    color: #fff
}

.btn-check:active+.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-dark.dropdown-toggle:after,
.btn.btn-light-dark.active.dropdown-toggle:after,
.btn.btn-light-dark.show.dropdown-toggle:after,
.btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-dark.dropdown-toggle:after {
    color: #fff
}

.btn.btn-bg-dark {
    border-color: #181c32;
    background-color: #181c32
}

.btn-check:active+.btn.btn-active-dark,
.btn-check:checked+.btn.btn-active-dark,
.btn.btn-active-dark.active,
.btn.btn-active-dark.show,
.btn.btn-active-dark:active:not(.btn-active),
.btn.btn-active-dark:focus:not(.btn-active),
.btn.btn-active-dark:hover:not(.btn-active),
.show>.btn.btn-active-dark {
    color: #fff;
    border-color: #181c32;
    background-color: #181c32
}

.btn-check:active+.btn.btn-active-dark i,
.btn-check:checked+.btn.btn-active-dark i,
.btn.btn-active-dark.active i,
.btn.btn-active-dark.show i,
.btn.btn-active-dark:active:not(.btn-active) i,
.btn.btn-active-dark:focus:not(.btn-active) i,
.btn.btn-active-dark:hover:not(.btn-active) i,
.show>.btn.btn-active-dark i {
    color: #fff
}

.btn-check:active+.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-dark.dropdown-toggle:after,
.btn.btn-active-dark.active.dropdown-toggle:after,
.btn.btn-active-dark.show.dropdown-toggle:after,
.btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-dark.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-light-dark,
.btn-check:checked+.btn.btn-active-light-dark,
.btn.btn-active-light-dark.active,
.btn.btn-active-light-dark.show,
.btn.btn-active-light-dark:active:not(.btn-active),
.btn.btn-active-light-dark:focus:not(.btn-active),
.btn.btn-active-light-dark:hover:not(.btn-active),
.show>.btn.btn-active-light-dark {
    color: #181c32;
    border-color: #eff2f5;
    background-color: #eff2f5
}

.btn-check:active+.btn.btn-active-light-dark i,
.btn-check:checked+.btn.btn-active-light-dark i,
.btn.btn-active-light-dark.active i,
.btn.btn-active-light-dark.show i,
.btn.btn-active-light-dark:active:not(.btn-active) i,
.btn.btn-active-light-dark:focus:not(.btn-active) i,
.btn.btn-active-light-dark:hover:not(.btn-active) i,
.show>.btn.btn-active-light-dark i {
    color: #181c32
}

.btn-check:active+.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn-check:active+.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-light-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-dark.dropdown-toggle:after,
.btn.btn-active-light-dark.active.dropdown-toggle:after,
.btn.btn-active-light-dark.show.dropdown-toggle:after,
.btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-dark.dropdown-toggle:after {
    color: #181c32
}

.btn.btn-active-light-dark.btn-outline {
    border-color: #181c32!important
}

.btn.btn-color-white {
    color: #fff
}

.btn.btn-color-white i {
    color: #fff
}

.btn.btn-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-white.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-color-white,
.btn-check:checked+.btn.btn-active-color-white,
.btn.btn-active-color-white.active,
.btn.btn-active-color-white.show,
.btn.btn-active-color-white:active:not(.btn-active),
.btn.btn-active-color-white:focus:not(.btn-active),
.btn.btn-active-color-white:hover:not(.btn-active),
.show>.btn.btn-active-color-white {
    color: #fff
}

.btn-check:active+.btn.btn-active-color-white i,
.btn-check:checked+.btn.btn-active-color-white i,
.btn.btn-active-color-white.active i,
.btn.btn-active-color-white.show i,
.btn.btn-active-color-white:active:not(.btn-active) i,
.btn.btn-active-color-white:focus:not(.btn-active) i,
.btn.btn-active-color-white:hover:not(.btn-active) i,
.show>.btn.btn-active-color-white i {
    color: #fff
}

.btn-check:active+.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-white.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-white.dropdown-toggle:after,
.btn.btn-active-color-white.active.dropdown-toggle:after,
.btn.btn-active-color-white.show.dropdown-toggle:after,
.btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-white.dropdown-toggle:after {
    color: #fff
}

.btn.btn-icon-white i {
    color: #fff
}

.btn.btn-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-white.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-active-icon-white i,
.btn-check:checked+.btn.btn-active-icon-white i,
.btn.btn-active-icon-white.active i,
.btn.btn-active-icon-white.show i,
.btn.btn-active-icon-white:active:not(.btn-active) i,
.btn.btn-active-icon-white:focus:not(.btn-active) i,
.btn.btn-active-icon-white:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-white i {
    color: #fff
}

.btn-check:active+.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-white.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-white.dropdown-toggle:after,
.btn.btn-active-icon-white.active.dropdown-toggle:after,
.btn.btn-active-icon-white.show.dropdown-toggle:after,
.btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-white.dropdown-toggle:after {
    color: #fff
}

.btn.btn-text-white {
    color: #fff
}

.btn-check:active+.btn.btn-active-text-white,
.btn-check:checked+.btn.btn-active-text-white,
.btn.btn-active-text-white.active,
.btn.btn-active-text-white.show,
.btn.btn-active-text-white:active:not(.btn-active),
.btn.btn-active-text-white:focus:not(.btn-active),
.btn.btn-active-text-white:hover:not(.btn-active),
.show>.btn.btn-active-text-white {
    color: #fff
}

.btn.btn-color-primary {
    color: #009ef7
}

.btn.btn-color-primary i {
    color: #009ef7
}

.btn.btn-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn.btn-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-color-primary,
.btn-check:checked+.btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show>.btn.btn-active-color-primary {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-color-primary i,
.btn-check:checked+.btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-primary i {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-primary.dropdown-toggle:after,
.btn.btn-active-color-primary.active.dropdown-toggle:after,
.btn.btn-active-color-primary.show.dropdown-toggle:after,
.btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn.btn-icon-primary i {
    color: #009ef7
}

.btn.btn-icon-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn.btn-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-icon-primary i,
.btn-check:checked+.btn.btn-active-icon-primary i,
.btn.btn-active-icon-primary.active i,
.btn.btn-active-icon-primary.show i,
.btn.btn-active-icon-primary:active:not(.btn-active) i,
.btn.btn-active-icon-primary:focus:not(.btn-active) i,
.btn.btn-active-icon-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-primary i {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-primary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-primary.dropdown-toggle:after,
.btn.btn-active-icon-primary.active.dropdown-toggle:after,
.btn.btn-active-icon-primary.show.dropdown-toggle:after,
.btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-primary.dropdown-toggle:after {
    color: #009ef7
}

.btn.btn-text-primary {
    color: #009ef7
}

.btn-check:active+.btn.btn-active-text-primary,
.btn-check:checked+.btn.btn-active-text-primary,
.btn.btn-active-text-primary.active,
.btn.btn-active-text-primary.show,
.btn.btn-active-text-primary:active:not(.btn-active),
.btn.btn-active-text-primary:focus:not(.btn-active),
.btn.btn-active-text-primary:hover:not(.btn-active),
.show>.btn.btn-active-text-primary {
    color: #009ef7
}

.btn.btn-color-secondary {
    color: #e4e6ef
}

.btn.btn-color-secondary i {
    color: #e4e6ef
}

.btn.btn-color-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn.btn-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-secondary.dropdown-toggle:after {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-secondary,
.btn-check:checked+.btn.btn-active-color-secondary,
.btn.btn-active-color-secondary.active,
.btn.btn-active-color-secondary.show,
.btn.btn-active-color-secondary:active:not(.btn-active),
.btn.btn-active-color-secondary:focus:not(.btn-active),
.btn.btn-active-color-secondary:hover:not(.btn-active),
.show>.btn.btn-active-color-secondary {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-secondary i,
.btn-check:checked+.btn.btn-active-color-secondary i,
.btn.btn-active-color-secondary.active i,
.btn.btn-active-color-secondary.show i,
.btn.btn-active-color-secondary:active:not(.btn-active) i,
.btn.btn-active-color-secondary:focus:not(.btn-active) i,
.btn.btn-active-color-secondary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-secondary i {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-secondary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-secondary.dropdown-toggle:after,
.btn.btn-active-color-secondary.active.dropdown-toggle:after,
.btn.btn-active-color-secondary.show.dropdown-toggle:after,
.btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-secondary.dropdown-toggle:after {
    color: #e4e6ef
}

.btn.btn-icon-secondary i {
    color: #e4e6ef
}

.btn.btn-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn.btn-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-secondary.dropdown-toggle:after {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-secondary i,
.btn-check:checked+.btn.btn-active-icon-secondary i,
.btn.btn-active-icon-secondary.active i,
.btn.btn-active-icon-secondary.show i,
.btn.btn-active-icon-secondary:active:not(.btn-active) i,
.btn.btn-active-icon-secondary:focus:not(.btn-active) i,
.btn.btn-active-icon-secondary:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-secondary i {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-secondary.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-secondary.dropdown-toggle:after,
.btn.btn-active-icon-secondary.active.dropdown-toggle:after,
.btn.btn-active-icon-secondary.show.dropdown-toggle:after,
.btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-secondary.dropdown-toggle:after {
    color: #e4e6ef
}

.btn.btn-text-secondary {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-text-secondary,
.btn-check:checked+.btn.btn-active-text-secondary,
.btn.btn-active-text-secondary.active,
.btn.btn-active-text-secondary.show,
.btn.btn-active-text-secondary:active:not(.btn-active),
.btn.btn-active-text-secondary:focus:not(.btn-active),
.btn.btn-active-text-secondary:hover:not(.btn-active),
.show>.btn.btn-active-text-secondary {
    color: #e4e6ef
}

.btn.btn-color-light {
    color: #f5f8fa
}

.btn.btn-color-light i {
    color: #f5f8fa
}

.btn.btn-color-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn.btn-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-light.dropdown-toggle:after {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-light,
.btn-check:checked+.btn.btn-active-color-light,
.btn.btn-active-color-light.active,
.btn.btn-active-color-light.show,
.btn.btn-active-color-light:active:not(.btn-active),
.btn.btn-active-color-light:focus:not(.btn-active),
.btn.btn-active-color-light:hover:not(.btn-active),
.show>.btn.btn-active-color-light {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-light i,
.btn-check:checked+.btn.btn-active-color-light i,
.btn.btn-active-color-light.active i,
.btn.btn-active-color-light.show i,
.btn.btn-active-color-light:active:not(.btn-active) i,
.btn.btn-active-color-light:focus:not(.btn-active) i,
.btn.btn-active-color-light:hover:not(.btn-active) i,
.show>.btn.btn-active-color-light i {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-light.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-light.dropdown-toggle:after,
.btn.btn-active-color-light.active.dropdown-toggle:after,
.btn.btn-active-color-light.show.dropdown-toggle:after,
.btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-light.dropdown-toggle:after {
    color: #f5f8fa
}

.btn.btn-icon-light i {
    color: #f5f8fa
}

.btn.btn-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn.btn-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-light.dropdown-toggle:after {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-light i,
.btn-check:checked+.btn.btn-active-icon-light i,
.btn.btn-active-icon-light.active i,
.btn.btn-active-icon-light.show i,
.btn.btn-active-icon-light:active:not(.btn-active) i,
.btn.btn-active-icon-light:focus:not(.btn-active) i,
.btn.btn-active-icon-light:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-light i {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-light.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-light.dropdown-toggle:after,
.btn.btn-active-icon-light.active.dropdown-toggle:after,
.btn.btn-active-icon-light.show.dropdown-toggle:after,
.btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-light.dropdown-toggle:after {
    color: #f5f8fa
}

.btn.btn-text-light {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-text-light,
.btn-check:checked+.btn.btn-active-text-light,
.btn.btn-active-text-light.active,
.btn.btn-active-text-light.show,
.btn.btn-active-text-light:active:not(.btn-active),
.btn.btn-active-text-light:focus:not(.btn-active),
.btn.btn-active-text-light:hover:not(.btn-active),
.show>.btn.btn-active-text-light {
    color: #f5f8fa
}

.btn.btn-color-success {
    color: #50cd89
}

.btn.btn-color-success i {
    color: #50cd89
}

.btn.btn-color-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn.btn-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-success.dropdown-toggle:after {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-color-success,
.btn-check:checked+.btn.btn-active-color-success,
.btn.btn-active-color-success.active,
.btn.btn-active-color-success.show,
.btn.btn-active-color-success:active:not(.btn-active),
.btn.btn-active-color-success:focus:not(.btn-active),
.btn.btn-active-color-success:hover:not(.btn-active),
.show>.btn.btn-active-color-success {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-color-success i,
.btn-check:checked+.btn.btn-active-color-success i,
.btn.btn-active-color-success.active i,
.btn.btn-active-color-success.show i,
.btn.btn-active-color-success:active:not(.btn-active) i,
.btn.btn-active-color-success:focus:not(.btn-active) i,
.btn.btn-active-color-success:hover:not(.btn-active) i,
.show>.btn.btn-active-color-success i {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn-check:active+.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-success.dropdown-toggle:after,
.btn.btn-active-color-success.active.dropdown-toggle:after,
.btn.btn-active-color-success.show.dropdown-toggle:after,
.btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-success.dropdown-toggle:after {
    color: #50cd89
}

.btn.btn-icon-success i {
    color: #50cd89
}

.btn.btn-icon-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn.btn-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-success.dropdown-toggle:after {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-icon-success i,
.btn-check:checked+.btn.btn-active-icon-success i,
.btn.btn-active-icon-success.active i,
.btn.btn-active-icon-success.show i,
.btn.btn-active-icon-success:active:not(.btn-active) i,
.btn.btn-active-icon-success:focus:not(.btn-active) i,
.btn.btn-active-icon-success:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-success i {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.btn-check:active+.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-success.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-success.dropdown-toggle:after,
.btn.btn-active-icon-success.active.dropdown-toggle:after,
.btn.btn-active-icon-success.show.dropdown-toggle:after,
.btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-success.dropdown-toggle:after {
    color: #50cd89
}

.btn.btn-text-success {
    color: #50cd89
}

.btn-check:active+.btn.btn-active-text-success,
.btn-check:checked+.btn.btn-active-text-success,
.btn.btn-active-text-success.active,
.btn.btn-active-text-success.show,
.btn.btn-active-text-success:active:not(.btn-active),
.btn.btn-active-text-success:focus:not(.btn-active),
.btn.btn-active-text-success:hover:not(.btn-active),
.show>.btn.btn-active-text-success {
    color: #50cd89
}

.btn.btn-color-info {
    color: #7239ea
}

.btn.btn-color-info i {
    color: #7239ea
}

.btn.btn-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn.btn-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-info.dropdown-toggle:after {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-color-info,
.btn-check:checked+.btn.btn-active-color-info,
.btn.btn-active-color-info.active,
.btn.btn-active-color-info.show,
.btn.btn-active-color-info:active:not(.btn-active),
.btn.btn-active-color-info:focus:not(.btn-active),
.btn.btn-active-color-info:hover:not(.btn-active),
.show>.btn.btn-active-color-info {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-color-info i,
.btn-check:checked+.btn.btn-active-color-info i,
.btn.btn-active-color-info.active i,
.btn.btn-active-color-info.show i,
.btn.btn-active-color-info:active:not(.btn-active) i,
.btn.btn-active-color-info:focus:not(.btn-active) i,
.btn.btn-active-color-info:hover:not(.btn-active) i,
.show>.btn.btn-active-color-info i {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn-check:active+.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-info.dropdown-toggle:after,
.btn.btn-active-color-info.active.dropdown-toggle:after,
.btn.btn-active-color-info.show.dropdown-toggle:after,
.btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-info.dropdown-toggle:after {
    color: #7239ea
}

.btn.btn-icon-info i {
    color: #7239ea
}

.btn.btn-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn.btn-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-info.dropdown-toggle:after {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-icon-info i,
.btn-check:checked+.btn.btn-active-icon-info i,
.btn.btn-active-icon-info.active i,
.btn.btn-active-icon-info.show i,
.btn.btn-active-icon-info:active:not(.btn-active) i,
.btn.btn-active-icon-info:focus:not(.btn-active) i,
.btn.btn-active-icon-info:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-info i {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.btn-check:active+.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-info.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-info.dropdown-toggle:after,
.btn.btn-active-icon-info.active.dropdown-toggle:after,
.btn.btn-active-icon-info.show.dropdown-toggle:after,
.btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-info.dropdown-toggle:after {
    color: #7239ea
}

.btn.btn-text-info {
    color: #7239ea
}

.btn-check:active+.btn.btn-active-text-info,
.btn-check:checked+.btn.btn-active-text-info,
.btn.btn-active-text-info.active,
.btn.btn-active-text-info.show,
.btn.btn-active-text-info:active:not(.btn-active),
.btn.btn-active-text-info:focus:not(.btn-active),
.btn.btn-active-text-info:hover:not(.btn-active),
.show>.btn.btn-active-text-info {
    color: #7239ea
}

.btn.btn-color-warning {
    color: #ffc700
}

.btn.btn-color-warning i {
    color: #ffc700
}

.btn.btn-color-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn.btn-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-color-warning,
.btn-check:checked+.btn.btn-active-color-warning,
.btn.btn-active-color-warning.active,
.btn.btn-active-color-warning.show,
.btn.btn-active-color-warning:active:not(.btn-active),
.btn.btn-active-color-warning:focus:not(.btn-active),
.btn.btn-active-color-warning:hover:not(.btn-active),
.show>.btn.btn-active-color-warning {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-color-warning i,
.btn-check:checked+.btn.btn-active-color-warning i,
.btn.btn-active-color-warning.active i,
.btn.btn-active-color-warning.show i,
.btn.btn-active-color-warning:active:not(.btn-active) i,
.btn.btn-active-color-warning:focus:not(.btn-active) i,
.btn.btn-active-color-warning:hover:not(.btn-active) i,
.show>.btn.btn-active-color-warning i {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn-check:active+.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-warning.dropdown-toggle:after,
.btn.btn-active-color-warning.active.dropdown-toggle:after,
.btn.btn-active-color-warning.show.dropdown-toggle:after,
.btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn.btn-icon-warning i {
    color: #ffc700
}

.btn.btn-icon-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn.btn-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-icon-warning i,
.btn-check:checked+.btn.btn-active-icon-warning i,
.btn.btn-active-icon-warning.active i,
.btn.btn-active-icon-warning.show i,
.btn.btn-active-icon-warning:active:not(.btn-active) i,
.btn.btn-active-icon-warning:focus:not(.btn-active) i,
.btn.btn-active-icon-warning:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-warning i {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-warning.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-warning.dropdown-toggle:after,
.btn.btn-active-icon-warning.active.dropdown-toggle:after,
.btn.btn-active-icon-warning.show.dropdown-toggle:after,
.btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-warning.dropdown-toggle:after {
    color: #ffc700
}

.btn.btn-text-warning {
    color: #ffc700
}

.btn-check:active+.btn.btn-active-text-warning,
.btn-check:checked+.btn.btn-active-text-warning,
.btn.btn-active-text-warning.active,
.btn.btn-active-text-warning.show,
.btn.btn-active-text-warning:active:not(.btn-active),
.btn.btn-active-text-warning:focus:not(.btn-active),
.btn.btn-active-text-warning:hover:not(.btn-active),
.show>.btn.btn-active-text-warning {
    color: #ffc700
}

.btn.btn-color-danger {
    color: #f1416c
}

.btn.btn-color-danger i {
    color: #f1416c
}

.btn.btn-color-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn.btn-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-color-danger,
.btn-check:checked+.btn.btn-active-color-danger,
.btn.btn-active-color-danger.active,
.btn.btn-active-color-danger.show,
.btn.btn-active-color-danger:active:not(.btn-active),
.btn.btn-active-color-danger:focus:not(.btn-active),
.btn.btn-active-color-danger:hover:not(.btn-active),
.show>.btn.btn-active-color-danger {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-color-danger i,
.btn-check:checked+.btn.btn-active-color-danger i,
.btn.btn-active-color-danger.active i,
.btn.btn-active-color-danger.show i,
.btn.btn-active-color-danger:active:not(.btn-active) i,
.btn.btn-active-color-danger:focus:not(.btn-active) i,
.btn.btn-active-color-danger:hover:not(.btn-active) i,
.show>.btn.btn-active-color-danger i {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn-check:active+.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-danger.dropdown-toggle:after,
.btn.btn-active-color-danger.active.dropdown-toggle:after,
.btn.btn-active-color-danger.show.dropdown-toggle:after,
.btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn.btn-icon-danger i {
    color: #f1416c
}

.btn.btn-icon-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn.btn-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-icon-danger i,
.btn-check:checked+.btn.btn-active-icon-danger i,
.btn.btn-active-icon-danger.active i,
.btn.btn-active-icon-danger.show i,
.btn.btn-active-icon-danger:active:not(.btn-active) i,
.btn.btn-active-icon-danger:focus:not(.btn-active) i,
.btn.btn-active-icon-danger:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-danger i {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-danger.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-danger.dropdown-toggle:after,
.btn.btn-active-icon-danger.active.dropdown-toggle:after,
.btn.btn-active-icon-danger.show.dropdown-toggle:after,
.btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-danger.dropdown-toggle:after {
    color: #f1416c
}

.btn.btn-text-danger {
    color: #f1416c
}

.btn-check:active+.btn.btn-active-text-danger,
.btn-check:checked+.btn.btn-active-text-danger,
.btn.btn-active-text-danger.active,
.btn.btn-active-text-danger.show,
.btn.btn-active-text-danger:active:not(.btn-active),
.btn.btn-active-text-danger:focus:not(.btn-active),
.btn.btn-active-text-danger:hover:not(.btn-active),
.show>.btn.btn-active-text-danger {
    color: #f1416c
}

.btn.btn-color-dark {
    color: #181c32
}

.btn.btn-color-dark i {
    color: #181c32
}

.btn.btn-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn.btn-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-dark.dropdown-toggle:after {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-dark,
.btn-check:checked+.btn.btn-active-color-dark,
.btn.btn-active-color-dark.active,
.btn.btn-active-color-dark.show,
.btn.btn-active-color-dark:active:not(.btn-active),
.btn.btn-active-color-dark:focus:not(.btn-active),
.btn.btn-active-color-dark:hover:not(.btn-active),
.show>.btn.btn-active-color-dark {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-dark i,
.btn-check:checked+.btn.btn-active-color-dark i,
.btn.btn-active-color-dark.active i,
.btn.btn-active-color-dark.show i,
.btn.btn-active-color-dark:active:not(.btn-active) i,
.btn.btn-active-color-dark:focus:not(.btn-active) i,
.btn.btn-active-color-dark:hover:not(.btn-active) i,
.show>.btn.btn-active-color-dark i {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn-check:active+.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-dark.dropdown-toggle:after,
.btn.btn-active-color-dark.active.dropdown-toggle:after,
.btn.btn-active-color-dark.show.dropdown-toggle:after,
.btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-dark.dropdown-toggle:after {
    color: #181c32
}

.btn.btn-icon-dark i {
    color: #181c32
}

.btn.btn-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn.btn-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-dark.dropdown-toggle:after {
    color: #181c32
}

.btn-check:active+.btn.btn-active-icon-dark i,
.btn-check:checked+.btn.btn-active-icon-dark i,
.btn.btn-active-icon-dark.active i,
.btn.btn-active-icon-dark.show i,
.btn.btn-active-icon-dark:active:not(.btn-active) i,
.btn.btn-active-icon-dark:focus:not(.btn-active) i,
.btn.btn-active-icon-dark:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-dark i {
    color: #181c32
}

.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-dark.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-dark.dropdown-toggle:after,
.btn.btn-active-icon-dark.active.dropdown-toggle:after,
.btn.btn-active-icon-dark.show.dropdown-toggle:after,
.btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-dark.dropdown-toggle:after {
    color: #181c32
}

.btn.btn-text-dark {
    color: #181c32
}

.btn-check:active+.btn.btn-active-text-dark,
.btn-check:checked+.btn.btn-active-text-dark,
.btn.btn-active-text-dark.active,
.btn.btn-active-text-dark.show,
.btn.btn-active-text-dark:active:not(.btn-active),
.btn.btn-active-text-dark:focus:not(.btn-active),
.btn.btn-active-text-dark:hover:not(.btn-active),
.show>.btn.btn-active-text-dark {
    color: #181c32
}

.btn.btn-color-muted {
    color: #a1a5b7
}

.btn.btn-color-muted i {
    color: #a1a5b7
}

.btn.btn-color-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn.btn-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-muted.dropdown-toggle:after {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-muted,
.btn-check:checked+.btn.btn-active-color-muted,
.btn.btn-active-color-muted.active,
.btn.btn-active-color-muted.show,
.btn.btn-active-color-muted:active:not(.btn-active),
.btn.btn-active-color-muted:focus:not(.btn-active),
.btn.btn-active-color-muted:hover:not(.btn-active),
.show>.btn.btn-active-color-muted {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-muted i,
.btn-check:checked+.btn.btn-active-color-muted i,
.btn.btn-active-color-muted.active i,
.btn.btn-active-color-muted.show i,
.btn.btn-active-color-muted:active:not(.btn-active) i,
.btn.btn-active-color-muted:focus:not(.btn-active) i,
.btn.btn-active-color-muted:hover:not(.btn-active) i,
.show>.btn.btn-active-color-muted i {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-muted.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-muted.dropdown-toggle:after,
.btn.btn-active-color-muted.active.dropdown-toggle:after,
.btn.btn-active-color-muted.show.dropdown-toggle:after,
.btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-muted.dropdown-toggle:after {
    color: #a1a5b7
}

.btn.btn-icon-muted i {
    color: #a1a5b7
}

.btn.btn-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn.btn-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-muted.dropdown-toggle:after {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-muted i,
.btn-check:checked+.btn.btn-active-icon-muted i,
.btn.btn-active-icon-muted.active i,
.btn.btn-active-icon-muted.show i,
.btn.btn-active-icon-muted:active:not(.btn-active) i,
.btn.btn-active-icon-muted:focus:not(.btn-active) i,
.btn.btn-active-icon-muted:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-muted i {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-muted.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-muted.dropdown-toggle:after,
.btn.btn-active-icon-muted.active.dropdown-toggle:after,
.btn.btn-active-icon-muted.show.dropdown-toggle:after,
.btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-muted.dropdown-toggle:after {
    color: #a1a5b7
}

.btn.btn-text-muted {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-text-muted,
.btn-check:checked+.btn.btn-active-text-muted,
.btn.btn-active-text-muted.active,
.btn.btn-active-text-muted.show,
.btn.btn-active-text-muted:active:not(.btn-active),
.btn.btn-active-text-muted:focus:not(.btn-active),
.btn.btn-active-text-muted:hover:not(.btn-active),
.show>.btn.btn-active-text-muted {
    color: #a1a5b7
}

.btn.btn-color-gray-100 {
    color: #f5f8fa
}

.btn.btn-color-gray-100 i {
    color: #f5f8fa
}

.btn.btn-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn.btn-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-100.dropdown-toggle:after {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-gray-100,
.btn-check:checked+.btn.btn-active-color-gray-100,
.btn.btn-active-color-gray-100.active,
.btn.btn-active-color-gray-100.show,
.btn.btn-active-color-gray-100:active:not(.btn-active),
.btn.btn-active-color-gray-100:focus:not(.btn-active),
.btn.btn-active-color-gray-100:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-100 {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-gray-100 i,
.btn-check:checked+.btn.btn-active-color-gray-100 i,
.btn.btn-active-color-gray-100.active i,
.btn.btn-active-color-gray-100.show i,
.btn.btn-active-color-gray-100:active:not(.btn-active) i,
.btn.btn-active-color-gray-100:focus:not(.btn-active) i,
.btn.btn-active-color-gray-100:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-100 i {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-100.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-100.dropdown-toggle:after,
.btn.btn-active-color-gray-100.active.dropdown-toggle:after,
.btn.btn-active-color-gray-100.show.dropdown-toggle:after,
.btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-100.dropdown-toggle:after {
    color: #f5f8fa
}

.btn.btn-icon-gray-100 i {
    color: #f5f8fa
}

.btn.btn-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn.btn-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-100.dropdown-toggle:after {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-gray-100 i,
.btn-check:checked+.btn.btn-active-icon-gray-100 i,
.btn.btn-active-icon-gray-100.active i,
.btn.btn-active-icon-gray-100.show i,
.btn.btn-active-icon-gray-100:active:not(.btn-active) i,
.btn.btn-active-icon-gray-100:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-100:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-100 i {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-100.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-100.dropdown-toggle:after,
.btn.btn-active-icon-gray-100.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-100.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-100.dropdown-toggle:after {
    color: #f5f8fa
}

.btn.btn-text-gray-100 {
    color: #f5f8fa
}

.btn-check:active+.btn.btn-active-text-gray-100,
.btn-check:checked+.btn.btn-active-text-gray-100,
.btn.btn-active-text-gray-100.active,
.btn.btn-active-text-gray-100.show,
.btn.btn-active-text-gray-100:active:not(.btn-active),
.btn.btn-active-text-gray-100:focus:not(.btn-active),
.btn.btn-active-text-gray-100:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-100 {
    color: #f5f8fa
}

.btn.btn-color-gray-200 {
    color: #eff2f5
}

.btn.btn-color-gray-200 i {
    color: #eff2f5
}

.btn.btn-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.btn.btn-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-200.dropdown-toggle:after {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-color-gray-200,
.btn-check:checked+.btn.btn-active-color-gray-200,
.btn.btn-active-color-gray-200.active,
.btn.btn-active-color-gray-200.show,
.btn.btn-active-color-gray-200:active:not(.btn-active),
.btn.btn-active-color-gray-200:focus:not(.btn-active),
.btn.btn-active-color-gray-200:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-200 {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-color-gray-200 i,
.btn-check:checked+.btn.btn-active-color-gray-200 i,
.btn.btn-active-color-gray-200.active i,
.btn.btn-active-color-gray-200.show i,
.btn.btn-active-color-gray-200:active:not(.btn-active) i,
.btn.btn-active-color-gray-200:focus:not(.btn-active) i,
.btn.btn-active-color-gray-200:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-200 i {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-200.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-200.dropdown-toggle:after,
.btn.btn-active-color-gray-200.active.dropdown-toggle:after,
.btn.btn-active-color-gray-200.show.dropdown-toggle:after,
.btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-200.dropdown-toggle:after {
    color: #eff2f5
}

.btn.btn-icon-gray-200 i {
    color: #eff2f5
}

.btn.btn-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.btn.btn-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-200.dropdown-toggle:after {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-icon-gray-200 i,
.btn-check:checked+.btn.btn-active-icon-gray-200 i,
.btn.btn-active-icon-gray-200.active i,
.btn.btn-active-icon-gray-200.show i,
.btn.btn-active-icon-gray-200:active:not(.btn-active) i,
.btn.btn-active-icon-gray-200:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-200:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-200 i {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-200.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-200.dropdown-toggle:after,
.btn.btn-active-icon-gray-200.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-200.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-200.dropdown-toggle:after {
    color: #eff2f5
}

.btn.btn-text-gray-200 {
    color: #eff2f5
}

.btn-check:active+.btn.btn-active-text-gray-200,
.btn-check:checked+.btn.btn-active-text-gray-200,
.btn.btn-active-text-gray-200.active,
.btn.btn-active-text-gray-200.show,
.btn.btn-active-text-gray-200:active:not(.btn-active),
.btn.btn-active-text-gray-200:focus:not(.btn-active),
.btn.btn-active-text-gray-200:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-200 {
    color: #eff2f5
}

.btn.btn-color-gray-300 {
    color: #e4e6ef
}

.btn.btn-color-gray-300 i {
    color: #e4e6ef
}

.btn.btn-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn.btn-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-300.dropdown-toggle:after {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-gray-300,
.btn-check:checked+.btn.btn-active-color-gray-300,
.btn.btn-active-color-gray-300.active,
.btn.btn-active-color-gray-300.show,
.btn.btn-active-color-gray-300:active:not(.btn-active),
.btn.btn-active-color-gray-300:focus:not(.btn-active),
.btn.btn-active-color-gray-300:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-300 {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-gray-300 i,
.btn-check:checked+.btn.btn-active-color-gray-300 i,
.btn.btn-active-color-gray-300.active i,
.btn.btn-active-color-gray-300.show i,
.btn.btn-active-color-gray-300:active:not(.btn-active) i,
.btn.btn-active-color-gray-300:focus:not(.btn-active) i,
.btn.btn-active-color-gray-300:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-300 i {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-300.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-300.dropdown-toggle:after,
.btn.btn-active-color-gray-300.active.dropdown-toggle:after,
.btn.btn-active-color-gray-300.show.dropdown-toggle:after,
.btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-300.dropdown-toggle:after {
    color: #e4e6ef
}

.btn.btn-icon-gray-300 i {
    color: #e4e6ef
}

.btn.btn-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn.btn-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-300.dropdown-toggle:after {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-gray-300 i,
.btn-check:checked+.btn.btn-active-icon-gray-300 i,
.btn.btn-active-icon-gray-300.active i,
.btn.btn-active-icon-gray-300.show i,
.btn.btn-active-icon-gray-300:active:not(.btn-active) i,
.btn.btn-active-icon-gray-300:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-300:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-300 i {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-300.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-300.dropdown-toggle:after,
.btn.btn-active-icon-gray-300.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-300.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-300.dropdown-toggle:after {
    color: #e4e6ef
}

.btn.btn-text-gray-300 {
    color: #e4e6ef
}

.btn-check:active+.btn.btn-active-text-gray-300,
.btn-check:checked+.btn.btn-active-text-gray-300,
.btn.btn-active-text-gray-300.active,
.btn.btn-active-text-gray-300.show,
.btn.btn-active-text-gray-300:active:not(.btn-active),
.btn.btn-active-text-gray-300:focus:not(.btn-active),
.btn.btn-active-text-gray-300:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-300 {
    color: #e4e6ef
}

.btn.btn-color-gray-400 {
    color: #b5b5c3
}

.btn.btn-color-gray-400 i {
    color: #b5b5c3
}

.btn.btn-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.btn.btn-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-400.dropdown-toggle:after {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-color-gray-400,
.btn-check:checked+.btn.btn-active-color-gray-400,
.btn.btn-active-color-gray-400.active,
.btn.btn-active-color-gray-400.show,
.btn.btn-active-color-gray-400:active:not(.btn-active),
.btn.btn-active-color-gray-400:focus:not(.btn-active),
.btn.btn-active-color-gray-400:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-400 {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-color-gray-400 i,
.btn-check:checked+.btn.btn-active-color-gray-400 i,
.btn.btn-active-color-gray-400.active i,
.btn.btn-active-color-gray-400.show i,
.btn.btn-active-color-gray-400:active:not(.btn-active) i,
.btn.btn-active-color-gray-400:focus:not(.btn-active) i,
.btn.btn-active-color-gray-400:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-400 i {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-400.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-400.dropdown-toggle:after,
.btn.btn-active-color-gray-400.active.dropdown-toggle:after,
.btn.btn-active-color-gray-400.show.dropdown-toggle:after,
.btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-400.dropdown-toggle:after {
    color: #b5b5c3
}

.btn.btn-icon-gray-400 i {
    color: #b5b5c3
}

.btn.btn-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.btn.btn-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-400.dropdown-toggle:after {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-icon-gray-400 i,
.btn-check:checked+.btn.btn-active-icon-gray-400 i,
.btn.btn-active-icon-gray-400.active i,
.btn.btn-active-icon-gray-400.show i,
.btn.btn-active-icon-gray-400:active:not(.btn-active) i,
.btn.btn-active-icon-gray-400:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-400:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-400 i {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-400.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-400.dropdown-toggle:after,
.btn.btn-active-icon-gray-400.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-400.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-400.dropdown-toggle:after {
    color: #b5b5c3
}

.btn.btn-text-gray-400 {
    color: #b5b5c3
}

.btn-check:active+.btn.btn-active-text-gray-400,
.btn-check:checked+.btn.btn-active-text-gray-400,
.btn.btn-active-text-gray-400.active,
.btn.btn-active-text-gray-400.show,
.btn.btn-active-text-gray-400:active:not(.btn-active),
.btn.btn-active-text-gray-400:focus:not(.btn-active),
.btn.btn-active-text-gray-400:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-400 {
    color: #b5b5c3
}

.btn.btn-color-gray-500 {
    color: #a1a5b7
}

.btn.btn-color-gray-500 i {
    color: #a1a5b7
}

.btn.btn-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn.btn-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-500.dropdown-toggle:after {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-gray-500,
.btn-check:checked+.btn.btn-active-color-gray-500,
.btn.btn-active-color-gray-500.active,
.btn.btn-active-color-gray-500.show,
.btn.btn-active-color-gray-500:active:not(.btn-active),
.btn.btn-active-color-gray-500:focus:not(.btn-active),
.btn.btn-active-color-gray-500:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-500 {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-gray-500 i,
.btn-check:checked+.btn.btn-active-color-gray-500 i,
.btn.btn-active-color-gray-500.active i,
.btn.btn-active-color-gray-500.show i,
.btn.btn-active-color-gray-500:active:not(.btn-active) i,
.btn.btn-active-color-gray-500:focus:not(.btn-active) i,
.btn.btn-active-color-gray-500:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-500 i {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-500.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-500.dropdown-toggle:after,
.btn.btn-active-color-gray-500.active.dropdown-toggle:after,
.btn.btn-active-color-gray-500.show.dropdown-toggle:after,
.btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-500.dropdown-toggle:after {
    color: #a1a5b7
}

.btn.btn-icon-gray-500 i {
    color: #a1a5b7
}

.btn.btn-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn.btn-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-500.dropdown-toggle:after {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-gray-500 i,
.btn-check:checked+.btn.btn-active-icon-gray-500 i,
.btn.btn-active-icon-gray-500.active i,
.btn.btn-active-icon-gray-500.show i,
.btn.btn-active-icon-gray-500:active:not(.btn-active) i,
.btn.btn-active-icon-gray-500:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-500:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-500 i {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-500.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-500.dropdown-toggle:after,
.btn.btn-active-icon-gray-500.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-500.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-500.dropdown-toggle:after {
    color: #a1a5b7
}

.btn.btn-text-gray-500 {
    color: #a1a5b7
}

.btn-check:active+.btn.btn-active-text-gray-500,
.btn-check:checked+.btn.btn-active-text-gray-500,
.btn.btn-active-text-gray-500.active,
.btn.btn-active-text-gray-500.show,
.btn.btn-active-text-gray-500:active:not(.btn-active),
.btn.btn-active-text-gray-500:focus:not(.btn-active),
.btn.btn-active-text-gray-500:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-500 {
    color: #a1a5b7
}

.btn.btn-color-gray-600 {
    color: #7e8299
}

.btn.btn-color-gray-600 i {
    color: #7e8299
}

.btn.btn-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn.btn-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-600.dropdown-toggle:after {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-color-gray-600,
.btn-check:checked+.btn.btn-active-color-gray-600,
.btn.btn-active-color-gray-600.active,
.btn.btn-active-color-gray-600.show,
.btn.btn-active-color-gray-600:active:not(.btn-active),
.btn.btn-active-color-gray-600:focus:not(.btn-active),
.btn.btn-active-color-gray-600:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-600 {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-color-gray-600 i,
.btn-check:checked+.btn.btn-active-color-gray-600 i,
.btn.btn-active-color-gray-600.active i,
.btn.btn-active-color-gray-600.show i,
.btn.btn-active-color-gray-600:active:not(.btn-active) i,
.btn.btn-active-color-gray-600:focus:not(.btn-active) i,
.btn.btn-active-color-gray-600:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-600 i {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-600.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-600.dropdown-toggle:after,
.btn.btn-active-color-gray-600.active.dropdown-toggle:after,
.btn.btn-active-color-gray-600.show.dropdown-toggle:after,
.btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-600.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-icon-gray-600 i {
    color: #7e8299
}

.btn.btn-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn.btn-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-600.dropdown-toggle:after {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-icon-gray-600 i,
.btn-check:checked+.btn.btn-active-icon-gray-600 i,
.btn.btn-active-icon-gray-600.active i,
.btn.btn-active-icon-gray-600.show i,
.btn.btn-active-icon-gray-600:active:not(.btn-active) i,
.btn.btn-active-icon-gray-600:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-600:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-600 i {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-600.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-600.dropdown-toggle:after,
.btn.btn-active-icon-gray-600.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-600.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-600.dropdown-toggle:after {
    color: #7e8299
}

.btn.btn-text-gray-600 {
    color: #7e8299
}

.btn-check:active+.btn.btn-active-text-gray-600,
.btn-check:checked+.btn.btn-active-text-gray-600,
.btn.btn-active-text-gray-600.active,
.btn.btn-active-text-gray-600.show,
.btn.btn-active-text-gray-600:active:not(.btn-active),
.btn.btn-active-text-gray-600:focus:not(.btn-active),
.btn.btn-active-text-gray-600:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-600 {
    color: #7e8299
}

.btn.btn-color-gray-700 {
    color: #5e6278
}

.btn.btn-color-gray-700 i {
    color: #5e6278
}

.btn.btn-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.btn.btn-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-700.dropdown-toggle:after {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-color-gray-700,
.btn-check:checked+.btn.btn-active-color-gray-700,
.btn.btn-active-color-gray-700.active,
.btn.btn-active-color-gray-700.show,
.btn.btn-active-color-gray-700:active:not(.btn-active),
.btn.btn-active-color-gray-700:focus:not(.btn-active),
.btn.btn-active-color-gray-700:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-700 {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-color-gray-700 i,
.btn-check:checked+.btn.btn-active-color-gray-700 i,
.btn.btn-active-color-gray-700.active i,
.btn.btn-active-color-gray-700.show i,
.btn.btn-active-color-gray-700:active:not(.btn-active) i,
.btn.btn-active-color-gray-700:focus:not(.btn-active) i,
.btn.btn-active-color-gray-700:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-700 i {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-700.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-700.dropdown-toggle:after,
.btn.btn-active-color-gray-700.active.dropdown-toggle:after,
.btn.btn-active-color-gray-700.show.dropdown-toggle:after,
.btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-700.dropdown-toggle:after {
    color: #5e6278
}

.btn.btn-icon-gray-700 i {
    color: #5e6278
}

.btn.btn-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.btn.btn-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-700.dropdown-toggle:after {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-icon-gray-700 i,
.btn-check:checked+.btn.btn-active-icon-gray-700 i,
.btn.btn-active-icon-gray-700.active i,
.btn.btn-active-icon-gray-700.show i,
.btn.btn-active-icon-gray-700:active:not(.btn-active) i,
.btn.btn-active-icon-gray-700:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-700:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-700 i {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-700.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-700.dropdown-toggle:after,
.btn.btn-active-icon-gray-700.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-700.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-700.dropdown-toggle:after {
    color: #5e6278
}

.btn.btn-text-gray-700 {
    color: #5e6278
}

.btn-check:active+.btn.btn-active-text-gray-700,
.btn-check:checked+.btn.btn-active-text-gray-700,
.btn.btn-active-text-gray-700.active,
.btn.btn-active-text-gray-700.show,
.btn.btn-active-text-gray-700:active:not(.btn-active),
.btn.btn-active-text-gray-700:focus:not(.btn-active),
.btn.btn-active-text-gray-700:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-700 {
    color: #5e6278
}

.btn.btn-color-gray-800 {
    color: #3f4254
}

.btn.btn-color-gray-800 i {
    color: #3f4254
}

.btn.btn-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn.btn-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-800.dropdown-toggle:after {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-color-gray-800,
.btn-check:checked+.btn.btn-active-color-gray-800,
.btn.btn-active-color-gray-800.active,
.btn.btn-active-color-gray-800.show,
.btn.btn-active-color-gray-800:active:not(.btn-active),
.btn.btn-active-color-gray-800:focus:not(.btn-active),
.btn.btn-active-color-gray-800:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-800 {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-color-gray-800 i,
.btn-check:checked+.btn.btn-active-color-gray-800 i,
.btn.btn-active-color-gray-800.active i,
.btn.btn-active-color-gray-800.show i,
.btn.btn-active-color-gray-800:active:not(.btn-active) i,
.btn.btn-active-color-gray-800:focus:not(.btn-active) i,
.btn.btn-active-color-gray-800:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-800 i {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-800.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-800.dropdown-toggle:after,
.btn.btn-active-color-gray-800.active.dropdown-toggle:after,
.btn.btn-active-color-gray-800.show.dropdown-toggle:after,
.btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-800.dropdown-toggle:after {
    color: #3f4254
}

.btn.btn-icon-gray-800 i {
    color: #3f4254
}

.btn.btn-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn.btn-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-800.dropdown-toggle:after {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-icon-gray-800 i,
.btn-check:checked+.btn.btn-active-icon-gray-800 i,
.btn.btn-active-icon-gray-800.active i,
.btn.btn-active-icon-gray-800.show i,
.btn.btn-active-icon-gray-800:active:not(.btn-active) i,
.btn.btn-active-icon-gray-800:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-800:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-800 i {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-800.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-800.dropdown-toggle:after,
.btn.btn-active-icon-gray-800.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-800.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-800.dropdown-toggle:after {
    color: #3f4254
}

.btn.btn-text-gray-800 {
    color: #3f4254
}

.btn-check:active+.btn.btn-active-text-gray-800,
.btn-check:checked+.btn.btn-active-text-gray-800,
.btn.btn-active-text-gray-800.active,
.btn.btn-active-text-gray-800.show,
.btn.btn-active-text-gray-800:active:not(.btn-active),
.btn.btn-active-text-gray-800:focus:not(.btn-active),
.btn.btn-active-text-gray-800:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-800 {
    color: #3f4254
}

.btn.btn-color-gray-900 {
    color: #181c32
}

.btn.btn-color-gray-900 i {
    color: #181c32
}

.btn.btn-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn.btn-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-color-gray-900.dropdown-toggle:after {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-gray-900,
.btn-check:checked+.btn.btn-active-color-gray-900,
.btn.btn-active-color-gray-900.active,
.btn.btn-active-color-gray-900.show,
.btn.btn-active-color-gray-900:active:not(.btn-active),
.btn.btn-active-color-gray-900:focus:not(.btn-active),
.btn.btn-active-color-gray-900:hover:not(.btn-active),
.show>.btn.btn-active-color-gray-900 {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-gray-900 i,
.btn-check:checked+.btn.btn-active-color-gray-900 i,
.btn.btn-active-color-gray-900.active i,
.btn.btn-active-color-gray-900.show i,
.btn.btn-active-color-gray-900:active:not(.btn-active) i,
.btn.btn-active-color-gray-900:focus:not(.btn-active) i,
.btn.btn-active-color-gray-900:hover:not(.btn-active) i,
.show>.btn.btn-active-color-gray-900 i {
    color: #181c32
}

.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-color-gray-900.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-color-gray-900.dropdown-toggle:after,
.btn.btn-active-color-gray-900.active.dropdown-toggle:after,
.btn.btn-active-color-gray-900.show.dropdown-toggle:after,
.btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-color-gray-900.dropdown-toggle:after {
    color: #181c32
}

.btn.btn-icon-gray-900 i {
    color: #181c32
}

.btn.btn-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn.btn-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-icon-gray-900.dropdown-toggle:after {
    color: #181c32
}

.btn-check:active+.btn.btn-active-icon-gray-900 i,
.btn-check:checked+.btn.btn-active-icon-gray-900 i,
.btn.btn-active-icon-gray-900.active i,
.btn.btn-active-icon-gray-900.show i,
.btn.btn-active-icon-gray-900:active:not(.btn-active) i,
.btn.btn-active-icon-gray-900:focus:not(.btn-active) i,
.btn.btn-active-icon-gray-900:hover:not(.btn-active) i,
.show>.btn.btn-active-icon-gray-900 i {
    color: #181c32
}

.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-active-icon-gray-900.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-icon-gray-900.dropdown-toggle:after,
.btn.btn-active-icon-gray-900.active.dropdown-toggle:after,
.btn.btn-active-icon-gray-900.show.dropdown-toggle:after,
.btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-icon-gray-900.dropdown-toggle:after {
    color: #181c32
}

.btn.btn-text-gray-900 {
    color: #181c32
}

.btn-check:active+.btn.btn-active-text-gray-900,
.btn-check:checked+.btn.btn-active-text-gray-900,
.btn.btn-active-text-gray-900.active,
.btn.btn-active-text-gray-900.show,
.btn.btn-active-text-gray-900:active:not(.btn-active),
.btn.btn-active-text-gray-900:focus:not(.btn-active),
.btn.btn-active-text-gray-900:hover:not(.btn-active),
.show>.btn.btn-active-text-gray-900 {
    color: #181c32
}

.btn.btn-facebook {
    color: #fff;
    border-color: #3b5998;
    background-color: #3b5998
}

.btn.btn-facebook i {
    color: #fff
}

.btn.btn-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-facebook.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-facebook,
.btn-check:checked+.btn.btn-facebook,
.btn.btn-facebook.active,
.btn.btn-facebook.show,
.btn.btn-facebook:active:not(.btn-active),
.btn.btn-facebook:focus:not(.btn-active),
.btn.btn-facebook:hover:not(.btn-active),
.show>.btn.btn-facebook {
    border-color: #30497c;
    background-color: #30497c
}

.btn.btn-light-facebook {
    color: #3b5998;
    border-color: rgba(59, 89, 152, .1);
    background-color: rgba(59, 89, 152, .1)
}

.btn.btn-light-facebook i {
    color: #3b5998
}

.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3b5998
}

.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-facebook.dropdown-toggle:after {
    color: #3b5998
}

.btn-check:active+.btn.btn-light-facebook,
.btn-check:checked+.btn.btn-light-facebook,
.btn.btn-light-facebook.active,
.btn.btn-light-facebook.show,
.btn.btn-light-facebook:active:not(.btn-active),
.btn.btn-light-facebook:focus:not(.btn-active),
.btn.btn-light-facebook:hover:not(.btn-active),
.show>.btn.btn-light-facebook {
    color: #fff;
    border-color: #3b5998;
    background-color: #3b5998
}

.btn-check:active+.btn.btn-light-facebook i,
.btn-check:checked+.btn.btn-light-facebook i,
.btn.btn-light-facebook.active i,
.btn.btn-light-facebook.show i,
.btn.btn-light-facebook:active:not(.btn-active) i,
.btn.btn-light-facebook:focus:not(.btn-active) i,
.btn.btn-light-facebook:hover:not(.btn-active) i,
.show>.btn.btn-light-facebook i {
    color: #fff
}

.btn-check:active+.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-facebook.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-facebook.dropdown-toggle:after,
.btn.btn-light-facebook.active.dropdown-toggle:after,
.btn.btn-light-facebook.show.dropdown-toggle:after,
.btn.btn-light-facebook:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-facebook:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-facebook:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-facebook.dropdown-toggle:after {
    color: #fff
}

.btn.btn-google {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.btn.btn-google i {
    color: #fff
}

.btn.btn-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-google.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-google,
.btn-check:checked+.btn.btn-google,
.btn.btn-google.active,
.btn.btn-google.show,
.btn.btn-google:active:not(.btn-active),
.btn.btn-google:focus:not(.btn-active),
.btn.btn-google:hover:not(.btn-active),
.show>.btn.btn-google {
    border-color: #cd3623;
    background-color: #cd3623
}

.btn.btn-light-google {
    color: #dd4b39;
    border-color: rgba(221, 75, 57, .1);
    background-color: rgba(221, 75, 57, .1)
}

.btn.btn-light-google i {
    color: #dd4b39
}

.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #dd4b39
}

.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-google.dropdown-toggle:after {
    color: #dd4b39
}

.btn-check:active+.btn.btn-light-google,
.btn-check:checked+.btn.btn-light-google,
.btn.btn-light-google.active,
.btn.btn-light-google.show,
.btn.btn-light-google:active:not(.btn-active),
.btn.btn-light-google:focus:not(.btn-active),
.btn.btn-light-google:hover:not(.btn-active),
.show>.btn.btn-light-google {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.btn-check:active+.btn.btn-light-google i,
.btn-check:checked+.btn.btn-light-google i,
.btn.btn-light-google.active i,
.btn.btn-light-google.show i,
.btn.btn-light-google:active:not(.btn-active) i,
.btn.btn-light-google:focus:not(.btn-active) i,
.btn.btn-light-google:hover:not(.btn-active) i,
.show>.btn.btn-light-google i {
    color: #fff
}

.btn-check:active+.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-google:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-google:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-google.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-google.dropdown-toggle:after,
.btn.btn-light-google.active.dropdown-toggle:after,
.btn.btn-light-google.show.dropdown-toggle:after,
.btn.btn-light-google:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-google:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-google:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-google.dropdown-toggle:after {
    color: #fff
}

.btn.btn-twitter {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.btn.btn-twitter i {
    color: #fff
}

.btn.btn-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-twitter.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-twitter,
.btn-check:checked+.btn.btn-twitter,
.btn.btn-twitter.active,
.btn.btn-twitter.show,
.btn.btn-twitter:active:not(.btn-active),
.btn.btn-twitter:focus:not(.btn-active),
.btn.btn-twitter:hover:not(.btn-active),
.show>.btn.btn-twitter {
    border-color: #0d8ddc;
    background-color: #0d8ddc
}

.btn.btn-light-twitter {
    color: #1da1f2;
    border-color: rgba(29, 161, 242, .1);
    background-color: rgba(29, 161, 242, .1)
}

.btn.btn-light-twitter i {
    color: #1da1f2
}

.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #1da1f2
}

.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-twitter.dropdown-toggle:after {
    color: #1da1f2
}

.btn-check:active+.btn.btn-light-twitter,
.btn-check:checked+.btn.btn-light-twitter,
.btn.btn-light-twitter.active,
.btn.btn-light-twitter.show,
.btn.btn-light-twitter:active:not(.btn-active),
.btn.btn-light-twitter:focus:not(.btn-active),
.btn.btn-light-twitter:hover:not(.btn-active),
.show>.btn.btn-light-twitter {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.btn-check:active+.btn.btn-light-twitter i,
.btn-check:checked+.btn.btn-light-twitter i,
.btn.btn-light-twitter.active i,
.btn.btn-light-twitter.show i,
.btn.btn-light-twitter:active:not(.btn-active) i,
.btn.btn-light-twitter:focus:not(.btn-active) i,
.btn.btn-light-twitter:hover:not(.btn-active) i,
.show>.btn.btn-light-twitter i {
    color: #fff
}

.btn-check:active+.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-twitter.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-twitter.dropdown-toggle:after,
.btn.btn-light-twitter.active.dropdown-toggle:after,
.btn.btn-light-twitter.show.dropdown-toggle:after,
.btn.btn-light-twitter:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-twitter:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-twitter:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-twitter.dropdown-toggle:after {
    color: #fff
}

.btn.btn-instagram {
    color: #fff;
    border-color: #e1306c;
    background-color: #e1306c
}

.btn.btn-instagram i {
    color: #fff
}

.btn.btn-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-instagram.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-instagram,
.btn-check:checked+.btn.btn-instagram,
.btn.btn-instagram.active,
.btn.btn-instagram.show,
.btn.btn-instagram:active:not(.btn-active),
.btn.btn-instagram:focus:not(.btn-active),
.btn.btn-instagram:hover:not(.btn-active),
.show>.btn.btn-instagram {
    border-color: #cd1e59;
    background-color: #cd1e59
}

.btn.btn-light-instagram {
    color: #e1306c;
    border-color: rgba(225, 48, 108, .1);
    background-color: rgba(225, 48, 108, .1)
}

.btn.btn-light-instagram i {
    color: #e1306c
}

.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e1306c
}

.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-instagram.dropdown-toggle:after {
    color: #e1306c
}

.btn-check:active+.btn.btn-light-instagram,
.btn-check:checked+.btn.btn-light-instagram,
.btn.btn-light-instagram.active,
.btn.btn-light-instagram.show,
.btn.btn-light-instagram:active:not(.btn-active),
.btn.btn-light-instagram:focus:not(.btn-active),
.btn.btn-light-instagram:hover:not(.btn-active),
.show>.btn.btn-light-instagram {
    color: #fff;
    border-color: #e1306c;
    background-color: #e1306c
}

.btn-check:active+.btn.btn-light-instagram i,
.btn-check:checked+.btn.btn-light-instagram i,
.btn.btn-light-instagram.active i,
.btn.btn-light-instagram.show i,
.btn.btn-light-instagram:active:not(.btn-active) i,
.btn.btn-light-instagram:focus:not(.btn-active) i,
.btn.btn-light-instagram:hover:not(.btn-active) i,
.show>.btn.btn-light-instagram i {
    color: #fff
}

.btn-check:active+.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-instagram.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-instagram.dropdown-toggle:after,
.btn.btn-light-instagram.active.dropdown-toggle:after,
.btn.btn-light-instagram.show.dropdown-toggle:after,
.btn.btn-light-instagram:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-instagram:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-instagram:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-instagram.dropdown-toggle:after {
    color: #fff
}

.btn.btn-youtube {
    color: #fff;
    border-color: red;
    background-color: red
}

.btn.btn-youtube i {
    color: #fff
}

.btn.btn-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-youtube.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-youtube,
.btn-check:checked+.btn.btn-youtube,
.btn.btn-youtube.active,
.btn.btn-youtube.show,
.btn.btn-youtube:active:not(.btn-active),
.btn.btn-youtube:focus:not(.btn-active),
.btn.btn-youtube:hover:not(.btn-active),
.show>.btn.btn-youtube {
    border-color: #d90000;
    background-color: #d90000
}

.btn.btn-light-youtube {
    color: red;
    border-color: rgba(255, 0, 0, .1);
    background-color: rgba(255, 0, 0, .1)
}

.btn.btn-light-youtube i {
    color: red
}

.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: red
}

.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-youtube.dropdown-toggle:after {
    color: red
}

.btn-check:active+.btn.btn-light-youtube,
.btn-check:checked+.btn.btn-light-youtube,
.btn.btn-light-youtube.active,
.btn.btn-light-youtube.show,
.btn.btn-light-youtube:active:not(.btn-active),
.btn.btn-light-youtube:focus:not(.btn-active),
.btn.btn-light-youtube:hover:not(.btn-active),
.show>.btn.btn-light-youtube {
    color: #fff;
    border-color: red;
    background-color: red
}

.btn-check:active+.btn.btn-light-youtube i,
.btn-check:checked+.btn.btn-light-youtube i,
.btn.btn-light-youtube.active i,
.btn.btn-light-youtube.show i,
.btn.btn-light-youtube:active:not(.btn-active) i,
.btn.btn-light-youtube:focus:not(.btn-active) i,
.btn.btn-light-youtube:hover:not(.btn-active) i,
.show>.btn.btn-light-youtube i {
    color: #fff
}

.btn-check:active+.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-youtube.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-youtube.dropdown-toggle:after,
.btn.btn-light-youtube.active.dropdown-toggle:after,
.btn.btn-light-youtube.show.dropdown-toggle:after,
.btn.btn-light-youtube:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-youtube:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-youtube:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-youtube.dropdown-toggle:after {
    color: #fff
}

.btn.btn-linkedin {
    color: #fff;
    border-color: #0077b5;
    background-color: #0077b5
}

.btn.btn-linkedin i {
    color: #fff
}

.btn.btn-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn.btn-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-linkedin.dropdown-toggle:after {
    color: #fff
}

.btn-check:active+.btn.btn-linkedin,
.btn-check:checked+.btn.btn-linkedin,
.btn.btn-linkedin.active,
.btn.btn-linkedin.show,
.btn.btn-linkedin:active:not(.btn-active),
.btn.btn-linkedin:focus:not(.btn-active),
.btn.btn-linkedin:hover:not(.btn-active),
.show>.btn.btn-linkedin {
    border-color: #005e8f;
    background-color: #005e8f
}

.btn.btn-light-linkedin {
    color: #0077b5;
    border-color: rgba(0, 119, 181, .1);
    background-color: rgba(0, 119, 181, .1)
}

.btn.btn-light-linkedin i {
    color: #0077b5
}

.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #0077b5
}

.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-light-linkedin.dropdown-toggle:after {
    color: #0077b5
}

.btn-check:active+.btn.btn-light-linkedin,
.btn-check:checked+.btn.btn-light-linkedin,
.btn.btn-light-linkedin.active,
.btn.btn-light-linkedin.show,
.btn.btn-light-linkedin:active:not(.btn-active),
.btn.btn-light-linkedin:focus:not(.btn-active),
.btn.btn-light-linkedin:hover:not(.btn-active),
.show>.btn.btn-light-linkedin {
    color: #fff;
    border-color: #0077b5;
    background-color: #0077b5
}

.btn-check:active+.btn.btn-light-linkedin i,
.btn-check:checked+.btn.btn-light-linkedin i,
.btn.btn-light-linkedin.active i,
.btn.btn-light-linkedin.show i,
.btn.btn-light-linkedin:active:not(.btn-active) i,
.btn.btn-light-linkedin:focus:not(.btn-active) i,
.btn.btn-light-linkedin:hover:not(.btn-active) i,
.show>.btn.btn-light-linkedin i {
    color: #fff
}

.btn-check:active+.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.btn-check:active+.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-light-linkedin.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-linkedin.dropdown-toggle:after,
.btn.btn-light-linkedin.active.dropdown-toggle:after,
.btn.btn-light-linkedin.show.dropdown-toggle:after,
.btn.btn-light-linkedin:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-linkedin:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-linkedin:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-linkedin.dropdown-toggle:after {
    color: #fff
}

.btn.btn-outline-dashed.btn-outline-default {
    border-width: 1px;
    border-style: dashed;
    color: #7e8299;
    border-color: #e4e6ef;
    background-color: rgba(245, 248, 250, .6)
}

.btn.btn-outline-dashed.btn-outline-default i {
    color: #7e8299
}

.btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
    color: #7e8299
}

.btn-check:active+.btn.btn-outline-dashed.btn-outline-default,
.btn-check:checked+.btn.btn-outline-dashed.btn-outline-default,
.btn.btn-outline-dashed.btn-outline-default.active,
.btn.btn-outline-dashed.btn-outline-default.show,
.btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active),
.btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active),
.btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active),
.show>.btn.btn-outline-dashed.btn-outline-default {
    color: #009ef7;
    border-color: #009ef7;
    background-color: #ecf8ff
}

.btn-check:active+.btn.btn-outline-dashed.btn-outline-default i,
.btn-check:checked+.btn.btn-outline-dashed.btn-outline-default i,
.btn.btn-outline-dashed.btn-outline-default.active i,
.btn.btn-outline-dashed.btn-outline-default.show i,
.btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) i,
.btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) i,
.btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) i,
.show>.btn.btn-outline-dashed.btn-outline-default i {
    color: #009ef7
}

.btn-check:active+.btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.btn-check:active+.btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.btn-check:active+.btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,
.btn-check:checked+.btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,
.btn.btn-outline-dashed.btn-outline-default.active.dropdown-toggle:after,
.btn.btn-outline-dashed.btn-outline-default.show.dropdown-toggle:after,
.btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
    color: #009ef7
}

code:not([class*=language-]) {
    font-weight: 400;
    color: #b93993;
    line-height: inherit;
    font-size: inherit;
    background-color: #f5f8fa;
    padding: 1px .4rem;
    margin: 0 .5rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .08);
    border-radius: .3rem
}

.form-control {
    box-shadow: none!important
}

.dropdown.show>.form-control {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3
}

.form-control[readonly] {
    background-color: #fff
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-control.form-control-solid::placeholder {
    color: #a1a5b7
}

.form-control.form-control-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-control.form-control-white {
    background-color: #fff;
    border-color: #fff
}

.dropdown.show>.form-control.form-control-white,
.form-control.form-control-white.active,
.form-control.form-control-white.focus,
.form-control.form-control-white:active,
.form-control.form-control-white:focus {
    background-color: #fff;
    border-color: #fff
}

.form-control.form-control-flush {
    border: 0;
    background-color: transparent;
    outline: 0!important;
    box-shadow: none;
    border-radius: 0
}

.placeholder-gray-500::placeholder {
    color: #a1a5b7
}

.placeholder-white::placeholder {
    color: #fff
}

.placeholder-white::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.resize-none {
    resize: none
}

.form-select {
    box-shadow: none!important
}

.form-select.form-select-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-select.form-select-solid::placeholder {
    color: #a1a5b7
}

.form-select.form-select-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7!important;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease
}

.form-select.form-select-white {
    background-color: #fff;
    border-color: #fff;
    color: #181c32
}

.form-select.form-select-white::placeholder {
    color: #a1a5b7
}

.form-select.form-select-white::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1
}

.dropdown.show>.form-select.form-select-white,
.form-select.form-select-white.active,
.form-select.form-select-white.focus,
.form-select.form-select-white:active,
.form-select.form-select-white:focus {
    background-color: #fff;
    border-color: #fff!important;
    color: #181c32
}

.form-check .form-check-label {
    cursor: pointer
}

.form-check .form-check-input {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

.form-check.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0
}

.form-check.form-check-custom .form-check-input {
    margin: 0;
    float: none;
    flex-shrink: 0
}

.form-check.form-check-custom .form-check-label {
    margin-left: .55rem
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #eff2f5
}

.form-check.form-check-solid .form-check-input:active,
.form-check.form-check-solid .form-check-input:focus {
    filter: none;
    background-color: #eff2f5
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #009ef7
}

.form-check.form-check-solid .form-check-input[type=radio],
.form-check.form-check-solid .form-check-input[type=radio]:active,
.form-check.form-check-solid .form-check-input[type=radio]:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e")
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #50cd89
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #f1416c
}

.form-check.form-check-warning .form-check-input:checked {
    background-color: #ffc700
}

.form-check.form-check-custom.form-check-sm .form-check-input {
    height: 1.5rem;
    width: 1.5rem
}

.form-check.form-check-custom.form-check-lg .form-check-input {
    height: 2.25rem;
    width: 2.25rem
}

.form-switch.form-check-solid .form-check-input {
    height: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    border-radius: 3.25rem
}

.form-switch.form-check-solid .form-check-input:active,
.form-switch.form-check-solid .form-check-input:checked,
.form-switch.form-check-solid .form-check-input:focus {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.5rem;
    width: 2.5rem
}

.form-switch.form-check-solid.form-switch-lg .form-check-input {
    height: 2.75rem;
    width: 3.75rem
}

.input-group.input-group-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    border-radius: .475rem
}

.input-group.input-group-solid.input-group-sm {
    border-radius: .475rem
}

.input-group.input-group-solid.input-group-lg {
    border-radius: .475rem
}

.input-group.input-group-solid .input-group-text {
    background-color: transparent;
    border-color: transparent
}

.input-group.input-group-solid .form-control {
    background-color: transparent;
    border-color: transparent
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 700
}

.modal .modal-header {
    align-items: center;
    justify-content: space-between
}

.modal .modal-header .h1,
.modal .modal-header .h2,
.modal .modal-header .h3,
.modal .modal-header .h4,
.modal .modal-header .h5,
.modal .modal-header .h6,
.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5,
.modal .modal-header h6 {
    margin-bottom: 0
}

.modal .modal-dialog {
    outline: 0!important
}

.modal.modal-sticky.modal-sticky-bottom-end {
    padding: 0!important;
    max-width: 500px;
    height: auto;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 25px;
    right: 25px;
    margin: 0;
    box-shadow: 0 0 60px -15px rgba(0, 0, 0, .2);
    border-radius: .475rem
}

.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog {
    position: static;
    max-width: 500px;
    width: auto;
    margin: 0;
    border-radius: .475rem
}

.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog .modal-content {
    border: 0;
    border-radius: .475rem
}

.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg {
    max-width: 600px
}

.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg .modal-dialog {
    max-width: 600px
}

@media (max-width:767.98px) {
    .modal.modal-sticky.modal-sticky-bottom-end {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto
    }
}

.progress-vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.progress-vertical .progress {
    height: 100%;
    border-radius: .475rem;
    display: flex;
    align-items: flex-end;
    margin-right: 1rem
}

.progress-vertical .progress:last-child {
    margin-right: 0
}

.progress-vertical .progress .progress-bar {
    width: 8px;
    border-radius: .475rem
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit
}

.table td,
.table th,
.table tr {
    border-color: inherit;
    /*border-width: inherit;*/
    border-style: inherit;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    height: inherit;
    min-height: inherit
}

.table td:first-child,
.table th:first-child,
.table tr:first-child {
    padding-left: 0
}

.table td:last-child,
.table th:last-child,
.table tr:last-child {
    padding-right: 0
}

.table tbody tr:last-child,
.table tfoot tr:last-child {
    border-bottom: 0!important
}

.table tbody tr:last-child td,
.table tbody tr:last-child th,
.table tfoot tr:last-child td,
.table tfoot tr:last-child th {
    border-bottom: 0!important
}

.table tfoot td,
.table tfoot th {
    border-top: inherit
}

.table.table-rounded {
    border-radius: .475rem;
    border-spacing: 0;
    border-collapse: separate
}

.table.table-flush td,
.table.table-flush th,
.table.table-flush tr {
    padding: inherit
}

.table.table-row-bordered tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eff2f5
}

.table.table-row-bordered tfoot td,
.table.table-row-bordered tfoot th {
    border-top-width: 1px!important
}

.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eff2f5
}

.table.table-row-dashed tfoot td,
.table.table-row-dashed tfoot th {
    border-top-width: 1px!important
}

.table.table-row-gray-100 tr {
    border-bottom-color: #f5f8fa
}

.table.table-row-gray-200 tr {
    border-bottom-color: #eff2f5
}

.table.table-row-gray-300 tr {
    border-bottom-color: #e4e6ef
}

.table.table-row-gray-400 tr {
    border-bottom-color: #b5b5c3
}

.table.table-row-gray-500 tr {
    border-bottom-color: #a1a5b7
}

.table.table-row-gray-600 tr {
    border-bottom-color: #7e8299
}

.table.table-row-gray-700 tr {
    border-bottom-color: #5e6278
}

.table.table-row-gray-800 tr {
    border-bottom-color: #3f4254
}

.table.table-row-gray-900 tr {
    border-bottom-color: #181c32
}

.table.g-0 td,
.table.g-0 th {
    padding: 0
}

.table.gy-0 td,
.table.gy-0 th {
    padding-top: 0;
    padding-bottom: 0
}

.table.gx-0 td,
.table.gx-0 th {
    padding-left: 0;
    padding-right: 0
}

.table.gs-0 td:first-child,
.table.gs-0 th:first-child {
    padding-left: 0
}

.table.gs-0 td:last-child,
.table.gs-0 th:last-child {
    padding-right: 0
}

.table.g-1 td,
.table.g-1 th {
    padding: .25rem
}

.table.gy-1 td,
.table.gy-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.table.gx-1 td,
.table.gx-1 th {
    padding-left: .25rem;
    padding-right: .25rem
}

.table.gs-1 td:first-child,
.table.gs-1 th:first-child {
    padding-left: .25rem
}

.table.gs-1 td:last-child,
.table.gs-1 th:last-child {
    padding-right: .25rem
}

.table.g-2 td,
.table.g-2 th {
    padding: .5rem
}

.table.gy-2 td,
.table.gy-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.table.gx-2 td,
.table.gx-2 th {
    padding-left: .5rem;
    padding-right: .5rem
}

.table.gs-2 td:first-child,
.table.gs-2 th:first-child {
    padding-left: .5rem
}

.table.gs-2 td:last-child,
.table.gs-2 th:last-child {
    padding-right: .5rem
}

.table.g-3 td,
.table.g-3 th {
    padding: .75rem
}

.table.gy-3 td,
.table.gy-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.table.gx-3 td,
.table.gx-3 th {
    padding-left: .75rem;
    padding-right: .75rem
}

.table.gs-3 td:first-child,
.table.gs-3 th:first-child {
    padding-left: .75rem
}

.table.gs-3 td:last-child,
.table.gs-3 th:last-child {
    padding-right: .75rem
}

.table.g-4 td,
.table.g-4 th {
    padding: 1rem
}

.table.gy-4 td,
.table.gy-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.table.gx-4 td,
.table.gx-4 th {
    padding-left: 1rem;
    padding-right: 1rem
}

.table.gs-4 td:first-child,
.table.gs-4 th:first-child {
    padding-left: 1rem
}

.table.gs-4 td:last-child,
.table.gs-4 th:last-child {
    padding-right: 1rem
}

.table.g-5 td,
.table.g-5 th {
    padding: 1.25rem
}

.table.gy-5 td,
.table.gy-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.table.gx-5 td,
.table.gx-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.table.gs-5 td:first-child,
.table.gs-5 th:first-child {
    padding-left: 1.25rem
}

.table.gs-5 td:last-child,
.table.gs-5 th:last-child {
    padding-right: 1.25rem
}

.table.g-6 td,
.table.g-6 th {
    padding: 1.5rem
}

.table.gy-6 td,
.table.gy-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.table.gx-6 td,
.table.gx-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.table.gs-6 td:first-child,
.table.gs-6 th:first-child {
    padding-left: 1.5rem
}

.table.gs-6 td:last-child,
.table.gs-6 th:last-child {
    padding-right: 1.5rem
}

.table.g-7 td,
.table.g-7 th {
    padding: 1.75rem
}

.table.gy-7 td,
.table.gy-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.table.gx-7 td,
.table.gx-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.table.gs-7 td:first-child,
.table.gs-7 th:first-child {
    padding-left: 1.75rem
}

.table.gs-7 td:last-child,
.table.gs-7 th:last-child {
    padding-right: 1.75rem
}

.table.g-8 td,
.table.g-8 th {
    padding: 2rem
}

.table.gy-8 td,
.table.gy-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.table.gx-8 td,
.table.gx-8 th {
    padding-left: 2rem;
    padding-right: 2rem
}

.table.gs-8 td:first-child,
.table.gs-8 th:first-child {
    padding-left: 2rem
}

.table.gs-8 td:last-child,
.table.gs-8 th:last-child {
    padding-right: 2rem
}

.table.g-9 td,
.table.g-9 th {
    padding: 2.25rem
}

.table.gy-9 td,
.table.gy-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.table.gx-9 td,
.table.gx-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.table.gs-9 td:first-child,
.table.gs-9 th:first-child {
    padding-left: 2.25rem
}

.table.gs-9 td:last-child,
.table.gs-9 th:last-child {
    padding-right: 2.25rem
}

.table.g-10 td,
.table.g-10 th {
    padding: 2.5rem
}

.table.gy-10 td,
.table.gy-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.table.gx-10 td,
.table.gx-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.table.gs-10 td:first-child,
.table.gs-10 th:first-child {
    padding-left: 2.5rem
}

.table.gs-10 td:last-child,
.table.gs-10 th:last-child {
    padding-right: 2.5rem
}

@media (min-width:576px) {
    .table.g-sm-0 td,
    .table.g-sm-0 th {
        padding: 0
    }
    .table.gy-sm-0 td,
    .table.gy-sm-0 th {
        padding-top: 0;
        padding-bottom: 0
    }
    .table.gx-sm-0 td,
    .table.gx-sm-0 th {
        padding-left: 0;
        padding-right: 0
    }
    .table.gs-sm-0 td:first-child,
    .table.gs-sm-0 th:first-child {
        padding-left: 0
    }
    .table.gs-sm-0 td:last-child,
    .table.gs-sm-0 th:last-child {
        padding-right: 0
    }
    .table.g-sm-1 td,
    .table.g-sm-1 th {
        padding: .25rem
    }
    .table.gy-sm-1 td,
    .table.gy-sm-1 th {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .table.gx-sm-1 td,
    .table.gx-sm-1 th {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .table.gs-sm-1 td:first-child,
    .table.gs-sm-1 th:first-child {
        padding-left: .25rem
    }
    .table.gs-sm-1 td:last-child,
    .table.gs-sm-1 th:last-child {
        padding-right: .25rem
    }
    .table.g-sm-2 td,
    .table.g-sm-2 th {
        padding: .5rem
    }
    .table.gy-sm-2 td,
    .table.gy-sm-2 th {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .table.gx-sm-2 td,
    .table.gx-sm-2 th {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .table.gs-sm-2 td:first-child,
    .table.gs-sm-2 th:first-child {
        padding-left: .5rem
    }
    .table.gs-sm-2 td:last-child,
    .table.gs-sm-2 th:last-child {
        padding-right: .5rem
    }
    .table.g-sm-3 td,
    .table.g-sm-3 th {
        padding: .75rem
    }
    .table.gy-sm-3 td,
    .table.gy-sm-3 th {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .table.gx-sm-3 td,
    .table.gx-sm-3 th {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .table.gs-sm-3 td:first-child,
    .table.gs-sm-3 th:first-child {
        padding-left: .75rem
    }
    .table.gs-sm-3 td:last-child,
    .table.gs-sm-3 th:last-child {
        padding-right: .75rem
    }
    .table.g-sm-4 td,
    .table.g-sm-4 th {
        padding: 1rem
    }
    .table.gy-sm-4 td,
    .table.gy-sm-4 th {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .table.gx-sm-4 td,
    .table.gx-sm-4 th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .table.gs-sm-4 td:first-child,
    .table.gs-sm-4 th:first-child {
        padding-left: 1rem
    }
    .table.gs-sm-4 td:last-child,
    .table.gs-sm-4 th:last-child {
        padding-right: 1rem
    }
    .table.g-sm-5 td,
    .table.g-sm-5 th {
        padding: 1.25rem
    }
    .table.gy-sm-5 td,
    .table.gy-sm-5 th {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .table.gx-sm-5 td,
    .table.gx-sm-5 th {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .table.gs-sm-5 td:first-child,
    .table.gs-sm-5 th:first-child {
        padding-left: 1.25rem
    }
    .table.gs-sm-5 td:last-child,
    .table.gs-sm-5 th:last-child {
        padding-right: 1.25rem
    }
    .table.g-sm-6 td,
    .table.g-sm-6 th {
        padding: 1.5rem
    }
    .table.gy-sm-6 td,
    .table.gy-sm-6 th {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .table.gx-sm-6 td,
    .table.gx-sm-6 th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .table.gs-sm-6 td:first-child,
    .table.gs-sm-6 th:first-child {
        padding-left: 1.5rem
    }
    .table.gs-sm-6 td:last-child,
    .table.gs-sm-6 th:last-child {
        padding-right: 1.5rem
    }
    .table.g-sm-7 td,
    .table.g-sm-7 th {
        padding: 1.75rem
    }
    .table.gy-sm-7 td,
    .table.gy-sm-7 th {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
    .table.gx-sm-7 td,
    .table.gx-sm-7 th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
    .table.gs-sm-7 td:first-child,
    .table.gs-sm-7 th:first-child {
        padding-left: 1.75rem
    }
    .table.gs-sm-7 td:last-child,
    .table.gs-sm-7 th:last-child {
        padding-right: 1.75rem
    }
    .table.g-sm-8 td,
    .table.g-sm-8 th {
        padding: 2rem
    }
    .table.gy-sm-8 td,
    .table.gy-sm-8 th {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .table.gx-sm-8 td,
    .table.gx-sm-8 th {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .table.gs-sm-8 td:first-child,
    .table.gs-sm-8 th:first-child {
        padding-left: 2rem
    }
    .table.gs-sm-8 td:last-child,
    .table.gs-sm-8 th:last-child {
        padding-right: 2rem
    }
    .table.g-sm-9 td,
    .table.g-sm-9 th {
        padding: 2.25rem
    }
    .table.gy-sm-9 td,
    .table.gy-sm-9 th {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .table.gx-sm-9 td,
    .table.gx-sm-9 th {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
    .table.gs-sm-9 td:first-child,
    .table.gs-sm-9 th:first-child {
        padding-left: 2.25rem
    }
    .table.gs-sm-9 td:last-child,
    .table.gs-sm-9 th:last-child {
        padding-right: 2.25rem
    }
    .table.g-sm-10 td,
    .table.g-sm-10 th {
        padding: 2.5rem
    }
    .table.gy-sm-10 td,
    .table.gy-sm-10 th {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .table.gx-sm-10 td,
    .table.gx-sm-10 th {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .table.gs-sm-10 td:first-child,
    .table.gs-sm-10 th:first-child {
        padding-left: 2.5rem
    }
    .table.gs-sm-10 td:last-child,
    .table.gs-sm-10 th:last-child {
        padding-right: 2.5rem
    }
}

@media (min-width:768px) {
    .table.g-md-0 td,
    .table.g-md-0 th {
        padding: 0
    }
    .table.gy-md-0 td,
    .table.gy-md-0 th {
        padding-top: 0;
        padding-bottom: 0
    }
    .table.gx-md-0 td,
    .table.gx-md-0 th {
        padding-left: 0;
        padding-right: 0
    }
    .table.gs-md-0 td:first-child,
    .table.gs-md-0 th:first-child {
        padding-left: 0
    }
    .table.gs-md-0 td:last-child,
    .table.gs-md-0 th:last-child {
        padding-right: 0
    }
    .table.g-md-1 td,
    .table.g-md-1 th {
        padding: .25rem
    }
    .table.gy-md-1 td,
    .table.gy-md-1 th {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .table.gx-md-1 td,
    .table.gx-md-1 th {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .table.gs-md-1 td:first-child,
    .table.gs-md-1 th:first-child {
        padding-left: .25rem
    }
    .table.gs-md-1 td:last-child,
    .table.gs-md-1 th:last-child {
        padding-right: .25rem
    }
    .table.g-md-2 td,
    .table.g-md-2 th {
        padding: .5rem
    }
    .table.gy-md-2 td,
    .table.gy-md-2 th {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .table.gx-md-2 td,
    .table.gx-md-2 th {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .table.gs-md-2 td:first-child,
    .table.gs-md-2 th:first-child {
        padding-left: .5rem
    }
    .table.gs-md-2 td:last-child,
    .table.gs-md-2 th:last-child {
        padding-right: .5rem
    }
    .table.g-md-3 td,
    .table.g-md-3 th {
        padding: .75rem
    }
    .table.gy-md-3 td,
    .table.gy-md-3 th {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .table.gx-md-3 td,
    .table.gx-md-3 th {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .table.gs-md-3 td:first-child,
    .table.gs-md-3 th:first-child {
        padding-left: .75rem
    }
    .table.gs-md-3 td:last-child,
    .table.gs-md-3 th:last-child {
        padding-right: .75rem
    }
    .table.g-md-4 td,
    .table.g-md-4 th {
        padding: 1rem
    }
    .table.gy-md-4 td,
    .table.gy-md-4 th {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .table.gx-md-4 td,
    .table.gx-md-4 th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .table.gs-md-4 td:first-child,
    .table.gs-md-4 th:first-child {
        padding-left: 1rem
    }
    .table.gs-md-4 td:last-child,
    .table.gs-md-4 th:last-child {
        padding-right: 1rem
    }
    .table.g-md-5 td,
    .table.g-md-5 th {
        padding: 1.25rem
    }
    .table.gy-md-5 td,
    .table.gy-md-5 th {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .table.gx-md-5 td,
    .table.gx-md-5 th {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .table.gs-md-5 td:first-child,
    .table.gs-md-5 th:first-child {
        padding-left: 1.25rem
    }
    .table.gs-md-5 td:last-child,
    .table.gs-md-5 th:last-child {
        padding-right: 1.25rem
    }
    .table.g-md-6 td,
    .table.g-md-6 th {
        padding: 1.5rem
    }
    .table.gy-md-6 td,
    .table.gy-md-6 th {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .table.gx-md-6 td,
    .table.gx-md-6 th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .table.gs-md-6 td:first-child,
    .table.gs-md-6 th:first-child {
        padding-left: 1.5rem
    }
    .table.gs-md-6 td:last-child,
    .table.gs-md-6 th:last-child {
        padding-right: 1.5rem
    }
    .table.g-md-7 td,
    .table.g-md-7 th {
        padding: 1.75rem
    }
    .table.gy-md-7 td,
    .table.gy-md-7 th {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
    .table.gx-md-7 td,
    .table.gx-md-7 th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
    .table.gs-md-7 td:first-child,
    .table.gs-md-7 th:first-child {
        padding-left: 1.75rem
    }
    .table.gs-md-7 td:last-child,
    .table.gs-md-7 th:last-child {
        padding-right: 1.75rem
    }
    .table.g-md-8 td,
    .table.g-md-8 th {
        padding: 2rem
    }
    .table.gy-md-8 td,
    .table.gy-md-8 th {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .table.gx-md-8 td,
    .table.gx-md-8 th {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .table.gs-md-8 td:first-child,
    .table.gs-md-8 th:first-child {
        padding-left: 2rem
    }
    .table.gs-md-8 td:last-child,
    .table.gs-md-8 th:last-child {
        padding-right: 2rem
    }
    .table.g-md-9 td,
    .table.g-md-9 th {
        padding: 2.25rem
    }
    .table.gy-md-9 td,
    .table.gy-md-9 th {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .table.gx-md-9 td,
    .table.gx-md-9 th {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
    .table.gs-md-9 td:first-child,
    .table.gs-md-9 th:first-child {
        padding-left: 2.25rem
    }
    .table.gs-md-9 td:last-child,
    .table.gs-md-9 th:last-child {
        padding-right: 2.25rem
    }
    .table.g-md-10 td,
    .table.g-md-10 th {
        padding: 2.5rem
    }
    .table.gy-md-10 td,
    .table.gy-md-10 th {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .table.gx-md-10 td,
    .table.gx-md-10 th {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .table.gs-md-10 td:first-child,
    .table.gs-md-10 th:first-child {
        padding-left: 2.5rem
    }
    .table.gs-md-10 td:last-child,
    .table.gs-md-10 th:last-child {
        padding-right: 2.5rem
    }
}

@media (min-width:992px) {
    .table.g-lg-0 td,
    .table.g-lg-0 th {
        padding: 0
    }
    .table.gy-lg-0 td,
    .table.gy-lg-0 th {
        padding-top: 0;
        padding-bottom: 0
    }
    .table.gx-lg-0 td,
    .table.gx-lg-0 th {
        padding-left: 0;
        padding-right: 0
    }
    .table.gs-lg-0 td:first-child,
    .table.gs-lg-0 th:first-child {
        padding-left: 0
    }
    .table.gs-lg-0 td:last-child,
    .table.gs-lg-0 th:last-child {
        padding-right: 0
    }
    .table.g-lg-1 td,
    .table.g-lg-1 th {
        padding: .25rem
    }
    .table.gy-lg-1 td,
    .table.gy-lg-1 th {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .table.gx-lg-1 td,
    .table.gx-lg-1 th {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .table.gs-lg-1 td:first-child,
    .table.gs-lg-1 th:first-child {
        padding-left: .25rem
    }
    .table.gs-lg-1 td:last-child,
    .table.gs-lg-1 th:last-child {
        padding-right: .25rem
    }
    .table.g-lg-2 td,
    .table.g-lg-2 th {
        padding: .5rem
    }
    .table.gy-lg-2 td,
    .table.gy-lg-2 th {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .table.gx-lg-2 td,
    .table.gx-lg-2 th {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .table.gs-lg-2 td:first-child,
    .table.gs-lg-2 th:first-child {
        padding-left: .5rem
    }
    .table.gs-lg-2 td:last-child,
    .table.gs-lg-2 th:last-child {
        padding-right: .5rem
    }
    .table.g-lg-3 td,
    .table.g-lg-3 th {
        padding: .75rem
    }
    .table.gy-lg-3 td,
    .table.gy-lg-3 th {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .table.gx-lg-3 td,
    .table.gx-lg-3 th {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .table.gs-lg-3 td:first-child,
    .table.gs-lg-3 th:first-child {
        padding-left: .75rem
    }
    .table.gs-lg-3 td:last-child,
    .table.gs-lg-3 th:last-child {
        padding-right: .75rem
    }
    .table.g-lg-4 td,
    .table.g-lg-4 th {
        padding: 1rem
    }
    .table.gy-lg-4 td,
    .table.gy-lg-4 th {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .table.gx-lg-4 td,
    .table.gx-lg-4 th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .table.gs-lg-4 td:first-child,
    .table.gs-lg-4 th:first-child {
        padding-left: 1rem
    }
    .table.gs-lg-4 td:last-child,
    .table.gs-lg-4 th:last-child {
        padding-right: 1rem
    }
    .table.g-lg-5 td,
    .table.g-lg-5 th {
        padding: 1.25rem
    }
    .table.gy-lg-5 td,
    .table.gy-lg-5 th {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .table.gx-lg-5 td,
    .table.gx-lg-5 th {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .table.gs-lg-5 td:first-child,
    .table.gs-lg-5 th:first-child {
        padding-left: 1.25rem
    }
    .table.gs-lg-5 td:last-child,
    .table.gs-lg-5 th:last-child {
        padding-right: 1.25rem
    }
    .table.g-lg-6 td,
    .table.g-lg-6 th {
        padding: 1.5rem
    }
    .table.gy-lg-6 td,
    .table.gy-lg-6 th {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .table.gx-lg-6 td,
    .table.gx-lg-6 th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .table.gs-lg-6 td:first-child,
    .table.gs-lg-6 th:first-child {
        padding-left: 1.5rem
    }
    .table.gs-lg-6 td:last-child,
    .table.gs-lg-6 th:last-child {
        padding-right: 1.5rem
    }
    .table.g-lg-7 td,
    .table.g-lg-7 th {
        padding: 1.75rem
    }
    .table.gy-lg-7 td,
    .table.gy-lg-7 th {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
    .table.gx-lg-7 td,
    .table.gx-lg-7 th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
    .table.gs-lg-7 td:first-child,
    .table.gs-lg-7 th:first-child {
        padding-left: 1.75rem
    }
    .table.gs-lg-7 td:last-child,
    .table.gs-lg-7 th:last-child {
        padding-right: 1.75rem
    }
    .table.g-lg-8 td,
    .table.g-lg-8 th {
        padding: 2rem
    }
    .table.gy-lg-8 td,
    .table.gy-lg-8 th {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .table.gx-lg-8 td,
    .table.gx-lg-8 th {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .table.gs-lg-8 td:first-child,
    .table.gs-lg-8 th:first-child {
        padding-left: 2rem
    }
    .table.gs-lg-8 td:last-child,
    .table.gs-lg-8 th:last-child {
        padding-right: 2rem
    }
    .table.g-lg-9 td,
    .table.g-lg-9 th {
        padding: 2.25rem
    }
    .table.gy-lg-9 td,
    .table.gy-lg-9 th {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .table.gx-lg-9 td,
    .table.gx-lg-9 th {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
    .table.gs-lg-9 td:first-child,
    .table.gs-lg-9 th:first-child {
        padding-left: 2.25rem
    }
    .table.gs-lg-9 td:last-child,
    .table.gs-lg-9 th:last-child {
        padding-right: 2.25rem
    }
    .table.g-lg-10 td,
    .table.g-lg-10 th {
        padding: 2.5rem
    }
    .table.gy-lg-10 td,
    .table.gy-lg-10 th {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .table.gx-lg-10 td,
    .table.gx-lg-10 th {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .table.gs-lg-10 td:first-child,
    .table.gs-lg-10 th:first-child {
        padding-left: 2.5rem
    }
    .table.gs-lg-10 td:last-child,
    .table.gs-lg-10 th:last-child {
        padding-right: 2.5rem
    }
}

@media (min-width:1200px) {
    .table.g-xl-0 td,
    .table.g-xl-0 th {
        padding: 0
    }
    .table.gy-xl-0 td,
    .table.gy-xl-0 th {
        padding-top: 0;
        padding-bottom: 0
    }
    .table.gx-xl-0 td,
    .table.gx-xl-0 th {
        padding-left: 0;
        padding-right: 0
    }
    .table.gs-xl-0 td:first-child,
    .table.gs-xl-0 th:first-child {
        padding-left: 0
    }
    .table.gs-xl-0 td:last-child,
    .table.gs-xl-0 th:last-child {
        padding-right: 0
    }
    .table.g-xl-1 td,
    .table.g-xl-1 th {
        padding: .25rem
    }
    .table.gy-xl-1 td,
    .table.gy-xl-1 th {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .table.gx-xl-1 td,
    .table.gx-xl-1 th {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .table.gs-xl-1 td:first-child,
    .table.gs-xl-1 th:first-child {
        padding-left: .25rem
    }
    .table.gs-xl-1 td:last-child,
    .table.gs-xl-1 th:last-child {
        padding-right: .25rem
    }
    .table.g-xl-2 td,
    .table.g-xl-2 th {
        padding: .5rem
    }
    .table.gy-xl-2 td,
    .table.gy-xl-2 th {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .table.gx-xl-2 td,
    .table.gx-xl-2 th {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .table.gs-xl-2 td:first-child,
    .table.gs-xl-2 th:first-child {
        padding-left: .5rem
    }
    .table.gs-xl-2 td:last-child,
    .table.gs-xl-2 th:last-child {
        padding-right: .5rem
    }
    .table.g-xl-3 td,
    .table.g-xl-3 th {
        padding: .75rem
    }
    .table.gy-xl-3 td,
    .table.gy-xl-3 th {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .table.gx-xl-3 td,
    .table.gx-xl-3 th {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .table.gs-xl-3 td:first-child,
    .table.gs-xl-3 th:first-child {
        padding-left: .75rem
    }
    .table.gs-xl-3 td:last-child,
    .table.gs-xl-3 th:last-child {
        padding-right: .75rem
    }
    .table.g-xl-4 td,
    .table.g-xl-4 th {
        padding: 1rem
    }
    .table.gy-xl-4 td,
    .table.gy-xl-4 th {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .table.gx-xl-4 td,
    .table.gx-xl-4 th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .table.gs-xl-4 td:first-child,
    .table.gs-xl-4 th:first-child {
        padding-left: 1rem
    }
    .table.gs-xl-4 td:last-child,
    .table.gs-xl-4 th:last-child {
        padding-right: 1rem
    }
    .table.g-xl-5 td,
    .table.g-xl-5 th {
        padding: 1.25rem
    }
    .table.gy-xl-5 td,
    .table.gy-xl-5 th {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .table.gx-xl-5 td,
    .table.gx-xl-5 th {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .table.gs-xl-5 td:first-child,
    .table.gs-xl-5 th:first-child {
        padding-left: 1.25rem
    }
    .table.gs-xl-5 td:last-child,
    .table.gs-xl-5 th:last-child {
        padding-right: 1.25rem
    }
    .table.g-xl-6 td,
    .table.g-xl-6 th {
        padding: 1.5rem
    }
    .table.gy-xl-6 td,
    .table.gy-xl-6 th {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .table.gx-xl-6 td,
    .table.gx-xl-6 th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .table.gs-xl-6 td:first-child,
    .table.gs-xl-6 th:first-child {
        padding-left: 1.5rem
    }
    .table.gs-xl-6 td:last-child,
    .table.gs-xl-6 th:last-child {
        padding-right: 1.5rem
    }
    .table.g-xl-7 td,
    .table.g-xl-7 th {
        padding: 1.75rem
    }
    .table.gy-xl-7 td,
    .table.gy-xl-7 th {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
    .table.gx-xl-7 td,
    .table.gx-xl-7 th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
    .table.gs-xl-7 td:first-child,
    .table.gs-xl-7 th:first-child {
        padding-left: 1.75rem
    }
    .table.gs-xl-7 td:last-child,
    .table.gs-xl-7 th:last-child {
        padding-right: 1.75rem
    }
    .table.g-xl-8 td,
    .table.g-xl-8 th {
        padding: 2rem
    }
    .table.gy-xl-8 td,
    .table.gy-xl-8 th {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .table.gx-xl-8 td,
    .table.gx-xl-8 th {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .table.gs-xl-8 td:first-child,
    .table.gs-xl-8 th:first-child {
        padding-left: 2rem
    }
    .table.gs-xl-8 td:last-child,
    .table.gs-xl-8 th:last-child {
        padding-right: 2rem
    }
    .table.g-xl-9 td,
    .table.g-xl-9 th {
        padding: 2.25rem
    }
    .table.gy-xl-9 td,
    .table.gy-xl-9 th {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .table.gx-xl-9 td,
    .table.gx-xl-9 th {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
    .table.gs-xl-9 td:first-child,
    .table.gs-xl-9 th:first-child {
        padding-left: 2.25rem
    }
    .table.gs-xl-9 td:last-child,
    .table.gs-xl-9 th:last-child {
        padding-right: 2.25rem
    }
    .table.g-xl-10 td,
    .table.g-xl-10 th {
        padding: 2.5rem
    }
    .table.gy-xl-10 td,
    .table.gy-xl-10 th {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .table.gx-xl-10 td,
    .table.gx-xl-10 th {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .table.gs-xl-10 td:first-child,
    .table.gs-xl-10 th:first-child {
        padding-left: 2.5rem
    }
    .table.gs-xl-10 td:last-child,
    .table.gs-xl-10 th:last-child {
        padding-right: 2.5rem
    }
}

@media (min-width:1400px) {
    .table.g-xxl-0 td,
    .table.g-xxl-0 th {
        padding: 0
    }
    .table.gy-xxl-0 td,
    .table.gy-xxl-0 th {
        padding-top: 0;
        padding-bottom: 0
    }
    .table.gx-xxl-0 td,
    .table.gx-xxl-0 th {
        padding-left: 0;
        padding-right: 0
    }
    .table.gs-xxl-0 td:first-child,
    .table.gs-xxl-0 th:first-child {
        padding-left: 0
    }
    .table.gs-xxl-0 td:last-child,
    .table.gs-xxl-0 th:last-child {
        padding-right: 0
    }
    .table.g-xxl-1 td,
    .table.g-xxl-1 th {
        padding: .25rem
    }
    .table.gy-xxl-1 td,
    .table.gy-xxl-1 th {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .table.gx-xxl-1 td,
    .table.gx-xxl-1 th {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .table.gs-xxl-1 td:first-child,
    .table.gs-xxl-1 th:first-child {
        padding-left: .25rem
    }
    .table.gs-xxl-1 td:last-child,
    .table.gs-xxl-1 th:last-child {
        padding-right: .25rem
    }
    .table.g-xxl-2 td,
    .table.g-xxl-2 th {
        padding: .5rem
    }
    .table.gy-xxl-2 td,
    .table.gy-xxl-2 th {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .table.gx-xxl-2 td,
    .table.gx-xxl-2 th {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .table.gs-xxl-2 td:first-child,
    .table.gs-xxl-2 th:first-child {
        padding-left: .5rem
    }
    .table.gs-xxl-2 td:last-child,
    .table.gs-xxl-2 th:last-child {
        padding-right: .5rem
    }
    .table.g-xxl-3 td,
    .table.g-xxl-3 th {
        padding: .75rem
    }
    .table.gy-xxl-3 td,
    .table.gy-xxl-3 th {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .table.gx-xxl-3 td,
    .table.gx-xxl-3 th {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .table.gs-xxl-3 td:first-child,
    .table.gs-xxl-3 th:first-child {
        padding-left: .75rem
    }
    .table.gs-xxl-3 td:last-child,
    .table.gs-xxl-3 th:last-child {
        padding-right: .75rem
    }
    .table.g-xxl-4 td,
    .table.g-xxl-4 th {
        padding: 1rem
    }
    .table.gy-xxl-4 td,
    .table.gy-xxl-4 th {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .table.gx-xxl-4 td,
    .table.gx-xxl-4 th {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .table.gs-xxl-4 td:first-child,
    .table.gs-xxl-4 th:first-child {
        padding-left: 1rem
    }
    .table.gs-xxl-4 td:last-child,
    .table.gs-xxl-4 th:last-child {
        padding-right: 1rem
    }
    .table.g-xxl-5 td,
    .table.g-xxl-5 th {
        padding: 1.25rem
    }
    .table.gy-xxl-5 td,
    .table.gy-xxl-5 th {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .table.gx-xxl-5 td,
    .table.gx-xxl-5 th {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .table.gs-xxl-5 td:first-child,
    .table.gs-xxl-5 th:first-child {
        padding-left: 1.25rem
    }
    .table.gs-xxl-5 td:last-child,
    .table.gs-xxl-5 th:last-child {
        padding-right: 1.25rem
    }
    .table.g-xxl-6 td,
    .table.g-xxl-6 th {
        padding: 1.5rem
    }
    .table.gy-xxl-6 td,
    .table.gy-xxl-6 th {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .table.gx-xxl-6 td,
    .table.gx-xxl-6 th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .table.gs-xxl-6 td:first-child,
    .table.gs-xxl-6 th:first-child {
        padding-left: 1.5rem
    }
    .table.gs-xxl-6 td:last-child,
    .table.gs-xxl-6 th:last-child {
        padding-right: 1.5rem
    }
    .table.g-xxl-7 td,
    .table.g-xxl-7 th {
        padding: 1.75rem
    }
    .table.gy-xxl-7 td,
    .table.gy-xxl-7 th {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
    .table.gx-xxl-7 td,
    .table.gx-xxl-7 th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
    .table.gs-xxl-7 td:first-child,
    .table.gs-xxl-7 th:first-child {
        padding-left: 1.75rem
    }
    .table.gs-xxl-7 td:last-child,
    .table.gs-xxl-7 th:last-child {
        padding-right: 1.75rem
    }
    .table.g-xxl-8 td,
    .table.g-xxl-8 th {
        padding: 2rem
    }
    .table.gy-xxl-8 td,
    .table.gy-xxl-8 th {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .table.gx-xxl-8 td,
    .table.gx-xxl-8 th {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .table.gs-xxl-8 td:first-child,
    .table.gs-xxl-8 th:first-child {
        padding-left: 2rem
    }
    .table.gs-xxl-8 td:last-child,
    .table.gs-xxl-8 th:last-child {
        padding-right: 2rem
    }
    .table.g-xxl-9 td,
    .table.g-xxl-9 th {
        padding: 2.25rem
    }
    .table.gy-xxl-9 td,
    .table.gy-xxl-9 th {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
    .table.gx-xxl-9 td,
    .table.gx-xxl-9 th {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
    .table.gs-xxl-9 td:first-child,
    .table.gs-xxl-9 th:first-child {
        padding-left: 2.25rem
    }
    .table.gs-xxl-9 td:last-child,
    .table.gs-xxl-9 th:last-child {
        padding-right: 2.25rem
    }
    .table.g-xxl-10 td,
    .table.g-xxl-10 th {
        padding: 2.5rem
    }
    .table.gy-xxl-10 td,
    .table.gy-xxl-10 th {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .table.gx-xxl-10 td,
    .table.gx-xxl-10 th {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .table.gs-xxl-10 td:first-child,
    .table.gs-xxl-10 th:first-child {
        padding-left: 2.5rem
    }
    .table.gs-xxl-10 td:last-child,
    .table.gs-xxl-10 th:last-child {
        padding-right: 2.5rem
    }
}

.popover .popover-header {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #f5f8fa
}

.popover .popover-dismiss {
    position: absolute;
    top: .85rem;
    right: .85rem;
    height: 1.5rem;
    width: 1.5rem
}

.popover .popover-dismiss i {
    color: #b5b5c3
}

.popover .popover-dismiss:hover i {
    color: #009ef7
}

.popover .popover-dismiss+.popover-header {
    padding-right: 2.75rem
}

.popover-dark {
    background-color: #181c32;
    border: 0
}

.popover-dark .popover-header {
    background-color: #181c32;
    color: #eff2f5;
    border-bottom-color: #3f4254
}

.popover-dark .popover-body {
    color: #b5b5c3
}

.popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.popover-dark.bs-popover-top>.popover-arrow::before {
    border-top-color: #f5f8fa
}

.popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.popover-dark.bs-popover-top>.popover-arrow::after {
    border-top-color: #181c32
}

.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.popover-dark.bs-popover-end>.popover-arrow::before {
    border-right-color: #f5f8fa
}

.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.popover-dark.bs-popover-end>.popover-arrow::after {
    border-right-color: #181c32
}

.popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.popover-dark.bs-popover-bottom>.popover-arrow::before {
    border-bottom-color: #f5f8fa
}

.popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.popover-dark.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #181c32
}

.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-dark.bs-popover-bottom .popover-header::before {
    border-bottom-color: #181c32
}

.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.popover-dark.bs-popover-start>.popover-arrow::before {
    border-left-color: #f5f8fa
}

.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.popover-dark.bs-popover-start>.popover-arrow::after {
    border-left-color: #181c32
}

.tooltip .tooltip-inner {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tooltip.tooltop-auto-width .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.tooltip.tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #181c32
}

.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: #181c32
}

.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: #181c32
}

.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #181c32
}

.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: #181c32
}

.accordion .accordion-header {
    cursor: pointer
}

.accordion.accordion-icon-toggle .accordion-icon {
    display: flex;
    flex-shrink: 0;
    transition: all .2s ease;
    transform: rotate(90deg);
    align-items: center;
    justify-content: center
}

.accordion.accordion-icon-toggle .accordion-icon i {
    color: #009ef7
}

.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.accordion.accordion-icon-toggle .collapsed .accordion-icon {
    transition: all .2s ease;
    transform: rotate(0)
}

.accordion.accordion-icon-toggle .collapsed .accordion-icon i {
    color: #a1a5b7
}

.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.accordion.accordion-borderless .accordion-item {
    border: 0
}

.accordion.accordion-flush .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: none;
    padding-left: 0;
    padding-right: 0
}

.feedback {
    display: none
}

.feedback-popup {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    background-color: #fff;
    border-radius: .475rem;
    padding: 1rem 1.25rem
}

.feedback-top-center {
    display: flex;
    transition: top .6s ease;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.feedback-top-center.feedback-shown {
    top: 0;
    transition: top .6s ease
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: .475rem;
    background-repeat: no-repeat;
    background-size: cover
}

.image-input:not(.image-input-empty) {
    background-image: none!important
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: .475rem;
    background-repeat: no-repeat;
    background-size: cover
}

.image-input [data-kt-image-input-action=change] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px
}

.image-input [data-kt-image-input-action=change] input {
    width: 0!important;
    height: 0!important;
    overflow: hidden;
    opacity: 0
}

.image-input [data-kt-image-input-action=cancel],
.image-input [data-kt-image-input-action=remove] {
    position: absolute;
    right: -10px;
    bottom: -5px
}

.image-input [data-kt-image-input-action=cancel] {
    display: none
}

.image-input.image-input-changed [data-kt-image-input-action=cancel] {
    display: flex
}

.image-input.image-input-changed [data-kt-image-input-action=remove] {
    display: none
}

.image-input.image-input-empty [data-kt-image-input-action=cancel],
.image-input.image-input-empty [data-kt-image-input-action=remove] {
    display: none
}

.image-input.image-input-circle {
    border-radius: 50%
}

.image-input.image-input-circle .image-input-wrapper {
    border-radius: 50%
}

.image-input.image-input-circle [data-action=change] {
    right: 5px;
    top: 5px
}

.image-input.image-input-circle [data-action=cancel],
.image-input.image-input-circle [data-action=remove] {
    right: 5px;
    bottom: 5px
}

.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #fff;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075)
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: .475rem
}

.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .475rem
}

.symbol .symbol-badge {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)!important
}

.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: .475rem
}

.symbol.symbol-square,
.symbol.symbol-square .symbol-label,
.symbol.symbol-square>img {
    border-radius: 0!important
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
    border-radius: 50%
}

.symbol>img {
    width: 50px;
    height: 50px
}

.symbol .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-fixed>img {
    width: 50px;
    height: 50px;
    max-width: auto
}

.symbol.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px
}

.symbol.symbol-2by3>img {
    height: 50px;
    width: 75px;
    max-width: auto
}

.symbol.symbol-20px>img {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px .symbol-label {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px
}

.symbol.symbol-20px.symbol-fixed>img {
    width: 20px;
    height: 20px;
    max-width: auto
}

.symbol.symbol-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px
}

.symbol.symbol-20px.symbol-2by3>img {
    height: 20px;
    width: 30px;
    max-width: auto
}

.symbol.symbol-25px>img {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px .symbol-label {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px
}

.symbol.symbol-25px.symbol-fixed>img {
    width: 25px;
    height: 25px;
    max-width: auto
}

.symbol.symbol-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px
}

.symbol.symbol-25px.symbol-2by3>img {
    height: 25px;
    width: 37.5px;
    max-width: auto
}

.symbol.symbol-30px>img {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px .symbol-label {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px
}

.symbol.symbol-30px.symbol-fixed>img {
    width: 30px;
    height: 30px;
    max-width: auto
}

.symbol.symbol-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px
}

.symbol.symbol-30px.symbol-2by3>img {
    height: 30px;
    width: 45px;
    max-width: auto
}

.symbol.symbol-35px>img {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px
}

.symbol.symbol-35px.symbol-fixed>img {
    width: 35px;
    height: 35px;
    max-width: auto
}

.symbol.symbol-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px
}

.symbol.symbol-35px.symbol-2by3>img {
    height: 35px;
    width: 52.5px;
    max-width: auto
}

.symbol.symbol-40px>img {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px .symbol-label {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px
}

.symbol.symbol-40px.symbol-fixed>img {
    width: 40px;
    height: 40px;
    max-width: auto
}

.symbol.symbol-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px
}

.symbol.symbol-40px.symbol-2by3>img {
    height: 40px;
    width: 60px;
    max-width: auto
}

.symbol.symbol-45px>img {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px
}

.symbol.symbol-45px.symbol-fixed>img {
    width: 45px;
    height: 45px;
    max-width: auto
}

.symbol.symbol-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px
}

.symbol.symbol-45px.symbol-2by3>img {
    height: 45px;
    width: 67.5px;
    max-width: auto
}

.symbol.symbol-50px>img {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px
}

.symbol.symbol-50px.symbol-fixed>img {
    width: 50px;
    height: 50px;
    max-width: auto
}

.symbol.symbol-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px
}

.symbol.symbol-50px.symbol-2by3>img {
    height: 50px;
    width: 75px;
    max-width: auto
}

.symbol.symbol-55px>img {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px .symbol-label {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px
}

.symbol.symbol-55px.symbol-fixed>img {
    width: 55px;
    height: 55px;
    max-width: auto
}

.symbol.symbol-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px
}

.symbol.symbol-55px.symbol-2by3>img {
    height: 55px;
    width: 82.5px;
    max-width: auto
}

.symbol.symbol-60px>img {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px .symbol-label {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px
}

.symbol.symbol-60px.symbol-fixed>img {
    width: 60px;
    height: 60px;
    max-width: auto
}

.symbol.symbol-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px
}

.symbol.symbol-60px.symbol-2by3>img {
    height: 60px;
    width: 90px;
    max-width: auto
}

.symbol.symbol-65px>img {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px .symbol-label {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px
}

.symbol.symbol-65px.symbol-fixed>img {
    width: 65px;
    height: 65px;
    max-width: auto
}

.symbol.symbol-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px
}

.symbol.symbol-65px.symbol-2by3>img {
    height: 65px;
    width: 97.5px;
    max-width: auto
}

.symbol.symbol-70px>img {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px .symbol-label {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px
}

.symbol.symbol-70px.symbol-fixed>img {
    width: 70px;
    height: 70px;
    max-width: auto
}

.symbol.symbol-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px
}

.symbol.symbol-70px.symbol-2by3>img {
    height: 70px;
    width: 105px;
    max-width: auto
}

.symbol.symbol-75px>img {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px .symbol-label {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px
}

.symbol.symbol-75px.symbol-fixed>img {
    width: 75px;
    height: 75px;
    max-width: auto
}

.symbol.symbol-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px
}

.symbol.symbol-75px.symbol-2by3>img {
    height: 75px;
    width: 112.5px;
    max-width: auto
}

.symbol.symbol-100px>img {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px .symbol-label {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px
}

.symbol.symbol-100px.symbol-fixed>img {
    width: 100px;
    height: 100px;
    max-width: auto
}

.symbol.symbol-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px
}

.symbol.symbol-100px.symbol-2by3>img {
    height: 100px;
    width: 150px;
    max-width: auto
}

.symbol.symbol-125px>img {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px .symbol-label {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px
}

.symbol.symbol-125px.symbol-fixed>img {
    width: 125px;
    height: 125px;
    max-width: auto
}

.symbol.symbol-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px
}

.symbol.symbol-125px.symbol-2by3>img {
    height: 125px;
    width: 187.5px;
    max-width: auto
}

.symbol.symbol-150px>img {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px .symbol-label {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px
}

.symbol.symbol-150px.symbol-fixed>img {
    width: 150px;
    height: 150px;
    max-width: auto
}

.symbol.symbol-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px
}

.symbol.symbol-150px.symbol-2by3>img {
    height: 150px;
    width: 225px;
    max-width: auto
}

.symbol.symbol-160px>img {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px .symbol-label {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px
}

.symbol.symbol-160px.symbol-fixed>img {
    width: 160px;
    height: 160px;
    max-width: auto
}

.symbol.symbol-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px
}

.symbol.symbol-160px.symbol-2by3>img {
    height: 160px;
    width: 240px;
    max-width: auto
}

.symbol.symbol-175px>img {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px .symbol-label {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px
}

.symbol.symbol-175px.symbol-fixed>img {
    width: 175px;
    height: 175px;
    max-width: auto
}

.symbol.symbol-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px
}

.symbol.symbol-175px.symbol-2by3>img {
    height: 175px;
    width: 262.5px;
    max-width: auto
}

.symbol.symbol-200px>img {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px .symbol-label {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px
}

.symbol.symbol-200px.symbol-fixed>img {
    width: 200px;
    height: 200px;
    max-width: auto
}

.symbol.symbol-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px
}

.symbol.symbol-200px.symbol-2by3>img {
    height: 200px;
    width: 300px;
    max-width: auto
}

@media (min-width:576px) {
    .symbol.symbol-sm-20px>img {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-sm-20px .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-sm-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }
    .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }
    .symbol.symbol-sm-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }
    .symbol.symbol-sm-25px>img {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-sm-25px .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-sm-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }
    .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }
    .symbol.symbol-sm-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }
    .symbol.symbol-sm-30px>img {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-sm-30px .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-sm-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }
    .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }
    .symbol.symbol-sm-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }
    .symbol.symbol-sm-35px>img {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-sm-35px .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-sm-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }
    .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }
    .symbol.symbol-sm-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }
    .symbol.symbol-sm-40px>img {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-sm-40px .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-sm-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }
    .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }
    .symbol.symbol-sm-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }
    .symbol.symbol-sm-45px>img {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-sm-45px .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-sm-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }
    .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }
    .symbol.symbol-sm-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }
    .symbol.symbol-sm-50px>img {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-sm-50px .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-sm-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }
    .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }
    .symbol.symbol-sm-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }
    .symbol.symbol-sm-55px>img {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-sm-55px .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-sm-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }
    .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }
    .symbol.symbol-sm-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }
    .symbol.symbol-sm-60px>img {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-sm-60px .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-sm-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }
    .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }
    .symbol.symbol-sm-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }
    .symbol.symbol-sm-65px>img {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-sm-65px .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-sm-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }
    .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }
    .symbol.symbol-sm-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }
    .symbol.symbol-sm-70px>img {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-sm-70px .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-sm-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }
    .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }
    .symbol.symbol-sm-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }
    .symbol.symbol-sm-75px>img {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-sm-75px .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-sm-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }
    .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }
    .symbol.symbol-sm-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }
    .symbol.symbol-sm-100px>img {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-sm-100px .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-sm-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }
    .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }
    .symbol.symbol-sm-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }
    .symbol.symbol-sm-125px>img {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-sm-125px .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-sm-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }
    .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }
    .symbol.symbol-sm-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }
    .symbol.symbol-sm-150px>img {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-sm-150px .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-sm-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }
    .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }
    .symbol.symbol-sm-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }
    .symbol.symbol-sm-160px>img {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-sm-160px .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-sm-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }
    .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }
    .symbol.symbol-sm-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }
    .symbol.symbol-sm-175px>img {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-sm-175px .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-sm-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }
    .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }
    .symbol.symbol-sm-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }
    .symbol.symbol-sm-200px>img {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-sm-200px .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-sm-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }
    .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }
    .symbol.symbol-sm-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width:768px) {
    .symbol.symbol-md-20px>img {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-md-20px .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-md-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-md-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }
    .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }
    .symbol.symbol-md-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }
    .symbol.symbol-md-25px>img {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-md-25px .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-md-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-md-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }
    .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }
    .symbol.symbol-md-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }
    .symbol.symbol-md-30px>img {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-md-30px .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-md-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-md-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }
    .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }
    .symbol.symbol-md-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }
    .symbol.symbol-md-35px>img {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-md-35px .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-md-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-md-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }
    .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }
    .symbol.symbol-md-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }
    .symbol.symbol-md-40px>img {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-md-40px .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-md-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-md-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }
    .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }
    .symbol.symbol-md-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }
    .symbol.symbol-md-45px>img {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-md-45px .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-md-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-md-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }
    .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }
    .symbol.symbol-md-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }
    .symbol.symbol-md-50px>img {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-md-50px .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-md-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-md-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }
    .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }
    .symbol.symbol-md-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }
    .symbol.symbol-md-55px>img {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-md-55px .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-md-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-md-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }
    .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }
    .symbol.symbol-md-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }
    .symbol.symbol-md-60px>img {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-md-60px .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-md-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-md-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }
    .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }
    .symbol.symbol-md-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }
    .symbol.symbol-md-65px>img {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-md-65px .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-md-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-md-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }
    .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }
    .symbol.symbol-md-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }
    .symbol.symbol-md-70px>img {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-md-70px .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-md-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-md-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }
    .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }
    .symbol.symbol-md-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }
    .symbol.symbol-md-75px>img {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-md-75px .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-md-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-md-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }
    .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }
    .symbol.symbol-md-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }
    .symbol.symbol-md-100px>img {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-md-100px .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-md-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-md-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }
    .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }
    .symbol.symbol-md-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }
    .symbol.symbol-md-125px>img {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-md-125px .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-md-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-md-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }
    .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }
    .symbol.symbol-md-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }
    .symbol.symbol-md-150px>img {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-md-150px .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-md-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-md-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }
    .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }
    .symbol.symbol-md-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }
    .symbol.symbol-md-160px>img {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-md-160px .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-md-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-md-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }
    .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }
    .symbol.symbol-md-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }
    .symbol.symbol-md-175px>img {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-md-175px .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-md-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-md-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }
    .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }
    .symbol.symbol-md-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }
    .symbol.symbol-md-200px>img {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-md-200px .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-md-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-md-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }
    .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }
    .symbol.symbol-md-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width:992px) {
    .symbol.symbol-lg-20px>img {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-lg-20px .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-lg-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }
    .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }
    .symbol.symbol-lg-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }
    .symbol.symbol-lg-25px>img {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-lg-25px .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-lg-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }
    .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }
    .symbol.symbol-lg-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }
    .symbol.symbol-lg-30px>img {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-lg-30px .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-lg-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }
    .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }
    .symbol.symbol-lg-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }
    .symbol.symbol-lg-35px>img {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-lg-35px .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-lg-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }
    .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }
    .symbol.symbol-lg-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }
    .symbol.symbol-lg-40px>img {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-lg-40px .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-lg-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }
    .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }
    .symbol.symbol-lg-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }
    .symbol.symbol-lg-45px>img {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-lg-45px .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-lg-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }
    .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }
    .symbol.symbol-lg-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }
    .symbol.symbol-lg-50px>img {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-lg-50px .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-lg-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }
    .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }
    .symbol.symbol-lg-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }
    .symbol.symbol-lg-55px>img {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-lg-55px .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-lg-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }
    .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }
    .symbol.symbol-lg-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }
    .symbol.symbol-lg-60px>img {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-lg-60px .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-lg-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }
    .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }
    .symbol.symbol-lg-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }
    .symbol.symbol-lg-65px>img {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-lg-65px .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-lg-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }
    .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }
    .symbol.symbol-lg-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }
    .symbol.symbol-lg-70px>img {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-lg-70px .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-lg-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }
    .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }
    .symbol.symbol-lg-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }
    .symbol.symbol-lg-75px>img {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-lg-75px .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-lg-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }
    .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }
    .symbol.symbol-lg-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }
    .symbol.symbol-lg-100px>img {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-lg-100px .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-lg-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }
    .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }
    .symbol.symbol-lg-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }
    .symbol.symbol-lg-125px>img {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-lg-125px .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-lg-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }
    .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }
    .symbol.symbol-lg-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }
    .symbol.symbol-lg-150px>img {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-lg-150px .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-lg-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }
    .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }
    .symbol.symbol-lg-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }
    .symbol.symbol-lg-160px>img {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-lg-160px .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-lg-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }
    .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }
    .symbol.symbol-lg-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }
    .symbol.symbol-lg-175px>img {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-lg-175px .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-lg-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }
    .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }
    .symbol.symbol-lg-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }
    .symbol.symbol-lg-200px>img {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-lg-200px .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-lg-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }
    .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }
    .symbol.symbol-lg-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width:1200px) {
    .symbol.symbol-xl-20px>img {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xl-20px .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xl-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }
    .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }
    .symbol.symbol-xl-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }
    .symbol.symbol-xl-25px>img {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xl-25px .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xl-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }
    .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }
    .symbol.symbol-xl-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }
    .symbol.symbol-xl-30px>img {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xl-30px .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xl-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }
    .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }
    .symbol.symbol-xl-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }
    .symbol.symbol-xl-35px>img {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xl-35px .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xl-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }
    .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }
    .symbol.symbol-xl-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }
    .symbol.symbol-xl-40px>img {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xl-40px .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xl-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }
    .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }
    .symbol.symbol-xl-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }
    .symbol.symbol-xl-45px>img {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xl-45px .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xl-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }
    .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }
    .symbol.symbol-xl-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }
    .symbol.symbol-xl-50px>img {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xl-50px .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xl-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }
    .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }
    .symbol.symbol-xl-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }
    .symbol.symbol-xl-55px>img {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xl-55px .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xl-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }
    .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }
    .symbol.symbol-xl-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }
    .symbol.symbol-xl-60px>img {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xl-60px .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xl-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }
    .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }
    .symbol.symbol-xl-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }
    .symbol.symbol-xl-65px>img {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xl-65px .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xl-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }
    .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }
    .symbol.symbol-xl-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }
    .symbol.symbol-xl-70px>img {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xl-70px .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xl-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }
    .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }
    .symbol.symbol-xl-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }
    .symbol.symbol-xl-75px>img {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xl-75px .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xl-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }
    .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }
    .symbol.symbol-xl-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }
    .symbol.symbol-xl-100px>img {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xl-100px .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xl-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }
    .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }
    .symbol.symbol-xl-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }
    .symbol.symbol-xl-125px>img {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xl-125px .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xl-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }
    .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }
    .symbol.symbol-xl-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }
    .symbol.symbol-xl-150px>img {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xl-150px .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xl-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }
    .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }
    .symbol.symbol-xl-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }
    .symbol.symbol-xl-160px>img {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xl-160px .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xl-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }
    .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }
    .symbol.symbol-xl-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }
    .symbol.symbol-xl-175px>img {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xl-175px .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xl-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }
    .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }
    .symbol.symbol-xl-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }
    .symbol.symbol-xl-200px>img {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xl-200px .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xl-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }
    .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }
    .symbol.symbol-xl-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

@media (min-width:1400px) {
    .symbol.symbol-xxl-20px>img {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xxl-20px .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px
    }
    .symbol.symbol-xxl-20px.symbol-fixed>img {
        width: 20px;
        height: 20px;
        max-width: auto
    }
    .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px
    }
    .symbol.symbol-xxl-20px.symbol-2by3>img {
        height: 20px;
        width: 30px;
        max-width: auto
    }
    .symbol.symbol-xxl-25px>img {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xxl-25px .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px
    }
    .symbol.symbol-xxl-25px.symbol-fixed>img {
        width: 25px;
        height: 25px;
        max-width: auto
    }
    .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px
    }
    .symbol.symbol-xxl-25px.symbol-2by3>img {
        height: 25px;
        width: 37.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-30px>img {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xxl-30px .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px
    }
    .symbol.symbol-xxl-30px.symbol-fixed>img {
        width: 30px;
        height: 30px;
        max-width: auto
    }
    .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px
    }
    .symbol.symbol-xxl-30px.symbol-2by3>img {
        height: 30px;
        width: 45px;
        max-width: auto
    }
    .symbol.symbol-xxl-35px>img {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xxl-35px .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px
    }
    .symbol.symbol-xxl-35px.symbol-fixed>img {
        width: 35px;
        height: 35px;
        max-width: auto
    }
    .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px
    }
    .symbol.symbol-xxl-35px.symbol-2by3>img {
        height: 35px;
        width: 52.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-40px>img {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xxl-40px .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px
    }
    .symbol.symbol-xxl-40px.symbol-fixed>img {
        width: 40px;
        height: 40px;
        max-width: auto
    }
    .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px
    }
    .symbol.symbol-xxl-40px.symbol-2by3>img {
        height: 40px;
        width: 60px;
        max-width: auto
    }
    .symbol.symbol-xxl-45px>img {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xxl-45px .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px
    }
    .symbol.symbol-xxl-45px.symbol-fixed>img {
        width: 45px;
        height: 45px;
        max-width: auto
    }
    .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px
    }
    .symbol.symbol-xxl-45px.symbol-2by3>img {
        height: 45px;
        width: 67.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-50px>img {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xxl-50px .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px
    }
    .symbol.symbol-xxl-50px.symbol-fixed>img {
        width: 50px;
        height: 50px;
        max-width: auto
    }
    .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px
    }
    .symbol.symbol-xxl-50px.symbol-2by3>img {
        height: 50px;
        width: 75px;
        max-width: auto
    }
    .symbol.symbol-xxl-55px>img {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xxl-55px .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px
    }
    .symbol.symbol-xxl-55px.symbol-fixed>img {
        width: 55px;
        height: 55px;
        max-width: auto
    }
    .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px
    }
    .symbol.symbol-xxl-55px.symbol-2by3>img {
        height: 55px;
        width: 82.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-60px>img {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xxl-60px .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px
    }
    .symbol.symbol-xxl-60px.symbol-fixed>img {
        width: 60px;
        height: 60px;
        max-width: auto
    }
    .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px
    }
    .symbol.symbol-xxl-60px.symbol-2by3>img {
        height: 60px;
        width: 90px;
        max-width: auto
    }
    .symbol.symbol-xxl-65px>img {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xxl-65px .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px
    }
    .symbol.symbol-xxl-65px.symbol-fixed>img {
        width: 65px;
        height: 65px;
        max-width: auto
    }
    .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px
    }
    .symbol.symbol-xxl-65px.symbol-2by3>img {
        height: 65px;
        width: 97.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-70px>img {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xxl-70px .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px
    }
    .symbol.symbol-xxl-70px.symbol-fixed>img {
        width: 70px;
        height: 70px;
        max-width: auto
    }
    .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px
    }
    .symbol.symbol-xxl-70px.symbol-2by3>img {
        height: 70px;
        width: 105px;
        max-width: auto
    }
    .symbol.symbol-xxl-75px>img {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xxl-75px .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px
    }
    .symbol.symbol-xxl-75px.symbol-fixed>img {
        width: 75px;
        height: 75px;
        max-width: auto
    }
    .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px
    }
    .symbol.symbol-xxl-75px.symbol-2by3>img {
        height: 75px;
        width: 112.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-100px>img {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xxl-100px .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px
    }
    .symbol.symbol-xxl-100px.symbol-fixed>img {
        width: 100px;
        height: 100px;
        max-width: auto
    }
    .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px
    }
    .symbol.symbol-xxl-100px.symbol-2by3>img {
        height: 100px;
        width: 150px;
        max-width: auto
    }
    .symbol.symbol-xxl-125px>img {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xxl-125px .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px
    }
    .symbol.symbol-xxl-125px.symbol-fixed>img {
        width: 125px;
        height: 125px;
        max-width: auto
    }
    .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px
    }
    .symbol.symbol-xxl-125px.symbol-2by3>img {
        height: 125px;
        width: 187.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-150px>img {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xxl-150px .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px
    }
    .symbol.symbol-xxl-150px.symbol-fixed>img {
        width: 150px;
        height: 150px;
        max-width: auto
    }
    .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px
    }
    .symbol.symbol-xxl-150px.symbol-2by3>img {
        height: 150px;
        width: 225px;
        max-width: auto
    }
    .symbol.symbol-xxl-160px>img {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xxl-160px .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px
    }
    .symbol.symbol-xxl-160px.symbol-fixed>img {
        width: 160px;
        height: 160px;
        max-width: auto
    }
    .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px
    }
    .symbol.symbol-xxl-160px.symbol-2by3>img {
        height: 160px;
        width: 240px;
        max-width: auto
    }
    .symbol.symbol-xxl-175px>img {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xxl-175px .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px
    }
    .symbol.symbol-xxl-175px.symbol-fixed>img {
        width: 175px;
        height: 175px;
        max-width: auto
    }
    .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px
    }
    .symbol.symbol-xxl-175px.symbol-2by3>img {
        height: 175px;
        width: 262.5px;
        max-width: auto
    }
    .symbol.symbol-xxl-200px>img {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xxl-200px .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px
    }
    .symbol.symbol-xxl-200px.symbol-fixed>img {
        width: 200px;
        height: 200px;
        max-width: auto
    }
    .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px
    }
    .symbol.symbol-xxl-200px.symbol-2by3>img {
        height: 200px;
        width: 300px;
        max-width: auto
    }
}

.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    transition: all .3s ease
}

.symbol-group .symbol:hover {
    transition: all .3s ease;
    z-index: 1
}

.symbol-group.symbol-hover .symbol {
    cursor: pointer
}

.pulse {
    position: relative
}

.pulse.pulse-white .pulse-ring {
    border-color: #fff
}

.pulse.pulse-light .pulse-ring {
    border-color: #f5f8fa
}

.pulse.pulse-primary .pulse-ring {
    border-color: #009ef7
}

.pulse.pulse-secondary .pulse-ring {
    border-color: #e4e6ef
}

.pulse.pulse-success .pulse-ring {
    border-color: #50cd89
}

.pulse.pulse-info .pulse-ring {
    border-color: #7239ea
}

.pulse.pulse-warning .pulse-ring {
    border-color: #ffc700
}

.pulse.pulse-danger .pulse-ring {
    border-color: #f1416c
}

.pulse.pulse-dark .pulse-ring {
    border-color: #181c32
}

.pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    animation: animation-pulse 3.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #a1a5b7
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    65% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.page-loading * {
    transition: none!important
}

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none
}

.page-loading .page-loader {
    display: flex;
    justify-content: center;
    align-items: center
}

.scrolltop {
    display: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: #009ef7;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075);
    opacity: 0;
    transition: color .2s ease, background-color .2s ease;
    border-radius: .475rem
}

.scrolltop .svg-icon svg {
    height: 24px;
    width: 24px
}

.scrolltop .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.scrolltop .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.scrolltop>i {
    font-size: 1.3rem;
    color: #fff
}

.scrolltop:hover>i {
    color: #fff
}

.scrolltop:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.scrolltop:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

[data-kt-scrolltop=on] .scrolltop {
    opacity: .3;
    animation: animation-scrolltop .4s ease-out 1;
    display: flex
}

[data-kt-scrolltop=on] .scrolltop:hover {
    transition: color .2s ease, background-color .2s ease;
    opacity: 1
}

@media (max-width:991.98px) {
    .scrolltop {
        bottom: 30px;
        right: 15px;
        width: 30px;
        height: 30px
    }
}

@keyframes animation-scrolltop {
    from {
        margin-bottom: -15px
    }
    to {
        margin-bottom: 0
    }
}

.svg-icon {
    line-height: 1
}

.svg-icon svg {
    height: 1.15rem;
    width: 1.15rem
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #fff
}

.svg-icon.svg-icon-white svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.svg-icon.svg-icon-primary svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-secondary svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.svg-icon.svg-icon-secondary svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-light svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.svg-icon.svg-icon-light svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89
}

.svg-icon.svg-icon-success svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea
}

.svg-icon.svg-icon-info svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700
}

.svg-icon.svg-icon-warning svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c
}

.svg-icon.svg-icon-danger svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-dark svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.svg-icon.svg-icon-dark svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-muted svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.svg-icon.svg-icon-muted svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-100 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f5f8fa
}

.svg-icon.svg-icon-gray-100 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-200 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #eff2f5
}

.svg-icon.svg-icon-gray-200 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-300 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #e4e6ef
}

.svg-icon.svg-icon-gray-300 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-400 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.svg-icon.svg-icon-gray-400 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-500 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7
}

.svg-icon.svg-icon-gray-500 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-600 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7e8299
}

.svg-icon.svg-icon-gray-600 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-700 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #5e6278
}

.svg-icon.svg-icon-gray-700 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-800 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3f4254
}

.svg-icon.svg-icon-gray-800 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-gray-900 svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #181c32
}

.svg-icon.svg-icon-gray-900 svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.svg-icon.svg-icon-1 svg {
    height: 1.75rem!important;
    width: 1.75rem!important
}

.svg-icon.svg-icon-2 svg {
    height: 1.5rem!important;
    width: 1.5rem!important
}

.svg-icon.svg-icon-3 svg {
    height: 1.35rem!important;
    width: 1.35rem!important
}

.svg-icon.svg-icon-4 svg {
    height: 1.25rem!important;
    width: 1.25rem!important
}

.svg-icon.svg-icon-5 svg {
    height: 1.15rem!important;
    width: 1.15rem!important
}

.svg-icon.svg-icon-6 svg {
    height: 1.075rem!important;
    width: 1.075rem!important
}

.svg-icon.svg-icon-7 svg {
    height: .95rem!important;
    width: .95rem!important
}

.svg-icon.svg-icon-8 svg {
    height: .85rem!important;
    width: .85rem!important
}

.svg-icon.svg-icon-9 svg {
    height: .75rem!important;
    width: .75rem!important
}

.svg-icon.svg-icon-10 svg {
    height: .5rem!important;
    width: .5rem!important
}

.svg-icon.svg-icon-base svg {
    height: 1rem!important;
    width: 1rem!important
}

.svg-icon.svg-icon-fluid svg {
    height: 100%!important;
    width: 100%!important
}

.svg-icon.svg-icon-2x svg {
    height: 2rem!important;
    width: 2rem!important
}

.svg-icon.svg-icon-2qx svg {
    height: 2.25rem!important;
    width: 2.25rem!important
}

.svg-icon.svg-icon-2hx svg {
    height: 2.5rem!important;
    width: 2.5rem!important
}

.svg-icon.svg-icon-2tx svg {
    height: 2.75rem!important;
    width: 2.75rem!important
}

.svg-icon.svg-icon-3x svg {
    height: 3rem!important;
    width: 3rem!important
}

.svg-icon.svg-icon-3qx svg {
    height: 3.25rem!important;
    width: 3.25rem!important
}

.svg-icon.svg-icon-3hx svg {
    height: 3.5rem!important;
    width: 3.5rem!important
}

.svg-icon.svg-icon-3tx svg {
    height: 3.75rem!important;
    width: 3.75rem!important
}

.svg-icon.svg-icon-4x svg {
    height: 4rem!important;
    width: 4rem!important
}

.svg-icon.svg-icon-4qx svg {
    height: 4.25rem!important;
    width: 4.25rem!important
}

.svg-icon.svg-icon-4hx svg {
    height: 4.5rem!important;
    width: 4.5rem!important
}

.svg-icon.svg-icon-4tx svg {
    height: 4.75rem!important;
    width: 4.75rem!important
}

.svg-icon.svg-icon-5x svg {
    height: 5rem!important;
    width: 5rem!important
}

.svg-icon.svg-icon-5qx svg {
    height: 5.25rem!important;
    width: 5.25rem!important
}

.svg-icon.svg-icon-5hx svg {
    height: 5.5rem!important;
    width: 5.5rem!important
}

.svg-icon.svg-icon-5tx svg {
    height: 5.75rem!important;
    width: 5.75rem!important
}

@media (min-width:576px) {
    .svg-icon.svg-icon-sm-1 svg {
        height: 1.75rem!important;
        width: 1.75rem!important
    }
    .svg-icon.svg-icon-sm-2 svg {
        height: 1.5rem!important;
        width: 1.5rem!important
    }
    .svg-icon.svg-icon-sm-3 svg {
        height: 1.35rem!important;
        width: 1.35rem!important
    }
    .svg-icon.svg-icon-sm-4 svg {
        height: 1.25rem!important;
        width: 1.25rem!important
    }
    .svg-icon.svg-icon-sm-5 svg {
        height: 1.15rem!important;
        width: 1.15rem!important
    }
    .svg-icon.svg-icon-sm-6 svg {
        height: 1.075rem!important;
        width: 1.075rem!important
    }
    .svg-icon.svg-icon-sm-7 svg {
        height: .95rem!important;
        width: .95rem!important
    }
    .svg-icon.svg-icon-sm-8 svg {
        height: .85rem!important;
        width: .85rem!important
    }
    .svg-icon.svg-icon-sm-9 svg {
        height: .75rem!important;
        width: .75rem!important
    }
    .svg-icon.svg-icon-sm-10 svg {
        height: .5rem!important;
        width: .5rem!important
    }
    .svg-icon.svg-icon-sm-base svg {
        height: 1rem!important;
        width: 1rem!important
    }
    .svg-icon.svg-icon-sm-fluid svg {
        height: 100%!important;
        width: 100%!important
    }
    .svg-icon.svg-icon-sm-2x svg {
        height: 2rem!important;
        width: 2rem!important
    }
    .svg-icon.svg-icon-sm-2qx svg {
        height: 2.25rem!important;
        width: 2.25rem!important
    }
    .svg-icon.svg-icon-sm-2hx svg {
        height: 2.5rem!important;
        width: 2.5rem!important
    }
    .svg-icon.svg-icon-sm-2tx svg {
        height: 2.75rem!important;
        width: 2.75rem!important
    }
    .svg-icon.svg-icon-sm-3x svg {
        height: 3rem!important;
        width: 3rem!important
    }
    .svg-icon.svg-icon-sm-3qx svg {
        height: 3.25rem!important;
        width: 3.25rem!important
    }
    .svg-icon.svg-icon-sm-3hx svg {
        height: 3.5rem!important;
        width: 3.5rem!important
    }
    .svg-icon.svg-icon-sm-3tx svg {
        height: 3.75rem!important;
        width: 3.75rem!important
    }
    .svg-icon.svg-icon-sm-4x svg {
        height: 4rem!important;
        width: 4rem!important
    }
    .svg-icon.svg-icon-sm-4qx svg {
        height: 4.25rem!important;
        width: 4.25rem!important
    }
    .svg-icon.svg-icon-sm-4hx svg {
        height: 4.5rem!important;
        width: 4.5rem!important
    }
    .svg-icon.svg-icon-sm-4tx svg {
        height: 4.75rem!important;
        width: 4.75rem!important
    }
    .svg-icon.svg-icon-sm-5x svg {
        height: 5rem!important;
        width: 5rem!important
    }
    .svg-icon.svg-icon-sm-5qx svg {
        height: 5.25rem!important;
        width: 5.25rem!important
    }
    .svg-icon.svg-icon-sm-5hx svg {
        height: 5.5rem!important;
        width: 5.5rem!important
    }
    .svg-icon.svg-icon-sm-5tx svg {
        height: 5.75rem!important;
        width: 5.75rem!important
    }
}

@media (min-width:768px) {
    .svg-icon.svg-icon-md-1 svg {
        height: 1.75rem!important;
        width: 1.75rem!important
    }
    .svg-icon.svg-icon-md-2 svg {
        height: 1.5rem!important;
        width: 1.5rem!important
    }
    .svg-icon.svg-icon-md-3 svg {
        height: 1.35rem!important;
        width: 1.35rem!important
    }
    .svg-icon.svg-icon-md-4 svg {
        height: 1.25rem!important;
        width: 1.25rem!important
    }
    .svg-icon.svg-icon-md-5 svg {
        height: 1.15rem!important;
        width: 1.15rem!important
    }
    .svg-icon.svg-icon-md-6 svg {
        height: 1.075rem!important;
        width: 1.075rem!important
    }
    .svg-icon.svg-icon-md-7 svg {
        height: .95rem!important;
        width: .95rem!important
    }
    .svg-icon.svg-icon-md-8 svg {
        height: .85rem!important;
        width: .85rem!important
    }
    .svg-icon.svg-icon-md-9 svg {
        height: .75rem!important;
        width: .75rem!important
    }
    .svg-icon.svg-icon-md-10 svg {
        height: .5rem!important;
        width: .5rem!important
    }
    .svg-icon.svg-icon-md-base svg {
        height: 1rem!important;
        width: 1rem!important
    }
    .svg-icon.svg-icon-md-fluid svg {
        height: 100%!important;
        width: 100%!important
    }
    .svg-icon.svg-icon-md-2x svg {
        height: 2rem!important;
        width: 2rem!important
    }
    .svg-icon.svg-icon-md-2qx svg {
        height: 2.25rem!important;
        width: 2.25rem!important
    }
    .svg-icon.svg-icon-md-2hx svg {
        height: 2.5rem!important;
        width: 2.5rem!important
    }
    .svg-icon.svg-icon-md-2tx svg {
        height: 2.75rem!important;
        width: 2.75rem!important
    }
    .svg-icon.svg-icon-md-3x svg {
        height: 3rem!important;
        width: 3rem!important
    }
    .svg-icon.svg-icon-md-3qx svg {
        height: 3.25rem!important;
        width: 3.25rem!important
    }
    .svg-icon.svg-icon-md-3hx svg {
        height: 3.5rem!important;
        width: 3.5rem!important
    }
    .svg-icon.svg-icon-md-3tx svg {
        height: 3.75rem!important;
        width: 3.75rem!important
    }
    .svg-icon.svg-icon-md-4x svg {
        height: 4rem!important;
        width: 4rem!important
    }
    .svg-icon.svg-icon-md-4qx svg {
        height: 4.25rem!important;
        width: 4.25rem!important
    }
    .svg-icon.svg-icon-md-4hx svg {
        height: 4.5rem!important;
        width: 4.5rem!important
    }
    .svg-icon.svg-icon-md-4tx svg {
        height: 4.75rem!important;
        width: 4.75rem!important
    }
    .svg-icon.svg-icon-md-5x svg {
        height: 5rem!important;
        width: 5rem!important
    }
    .svg-icon.svg-icon-md-5qx svg {
        height: 5.25rem!important;
        width: 5.25rem!important
    }
    .svg-icon.svg-icon-md-5hx svg {
        height: 5.5rem!important;
        width: 5.5rem!important
    }
    .svg-icon.svg-icon-md-5tx svg {
        height: 5.75rem!important;
        width: 5.75rem!important
    }
}

@media (min-width:992px) {
    .svg-icon.svg-icon-lg-1 svg {
        height: 1.75rem!important;
        width: 1.75rem!important
    }
    .svg-icon.svg-icon-lg-2 svg {
        height: 1.5rem!important;
        width: 1.5rem!important
    }
    .svg-icon.svg-icon-lg-3 svg {
        height: 1.35rem!important;
        width: 1.35rem!important
    }
    .svg-icon.svg-icon-lg-4 svg {
        height: 1.25rem!important;
        width: 1.25rem!important
    }
    .svg-icon.svg-icon-lg-5 svg {
        height: 1.15rem!important;
        width: 1.15rem!important
    }
    .svg-icon.svg-icon-lg-6 svg {
        height: 1.075rem!important;
        width: 1.075rem!important
    }
    .svg-icon.svg-icon-lg-7 svg {
        height: .95rem!important;
        width: .95rem!important
    }
    .svg-icon.svg-icon-lg-8 svg {
        height: .85rem!important;
        width: .85rem!important
    }
    .svg-icon.svg-icon-lg-9 svg {
        height: .75rem!important;
        width: .75rem!important
    }
    .svg-icon.svg-icon-lg-10 svg {
        height: .5rem!important;
        width: .5rem!important
    }
    .svg-icon.svg-icon-lg-base svg {
        height: 1rem!important;
        width: 1rem!important
    }
    .svg-icon.svg-icon-lg-fluid svg {
        height: 100%!important;
        width: 100%!important
    }
    .svg-icon.svg-icon-lg-2x svg {
        height: 2rem!important;
        width: 2rem!important
    }
    .svg-icon.svg-icon-lg-2qx svg {
        height: 2.25rem!important;
        width: 2.25rem!important
    }
    .svg-icon.svg-icon-lg-2hx svg {
        height: 2.5rem!important;
        width: 2.5rem!important
    }
    .svg-icon.svg-icon-lg-2tx svg {
        height: 2.75rem!important;
        width: 2.75rem!important
    }
    .svg-icon.svg-icon-lg-3x svg {
        height: 3rem!important;
        width: 3rem!important
    }
    .svg-icon.svg-icon-lg-3qx svg {
        height: 3.25rem!important;
        width: 3.25rem!important
    }
    .svg-icon.svg-icon-lg-3hx svg {
        height: 3.5rem!important;
        width: 3.5rem!important
    }
    .svg-icon.svg-icon-lg-3tx svg {
        height: 3.75rem!important;
        width: 3.75rem!important
    }
    .svg-icon.svg-icon-lg-4x svg {
        height: 4rem!important;
        width: 4rem!important
    }
    .svg-icon.svg-icon-lg-4qx svg {
        height: 4.25rem!important;
        width: 4.25rem!important
    }
    .svg-icon.svg-icon-lg-4hx svg {
        height: 4.5rem!important;
        width: 4.5rem!important
    }
    .svg-icon.svg-icon-lg-4tx svg {
        height: 4.75rem!important;
        width: 4.75rem!important
    }
    .svg-icon.svg-icon-lg-5x svg {
        height: 5rem!important;
        width: 5rem!important
    }
    .svg-icon.svg-icon-lg-5qx svg {
        height: 5.25rem!important;
        width: 5.25rem!important
    }
    .svg-icon.svg-icon-lg-5hx svg {
        height: 5.5rem!important;
        width: 5.5rem!important
    }
    .svg-icon.svg-icon-lg-5tx svg {
        height: 5.75rem!important;
        width: 5.75rem!important
    }
}

@media (min-width:1200px) {
    .svg-icon.svg-icon-xl-1 svg {
        height: 1.75rem!important;
        width: 1.75rem!important
    }
    .svg-icon.svg-icon-xl-2 svg {
        height: 1.5rem!important;
        width: 1.5rem!important
    }
    .svg-icon.svg-icon-xl-3 svg {
        height: 1.35rem!important;
        width: 1.35rem!important
    }
    .svg-icon.svg-icon-xl-4 svg {
        height: 1.25rem!important;
        width: 1.25rem!important
    }
    .svg-icon.svg-icon-xl-5 svg {
        height: 1.15rem!important;
        width: 1.15rem!important
    }
    .svg-icon.svg-icon-xl-6 svg {
        height: 1.075rem!important;
        width: 1.075rem!important
    }
    .svg-icon.svg-icon-xl-7 svg {
        height: .95rem!important;
        width: .95rem!important
    }
    .svg-icon.svg-icon-xl-8 svg {
        height: .85rem!important;
        width: .85rem!important
    }
    .svg-icon.svg-icon-xl-9 svg {
        height: .75rem!important;
        width: .75rem!important
    }
    .svg-icon.svg-icon-xl-10 svg {
        height: .5rem!important;
        width: .5rem!important
    }
    .svg-icon.svg-icon-xl-base svg {
        height: 1rem!important;
        width: 1rem!important
    }
    .svg-icon.svg-icon-xl-fluid svg {
        height: 100%!important;
        width: 100%!important
    }
    .svg-icon.svg-icon-xl-2x svg {
        height: 2rem!important;
        width: 2rem!important
    }
    .svg-icon.svg-icon-xl-2qx svg {
        height: 2.25rem!important;
        width: 2.25rem!important
    }
    .svg-icon.svg-icon-xl-2hx svg {
        height: 2.5rem!important;
        width: 2.5rem!important
    }
    .svg-icon.svg-icon-xl-2tx svg {
        height: 2.75rem!important;
        width: 2.75rem!important
    }
    .svg-icon.svg-icon-xl-3x svg {
        height: 3rem!important;
        width: 3rem!important
    }
    .svg-icon.svg-icon-xl-3qx svg {
        height: 3.25rem!important;
        width: 3.25rem!important
    }
    .svg-icon.svg-icon-xl-3hx svg {
        height: 3.5rem!important;
        width: 3.5rem!important
    }
    .svg-icon.svg-icon-xl-3tx svg {
        height: 3.75rem!important;
        width: 3.75rem!important
    }
    .svg-icon.svg-icon-xl-4x svg {
        height: 4rem!important;
        width: 4rem!important
    }
    .svg-icon.svg-icon-xl-4qx svg {
        height: 4.25rem!important;
        width: 4.25rem!important
    }
    .svg-icon.svg-icon-xl-4hx svg {
        height: 4.5rem!important;
        width: 4.5rem!important
    }
    .svg-icon.svg-icon-xl-4tx svg {
        height: 4.75rem!important;
        width: 4.75rem!important
    }
    .svg-icon.svg-icon-xl-5x svg {
        height: 5rem!important;
        width: 5rem!important
    }
    .svg-icon.svg-icon-xl-5qx svg {
        height: 5.25rem!important;
        width: 5.25rem!important
    }
    .svg-icon.svg-icon-xl-5hx svg {
        height: 5.5rem!important;
        width: 5.5rem!important
    }
    .svg-icon.svg-icon-xl-5tx svg {
        height: 5.75rem!important;
        width: 5.75rem!important
    }
}

@media (min-width:1400px) {
    .svg-icon.svg-icon-xxl-1 svg {
        height: 1.75rem!important;
        width: 1.75rem!important
    }
    .svg-icon.svg-icon-xxl-2 svg {
        height: 1.5rem!important;
        width: 1.5rem!important
    }
    .svg-icon.svg-icon-xxl-3 svg {
        height: 1.35rem!important;
        width: 1.35rem!important
    }
    .svg-icon.svg-icon-xxl-4 svg {
        height: 1.25rem!important;
        width: 1.25rem!important
    }
    .svg-icon.svg-icon-xxl-5 svg {
        height: 1.15rem!important;
        width: 1.15rem!important
    }
    .svg-icon.svg-icon-xxl-6 svg {
        height: 1.075rem!important;
        width: 1.075rem!important
    }
    .svg-icon.svg-icon-xxl-7 svg {
        height: .95rem!important;
        width: .95rem!important
    }
    .svg-icon.svg-icon-xxl-8 svg {
        height: .85rem!important;
        width: .85rem!important
    }
    .svg-icon.svg-icon-xxl-9 svg {
        height: .75rem!important;
        width: .75rem!important
    }
    .svg-icon.svg-icon-xxl-10 svg {
        height: .5rem!important;
        width: .5rem!important
    }
    .svg-icon.svg-icon-xxl-base svg {
        height: 1rem!important;
        width: 1rem!important
    }
    .svg-icon.svg-icon-xxl-fluid svg {
        height: 100%!important;
        width: 100%!important
    }
    .svg-icon.svg-icon-xxl-2x svg {
        height: 2rem!important;
        width: 2rem!important
    }
    .svg-icon.svg-icon-xxl-2qx svg {
        height: 2.25rem!important;
        width: 2.25rem!important
    }
    .svg-icon.svg-icon-xxl-2hx svg {
        height: 2.5rem!important;
        width: 2.5rem!important
    }
    .svg-icon.svg-icon-xxl-2tx svg {
        height: 2.75rem!important;
        width: 2.75rem!important
    }
    .svg-icon.svg-icon-xxl-3x svg {
        height: 3rem!important;
        width: 3rem!important
    }
    .svg-icon.svg-icon-xxl-3qx svg {
        height: 3.25rem!important;
        width: 3.25rem!important
    }
    .svg-icon.svg-icon-xxl-3hx svg {
        height: 3.5rem!important;
        width: 3.5rem!important
    }
    .svg-icon.svg-icon-xxl-3tx svg {
        height: 3.75rem!important;
        width: 3.75rem!important
    }
    .svg-icon.svg-icon-xxl-4x svg {
        height: 4rem!important;
        width: 4rem!important
    }
    .svg-icon.svg-icon-xxl-4qx svg {
        height: 4.25rem!important;
        width: 4.25rem!important
    }
    .svg-icon.svg-icon-xxl-4hx svg {
        height: 4.5rem!important;
        width: 4.5rem!important
    }
    .svg-icon.svg-icon-xxl-4tx svg {
        height: 4.75rem!important;
        width: 4.75rem!important
    }
    .svg-icon.svg-icon-xxl-5x svg {
        height: 5rem!important;
        width: 5rem!important
    }
    .svg-icon.svg-icon-xxl-5qx svg {
        height: 5.25rem!important;
        width: 5.25rem!important
    }
    .svg-icon.svg-icon-xxl-5hx svg {
        height: 5.5rem!important;
        width: 5.5rem!important
    }
    .svg-icon.svg-icon-xxl-5tx svg {
        height: 5.75rem!important;
        width: 5.75rem!important
    }
}

.timeline .timeline-item {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start
}

.timeline .timeline-item:last-child .timeline-line {
    bottom: 100%
}

.timeline .timeline-line {
    display: block;
    content: " ";
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #e4e6ef
}

.timeline .timeline-icon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem
}

.timeline .timeline-content {
    width: 100%;
    overflow: auto;
    margin-bottom: 1.5rem
}

.timeline.timeline-center .timeline-item {
    align-items: center
}

.timeline.timeline-center .timeline-item:first-child .timeline-line {
    top: 50%
}

.timeline.timeline-center .timeline-item:last-child .timeline-line {
    bottom: 50%
}

.overlay {
    position: relative
}

.overlay .overlay-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    transition: all .3s ease;
    opacity: 0
}

.overlay.overlay-block .overlay-layer,
.overlay.overlay-show .overlay-layer,
.overlay:hover .overlay-layer {
    transition: all .3s ease;
    opacity: 1
}

.overlay.overlay-block {
    cursor: wait
}

.bullet {
    display: inline-block;
    background-color: #b5b5c3;
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0
}

.bullet-dot {
    width: 4px;
    height: 4px;
    border-radius: 100%!important
}

.bullet-vertical {
    width: 4px;
    height: 8px
}

.bullet-line {
    width: 5px;
    height: 1px;
    border-radius: none
}

.drawer {
    display: flex!important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: transform .3s ease-in-out
}

.drawer.drawer-start {
    left: 0;
    transform: translateX(-100%)
}

.drawer.drawer-end {
    right: 0;
    transform: translateX(100%)
}

.drawer.drawer-on {
    transform: none;
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .05);
    transition: transform .3s ease-in-out
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 109;
    background-color: rgba(0, 0, 0, .1);
    animation: animation-drawer-fade-in .3s ease-in-out 1
}

[data-kt-drawer=true] {
    display: none
}

@keyframes animation-drawer-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (max-width:991.98px) {
    body[data-kt-drawer=on] {
        overflow: hidden
    }
}

.badge.badge-circle,
.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 .1rem
}

.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem
}

.badge.badge-sm {
    min-width: 1.5rem;
    font-size: .85rem
}

.badge.badge-sm.badge-circle {
    width: 1.5rem;
    height: 1.5rem
}

.badge.badge-lg {
    min-width: 2rem;
    font-size: 1rem
}

.badge.badge-lg.badge-circle {
    width: 2rem;
    height: 2rem
}

.badge-white {
    color: #7e8299;
    background-color: #fff
}

.badge-light-white {
    color: #fff
}

.badge-light {
    color: #7e8299;
    background-color: #f5f8fa
}

.badge-light-light {
    color: #f5f8fa
}

.badge-primary {
    color: #fff;
    background-color: #009ef7
}

.badge-light-primary {
    color: #009ef7;
    background-color: #ecf8ff
}

.badge-secondary {
    color: #3f4254;
    background-color: #e4e6ef
}

.badge-light-secondary {
    color: #e4e6ef
}

.badge-success {
    color: #fff;
    background-color: #50cd89
}

.badge-light-success {
    color: #50cd89;
    background-color: #e8fff3
}

.badge-info {
    color: #fff;
    background-color: #7239ea
}

.badge-light-info {
    color: #7239ea;
    background-color: #f8f5ff
}

.badge-warning {
    color: #fff;
    background-color: #ffc700
}

.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd
}

.badge-danger {
    color: #fff;
    background-color: #f1416c
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8
}

.badge-dark {
    color: #fff;
    background-color: #181c32
}

.badge-light-dark {
    color: #181c32;
    background-color: #eff2f5
}

.indicator-progress {
    display: none
}

[data-kt-indicator=on]>.indicator-progress {
    display: inline-block
}

[data-kt-indicator=on]>.indicator-label {
    display: none
}

.rotate {
    display: inline-flex;
    align-items: center
}

.rotate-90 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-90,
.collapsible:not(.collapsed)>.rotate-90 {
    transform: rotateZ(90deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-90,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-90 {
    transform: rotateZ(-90deg)
}

.rotate-n90 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-n90,
.collapsible:not(.collapsed)>.rotate-n90 {
    transform: rotateZ(-90deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-n90,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-n90 {
    transform: rotateZ(90deg)
}

.rotate-180 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-180,
.collapsible:not(.collapsed)>.rotate-180 {
    transform: rotateZ(180deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-180,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-180 {
    transform: rotateZ(-180deg)
}

.rotate-n180 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-n180,
.collapsible:not(.collapsed)>.rotate-n180 {
    transform: rotateZ(-180deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-n180,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-n180 {
    transform: rotateZ(180deg)
}

.rotate-270 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-270,
.collapsible:not(.collapsed)>.rotate-270 {
    transform: rotateZ(270deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-270,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-270 {
    transform: rotateZ(-270deg)
}

.rotate-n270 {
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden
}

.active>.rotate-n270,
.collapsible:not(.collapsed)>.rotate-n270 {
    transform: rotateZ(-270deg);
    transition: transform .3s ease
}

[direction=rtl] .active>.rotate-n270,
[direction=rtl] .collapsible:not(.collapsed)>.rotate-n270 {
    transform: rotateZ(270deg)
}

@media (min-width:992px) {
    div,
    ol,
    pre,
    span,
    ul {
        scrollbar-width: thin;
        scrollbar-color: #eff2f5 transparent
    }
    div::-webkit-scrollbar,
    ol::-webkit-scrollbar,
    pre::-webkit-scrollbar,
    span::-webkit-scrollbar,
    ul::-webkit-scrollbar {
        width: .4rem;
        height: .4rem
    }
    div::-webkit-scrollbar-thumb,
    ol::-webkit-scrollbar-thumb,
    pre::-webkit-scrollbar-thumb,
    span::-webkit-scrollbar-thumb,
    ul::-webkit-scrollbar-thumb {
        background-color: #eff2f5
    }
    div:hover,
    ol:hover,
    pre:hover,
    span:hover,
    ul:hover {
        scrollbar-color: #e9edf1 transparent
    }
    div:hover::-webkit-scrollbar-thumb,
    ol:hover::-webkit-scrollbar-thumb,
    pre:hover::-webkit-scrollbar-thumb,
    span:hover::-webkit-scrollbar-thumb,
    ul:hover::-webkit-scrollbar-thumb {
        background-color: #e9edf1
    }
}

.scroll {
    overflow: scroll;
    position: relative
}

@media (max-width:991.98px) {
    .scroll {
        overflow: auto
    }
}

.scroll-x {
    overflow-x: scroll;
    position: relative
}

@media (max-width:991.98px) {
    .scroll-x {
        overflow-x: auto
    }
}

.scroll-y {
    overflow-y: scroll;
    position: relative
}

@media (max-width:991.98px) {
    .scroll-y {
        overflow-y: auto
    }
}

.hover-scroll {
    position: relative
}

@media (min-width:992px) {
    .hover-scroll {
        overflow: hidden;
        border-right: .4rem solid transparent;
        border-bottom: .4rem solid transparent;
        margin-right: -.4rem;
        margin-bottom: -.4rem
    }
    .hover-scroll:hover {
        overflow: scroll;
        border-right: 0;
        border-bottom: 0
    }
    @-moz-document url-prefix() {
        .hover-scroll {
            overflow: scroll;
            position: relative;
            border-right: 0;
            border-bottom: 0
        }
    }
}

@media (max-width:991.98px) {
    .hover-scroll {
        overflow: auto
    }
}

.hover-scroll-y {
    position: relative
}

@media (min-width:992px) {
    .hover-scroll-y {
        overflow-y: hidden;
        border-right: .4rem solid transparent;
        margin-right: -.4rem
    }
    .hover-scroll-y:hover {
        overflow-y: scroll;
        border-right: 0
    }
    @-moz-document url-prefix() {
        .hover-scroll-y {
            overflow-y: scroll;
            position: relative;
            border-right: 0
        }
    }
}

@media (max-width:991.98px) {
    .hover-scroll-y {
        overflow-y: auto
    }
}

.hover-scroll-x {
    position: relative
}

@media (min-width:992px) {
    .hover-scroll-x {
        overflow-x: hidden;
        border-bottom: .4rem solid transparent
    }
    .hover-scroll-x:hover {
        overflow-x: scroll;
        border-bottom: 0
    }
    @-moz-document url-prefix() {
        .hover-scroll-x {
            overflow-x: scroll;
            position: relative;
            border-bottom: 0
        }
    }
}

@media (max-width:991.98px) {
    .hover-scroll-x {
        overflow-x: auto
    }
}

.hover-scroll-overlay-y {
    overflow-y: hidden;
    position: relative;
    --scrollbar-space: 0.25rem
}

.hover-scroll-overlay-y::-webkit-scrollbar {
    width: calc(.4rem + var(--scrollbar-space))
}

.hover-scroll-overlay-y::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border-right: var(--scrollbar-space) solid transparent
}

.hover-scroll-overlay-y:hover {
    overflow-y: overlay
}

@-moz-document url-prefix() {
    .hover-scroll-overlay-y {
        overflow-y: scroll;
        position: relative
    }
}

.rating {
    display: flex;
    align-items: center
}

.rating-input {
    position: absolute!important;
    left: -9999px!important
}

.rating-input[disabled] {
    display: none
}

.rating-label {
    padding: 0;
    margin: 0
}

.rating-label>i {
    line-height: 1;
    color: #b5b5c3
}

.rating-label>.svg-icon {
    line-height: 1
}

.rating-label>.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

label.rating-label {
    cursor: pointer
}

div.rating-label.checked>i,
label.rating-label>i {
    color: #ffad0f
}

div.rating-label.checked>.svg-icon svg [fill]:not(.permanent):not(g),
label.rating-label>.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffad0f
}

div.rating-label.checked>.svg-icon svg:hover [fill]:not(.permanent):not(g),
label.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.rating-input:checked~.rating-label>i {
    color: #b5b5c3
}

.rating-input:checked~.rating-label>.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.rating-input:checked~.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.rating:hover label.rating-label>i {
    color: #ffad0f
}

.rating:hover label.rating-label>.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffad0f
}

.rating:hover label.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

label.rating-label:hover~.rating-label>i {
    color: #b5b5c3
}

label.rating-label:hover~.rating-label>.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

label.rating-label:hover~.rating-label>.svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.stepper [data-kt-stepper-element=content],
.stepper [data-kt-stepper-element=info] {
    display: none
}

.stepper [data-kt-stepper-element=content].current,
.stepper [data-kt-stepper-element=info].current {
    display: flex
}

.stepper .stepper-item[data-kt-stepper-action=step] {
    cursor: pointer
}

.stepper [data-kt-stepper-action=previous] {
    display: none
}

.stepper [data-kt-stepper-action=next] {
    display: inline-block
}

.stepper [data-kt-stepper-action=submit] {
    display: none
}

.stepper.first [data-kt-stepper-action=previous] {
    display: none
}

.stepper.first [data-kt-stepper-action=next] {
    display: inline-block
}

.stepper.first [data-kt-stepper-action=submit] {
    display: none
}

.stepper.between [data-kt-stepper-action=previous] {
    display: inline-block
}

.stepper.between [data-kt-stepper-action=next] {
    display: inline-block
}

.stepper.between [data-kt-stepper-action=submit] {
    display: none
}

.stepper.last [data-kt-stepper-action=previous] {
    display: inline-block
}

.stepper.last [data-kt-stepper-action=next] {
    display: none
}

.stepper.last [data-kt-stepper-action=submit] {
    display: inline-block
}

.stepper.stepper-pills .stepper-nav {
    display: flex
}

.stepper.stepper-pills .stepper-item {
    display: flex;
    align-items: center;
    transition: color .2s ease, background-color .2s ease
}

.stepper.stepper-pills .stepper-item .stepper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease, background-color .2s ease;
    width: 40px;
    height: 40px;
    border-radius: .475rem;
    background-color: #ecf8ff;
    margin-right: 1.5rem
}

.stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
    display: none;
    font-size: 1rem
}

.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
    font-weight: 600;
    color: #009ef7!important;
    font-size: 1.25rem
}

.stepper.stepper-pills .stepper-item .stepper-label {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
    color: #3f4254;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .3rem
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
    color: #a1a5b7
}

.stepper.stepper-pills .stepper-item.current {
    transition: color .2s ease, background-color .2s ease
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7
}

.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
    color: #009ef7;
    display: none
}

.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
    color: #fff!important;
    font-size: 1.35rem
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #7e8299
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
    color: #b5b5c3
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
    transition: color .2s ease, background-color .2s ease;
    background-color: #ecf8ff
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check {
    color: #009ef7!important;
    display: inline-block
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number {
    display: none
}

.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title {
    color: #a1a5b7
}

.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-desc {
    color: #b5b5c3
}

.stepper.stepper-pills.stepper-column .stepper-nav {
    flex-direction: column
}

.stepper.stepper-pills.stepper-column .stepper-item {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 2.5rem
}

.stepper.stepper-pills.stepper-column .stepper-icon {
    z-index: 1
}

.stepper.stepper-pills.stepper-column .stepper-line {
    display: block;
    content: " ";
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #e4e6ef
}

.stepper.stepper-pills.stepper-column .stepper-item:first-child .stepper-line {
    top: 50%
}

.stepper.stepper-pills.stepper-column .stepper-item:last-child .stepper-line {
    bottom: 50%
}

.toggle.active .toggle-off,
.toggle.collapsible:not(.collapsed) .toggle-off {
    display: none
}

.toggle.collapsible.collapsed .toggle-on,
.toggle:not(.collapsible):not(.active) .toggle-on {
    display: none
}

.xehagon {
    clip-path: polygon(45% 1.3397459622%, 46.5797985667% .6030737921%, 48.2635182233% .1519224699%, 50% 0, 51.7364817767% .1519224699%, 53.4202014333% .6030737921%, 55% 1.3397459622%, 89.6410161514% 21.3397459622%, 91.0688922482% 22.3395555688%, 92.3014605826% 23.5721239031%, 93.3012701892% 25%, 94.0379423592% 26.5797985667%, 94.4890936815% 28.2635182233%, 94.6410161514% 30%, 94.6410161514% 70%, 94.4890936815% 71.7364817767%, 94.0379423592% 73.4202014333%, 93.3012701892% 75%, 92.3014605826% 76.4278760969%, 91.0688922482% 77.6604444312%, 89.6410161514% 78.6602540378%, 55% 98.6602540378%, 53.4202014333% 99.3969262079%, 51.7364817767% 99.8480775301%, 50% 100%, 48.2635182233% 99.8480775301%, 46.5797985667% 99.3969262079%, 45% 98.6602540378%, 10.3589838486% 78.6602540378%, 8.9311077518% 77.6604444312%, 7.6985394174% 76.4278760969%, 6.6987298108% 75%, 5.9620576408% 73.4202014333%, 5.5109063185% 71.7364817767%, 5.3589838486% 70%, 5.3589838486% 30%, 5.5109063185% 28.2635182233%, 5.9620576408% 26.5797985667%, 6.6987298108% 25%, 7.6985394174% 23.5721239031%, 8.9311077518% 22.3395555688%, 10.3589838486% 21.3397459622%)
}

.octagon {
    clip-path: polygon(46.1731656763% .7612046749%, 47.411809549% .3407417371%, 48.6947380778% .0855513863%, 50% 0, 51.3052619222% .0855513863%, 52.588190451% .3407417371%, 53.8268343237% .7612046749%, 82.1111055711% 12.4769334274%, 83.2842712475% 13.0554747147%, 84.3718855375% 13.7821953496%, 85.3553390593% 14.6446609407%, 86.2178046504% 15.6281144625%, 86.9445252853% 16.7157287525%, 87.5230665726% 17.8888944289%, 99.2387953251% 46.1731656763%, 99.6592582629% 47.411809549%, 99.9144486137% 48.6947380778%, 100% 50%, 99.9144486137% 51.3052619222%, 99.6592582629% 52.588190451%, 99.2387953251% 53.8268343237%, 87.5230665726% 82.1111055711%, 86.9445252853% 83.2842712475%, 86.2178046504% 84.3718855375%, 85.3553390593% 85.3553390593%, 84.3718855375% 86.2178046504%, 83.2842712475% 86.9445252853%, 82.1111055711% 87.5230665726%, 53.8268343237% 99.2387953251%, 52.588190451% 99.6592582629%, 51.3052619222% 99.9144486137%, 50% 100%, 48.6947380778% 99.9144486137%, 47.411809549% 99.6592582629%, 46.1731656763% 99.2387953251%, 17.8888944289% 87.5230665726%, 16.7157287525% 86.9445252853%, 15.6281144625% 86.2178046504%, 14.6446609407% 85.3553390593%, 13.7821953496% 84.3718855375%, 13.0554747147% 83.2842712475%, 12.4769334274% 82.1111055711%, .7612046749% 53.8268343237%, .3407417371% 52.588190451%, .0855513863% 51.3052619222%, 0 50%, .0855513863% 48.6947380778%, .3407417371% 47.411809549%, .7612046749% 46.1731656763%, 12.4769334274% 17.8888944289%, 13.0554747147% 16.7157287525%, 13.7821953496% 15.6281144625%, 14.6446609407% 14.6446609407%, 15.6281144625% 13.7821953496%, 16.7157287525% 13.0554747147%, 17.8888944289% 12.4769334274%)
}

.ribbon {
    position: relative
}

.ribbon .ribbon-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #009ef7;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .1);
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateX(5px) translateY(-50%)
}

.ribbon .ribbon-label>.ribbon-inner {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ribbon .ribbon-label:after {
    border-color: #003c5e
}

.ribbon-vertical .ribbon-label {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center
}

.ribbon.ribbon-top .ribbon-label {
    top: 0;
    transform: translateX(-15px) translateY(-4px);
    border-bottom-right-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.ribbon.ribbon-bottom .ribbon-label {
    border-top-right-radius: .475rem;
    border-top-left-radius: .475rem
}

.ribbon.ribbon-start .ribbon-label {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateX(-5px) translateY(-50%);
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.ribbon.ribbon-end .ribbon-label {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label {
    left: -5px
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after,
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent!important;
    bottom: -10px
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
    border-width: 0 10px 10px 0;
    border-right-color: #181c32!important;
    left: 0
}

.ribbon.ribbon-clip.ribbon-end .ribbon-label {
    right: -5px
}

.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after,
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent!important;
    bottom: -10px
}

.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
    border-width: 0 0 10px 10px;
    border-left-color: #181c32!important;
    right: 0
}

.stepper.stepper-links .stepper-nav {
    display: flex;
    margin: 0 auto;
    padding-top: 4.25rem;
    overflow: auto
}

.stepper.stepper-links .stepper-nav .stepper-item {
    margin-right: 3rem;
    position: relative;
    flex-shrink: 0
}

.stepper.stepper-links .stepper-nav .stepper-item:last-child {
    margin-right: 0
}

.stepper.stepper-links .stepper-nav .stepper-item:after {
    content: " ";
    position: absolute;
    top: 2.3rem;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: color .2s ease, background-color .2s ease
}

.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
    color: #181c32;
    font-weight: 600;
    font-size: 1.25rem
}

.stepper.stepper-links .stepper-nav .stepper-item.current {
    transition: color .2s ease, background-color .2s ease
}

.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
    color: #009ef7
}

.stepper.stepper-links .stepper-nav .stepper-item.current:after {
    background-color: #009ef7
}

.stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title {
    color: #b5b5c3
}

.timeline-label {
    position: relative
}

.timeline-label:before {
    content: "";
    position: absolute;
    left: 51px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #eff2f5
}

.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.7rem
}

.timeline-label .timeline-item:last-child {
    margin-bottom: 0
}

.timeline-label .timeline-label {
    width: 50px;
    flex-shrink: 0;
    position: relative;
    color: #3f4254
}

.timeline-label .timeline-badge {
    flex-shrink: 0;
    background: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -.5rem;
    padding: 3px!important;
    border: 6px solid #fff!important
}

.timeline-label .timeline-badge span {
    display: block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #eff2f5
}

.timeline-label .timeline-content {
    flex-grow: 1
}

.placeholder-white-opacity-75::placeholder {
    color: rgba(255, 255, 255, .75)
}

.placeholder-white-opacity-75::-moz-placeholder {
    color: rgba(255, 255, 255, .75);
    opacity: 1
}

.item-border-hover {
    border: 1px solid #fff;
    border-radius: 6px
}

.item-border-hover:hover {
    border: 1px solid #eff2f5;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(245, 248, 250, .3)
}

.item-border-hover:hover .label {
    background-color: #00a3ff!important;
    transition: color .2s ease, background-color .2s ease;
    color: #fff
}

.item-border-hover .label {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px
}

.noUi-target.noUi-target-success .noUi-connects {
    background: #e8fff3
}

.noUi-target.noUi-target-success .noUi-connects .noUi-connect {
    background: #50cd89
}

.noUi-target.noUi-target-success .noUi-handle {
    border: 1px solid #50cd89;
    box-shadow: 0 3px 6px -3px rgba(80, 205, 137, .7);
    background: #50cd89
}

.landing-dark-bg {
    background-color: #13263c
}

.landing-dark-color {
    color: #13263c
}

.landing-dark-border {
    border: 1px dashed #2c3f5b
}

.landing-dark-separator {
    border-top: 1px dashed #2c3f5b
}

.landing-curve {
    position: relative
}

.landing-curve svg {
    position: relative;
    top: 0;
    display: block
}

.landing-header {
    display: flex;
    align-items: center;
    height: 100px
}

.landing-header .logo-default {
    display: block
}

.landing-header .logo-sticky {
    display: none
}

.landing-header .menu .menu-link.active {
    color: #fff
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: #009ef7;
    background-color: rgba(239, 242, 245, .4)
}

[data-kt-sticky-landing-header=on] .landing-header {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05);
    height: 70px
}

[data-kt-sticky-landing-header=on] .landing-header .logo-sticky {
    display: block
}

[data-kt-sticky-landing-header=on] .landing-header .logo-default {
    display: none
}

body[data-kt-sticky-landing-header=on] {
    padding-top: 100px
}

@media (max-width:991.98px) {
    .landing-header {
        height: 70px
    }
    .landing-header .landing-menu-wrapper {
        position: relative;
        overflow: auto
    }
    [data-kt-sticky-landing-header=on] .landing-header {
        height: 70px
    }
    .landing-header .menu .menu-link.active {
        color: #009ef7;
        background-color: rgba(239, 242, 245, .4)
    }
    body[data-kt-sticky-landing-header=on] {
        padding-top: 70px
    }
}

html {
    font-family: sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px!important;
    font-weight: 400;
    font-family: Poppins, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width:991.98px) {
    body,
    html {
        font-size: 13px!important
    }
}

@media (max-width:767.98px) {
    body,
    html {
        font-size: 12px!important
    }
}

body a:active,
body a:focus,
body a:hover,
html a:active,
html a:focus,
html a:hover {
    text-decoration: none!important
}

body {
    display: flex;
    flex-direction: column;
    color: #181c32
}

router-outlet {
    display: none
}

canvas {
    -webkit-user-select: none;
            user-select: none
}

@media print {
    .print-content-only {
        padding: 0!important;
        background: 0 0!important
    }
    .print-content-only .container,
    .print-content-only .container-fluid,
    .print-content-only .container-lg,
    .print-content-only .container-md,
    .print-content-only .container-sm,
    .print-content-only .container-xl,
    .print-content-only .container-xxl,
    .print-content-only .content,
    .print-content-only .page,
    .print-content-only .wrapper {
        background: 0 0!important;
        padding: 0!important;
        margin: 0!important
    }
    .print-content-only .aside,
    .print-content-only .btn,
    .print-content-only .footer,
    .print-content-only .header,
    .print-content-only .offcanvas,
    .print-content-only .scrolltop,
    .print-content-only .sidebar,
    .print-content-only .sticky-toolbar,
    .print-content-only .toolbar {
        display: none!important
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 30px
    }
    .wrapper {
        transition: padding-left .3s ease, margin-right .3s ease
    }
    .aside-enabled.aside-fixed .wrapper {
        transition: padding-left .3s ease;
        padding-left: 265px
    }
    .aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
        transition: padding-left .3s ease;
        padding-left: 75px
    }
    .header-fixed .wrapper {
        padding-top: 65px
    }
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: calc(65px + var(--kt-toolbar-height))
    }
}

@media (max-width:991.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: none;
        padding: 0 15px
    }
    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 55px
    }
    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
        padding-top: calc(55px + var(--kt-toolbar-height-tablet-and-mobile))
    }
}

@media (min-width:992px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        height: 65px;
        transition: left .3s ease
    }
    .header-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05);
        height: 65px;
        padding: 0
    }
    .header-fixed.toolbar-fixed .header {
        box-shadow: none
    }
    .aside-enabled.aside-fixed.header-fixed .header {
        left: 265px;
        transition: left .3s ease
    }
    .aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header {
        left: 75px;
        transition: left .3s ease
    }
    .header .header-menu {
        display: flex
    }
}

@media (max-width:991.98px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 55px;
        position: relative;
        z-index: 3
    }
    .header-tablet-and-mobile-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        height: 55px;
        min-height: 55px;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05)
    }
    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .header {
        box-shadow: none
    }
    .header .header-menu {
        display: none;
        z-index: 99
    }
    .header .page-title {
        display: none!important
    }
}

@media (min-width:992px) {
    .toolbar {
        display: flex;
        align-items: center
    }
    .toolbar-fixed .toolbar {
        height: var(--kt-toolbar-height);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05)
    }
    .toolbar-enabled:not(.toolbar-fixed) .toolbar {
        padding-bottom: 15px
    }
    .header-fixed.toolbar-fixed .toolbar {
        top: 65px;
        border-top: 1px solid #eff2f5
    }
    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 265px;
        transition: left .3s ease
    }
    .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar {
        left: 75px;
        transition: left .3s ease
    }
}

@media (max-width:991.98px) {
    .toolbar {
        display: flex;
        align-items: center
    }
    .toolbar-tablet-and-mobile-fixed .toolbar {
        height: var(--kt-toolbar-height-tablet-and-mobile);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05)
    }
    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
        padding-bottom: 10px
    }
    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
        top: 55px;
        border-top: 1px solid #eff2f5
    }
    .toolbar .page-title {
        display: none!important
    }
}

.aside {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 28px 0 rgba(82, 63, 105, .05);
    padding: 0
}

.aside .btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0
}

.aside .btn-custom .btn-label {
    transition: opacity .3s ease;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1
}

.aside .btn-custom .btn-icon {
    display: inline-block;
    transition: opacity .3s ease;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    width: 0
}

.aside.aside-dark {
    background-color: #1e1e2d
}

.aside.aside-dark .aside-logo {
    background-color: #181824
}

.aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #494b74
}

.aside.aside-dark .aside-toggle svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside.aside-dark .separator {
    border-bottom-color: #282a3d
}

.aside.aside-dark .btn-custom {
    color: #b5b5c3;
    background-color: rgba(63, 66, 84, .35)
}

.aside.aside-dark .btn-custom.active,
.aside.aside-dark .btn-custom.show,
.aside.aside-dark .btn-custom:active:not(.btn-active),
.aside.aside-dark .btn-custom:focus:not(.btn-active),
.aside.aside-dark .btn-custom:hover:not(.btn-active),
.btn-check:active+.aside.aside-dark .btn-custom,
.btn-check:checked+.aside.aside-dark .btn-custom,
.show>.aside.aside-dark .btn-custom {
    color: #b5b5c3;
    background-color: rgba(63, 66, 84, .35)
}

.aside.aside-dark .btn-custom .btn-icon {
    color: #b5b5c3
}

.aside.aside-dark .btn-custom .btn-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #b5b5c3
}

.aside.aside-dark .btn-custom .btn-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside.aside-light {
    background-color: #fff
}

@media (min-width:992px) {
    .aside {
        width: 265px;
        transition: width .3s ease
    }
    .aside .aside-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 65px;
        padding: 0 25px
    }
    .aside .aside-menu {
        width: 265px
    }
    .aside-fixed .aside {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        overflow: hidden
    }
    .aside-static .aside {
        position: relative;
        z-index: 1
    }
    [data-kt-aside-minimize=on] .aside {
        width: 75px;
        transition: width .3s ease
    }
    [data-kt-aside-minimize=on] .aside .aside-logo .logo-default {
        display: inline-block
    }
    [data-kt-aside-minimize=on] .aside .aside-logo .logo-minimize {
        display: none
    }
    [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) {
        transition: width .3s ease;
        width: 265px;
        box-shadow: 5px 0 10px rgba(70, 78, 95, .075)
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo {
        justify-content: center
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo {
        display: none
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-default,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-default {
        display: none
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-minimize,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-minimize {
        display: inline-block
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content,
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-title {
        opacity: 0;
        transition: opacity .3s ease
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-item.show>.menu-sub,
    [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-item.show>.menu-sub {
        height: 0;
        overflow: hidden;
        transition: height .3s ease
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-label,
    [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-label {
        width: 0;
        opacity: 0;
        transition: opacity .3s ease
    }
    [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .btn-custom .btn-icon,
    [data-kt-aside-minimize=on] .aside:not(:hover) .btn-custom .btn-icon {
        width: auto;
        opacity: 1;
        transition: opacity .3s ease
    }
}

@media (max-width:991.98px) {
    .aside {
        display: none
    }
    .aside .aside-logo {
        display: none
    }
}

.aside-menu .menu .menu-item .menu-content,
.aside-menu .menu .menu-item .menu-link {
    padding-left: 25px;
    padding-right: 25px
}

.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(.75rem + 25px)
}

.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(1.5rem + 25px)
}

.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(2.25rem + 25px)
}

.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(3rem + 25px)
}

.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: .75rem;
    padding-right: 0
}

.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(1.5rem);
    padding-right: 0
}

.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(2.25rem);
    padding-right: 0
}

.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link {
    padding-left: calc(3rem);
    padding-right: 0
}

.aside-menu .menu-item {
    padding: 0
}

.aside-menu .menu-item .menu-link {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.aside-menu .menu-item .menu-icon {
    justify-content: flex-start
}

.aside-dark .hover-scroll-overlay-y {
    --scrollbar-space: 0.4rem;
    scrollbar-color: #3b3b64 transparent
}

.aside-dark .hover-scroll-overlay-y::-webkit-scrollbar-thumb {
    background-color: #3b3b64
}

.aside-dark .hover-scroll-overlay-y:hover {
    scrollbar-color: #41416e transparent
}

.aside-dark .hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb {
    background-color: #41416e
}

.aside-dark .menu .menu-item .menu-section {
    color: #4c4e6f!important
}

.aside-dark .menu .menu-item .menu-link {
    color: #9899ac
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #9899ac
}

.aside-dark .menu .menu-item .menu-link .menu-icon i {
    color: #494b74
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #494b74
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside-dark .menu .menu-item .menu-link .menu-bullet .bullet {
    background-color: #9899ac
}

.aside-dark .menu .menu-item .menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%239899ac'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active),
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    transition: color .2s ease, background-color .2s ease;
    background-color: #1b1b28;
    color: #fff
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title,
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #fff
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i {
    color: #009ef7
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {
    background-color: #009ef7
}

.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after,
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.aside-dark .menu .menu-item.here>.menu-link,
.aside-dark .menu .menu-item.show>.menu-link {
    transition: color .2s ease, background-color .2s ease;
    background-color: #1b1b28;
    color: #fff
}

.aside-dark .menu .menu-item.here>.menu-link .menu-title,
.aside-dark .menu .menu-item.show>.menu-link .menu-title {
    color: #fff
}

.aside-dark .menu .menu-item.here>.menu-link .menu-icon i,
.aside-dark .menu .menu-item.show>.menu-link .menu-icon i {
    color: #009ef7
}

.aside-dark .menu .menu-item.here>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.show>.menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.aside-dark .menu .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside-dark .menu .menu-item.here>.menu-link .menu-bullet .bullet,
.aside-dark .menu .menu-item.show>.menu-link .menu-bullet .bullet {
    background-color: #009ef7
}

.aside-dark .menu .menu-item.here>.menu-link .menu-arrow:after,
.aside-dark .menu .menu-item.show>.menu-link .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.aside-dark .menu .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #1b1b28;
    color: #fff
}

.aside-dark .menu .menu-item .menu-link.active .menu-title {
    color: #fff
}

.aside-dark .menu .menu-item .menu-link.active .menu-icon i {
    color: #009ef7
}

.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #009ef7
}

.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #009ef7
}

.aside-dark .menu .menu-item .menu-link.active .menu-arrow:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}

.aside-light .menu .menu-title {
    font-weight: 500
}


/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (2) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

* {
  font-family: "Montserrat", sans-serif;
}

.material-icons {
  font-family: "Material Icons" !important;
}

.row {
  --bs-gutter-x: 0;
}

.progress-container {
  margin-top: 32px;
}

.dark {
  color: #B9C4D1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0caca;
  opacity: 1; /* Firefox */
}

.input-grey {
  background-color: #636874;
  border: none;
  border-radius: 11px;
  min-height: 48px;
  width: 100%;
  padding: 4px 8px;
  font-size: medium;
  color: white !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.select-box {
  background-color: #636874;
  border-radius: 12px;
  min-height: 48px;
  width: 100%;
  padding: 4px 8px;
  font-size: medium;
  color: white !important;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.input-grey:focus {
  outline: none !important;
  background-color: #636874;
}

.form-section {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 12px;
  margin-top: 8px;
}

textarea:focus, input:focus {
  outline: none !important;
}

.link-primary {
  text-decoration: none !important;
}

.initial {
  padding: 6px 10px !important;
  font-weight: 600 !important;
  /* margin-right: 7px; */
  border-radius: 5px !important;
  margin-right: 10px !important;
}

.status {
  background-color: #eee5ff;
  padding: 5px 10px !important;
  border-radius: 6px;
  color: #b49efd;
  font-size: 14px;
}

.role-chip-group {
  padding: 4px 8px !important;
  border-radius: 12px;
  background-color: rgb(253, 241, 214);
  color: rgb(254, 208, 73);
  font-size: small;
  margin-right: 8px;
}

.role-chip-admin {
  background-color: #eee5ff;
  padding: 4px 8px !important;
  border-radius: 12px;
  color: #b49efd;
  font-size: small;
  margin-right: 8px;
}

.full-dialog-container .mat-dialog-container {
  padding: 0 !important;
}

.drop {
  border: 1px dashed #009ef7;
  min-height: 180px;
  border-radius: 12px;
}

.drop-class {
  padding-top: 24px;
}

mat-sidenav {
  width: 200px;
}

.mat-expansion-panel-content > .mat-expansion-panel-body {
  padding: 0 !important;
}

.custom-dialog-container .mat-dialog-container {
  padding: 0;
}

.dialog-header {
  position: sticky;
  top: 0;
  background-color: #fafafc;
  width: 100%;
  z-index: 99;
  padding: 16px;
}

.dialog-button {
  position: sticky;
  background-color: #fafafc;
  bottom: 0;
  padding: 16px;
  text-align: right;
  right: 0;
}

.dialog-button-no-padding {
  position: sticky;
  bottom: 0;
  text-align: right;
  right: 0;
  top: 16px;
  padding-top: 16px;
}

.items-container {
  border-radius: 20px;
  text-align: left;
  padding-left: 24px;
  height: calc(100vh - 100px);
  overflow-y: hidden;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.item-details-heading {
  padding: 16px;
  color: #636874;
  border-bottom: 1px solid #636874;
}

.item-heading {
  padding: 16px;
  font-size: large;
  margin-left: 18px;
  margin-right: 18px;
}

.item-holder {
  min-height: 100vh;
  padding-right: 8px;
  overflow-y: scroll;
  border-right: solid 1px #d9d9d9;
}

.item-card {
  cursor: pointer;
}

.details-holder {
  text-align: center;
  padding: 8px 16px;
}

.empty-state {
  color: #767676;
  margin-top: 48px;
}

.image-card {
  min-height: 120px;
  display: inline-block;
  min-width: 120px;
  margin-right: 16px;
  padding-top: 16px;
}

.image-cards {
  margin: 4px 4px;
  padding: 4px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.image-section {
  border-radius: 16px;
  padding: 16px;
  background-color: #f0f0f0;
}

.expansion-container {
  padding: 16px;
}

.expansion {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.add-img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.image-card {
  display: inline-block;
  width: 120px;
  margin-right: 16px;
  padding: 0;
  height: 120px;
  border-radius: 12px;
}

.image-cards {
  margin: 4px 4px;
  padding: 4px;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  align-items: center;
}

.image-section {
  border-radius: 16px;
  padding: 16px;
  background-color: #f0f0f0;
}

.toggle-container {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  display: grid;
}

.add-card {
  text-align: left;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  height: auto;
}

.add-card-image {
  min-width: 140px;
  min-height: 140px;
  text-align: center;
}

.content-holder {
  height: 72vh;
  overflow-x: scroll;
  padding: 12px;
}

.btn-holder {
  padding: 16px;
  position: sticky;
  top: 0;
}

.primary-red-btn {
  margin: 16px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  color: whitesmoke;
  background-color: #B40031 !important;
  border-radius: 32px !important;
}

.primary-yellow-btn {
  margin: 16px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  color: whitesmoke;
  background-color: #f8a115 !important;
  border-radius: 32px !important;
}

.save-btn {
  margin: 16px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  color: whitesmoke;
  background-color: #d60b0b;
  border-radius: 32px !important;
}

.black-btn {
  margin: 16px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  color: whitesmoke;
  background-color: #212121;
  border-radius: 32px !important;
}

.white-col {
  color: #FAFAFA !important;
}

.cancel-btn {
  margin: 16px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #d60b0b;
  border-radius: 16px !important;
}

.thumbnail {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.color-grey {
  color: #767676;
}

.time-txt {
  text-decoration: underline;
  color: #B40031;
  padding: 4px;
}

.delete-stroked-btn {
  color: #d60b0b !important;
  border: #d60b0b solid 1px !important;
}

.mat-header-cell {
  flex-direction: column !important;
  justify-content: center !important;
}

.mat-cell {
  text-align: center !important;
  justify-content: center !important;
}

.mat-mdc-snack-bar-container.red-snackbar {
  --mdc-snackbar-container-color: #ffe2e5;
  --mat-mdc-snack-bar-button-color: #f64e60;
  --mdc-snackbar-supporting-text-color: #f64e60;
}

.mat-mdc-snack-bar-container.green-snackbar {
  --mdc-snackbar-container-color: #1fab89;
  --mat-mdc-snack-bar-button-color: #f3f4ed;
  --mdc-snackbar-supporting-text-color: #f3f4ed;
}

.mat-mdc-snack-bar-container.dark-snackbar {
  --mdc-snackbar-container-color: #536162;
  --mat-mdc-snack-bar-button-color: #f3f4ed;
  --mdc-snackbar-supporting-text-color: #f3f4ed;
}

.mat-mdc-snack-bar-container.regular-snackbar {
  --mdc-snackbar-container-color: #f3f4ed;
  --mat-mdc-snack-bar-button-color: #536162;
  --mdc-snackbar-supporting-text-color: #536162;
}

.green-toast {
  color: #f3f4ed !important;
  background-color: #1fab89;
}

.regular-toast {
  color: #536162 !important;
  background-color: #f3f4ed;
}

.red-toast {
  color: #f64e60 !important;
  background-color: #ffe2e5;
}

.container-card {
  padding: 16px;
  border-radius: 16px !important;
  margin: 16px;
}

.m-0 {
  margin: 0 !important;
}

.x-scroll {
  overflow-x: scroll;
}

.p-r {
  position: relative;
}

.item-card {
  color: #ECECEC;
  margin: 8px;
  padding: 4px;
  border-bottom: 1px solid #767676;
}

.item-card-selected {
  background-color: #B9C4D1;
  margin: 8px;
  padding: 12px;
  border-radius: 16px !important;
  border-bottom: 1px solid #767676;
}

.page-inner-container {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 16px;
}

.heading {
  color: #ECECEC;
  padding: 12px;
}

.list-container {
  overflow-y: scroll;
  height: calc(100vh - 100px);
  border-right: 1px solid #767676;
}

.details-container {
  overflow-y: scroll;
  height: calc(100vh - 100px);
  border-right: 1px solid #767676;
}

.list-title {
  font-size: medium;
  margin-bottom: 4px;
}

.input-container {
  margin: 12px;
}

.input-label {
  font-size: small;
  margin-left: 4px;
  margin-bottom: 8px;
  color: #e0e0e0;
}

.empty-details {
  padding-top: 64px;
  text-align: center;
  color: #636874;
}

.btn-primary-app {
  font-size: medium;
  padding: 4px 16px !important;
  border-radius: 8px !important;
  min-width: 180px !important;
  min-height: 36px !important;
  background-color: #b9c4d1 !important;
  color: #212121 !important;
}

.doc-id {
  cursor: pointer;
  text-align: center;
  padding: 16px;
  font-size: small;
  color: #5E6278;
}

.grid {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 140px));
  display: grid;
}

.grid-item {
  border-radius: 8px;
  padding: 0;
  height: 140px;
  cursor: pointer;
}

.grid-card-item {
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
}

.card-item {
  border-radius: 8px;
  padding: 0 !important;
  height: 140px;
  cursor: pointer;
}

.thumbnail {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

h1, h2, h3, h4, h5, h6 {
  color: #f0f0f0;
}

.icon-st {
  font-size: 32px;
  color: #767676;
}

.icon-large {
  font-size: 72px;
  color: #767676;
}

.icon-sml {
  font-size: 22px;
  color: #494949;
}

.header-section {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  margin: 8px;
  border-bottom: 1px solid #767676;
}

.btn-container {
  padding: 16px;
  margin: 12px !important;
}

.form-icon {
  height: 48px;
  border-radius: 12px;
}

.form-card {
  background-color: #101525 !important;
  border-radius: 12px !important;
  padding: 12px !important;
  color: #f0f0f0;
  margin: 8px;
}

.form-layout {
  border-radius: 12px !important;
  padding: 12px !important;
  color: #f0f0f0;
  margin: 8px;
}

.form-card-heading {
  margin-top: 8px;
  margin-left: 4px;
}

.form-padding {
  padding: 16px;
}

.modal-padding {
  padding: 36px;
}

.white-btn {
  background-color: #f0f0f0 !important;
  color: #0b0e18 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 24px !important;
}

.white-btn:disabled {
  background-color: #c0bebe !important;
  color: #f0f0f0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 24px !important;
}

.white-btn:hover {
  background-color: #d0d0d0 !important;
  color: #0b0e18 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.custom-container .mat-dialog-container {
  border-radius: 16px !important;
}

.menu-select {
  border: 1px solid #767676;
  padding: 12px;
  font-size: small;
  color: #d9d9d9;
  border-radius: 24px;
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
}

.orange-btn {
  background-color: #f8a115 !important;
  color: white !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  border-radius: 16px !important;
  margin: 8px !important;
}

.outline-rounded {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #767676;
}

.backdrop {
  background: rgba(16, 21, 37, 0.8);
}

.primary-btn {
  color: whitesmoke;
  background-color: #212121;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 24px !important;
}

.primary-btn:disabled {
  background-color: #c0bebe !important;
  color: #f0f0f0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 24px !important;
}

/*# sourceMappingURL=styles.css.map*/