@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;

300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
@charset "UTF-8";
:root {
  --field-height: calc(1.5em + 0.75rem + 8px);
  --field-width: calc(2.5em + 1.5rem + 8px);
  --field-padding: 0.5rem 0.75rem;
  --field-font-size: 0.85rem;
  --field-line-height: 1.5;
  --placeholder-color: $grey;
  --bs-body-font-size: 2rem;
}

/*

	1. Global Colors
	2. Body
	3. Header
	4. Sidebars
	5. Forms & Buttons
	6. Cards
	7. Tabs
	8. Modals
	99. Misc

*/

:root {
  --swatch-1a: cornsilk;
  --swatch-1b: darksalmon;
  --body-bg: #f4f7fe;
  --body-bg-alt: #DBDDDF;
  --body-color: #1d252c;
  --body-color-muted: #6b6b75;
  --anchor-color: #088eb5;
  --border-color: #d8dbe0;
  --header-bg: #ffffff;
  --header-color: #1d252c;
  --header-border-color: #DBDDDF;
  --sidebar-bg: #1b252e;
  --sidebar-color: #EBEDEF;
  --sidebar-bg-active: #088eb5;
  --sidebar-bg-hover: #066884;
  --field-bg: white;
  --field-bg-darker: #efeff0;
  --field-color: #1d252c;
  --field-border-color: #d4d4d8;
  --field-border-color-focus: #088eb5;
  --card-bg: white;
  --card-color: #1d252c;
  --card-border-color: #d4d4d8;
  --card-hover-bg: #d4d4d8;
  --card-hover-bg-passive: #f4f7fe;
  --tab-active-bg: #FBFDFF;
  --display-on-darkmode: none;
  --display-off-darkmode: block;
}

/*

	1. Global Colors
	2. Body
	3. Header
	4. Sidebars
	5. Forms & Buttons
	6. Cards
	7. Tabs
	8. Modals
	99. Misc

*/

.dark-mode {
  --primary: #088eb5;
  --primary-contrast: #EBEDEF;
  --anchor-color: white;
  --body-bg: #1d252c;
  --body-bg-alt: #1b252e;
  --body-color: #EBEDEF;
  --header-bg: #1b252e;
  --header-color: #EBEDEF;
  --header-border-color: #1d252c;
  --sidebar-bg: #090b0d;
  --sidebar-color: #EBEDEF;
  --field-bg: #9f9fa7;
  --field-bg-darker: #6b6b75;
  --field-color: white;
  --card-bg: #1b252e;
  --card-color: #EBEDEF;
  --card-border-color: #1d252c;
  --card-hover-bg: #090b0d;
  --card-hover-bg-passive: #1d252c;
  --tab-active-bg: #090b0d;
  --display-on-darkmode: block;
  --display-off-darkmode: none;
}

/*!
 * CoreUI PRO - HTML, CSS, and JavaScript UI Components Library
 * @version v3.4.2
 * @link https://coreui.io/pro/
 * Copyright (c) 2020 creativeLabs Łukasz Holeczek
 * License (https://coreui.io/pro/license/)
 */

:root {
  --primary-legacy-theme: #0ca1cc;
  --secondary-legacy-theme: #666;
  --success-legacy-theme: #2eb85c;
  --info-legacy-theme: #39f;
  --warning-legacy-theme: #f9b115;
  --danger-legacy-theme: #e55353;
  --light-legacy-theme: #ebedef;
  --dark-legacy-theme: #636f83;
  --dark-slate-legacy-theme: #1d252c;
  --tertiary-legacy-theme: #00a6ce;
}

:root {
  --primary-dark-theme: #1b84a2;
  --secondary-dark-theme: #4c4f54;
  --success-dark-theme: #45a164;
  --info-dark-theme: #4799eb;
  --warning-dark-theme: #e1a82d;
  --danger-dark-theme: #d16767;
  --light-dark-theme: #6c6e7e;
  --dark-dark-theme: #0e0e15;
}

:root {
  --primary: #0ca1cc;
  --secondary: #666;
  --success: #2eb85c;
  --info: #39f;
  --warning: #f9b115;
  --danger: #e55353;
  --light: #ebedef;
  --dark: #636f83;
  --dark-slate: #1d252c;
  --tertiary: #00a6ce;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.c-app {
  --primary: #0ca1cc;
  --secondary: #666;
  --success: #2eb85c;
  --info: #39f;
  --warning: #f9b115;
  --danger: #e55353;
  --light: #ebedef;
  --dark: #636f83;
  --dark-slate: #1d252c;
  --tertiary: #00a6ce;
  color: #3c4b64;
  background-color: #ebedef;
  --color: #3c4b64;
  --elevation-base-color: 60, 75, 100;
}

.c-app.c-dark-theme {
  --primary: #1b84a2;
}

.c-app.c-dark-theme {
  --secondary: #4c4f54;
}

.c-app.c-dark-theme {
  --success: #45a164;
}

.c-app.c-dark-theme {
  --info: #4799eb;
}

.c-app.c-dark-theme {
  --warning: #e1a82d;
}

.c-app.c-dark-theme {
  --danger: #d16767;
}

.c-app.c-dark-theme {
  --light: #6c6e7e;
}

.c-app.c-dark-theme {
  --dark: #0e0e15;
}

.c-app.c-legacy-theme {
  --primary: #20a8d8;
}

.c-app.c-legacy-theme {
  --secondary: #c8ced3;
}

.c-app.c-legacy-theme {
  --success: #4dbd74;
}

.c-app.c-legacy-theme {
  --info: #63c2de;
}

.c-app.c-legacy-theme {
  --warning: #ffc107;
}

.c-app.c-legacy-theme {
  --danger: #f86c6b;
}

.c-app.c-legacy-theme {
  --light: #f0f3f5;
}

.c-app.c-legacy-theme {
  --dark: #2f353a;
}

.c-app.c-legacy-theme {
  color: #23282c;
  background-color: #e4e5e6;
  --color: #23282c;
  --elevation-base-color: 60, 75, 100;
}

.c-app.c-dark-theme {
  color: rgba(255, 255, 255, 0.87);
  background-color: #181924;
  --color: rgba(255, 255, 255, 0.87);
  --elevation-base-color: 0, 0, 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 21, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #3c4b64;
  background-color: #ebedef;
}

body.c-legacy-theme {
  color: #23282c;
  background-color: #e4e5e6;
}

body.c-dark-theme {
  color: rgba(255, 255, 255, 0.87);
  background-color: #181924;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
}

html:not([dir=rtl]) dd {
  margin-left: 0;
}

*[dir=rtl] dd {
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #0ca1cc;
}

.c-legacy-theme a {
  color: #20a8d8;
}

.c-dark-theme a {
  color: #24b0d9;
}

@media (hover: hover), (-ms-high-contrast: none) {
  a:hover {
    text-decoration: underline;
    color: #0ca1cc;
  }

  .c-legacy-theme a:hover {
    color: #20a8d8;
  }

  .c-dark-theme a:hover {
    color: #24b0d9;
  }
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  a:not([href]):hover {
    color: inherit;
    text-decoration: none;
  }
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #768192;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.ps {
  overflow: hidden !important;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

.ps__rail-x {
  position: absolute;
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__rail-y {
  position: absolute;
  display: none;
  width: 15px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

html:not([dir=rtl]) .ps__rail-y {
  right: 0;
}

*[dir=rtl] .ps__rail-y {
  left: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  position: absolute;
  bottom: 2px;
  height: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-y {
  position: absolute;
  width: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
}

html:not([dir=rtl]) .ps__thumb-y {
  right: 2px;
}

*[dir=rtl] .ps__thumb-y {
  left: 2px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-theme~=cpopover] {
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  background-color: #fff;
  border-color: rgba(0, 0, 21, 0.2);
}

.c-legacy-theme .tippy-box[data-theme~=cpopover] {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .tippy-box[data-theme~=cpopover] {
  background-color: #3b3c45;
  border-color: rgba(255, 255, 255, 0.075);
}

.tippy-box[data-theme~=cpopover] > .tippy-content {
  max-width: auto;
  padding: 0;
  color: initial;
  text-align: initial;
  background-color: initial;
  border-radius: initial;
}

.tippy-box[data-theme~=cpopover] > .tippy-arrow {
  position: absolute;
  display: block;
  color: transparent;
}

.tippy-box[data-theme~=cpopover] > .tippy-arrow::before,
.tippy-box[data-theme~=cpopover] > .tippy-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow,
.tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow {
  width: 1.6rem;
  height: 0.5rem;
  padding: 0 0.3rem;
}

.tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::before,
.tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::before {
  left: auto;
}

.tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow,
.tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow {
  width: 0.5rem;
  height: 1.6rem;
  padding: 0.3rem 0;
  margin: 0;
}

.tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow {
  bottom: calc(-0.5rem - 1px);
}

.tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::before {
  border-top-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::before {
  border-top-color: rgba(255, 255, 255, 0.125);
}

.tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::after {
  border-top-color: #fff;
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=top] > .tippy-arrow::after {
  border-top-color: #3b3c45;
}

.tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow {
  top: calc(-0.5rem - 1px);
}

.tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.125);
}

.tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: #fff;
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: #3b3c45;
}

.tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow {
  right: calc(-0.5rem - 1px);
}

.tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::before {
  border-left-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::before {
  border-left-color: rgba(255, 255, 255, 0.125);
}

.tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::after {
  border-left-color: #fff;
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=left] > .tippy-arrow::after {
  border-left-color: #3b3c45;
}

.tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow {
  left: calc(-0.5rem - 1px);
}

.tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::before {
  border-right-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::before {
  border-right-color: rgba(255, 255, 255, 0.125);
}

.tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.c-legacy-theme .tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::after {
  border-right-color: #fff;
}

.c-dark-theme .tippy-box[data-theme~=cpopover][data-placement^=right] > .tippy-arrow::after {
  border-right-color: #3b3c45;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow::before {
  bottom: -0.4rem;
  left: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: initial;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  top: -0.4rem;
  left: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: initial;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.tippy-box[data-placement^=left] > .tippy-arrow::before {
  right: -0.4rem;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: initial;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.tippy-box[data-placement^=right] > .tippy-arrow::before {
  left: -0.4rem;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: initial;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  color: #000015;
}

.tippy-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000015;
  border-radius: 0.25rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

html:not([dir=rtl]) .alert-dismissible {
  padding-right: 3.8125rem;
}

*[dir=rtl] .alert-dismissible {
  padding-left: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

html:not([dir=rtl]) .alert-dismissible .close {
  right: 0;
}

*[dir=rtl] .alert-dismissible .close {
  left: 0;
}

.alert-primary {
  color: #065474;
  background-color: #ceecf5;
  border-color: #bbe5f1;
}

.alert-primary hr {
  border-top-color: #a6dded;
}

.alert-primary .alert-link {
  color: #033144;
}

.alert-secondary {
  color: #35353f;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}

.alert-secondary hr {
  border-top-color: #c7c7c7;
}

.alert-secondary .alert-link {
  color: #1e1e23;
}

.alert-success {
  color: #18603a;
  background-color: #d5f1de;
  border-color: #c4ebd1;
}

.alert-success hr {
  border-top-color: #b1e5c2;
}

.alert-success .alert-link {
  color: #0e3721;
}

.alert-info {
  color: #1b508f;
  background-color: #d6ebff;
  border-color: #c6e2ff;
}

.alert-info hr {
  border-top-color: #add5ff;
}

.alert-info .alert-link {
  color: #133864;
}

.alert-warning {
  color: #815c15;
  background-color: #feefd0;
  border-color: #fde9bd;
}

.alert-warning hr {
  border-top-color: #fce1a4;
}

.alert-warning .alert-link {
  color: #553d0e;
}

.alert-danger {
  color: #772b35;
  background-color: #fadddd;
  border-color: #f8cfcf;
}

.alert-danger hr {
  border-top-color: #f5b9b9;
}

.alert-danger .alert-link {
  color: #521d24;
}

.alert-light {
  color: #7a7b86;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}

.alert-light hr {
  border-top-color: #eaedf1;
}

.alert-light .alert-link {
  color: #62626b;
}

.alert-dark {
  color: #333a4e;
  background-color: #e0e2e6;
  border-color: #d3d7dc;
}

.alert-dark hr {
  border-top-color: #c5cad1;
}

.alert-dark .alert-link {
  color: #1f232f;
}

.alert-dark-slate {
  color: #0f1321;
  background-color: #d2d3d5;
  border-color: #c0c2c4;
}

.alert-dark-slate hr {
  border-top-color: #b3b5b8;
}

.alert-dark-slate .alert-link {
  color: black;
}

.alert-tertiary {
  color: #005675;
  background-color: #ccedf5;
  border-color: #b8e6f1;
}

.alert-tertiary hr {
  border-top-color: #a3dfed;
}

.alert-tertiary .alert-link {
  color: #003142;
}

.c-dark-theme .alert-primary {
  color: #0e455e;
  background-color: #d1e6ec;
  border-color: #bfdde5;
}

.c-dark-theme .alert-primary hr {
  border-top-color: #add3de;
}

.c-dark-theme .alert-primary .alert-link {
  color: #072432;
}

.c-dark-theme .alert-secondary {
  color: #282936;
  background-color: #dbdcdd;
  border-color: #cdcecf;
}

.c-dark-theme .alert-secondary hr {
  border-top-color: #c0c1c3;
}

.c-dark-theme .alert-secondary .alert-link {
  color: #121319;
}

.c-dark-theme .alert-success {
  color: #24543e;
  background-color: #daece0;
  border-color: #cbe5d4;
}

.c-dark-theme .alert-success hr {
  border-top-color: #baddc6;
}

.c-dark-theme .alert-success .alert-link {
  color: #153024;
}

.c-dark-theme .alert-info {
  color: #255084;
  background-color: #daebfb;
  border-color: #cbe2f9;
}

.c-dark-theme .alert-info hr {
  border-top-color: #b4d5f6;
}

.c-dark-theme .alert-info .alert-link {
  color: #1a385c;
}

.c-dark-theme .alert-warning {
  color: #755721;
  background-color: #f9eed5;
  border-color: #f7e7c4;
}

.c-dark-theme .alert-warning hr {
  border-top-color: #f4deae;
}

.c-dark-theme .alert-warning .alert-link {
  color: #4d3916;
}

.c-dark-theme .alert-danger {
  color: #6d3640;
  background-color: #f6e1e1;
  border-color: #f2d4d4;
}

.c-dark-theme .alert-danger hr {
  border-top-color: #ecc0c0;
}

.c-dark-theme .alert-danger .alert-link {
  color: #4b252c;
}

.c-dark-theme .alert-light {
  color: #38394c;
  background-color: #e2e2e5;
  border-color: #d6d6db;
}

.c-dark-theme .alert-light hr {
  border-top-color: #c8c8cf;
}

.c-dark-theme .alert-light .alert-link {
  color: #22232f;
}

.c-dark-theme .alert-dark {
  color: #070715;
  background-color: #cfcfd0;
  border-color: #bcbcbd;
}

.c-dark-theme .alert-dark hr {
  border-top-color: #afafb0;
}

.c-dark-theme .alert-dark .alert-link {
  color: black;
}

.c-legacy-theme .alert-primary {
  color: #11577a;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}

.c-legacy-theme .alert-primary hr {
  border-top-color: #abdff0;
}

.c-legacy-theme .alert-primary .alert-link {
  color: #0b374d;
}

.c-legacy-theme .alert-secondary {
  color: #686b78;
  background-color: #f4f5f6;
  border-color: #f0f1f3;
}

.c-legacy-theme .alert-secondary hr {
  border-top-color: #e2e4e8;
}

.c-legacy-theme .alert-secondary .alert-link {
  color: #50535d;
}

.c-legacy-theme .alert-success {
  color: #286246;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}

.c-legacy-theme .alert-success hr {
  border-top-color: #bae6c9;
}

.c-legacy-theme .alert-success .alert-link {
  color: #193e2c;
}

.c-legacy-theme .alert-info {
  color: #33657e;
  background-color: #e0f3f8;
  border-color: #d3eef6;
}

.c-legacy-theme .alert-info hr {
  border-top-color: #bee6f2;
}

.c-legacy-theme .alert-info .alert-link {
  color: #24485a;
}

.c-legacy-theme .alert-warning {
  color: #85640e;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.c-legacy-theme .alert-warning hr {
  border-top-color: #ffe8a1;
}

.c-legacy-theme .alert-warning .alert-link {
  color: #574109;
}

.c-legacy-theme .alert-danger {
  color: #813842;
  background-color: #fee2e1;
  border-color: #fdd6d6;
}

.c-legacy-theme .alert-danger hr {
  border-top-color: #fcbebe;
}

.c-legacy-theme .alert-danger .alert-link {
  color: #5d2930;
}

.c-legacy-theme .alert-light {
  color: #7d7e89;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

.c-legacy-theme .alert-light hr {
  border-top-color: #ecf1f1;
}

.c-legacy-theme .alert-light .alert-link {
  color: #64656f;
}

.c-legacy-theme .alert-dark {
  color: #181c28;
  background-color: #d5d7d8;
  border-color: #c5c6c8;
}

.c-legacy-theme .alert-dark hr {
  border-top-color: #b8b9bc;
}

.c-legacy-theme .alert-dark .alert-link {
  color: #050608;
}

.c-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
  width: 36px;
  height: 36px;
  font-size: 14.4px;
}

.c-avatar .c-avatar-status {
  width: 10px;
  height: 10px;
}

.c-avatar-img {
  width: 100%;
  height: auto;
  border-radius: 50em;
}

.c-avatar-status {
  position: absolute;
  bottom: 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 50em;
}

html:not([dir=rtl]) .c-avatar-status {
  right: 0;
}

*[dir=rtl] .c-avatar-status {
  left: 0;
}

.c-avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 9.6px;
}

.c-avatar-sm .c-avatar-status {
  width: 8px;
  height: 8px;
}

.c-avatar-lg {
  width: 48px;
  height: 48px;
  font-size: 19.2px;
}

.c-avatar-lg .c-avatar-status {
  width: 12px;
  height: 12px;
}

.c-avatar-xl {
  width: 64px;
  height: 64px;
  font-size: 25.6px;
}

.c-avatar-xl .c-avatar-status {
  width: 14px;
  height: 14px;
}

.c-avatars-stack {
  display: flex;
}

.c-avatars-stack .c-avatar {
  margin-right: -18px;
  transition: margin-right 0.3s;
}

.c-avatars-stack .c-avatar:hover {
  margin-right: 0;
}

.c-avatars-stack .c-avatar-sm {
  margin-right: -12px;
}

.c-avatars-stack .c-avatar-lg {
  margin-right: -24px;
}

.c-avatars-stack .c-avatar-xl {
  margin-right: -32px;
}

.c-avatar-rounded {
  border-radius: 0.25rem;
}

.c-avatar-square {
  border-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0ca1cc;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #097b9c;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #666;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #4d4d4d;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #2eb85c;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #248f48;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #39f;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #0080ff;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.badge-warning {
  color: #4f5d73;
  background-color: #f9b115;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #4f5d73;
  background-color: #d69405;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e55353;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #de2727;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.badge-light {
  color: #4f5d73;
  background-color: #ebedef;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #4f5d73;
  background-color: #cfd4d8;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #636f83;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #4d5666;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.badge-dark-slate {
  color: #fff;
  background-color: #1d252c;
}

a.badge-dark-slate:hover,
a.badge-dark-slate:focus {
  color: #fff;
  background-color: #090b0d;
}

a.badge-dark-slate:focus,
a.badge-dark-slate.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.badge-tertiary {
  color: #fff;
  background-color: #00a6ce;
}

a.badge-tertiary:hover,
a.badge-tertiary:focus {
  color: #fff;
  background-color: #007d9b;
}

a.badge-tertiary:focus,
a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.c-dark-theme .badge-primary {
  color: #fff;
  background-color: #1b84a2;
}

.c-dark-theme a.badge-primary:hover,
.c-dark-theme a.badge-primary:focus {
  color: #fff;
  background-color: #146076;
}

.c-dark-theme a.badge-primary:focus,
.c-dark-theme a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .badge-secondary {
  color: #fff;
  background-color: #4c4f54;
}

.c-dark-theme a.badge-secondary:hover,
.c-dark-theme a.badge-secondary:focus {
  color: #fff;
  background-color: #343639;
}

.c-dark-theme a.badge-secondary:focus,
.c-dark-theme a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .badge-success {
  color: #fff;
  background-color: #45a164;
}

.c-dark-theme a.badge-success:hover,
.c-dark-theme a.badge-success:focus {
  color: #fff;
  background-color: #367d4e;
}

.c-dark-theme a.badge-success:focus,
.c-dark-theme a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .badge-info {
  color: #fff;
  background-color: #4799eb;
}

.c-dark-theme a.badge-info:hover,
.c-dark-theme a.badge-info:focus {
  color: #fff;
  background-color: #1a80e6;
}

.c-dark-theme a.badge-info:focus,
.c-dark-theme a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .badge-warning {
  color: #4f5d73;
  background-color: #e1a82d;
}

.c-dark-theme a.badge-warning:hover,
.c-dark-theme a.badge-warning:focus {
  color: #4f5d73;
  background-color: #c08c1b;
}

.c-dark-theme a.badge-warning:focus,
.c-dark-theme a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .badge-danger {
  color: #fff;
  background-color: #d16767;
}

.c-dark-theme a.badge-danger:hover,
.c-dark-theme a.badge-danger:focus {
  color: #fff;
  background-color: #c54040;
}

.c-dark-theme a.badge-danger:focus,
.c-dark-theme a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .badge-light {
  color: #fff;
  background-color: #6c6e7e;
}

.c-dark-theme a.badge-light:hover,
.c-dark-theme a.badge-light:focus {
  color: #fff;
  background-color: #555662;
}

.c-dark-theme a.badge-light:focus,
.c-dark-theme a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .badge-dark {
  color: #fff;
  background-color: #0e0e15;
}

.c-dark-theme a.badge-dark:hover,
.c-dark-theme a.badge-dark:focus {
  color: #fff;
  background-color: black;
}

.c-dark-theme a.badge-dark:focus,
.c-dark-theme a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-legacy-theme .badge-primary {
  color: #fff;
  background-color: #20a8d8;
}

.c-legacy-theme a.badge-primary:hover,
.c-legacy-theme a.badge-primary:focus {
  color: #fff;
  background-color: #1985ac;
}

.c-legacy-theme a.badge-primary:focus,
.c-legacy-theme a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .badge-secondary {
  color: #4f5d73;
  background-color: #c8ced3;
}

.c-legacy-theme a.badge-secondary:hover,
.c-legacy-theme a.badge-secondary:focus {
  color: #4f5d73;
  background-color: #acb5bc;
}

.c-legacy-theme a.badge-secondary:focus,
.c-legacy-theme a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .badge-success {
  color: #fff;
  background-color: #4dbd74;
}

.c-legacy-theme a.badge-success:hover,
.c-legacy-theme a.badge-success:focus {
  color: #fff;
  background-color: #3a9d5d;
}

.c-legacy-theme a.badge-success:focus,
.c-legacy-theme a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .badge-info {
  color: #4f5d73;
  background-color: #63c2de;
}

.c-legacy-theme a.badge-info:hover,
.c-legacy-theme a.badge-info:focus {
  color: #4f5d73;
  background-color: #39b2d5;
}

.c-legacy-theme a.badge-info:focus,
.c-legacy-theme a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .badge-warning {
  color: #4f5d73;
  background-color: #ffc107;
}

.c-legacy-theme a.badge-warning:hover,
.c-legacy-theme a.badge-warning:focus {
  color: #4f5d73;
  background-color: #d39e00;
}

.c-legacy-theme a.badge-warning:focus,
.c-legacy-theme a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

.c-legacy-theme a.badge-danger:hover,
.c-legacy-theme a.badge-danger:focus {
  color: #fff;
  background-color: #f63c3a;
}

.c-legacy-theme a.badge-danger:focus,
.c-legacy-theme a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .badge-light {
  color: #4f5d73;
  background-color: #f0f3f5;
}

.c-legacy-theme a.badge-light:hover,
.c-legacy-theme a.badge-light:focus {
  color: #4f5d73;
  background-color: #d1dbe1;
}

.c-legacy-theme a.badge-light:focus,
.c-legacy-theme a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .badge-dark {
  color: #fff;
  background-color: #2f353a;
}

.c-legacy-theme a.badge-dark:hover,
.c-legacy-theme a.badge-dark:focus {
  color: #fff;
  background-color: #181b1e;
}

.c-legacy-theme a.badge-dark:focus,
.c-legacy-theme a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

html:not([dir=rtl]) .breadcrumb-menu {
  margin-left: auto;
}

html:not([dir=rtl]) .breadcrumb-menu {
  margin-right: auto;
}

.breadcrumb-menu::before {
  display: none;
}

.breadcrumb-menu .btn-group {
  vertical-align: top;
}

.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  vertical-align: top;
  border: 0;
  color: #768192;
}

.breadcrumb-menu .btn:hover,
.breadcrumb-menu .btn.active {
  color: #3c4b64;
  background: transparent;
}

.c-dark-theme .breadcrumb-menu .btn {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-menu .show .btn {
  color: #3c4b64;
  background: transparent;
}

.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  border-radius: 0;
  border-bottom: 1px solid;
  background-color: transparent;
  border-color: #d8dbe0;
}

.c-legacy-theme .breadcrumb {
  background-color: transparent;
  border-color: #c8ced3;
}

.c-dark-theme .breadcrumb {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.87);
}

.breadcrumb-item {
  display: flex;
}

html:not([dir=rtl]) .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

*[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #8a93a2;
  content: "/";
}

.c-legacy-theme .breadcrumb-item + .breadcrumb-item::before {
  color: #73818f;
}

.c-dark-theme .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.87);
}

html:not([dir=rtl]) .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
}

*[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #8a93a2;
}

.c-legacy-theme .breadcrumb-item.active {
  color: #73818f;
}

.c-dark-theme .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.c-app:not(.c-legacy-theme) .btn-group > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]),
.c-app:not(.c-legacy-theme) .btn-group-vertical > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
  border: 0;
  box-shadow: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .btn-group > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]),
  .c-app:not(.c-legacy-theme) .btn-group-vertical > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    box-shadow: none;
  }
}

.c-app:not(.c-legacy-theme) .btn-group > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]),
.c-app:not(.c-legacy-theme) .btn-group-vertical > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
  border: 0;
}

.c-app:not(.c-legacy-theme) .btn-group > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent])::before,
.c-app:not(.c-legacy-theme) .btn-group-vertical > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent])::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .btn-group > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent])::before,
  .c-app:not(.c-legacy-theme) .btn-group-vertical > .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent])::before {
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, .14), 0 2px 1px -1px rgba(60, 75, 100, .12), 0 1px 3px 0 rgba(60, 75, 100, .20);
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover {
    z-index: 1;
  }
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group:not(.show),
.btn-group-vertical:not(.show) {
  z-index: 1;
}

.btn-group .btn-group,
.btn-group .btn-group-vertical,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn-group-vertical {
  z-index: initial;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

html:not([dir=rtl]) .btn-group > .btn:not(:first-child),
html:not([dir=rtl]) .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

*[dir=rtl] .btn-group > .btn:not(:first-child),
*[dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}

html:not([dir=rtl]) .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html:not([dir=rtl]) .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html:not([dir=rtl]) .btn-group > .btn:not(:first-child),
html:not([dir=rtl]) .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
*[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir=rtl] .btn-group > .btn:not(:first-child),
*[dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

html:not([dir=rtl]) .dropdown-toggle-split::after,
html:not([dir=rtl]) .dropup .dropdown-toggle-split::after,
html:not([dir=rtl]) .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

*[dir=rtl] .dropdown-toggle-split::after,
*[dir=rtl] .dropup .dropdown-toggle-split::after,
*[dir=rtl] .dropright .dropdown-toggle-split::after {
  margin-right: 0;
}

html:not([dir=rtl]) .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

*[dir=rtl] .dropleft .dropdown-toggle-split::before {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #3c4b64;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn i,
.btn .c-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.21875rem 0;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.c-app:not(.c-legacy-theme) .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, .14), 0 2px 1px -1px rgba(60, 75, 100, .12), 0 1px 3px 0 rgba(60, 75, 100, .20);
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn:hover {
    color: #3c4b64;
    text-decoration: none;
  }

  .c-app:not(.c-legacy-theme) .btn:hover:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (hover: hover) and (-ms-high-contrast: none), (hover: hover) and (-ms-high-contrast: active), (-ms-high-contrast: none) and (-ms-high-contrast: none), (-ms-high-contrast: none) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .btn:hover:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.c-app:not(.c-legacy-theme) .btn:focus:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]),
.c-app:not(.c-legacy-theme) .btn.focus:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(var(--elevation-base-color), .14), 0 1px 10px 0 rgba(var(--elevation-base-color), .12), 0 2px 4px -1px rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .btn:focus:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]),
  .c-app:not(.c-legacy-theme) .btn.focus:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, .14), 0 1px 10px 0 rgba(60, 75, 100, .12), 0 2px 4px -1px rgba(60, 75, 100, .20);
  }
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn i,
.btn .c-icon {
  height: 0.875rem;
  margin: 0.21875rem 0;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-primary:hover {
    color: #fff;
    background-color: #0a84a8;
    border-color: #097b9c;
  }
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0a84a8;
  border-color: #097b9c;
  box-shadow: 0 0 0 0.2rem rgba(48, 175, 212, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #097b9c;
  border-color: #087190;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 175, 212, 0.5);
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #097b9c;
  border-color: #087190;
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 175, 212, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-secondary:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d;
  }
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-success:hover {
    color: #fff;
    background-color: #26994d;
    border-color: #248f48;
  }
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #26994d;
  border-color: #248f48;
  box-shadow: 0 0 0 0.2rem rgba(77, 195, 116, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #248f48;
  border-color: #218543;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 195, 116, 0.5);
}

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #248f48;
  border-color: #218543;
}

.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 195, 116, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-info:hover {
    color: #fff;
    background-color: #0d86ff;
    border-color: #0080ff;
  }
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0d86ff;
  border-color: #0080ff;
  box-shadow: 0 0 0 0.2rem rgba(82, 168, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0080ff;
  border-color: #0079f2;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 168, 255, 0.5);
}

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0080ff;
  border-color: #0079f2;
}

.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 168, 255, 0.5);
}

.btn-warning {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-warning:hover {
    color: #4f5d73;
    background-color: #e29c06;
    border-color: #d69405;
  }
}

.btn-warning:focus,
.btn-warning.focus {
  color: #4f5d73;
  background-color: #e29c06;
  border-color: #d69405;
  box-shadow: 0 0 0 0.2rem rgba(224, 164, 35, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #d69405;
  border-color: #c98b05;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 164, 35, 0.5);
}

.show > .btn-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #d69405;
  border-color: #c98b05;
}

.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 164, 35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-danger:hover {
    color: #fff;
    background-color: #e03232;
    border-color: #de2727;
  }
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e03232;
  border-color: #de2727;
  box-shadow: 0 0 0 0.2rem rgba(233, 109, 109, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #de2727;
  border-color: #d82121;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 109, 109, 0.5);
}

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #de2727;
  border-color: #d82121;
}

.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 109, 109, 0.5);
}

.btn-light {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-light:hover {
    color: #4f5d73;
    background-color: #d6dade;
    border-color: #cfd4d8;
  }
}

.btn-light:focus,
.btn-light.focus {
  color: #4f5d73;
  background-color: #d6dade;
  border-color: #cfd4d8;
  box-shadow: 0 0 0 0.2rem rgba(212, 215, 220, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #cfd4d8;
  border-color: #c8cdd3;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 215, 220, 0.5);
}

.show > .btn-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #cfd4d8;
  border-color: #c8cdd3;
}

.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 215, 220, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-dark:hover {
    color: #fff;
    background-color: #535d6d;
    border-color: #4d5666;
  }
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #535d6d;
  border-color: #4d5666;
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 150, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #4d5666;
  border-color: #48505f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 150, 0.5);
}

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #4d5666;
  border-color: #48505f;
}

.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(122, 133, 150, 0.5);
}

.btn-dark-slate {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-dark-slate:hover {
    color: #fff;
    background-color: #0e1215;
    border-color: #090b0d;
  }
}

.btn-dark-slate:focus,
.btn-dark-slate.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: #090b0d;
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 76, 0.5);
}

.btn-dark-slate.disabled,
.btn-dark-slate:disabled {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.btn-dark-slate:not(:disabled):not(.disabled):active,
.show > .btn-dark-slate.dropdown-toggle {
  color: #fff;
  background-color: #090b0d;
  border-color: #040506;
}

.btn-dark-slate:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 76, 0.5);
}

.show > .btn-dark-slate.dropdown-toggle {
  color: #fff;
  background-color: #090b0d;
  border-color: #040506;
}

.show > .btn-dark-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 70, 76, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-tertiary:hover {
    color: #fff;
    background-color: #0087a8;
    border-color: #007d9b;
  }
}

.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: #0087a8;
  border-color: #007d9b;
  box-shadow: 0 0 0 0.2rem rgba(38, 179, 213, 0.5);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #007d9b;
  border-color: #00738e;
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 179, 213, 0.5);
}

.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #007d9b;
  border-color: #00738e;
}

.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 179, 213, 0.5);
}

.c-dark-theme .btn-primary {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-primary:hover {
    color: #fff;
    background-color: #156981;
    border-color: #146076;
  }
}

.c-dark-theme .btn-primary:focus,
.c-dark-theme .btn-primary.focus {
  color: #fff;
  background-color: #156981;
  border-color: #146076;
  box-shadow: 0 0 0 0.2rem rgba(61, 150, 176, 0.5);
}

.c-dark-theme .btn-primary.disabled,
.c-dark-theme .btn-primary:disabled {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .btn-primary:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #146076;
  border-color: #12576b;
}

.c-dark-theme .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 150, 176, 0.5);
}

.c-dark-theme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #146076;
  border-color: #12576b;
}

.c-dark-theme .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 150, 176, 0.5);
}

.c-dark-theme .btn-secondary {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-secondary:hover {
    color: #fff;
    background-color: #3a3c40;
    border-color: #343639;
  }
}

.c-dark-theme .btn-secondary:focus,
.c-dark-theme .btn-secondary.focus {
  color: #fff;
  background-color: #3a3c40;
  border-color: #343639;
  box-shadow: 0 0 0 0.2rem rgba(103, 105, 110, 0.5);
}

.c-dark-theme .btn-secondary.disabled,
.c-dark-theme .btn-secondary:disabled {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .btn-secondary:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #343639;
  border-color: #2e3033;
}

.c-dark-theme .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 105, 110, 0.5);
}

.c-dark-theme .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #343639;
  border-color: #2e3033;
}

.c-dark-theme .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 105, 110, 0.5);
}

.c-dark-theme .btn-success {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-success:hover {
    color: #fff;
    background-color: #3a8653;
    border-color: #367d4e;
  }
}

.c-dark-theme .btn-success:focus,
.c-dark-theme .btn-success.focus {
  color: #fff;
  background-color: #3a8653;
  border-color: #367d4e;
  box-shadow: 0 0 0 0.2rem rgba(97, 175, 123, 0.5);
}

.c-dark-theme .btn-success.disabled,
.c-dark-theme .btn-success:disabled {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .btn-success:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #367d4e;
  border-color: #327448;
}

.c-dark-theme .btn-success:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 175, 123, 0.5);
}

.c-dark-theme .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #367d4e;
  border-color: #327448;
}

.c-dark-theme .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 175, 123, 0.5);
}

.c-dark-theme .btn-info {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-info:hover {
    color: #fff;
    background-color: #2586e7;
    border-color: #1a80e6;
  }
}

.c-dark-theme .btn-info:focus,
.c-dark-theme .btn-info.focus {
  color: #fff;
  background-color: #2586e7;
  border-color: #1a80e6;
  box-shadow: 0 0 0 0.2rem rgba(99, 168, 238, 0.5);
}

.c-dark-theme .btn-info.disabled,
.c-dark-theme .btn-info:disabled {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .btn-info:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a80e6;
  border-color: #1879da;
}

.c-dark-theme .btn-info:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 168, 238, 0.5);
}

.c-dark-theme .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a80e6;
  border-color: #1879da;
}

.c-dark-theme .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 168, 238, 0.5);
}

.c-dark-theme .btn-warning {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-warning:hover {
    color: #4f5d73;
    background-color: #cb941d;
    border-color: #c08c1b;
  }
}

.c-dark-theme .btn-warning:focus,
.c-dark-theme .btn-warning.focus {
  color: #4f5d73;
  background-color: #cb941d;
  border-color: #c08c1b;
  box-shadow: 0 0 0 0.2rem rgba(203, 157, 56, 0.5);
}

.c-dark-theme .btn-warning.disabled,
.c-dark-theme .btn-warning:disabled {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .btn-warning:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c08c1b;
  border-color: #b4841a;
}

.c-dark-theme .btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 157, 56, 0.5);
}

.c-dark-theme .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c08c1b;
  border-color: #b4841a;
}

.c-dark-theme .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 157, 56, 0.5);
}

.c-dark-theme .btn-danger {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-danger:hover {
    color: #fff;
    background-color: #c84949;
    border-color: #c54040;
  }
}

.c-dark-theme .btn-danger:focus,
.c-dark-theme .btn-danger.focus {
  color: #fff;
  background-color: #c84949;
  border-color: #c54040;
  box-shadow: 0 0 0 0.2rem rgba(216, 126, 126, 0.5);
}

.c-dark-theme .btn-danger.disabled,
.c-dark-theme .btn-danger:disabled {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .btn-danger:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c54040;
  border-color: #bf3939;
}

.c-dark-theme .btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 126, 126, 0.5);
}

.c-dark-theme .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c54040;
  border-color: #bf3939;
}

.c-dark-theme .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 126, 126, 0.5);
}

.c-dark-theme .btn-light {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-light:hover {
    color: #fff;
    background-color: #5a5c69;
    border-color: #555662;
  }
}

.c-dark-theme .btn-light:focus,
.c-dark-theme .btn-light.focus {
  color: #fff;
  background-color: #5a5c69;
  border-color: #555662;
  box-shadow: 0 0 0 0.2rem rgba(130, 132, 145, 0.5);
}

.c-dark-theme .btn-light.disabled,
.c-dark-theme .btn-light:disabled {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .btn-light:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #555662;
  border-color: #4f505c;
}

.c-dark-theme .btn-light:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 132, 145, 0.5);
}

.c-dark-theme .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #555662;
  border-color: #4f505c;
}

.c-dark-theme .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 132, 145, 0.5);
}

.c-dark-theme .btn-dark {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black;
  }
}

.c-dark-theme .btn-dark:focus,
.c-dark-theme .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 56, 0.5);
}

.c-dark-theme .btn-dark.disabled,
.c-dark-theme .btn-dark:disabled {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .btn-dark:not(:disabled):not(.disabled):active,
.show > .c-dark-theme .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.c-dark-theme .btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .c-dark-theme .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 56, 0.5);
}

.c-dark-theme .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.c-dark-theme .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 56, 0.5);
}

.c-legacy-theme .btn-primary {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-primary:hover {
    color: #fff;
    background-color: #1b8eb7;
    border-color: #1985ac;
  }
}

.c-legacy-theme .btn-primary:focus,
.c-legacy-theme .btn-primary.focus {
  color: #fff;
  background-color: #1b8eb7;
  border-color: #1985ac;
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

.c-legacy-theme .btn-primary.disabled,
.c-legacy-theme .btn-primary:disabled {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .btn-primary:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1985ac;
  border-color: #187da0;
}

.c-legacy-theme .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

.c-legacy-theme .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1985ac;
  border-color: #187da0;
}

.c-legacy-theme .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 181, 222, 0.5);
}

.c-legacy-theme .btn-secondary {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-secondary:hover {
    color: #4f5d73;
    background-color: #b3bbc2;
    border-color: #acb5bc;
  }
}

.c-legacy-theme .btn-secondary:focus,
.c-legacy-theme .btn-secondary.focus {
  color: #4f5d73;
  background-color: #b3bbc2;
  border-color: #acb5bc;
  box-shadow: 0 0 0 0.2rem rgba(182, 189, 197, 0.5);
}

.c-legacy-theme .btn-secondary.disabled,
.c-legacy-theme .btn-secondary:disabled {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .btn-secondary:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-secondary.dropdown-toggle {
  color: #4f5d73;
  background-color: #acb5bc;
  border-color: #a5aeb7;
}

.c-legacy-theme .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 189, 197, 0.5);
}

.c-legacy-theme .show > .btn-secondary.dropdown-toggle {
  color: #4f5d73;
  background-color: #acb5bc;
  border-color: #a5aeb7;
}

.c-legacy-theme .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 189, 197, 0.5);
}

.c-legacy-theme .btn-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-success:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3a9d5d;
  }
}

.c-legacy-theme .btn-success:focus,
.c-legacy-theme .btn-success.focus {
  color: #fff;
  background-color: #3ea662;
  border-color: #3a9d5d;
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

.c-legacy-theme .btn-success.disabled,
.c-legacy-theme .btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .btn-success:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}

.c-legacy-theme .btn-success:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

.c-legacy-theme .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9d5d;
  border-color: #379457;
}

.c-legacy-theme .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);
}

.c-legacy-theme .btn-info {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-info:hover {
    color: #4f5d73;
    background-color: #43b6d7;
    border-color: #39b2d5;
  }
}

.c-legacy-theme .btn-info:focus,
.c-legacy-theme .btn-info.focus {
  color: #4f5d73;
  background-color: #43b6d7;
  border-color: #39b2d5;
  box-shadow: 0 0 0 0.2rem rgba(96, 179, 206, 0.5);
}

.c-legacy-theme .btn-info.disabled,
.c-legacy-theme .btn-info:disabled {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .btn-info:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}

.c-legacy-theme .btn-info:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 179, 206, 0.5);
}

.c-legacy-theme .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}

.c-legacy-theme .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 179, 206, 0.5);
}

.c-legacy-theme .btn-warning {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-warning:hover {
    color: #4f5d73;
    background-color: #e0a800;
    border-color: #d39e00;
  }
}

.c-legacy-theme .btn-warning:focus,
.c-legacy-theme .btn-warning.focus {
  color: #4f5d73;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(229, 178, 23, 0.5);
}

.c-legacy-theme .btn-warning.disabled,
.c-legacy-theme .btn-warning:disabled {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .btn-warning:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #d39e00;
  border-color: #c69500;
}

.c-legacy-theme .btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 178, 23, 0.5);
}

.c-legacy-theme .show > .btn-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #d39e00;
  border-color: #c69500;
}

.c-legacy-theme .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 178, 23, 0.5);
}

.c-legacy-theme .btn-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-danger:hover {
    color: #fff;
    background-color: #f64846;
    border-color: #f63c3a;
  }
}

.c-legacy-theme .btn-danger:focus,
.c-legacy-theme .btn-danger.focus {
  color: #fff;
  background-color: #f64846;
  border-color: #f63c3a;
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.c-legacy-theme .btn-danger.disabled,
.c-legacy-theme .btn-danger:disabled {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .btn-danger:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}

.c-legacy-theme .btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.c-legacy-theme .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}

.c-legacy-theme .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);
}

.c-legacy-theme .btn-light {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-light:hover {
    color: #4f5d73;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
  }
}

.c-legacy-theme .btn-light:focus,
.c-legacy-theme .btn-light.focus {
  color: #4f5d73;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
  box-shadow: 0 0 0 0.2rem rgba(216, 221, 226, 0.5);
}

.c-legacy-theme .btn-light.disabled,
.c-legacy-theme .btn-light:disabled {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .btn-light:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}

.c-legacy-theme .btn-light:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 221, 226, 0.5);
}

.c-legacy-theme .show > .btn-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}

.c-legacy-theme .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 221, 226, 0.5);
}

.c-legacy-theme .btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-dark:hover {
    color: #fff;
    background-color: #1e2225;
    border-color: #181b1e;
  }
}

.c-legacy-theme .btn-dark:focus,
.c-legacy-theme .btn-dark.focus {
  color: #fff;
  background-color: #1e2225;
  border-color: #181b1e;
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

.c-legacy-theme .btn-dark.disabled,
.c-legacy-theme .btn-dark:disabled {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .btn-dark:not(:disabled):not(.disabled):active,
.show > .c-legacy-theme .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #181b1e;
  border-color: #121517;
}

.c-legacy-theme .btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .c-legacy-theme .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

.c-legacy-theme .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #181b1e;
  border-color: #121517;
}

.c-legacy-theme .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

.btn-transparent {
  color: rgba(255, 255, 255, 0.8);
}

.btn-transparent:hover {
  color: rgb(255, 255, 255);
}

.btn-outline-primary {
  color: #0ca1cc;
  border-color: #0ca1cc;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0ca1cc;
    border-color: #0ca1cc;
  }
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0ca1cc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.btn-outline-secondary {
  color: #666;
  border-color: #666;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
  }
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #666;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-success {
  color: #2eb85c;
  border-color: #2eb85c;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2eb85c;
    border-color: #2eb85c;
  }
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #2eb85c;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.btn-outline-info {
  color: #39f;
  border-color: #39f;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-info:hover {
    color: #fff;
    background-color: #39f;
    border-color: #39f;
  }
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #39f;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.btn-outline-warning {
  color: #f9b115;
  border-color: #f9b115;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-warning:hover {
    color: #4f5d73;
    background-color: #f9b115;
    border-color: #f9b115;
  }
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f9b115;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.btn-outline-danger {
  color: #e55353;
  border-color: #e55353;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e55353;
    border-color: #e55353;
  }
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e55353;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.btn-outline-light {
  color: #ebedef;
  border-color: #ebedef;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-light:hover {
    color: #4f5d73;
    background-color: #ebedef;
    border-color: #ebedef;
  }
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ebedef;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.show > .btn-outline-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.btn-outline-dark {
  color: #636f83;
  border-color: #636f83;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #636f83;
    border-color: #636f83;
  }
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #636f83;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.btn-outline-dark-slate {
  color: #1d252c;
  border-color: #1d252c;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-dark-slate:hover {
    color: #fff;
    background-color: #1d252c;
    border-color: #1d252c;
  }
}

.btn-outline-dark-slate:focus,
.btn-outline-dark-slate.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.btn-outline-dark-slate.disabled,
.btn-outline-dark-slate:disabled {
  color: #1d252c;
  background-color: transparent;
}

.btn-outline-dark-slate:not(:disabled):not(.disabled):active,
.btn-outline-dark-slate:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.btn-outline-dark-slate:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-slate:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.show > .btn-outline-dark-slate.dropdown-toggle {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.show > .btn-outline-dark-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.btn-outline-tertiary {
  color: #00a6ce;
  border-color: #00a6ce;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #00a6ce;
    border-color: #00a6ce;
  }
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #00a6ce;
  background-color: transparent;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.c-dark-theme .btn-outline-primary {
  color: #1b84a2;
  border-color: #1b84a2;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-primary:hover {
    color: #fff;
    background-color: #1b84a2;
    border-color: #1b84a2;
  }
}

.c-dark-theme .btn-outline-primary:focus,
.c-dark-theme .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .btn-outline-primary.disabled,
.c-dark-theme .btn-outline-primary:disabled {
  color: #1b84a2;
  background-color: transparent;
}

.c-dark-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .btn-outline-secondary {
  color: #4c4f54;
  border-color: #4c4f54;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-secondary:hover {
    color: #fff;
    background-color: #4c4f54;
    border-color: #4c4f54;
  }
}

.c-dark-theme .btn-outline-secondary:focus,
.c-dark-theme .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .btn-outline-secondary.disabled,
.c-dark-theme .btn-outline-secondary:disabled {
  color: #4c4f54;
  background-color: transparent;
}

.c-dark-theme .btn-outline-secondary:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .btn-outline-success {
  color: #45a164;
  border-color: #45a164;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-success:hover {
    color: #fff;
    background-color: #45a164;
    border-color: #45a164;
  }
}

.c-dark-theme .btn-outline-success:focus,
.c-dark-theme .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .btn-outline-success.disabled,
.c-dark-theme .btn-outline-success:disabled {
  color: #45a164;
  background-color: transparent;
}

.c-dark-theme .btn-outline-success:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .btn-outline-info {
  color: #4799eb;
  border-color: #4799eb;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-info:hover {
    color: #fff;
    background-color: #4799eb;
    border-color: #4799eb;
  }
}

.c-dark-theme .btn-outline-info:focus,
.c-dark-theme .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .btn-outline-info.disabled,
.c-dark-theme .btn-outline-info:disabled {
  color: #4799eb;
  background-color: transparent;
}

.c-dark-theme .btn-outline-info:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .btn-outline-warning {
  color: #e1a82d;
  border-color: #e1a82d;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-warning:hover {
    color: #4f5d73;
    background-color: #e1a82d;
    border-color: #e1a82d;
  }
}

.c-dark-theme .btn-outline-warning:focus,
.c-dark-theme .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .btn-outline-warning.disabled,
.c-dark-theme .btn-outline-warning:disabled {
  color: #e1a82d;
  background-color: transparent;
}

.c-dark-theme .btn-outline-warning:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .show > .btn-outline-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .btn-outline-danger {
  color: #d16767;
  border-color: #d16767;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-danger:hover {
    color: #fff;
    background-color: #d16767;
    border-color: #d16767;
  }
}

.c-dark-theme .btn-outline-danger:focus,
.c-dark-theme .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .btn-outline-danger.disabled,
.c-dark-theme .btn-outline-danger:disabled {
  color: #d16767;
  background-color: transparent;
}

.c-dark-theme .btn-outline-danger:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .btn-outline-light {
  color: #6c6e7e;
  border-color: #6c6e7e;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-light:hover {
    color: #fff;
    background-color: #6c6e7e;
    border-color: #6c6e7e;
  }
}

.c-dark-theme .btn-outline-light:focus,
.c-dark-theme .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .btn-outline-light.disabled,
.c-dark-theme .btn-outline-light:disabled {
  color: #6c6e7e;
  background-color: transparent;
}

.c-dark-theme .btn-outline-light:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .btn-outline-dark {
  color: #0e0e15;
  border-color: #0e0e15;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .btn-outline-dark:hover {
    color: #fff;
    background-color: #0e0e15;
    border-color: #0e0e15;
  }
}

.c-dark-theme .btn-outline-dark:focus,
.c-dark-theme .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-dark-theme .btn-outline-dark.disabled,
.c-dark-theme .btn-outline-dark:disabled {
  color: #0e0e15;
  background-color: transparent;
}

.c-dark-theme .btn-outline-dark:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-dark-theme .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-legacy-theme .btn-outline-primary {
  color: #20a8d8;
  border-color: #20a8d8;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-primary:hover {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
  }
}

.c-legacy-theme .btn-outline-primary:focus,
.c-legacy-theme .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .btn-outline-primary.disabled,
.c-legacy-theme .btn-outline-primary:disabled {
  color: #20a8d8;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .btn-outline-secondary {
  color: #c8ced3;
  border-color: #c8ced3;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-secondary:hover {
    color: #4f5d73;
    background-color: #c8ced3;
    border-color: #c8ced3;
  }
}

.c-legacy-theme .btn-outline-secondary:focus,
.c-legacy-theme .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .btn-outline-secondary.disabled,
.c-legacy-theme .btn-outline-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-secondary:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .show > .btn-outline-secondary.dropdown-toggle {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .btn-outline-success {
  color: #4dbd74;
  border-color: #4dbd74;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-success:hover {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
  }
}

.c-legacy-theme .btn-outline-success:focus,
.c-legacy-theme .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .btn-outline-success.disabled,
.c-legacy-theme .btn-outline-success:disabled {
  color: #4dbd74;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-success:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .btn-outline-info {
  color: #63c2de;
  border-color: #63c2de;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-info:hover {
    color: #4f5d73;
    background-color: #63c2de;
    border-color: #63c2de;
  }
}

.c-legacy-theme .btn-outline-info:focus,
.c-legacy-theme .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .btn-outline-info.disabled,
.c-legacy-theme .btn-outline-info:disabled {
  color: #63c2de;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-info:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .show > .btn-outline-info.dropdown-toggle {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-warning:hover {
    color: #4f5d73;
    background-color: #ffc107;
    border-color: #ffc107;
  }
}

.c-legacy-theme .btn-outline-warning:focus,
.c-legacy-theme .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .btn-outline-warning.disabled,
.c-legacy-theme .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-warning:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .show > .btn-outline-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .btn-outline-danger {
  color: #f86c6b;
  border-color: #f86c6b;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-danger:hover {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
  }
}

.c-legacy-theme .btn-outline-danger:focus,
.c-legacy-theme .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .btn-outline-danger.disabled,
.c-legacy-theme .btn-outline-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-danger:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .btn-outline-light {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-light:hover {
    color: #4f5d73;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
  }
}

.c-legacy-theme .btn-outline-light:focus,
.c-legacy-theme .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .btn-outline-light.disabled,
.c-legacy-theme .btn-outline-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-light:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .show > .btn-outline-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .btn-outline-dark {
  color: #2f353a;
  border-color: #2f353a;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .btn-outline-dark:hover {
    color: #fff;
    background-color: #2f353a;
    border-color: #2f353a;
  }
}

.c-legacy-theme .btn-outline-dark:focus,
.c-legacy-theme .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.c-legacy-theme .btn-outline-dark.disabled,
.c-legacy-theme .btn-outline-dark:disabled {
  color: #2f353a;
  background-color: transparent;
}

.c-legacy-theme .btn-outline-dark:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.c-legacy-theme .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0ca1cc;
  text-decoration: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-link:hover {
    color: #086884;
    text-decoration: underline;
  }
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #8a93a2;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-lg i,
.btn-group-lg > .btn i,
.btn-lg .c-icon,
.btn-group-lg > .btn .c-icon {
  width: 1.09375rem;
  height: 1.09375rem;
  margin: 0.2734375rem 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-sm i,
.btn-group-sm > .btn i,
.btn-sm .c-icon,
.btn-group-sm > .btn .c-icon {
  width: 0.765625rem;
  height: 0.765625rem;
  margin: 0.19140625rem 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-pill {
  border-radius: 50em;
}

.btn-square {
  border-radius: 0;
}

.btn-ghost-primary {
  color: #0ca1cc;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-primary:hover {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.btn-ghost-primary:focus,
.btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.btn-ghost-primary.disabled,
.btn-ghost-primary:disabled {
  color: #0ca1cc;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-primary:not(:disabled):not(.disabled):active,
.btn-ghost-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.btn-ghost-primary:not(:disabled):not(.disabled):active:focus,
.btn-ghost-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.5);
}

.btn-ghost-secondary {
  color: #666;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-secondary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-ghost-secondary:focus,
.btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-ghost-secondary.disabled,
.btn-ghost-secondary:disabled {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-secondary:not(:disabled):not(.disabled):active,
.btn-ghost-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-ghost-secondary:not(:disabled):not(.disabled):active:focus,
.btn-ghost-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.show > .btn-ghost-secondary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-ghost-success {
  color: #2eb85c;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-success:hover {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.btn-ghost-success:focus,
.btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.btn-ghost-success.disabled,
.btn-ghost-success:disabled {
  color: #2eb85c;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-success:not(:disabled):not(.disabled):active,
.btn-ghost-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.btn-ghost-success:not(:disabled):not(.disabled):active:focus,
.btn-ghost-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.5);
}

.btn-ghost-info {
  color: #39f;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-info:hover {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.btn-ghost-info:focus,
.btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.btn-ghost-info.disabled,
.btn-ghost-info:disabled {
  color: #39f;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-info:not(:disabled):not(.disabled):active,
.btn-ghost-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.btn-ghost-info:not(:disabled):not(.disabled):active:focus,
.btn-ghost-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.show > .btn-ghost-info.dropdown-toggle {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}

.show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 153, 255, 0.5);
}

.btn-ghost-warning {
  color: #f9b115;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-warning:hover {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.btn-ghost-warning:focus,
.btn-ghost-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.btn-ghost-warning.disabled,
.btn-ghost-warning:disabled {
  color: #f9b115;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-warning:not(:disabled):not(.disabled):active,
.btn-ghost-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.btn-ghost-warning:not(:disabled):not(.disabled):active:focus,
.btn-ghost-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.show > .btn-ghost-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #f9b115;
}

.show > .btn-ghost-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 177, 21, 0.5);
}

.btn-ghost-danger {
  color: #e55353;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-danger:hover {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.btn-ghost-danger:focus,
.btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.btn-ghost-danger.disabled,
.btn-ghost-danger:disabled {
  color: #e55353;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-danger:not(:disabled):not(.disabled):active,
.btn-ghost-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.btn-ghost-danger:not(:disabled):not(.disabled):active:focus,
.btn-ghost-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #e55353;
  border-color: #e55353;
}

.show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.5);
}

.btn-ghost-light {
  color: #ebedef;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-light:hover {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.btn-ghost-light:focus,
.btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.btn-ghost-light.disabled,
.btn-ghost-light:disabled {
  color: #ebedef;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-light:not(:disabled):not(.disabled):active,
.btn-ghost-light:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.btn-ghost-light:not(:disabled):not(.disabled):active:focus,
.btn-ghost-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.show > .btn-ghost-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #ebedef;
}

.show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 237, 239, 0.5);
}

.btn-ghost-dark {
  color: #636f83;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-dark:hover {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.btn-ghost-dark:focus,
.btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.btn-ghost-dark.disabled,
.btn-ghost-dark:disabled {
  color: #636f83;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-dark:not(:disabled):not(.disabled):active,
.btn-ghost-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.btn-ghost-dark:not(:disabled):not(.disabled):active:focus,
.btn-ghost-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #636f83;
  border-color: #636f83;
}

.show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 111, 131, 0.5);
}

.btn-ghost-dark-slate {
  color: #1d252c;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-dark-slate:hover {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.btn-ghost-dark-slate:focus,
.btn-ghost-dark-slate.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.btn-ghost-dark-slate.disabled,
.btn-ghost-dark-slate:disabled {
  color: #1d252c;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-dark-slate:not(:disabled):not(.disabled):active,
.btn-ghost-dark-slate:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.btn-ghost-dark-slate:not(:disabled):not(.disabled):active:focus,
.btn-ghost-dark-slate:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.show > .btn-ghost-dark-slate.dropdown-toggle {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}

.show > .btn-ghost-dark-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 37, 44, 0.5);
}

.btn-ghost-tertiary {
  color: #00a6ce;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.btn-ghost-tertiary:hover {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-ghost-tertiary:focus,
.btn-ghost-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.btn-ghost-tertiary.disabled,
.btn-ghost-tertiary:disabled {
  color: #00a6ce;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-tertiary:not(:disabled):not(.disabled):active,
.btn-ghost-tertiary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-ghost-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-ghost-tertiary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.show > .btn-ghost-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.show > .btn-ghost-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.5);
}

.c-dark-theme .btn-ghost-primary {
  color: #1b84a2;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-primary:hover {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .btn-ghost-primary:focus,
.c-dark-theme .btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .btn-ghost-primary.disabled,
.c-dark-theme .btn-ghost-primary:disabled {
  color: #1b84a2;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-primary:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .btn-ghost-primary:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 162, 0.5);
}

.c-dark-theme .btn-ghost-secondary {
  color: #4c4f54;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-secondary:hover {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .btn-ghost-secondary:focus,
.c-dark-theme .btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .btn-ghost-secondary.disabled,
.c-dark-theme .btn-ghost-secondary:disabled {
  color: #4c4f54;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-secondary:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .btn-ghost-secondary:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .show > .btn-ghost-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 79, 84, 0.5);
}

.c-dark-theme .btn-ghost-success {
  color: #45a164;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-success:hover {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .btn-ghost-success:focus,
.c-dark-theme .btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .btn-ghost-success.disabled,
.c-dark-theme .btn-ghost-success:disabled {
  color: #45a164;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-success:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .btn-ghost-success:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 161, 100, 0.5);
}

.c-dark-theme .btn-ghost-info {
  color: #4799eb;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-info:hover {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .btn-ghost-info:focus,
.c-dark-theme .btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .btn-ghost-info.disabled,
.c-dark-theme .btn-ghost-info:disabled {
  color: #4799eb;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-info:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .btn-ghost-info:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .show > .btn-ghost-info.dropdown-toggle {
  color: #fff;
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 153, 235, 0.5);
}

.c-dark-theme .btn-ghost-warning {
  color: #e1a82d;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-warning:hover {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .btn-ghost-warning:focus,
.c-dark-theme .btn-ghost-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .btn-ghost-warning.disabled,
.c-dark-theme .btn-ghost-warning:disabled {
  color: #e1a82d;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-warning:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .btn-ghost-warning:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .show > .btn-ghost-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .show > .btn-ghost-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 168, 45, 0.5);
}

.c-dark-theme .btn-ghost-danger {
  color: #d16767;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-danger:hover {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .btn-ghost-danger:focus,
.c-dark-theme .btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .btn-ghost-danger.disabled,
.c-dark-theme .btn-ghost-danger:disabled {
  color: #d16767;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-danger:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .btn-ghost-danger:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 103, 103, 0.5);
}

.c-dark-theme .btn-ghost-light {
  color: #6c6e7e;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-light:hover {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .btn-ghost-light:focus,
.c-dark-theme .btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .btn-ghost-light.disabled,
.c-dark-theme .btn-ghost-light:disabled {
  color: #6c6e7e;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-light:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .btn-ghost-light:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .show > .btn-ghost-light.dropdown-toggle {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 110, 126, 0.5);
}

.c-dark-theme .btn-ghost-dark {
  color: #0e0e15;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-dark:hover {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .btn-ghost-dark:focus,
.c-dark-theme .btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-dark-theme .btn-ghost-dark.disabled,
.c-dark-theme .btn-ghost-dark:disabled {
  color: #0e0e15;
  background-color: transparent;
  border-color: transparent;
}

.c-dark-theme .btn-ghost-dark:not(:disabled):not(.disabled):active,
.c-dark-theme .btn-ghost-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .btn-ghost-dark:not(:disabled):not(.disabled):active:focus,
.c-dark-theme .btn-ghost-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-dark-theme .show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 14, 21, 0.5);
}

.c-legacy-theme .btn-ghost-primary {
  color: #20a8d8;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-primary:hover {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .btn-ghost-primary:focus,
.c-legacy-theme .btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .btn-ghost-primary.disabled,
.c-legacy-theme .btn-ghost-primary:disabled {
  color: #20a8d8;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-primary:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .btn-ghost-primary:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.c-legacy-theme .btn-ghost-secondary {
  color: #c8ced3;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-secondary:hover {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .btn-ghost-secondary:focus,
.c-legacy-theme .btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .btn-ghost-secondary.disabled,
.c-legacy-theme .btn-ghost-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-secondary:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-secondary:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .btn-ghost-secondary:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .show > .btn-ghost-secondary.dropdown-toggle {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

.c-legacy-theme .btn-ghost-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .btn-ghost-success:focus,
.c-legacy-theme .btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .btn-ghost-success.disabled,
.c-legacy-theme .btn-ghost-success:disabled {
  color: #4dbd74;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-success:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .btn-ghost-success:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

.c-legacy-theme .btn-ghost-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-info:hover {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .btn-ghost-info:focus,
.c-legacy-theme .btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .btn-ghost-info.disabled,
.c-legacy-theme .btn-ghost-info:disabled {
  color: #63c2de;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-info:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-info:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .btn-ghost-info:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .show > .btn-ghost-info.dropdown-toggle {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

.c-legacy-theme .btn-ghost-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-warning:hover {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .btn-ghost-warning:focus,
.c-legacy-theme .btn-ghost-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .btn-ghost-warning.disabled,
.c-legacy-theme .btn-ghost-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-warning:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-warning:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .btn-ghost-warning:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .show > .btn-ghost-warning.dropdown-toggle {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .show > .btn-ghost-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.c-legacy-theme .btn-ghost-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .btn-ghost-danger:focus,
.c-legacy-theme .btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .btn-ghost-danger.disabled,
.c-legacy-theme .btn-ghost-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-danger:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .btn-ghost-danger:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

.c-legacy-theme .btn-ghost-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-light:hover {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .btn-ghost-light:focus,
.c-legacy-theme .btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .btn-ghost-light.disabled,
.c-legacy-theme .btn-ghost-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-light:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-light:not(:disabled):not(.disabled).active {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .btn-ghost-light:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .show > .btn-ghost-light.dropdown-toggle {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

.c-legacy-theme .btn-ghost-dark {
  color: #2f353a;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .btn-ghost-dark:focus,
.c-legacy-theme .btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.c-legacy-theme .btn-ghost-dark.disabled,
.c-legacy-theme .btn-ghost-dark:disabled {
  color: #2f353a;
  background-color: transparent;
  border-color: transparent;
}

.c-legacy-theme .btn-ghost-dark:not(:disabled):not(.disabled):active,
.c-legacy-theme .btn-ghost-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .btn-ghost-dark:not(:disabled):not(.disabled):active:focus,
.c-legacy-theme .btn-ghost-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.c-legacy-theme .show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
  }
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-twitter:hover {
    color: #fff;
    background-color: #0090c7;
    border-color: #0087ba;
  }
}

.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-linkedin:hover {
    color: #fff;
    background-color: #3d6399;
    border-color: #395d90;
  }
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-flickr:hover {
    color: #fff;
    background-color: #d90070;
    border-color: #cc006a;
  }
}

.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:not(:disabled):not(.disabled):active,
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

.btn-flickr:not(:disabled):not(.disabled):active:focus,
.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-tumblr:hover {
    color: #fff;
    background-color: #263d53;
    border-color: #22364a;
  }
}

.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-tumblr.disabled,
.btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.btn-tumblr:not(:disabled):not(.disabled):active,
.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

.btn-tumblr:not(:disabled):not(.disabled):active:focus,
.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-xing:hover {
    color: #fff;
    background-color: #013f40;
    border-color: #013334;
  }
}

.btn-xing:focus,
.btn-xing.focus {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-xing.disabled,
.btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.btn-xing:not(:disabled):not(.disabled):active,
.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

.btn-xing:not(:disabled):not(.disabled):active:focus,
.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-github:hover {
    color: #fff;
    background-color: #3570aa;
    border-color: #3269a0;
  }
}

.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.btn-github:not(:disabled):not(.disabled):active,
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-stack-overflow:hover {
    color: #fff;
    background-color: #ec6701;
    border-color: #df6101;
  }
}

.btn-stack-overflow:focus,
.btn-stack-overflow.focus {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-stack-overflow.disabled,
.btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active,
.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active:focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-youtube:hover {
    color: #fff;
    background-color: #950000;
    border-color: #880000;
  }
}

.btn-youtube:focus,
.btn-youtube.focus {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
  }
}

.btn-dribbble:focus,
.btn-dribbble.focus {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-instagram:hover {
    color: #fff;
    background-color: #446b8a;
    border-color: #406582;
  }
}

.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-pinterest:hover {
    color: #fff;
    background-color: #aa1b21;
    border-color: #9f191f;
  }
}

.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-vk:hover {
    color: #fff;
    background-color: #385474;
    border-color: #344d6c;
  }
}

.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.btn-vk:not(:disabled):not(.disabled):active,
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

.btn-vk:not(:disabled):not(.disabled):active:focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-yahoo:hover {
    color: #fff;
    background-color: #2f016b;
    border-color: #2a015e;
  }
}

.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-yahoo.disabled,
.btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.btn-yahoo:not(:disabled):not(.disabled):active,
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

.btn-yahoo:not(:disabled):not(.disabled):active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-behance:hover {
    color: #fff;
    background-color: #0055f0;
    border-color: #0050e3;
  }
}

.btn-behance:focus,
.btn-behance.focus {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-behance.disabled,
.btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-behance:not(:disabled):not(.disabled):active,
.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

.btn-behance:not(:disabled):not(.disabled):active:focus,
.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-reddit:hover {
    color: #fff;
    background-color: #d93b00;
    border-color: #cc3700;
  }
}

.btn-reddit:focus,
.btn-reddit.focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-reddit.disabled,
.btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:not(:disabled):not(.disabled):active,
.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

.btn-reddit:not(:disabled):not(.disabled):active:focus,
.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-vimeo {
  color: #4f5d73;
  background-color: #aad450;
  border-color: #aad450;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .btn-vimeo:hover {
    color: #4f5d73;
    background-color: #9bcc32;
    border-color: #93c130;
  }
}

.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #4f5d73;
  background-color: #9bcc32;
  border-color: #93c130;
  box-shadow: 0 0 0 0.2rem rgba(156, 194, 85, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: #4f5d73;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.show > .btn-vimeo.dropdown-toggle {
  color: #4f5d73;
  background-color: #93c130;
  border-color: #8bb72d;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 194, 85, 0.5);
}

.show > .btn-vimeo.dropdown-toggle {
  color: #4f5d73;
  background-color: #93c130;
  border-color: #8bb72d;
}

.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 194, 85, 0.5);
}

.c-callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border-radius: 0.25rem;
}

html:not([dir=rtl]) .c-callout {
  border-left: 4px solid #d8dbe0;
}

*[dir=rtl] .c-callout {
  border-right: 4px solid #d8dbe0;
}

.c-callout-bordered {
  border: 1px solid #d8dbe0;
  border-left-width: 4px;
}

.c-callout code {
  border-radius: 0.25rem;
}

.c-callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.c-callout p:last-child {
  margin-bottom: 0;
}

.c-callout + .c-callout {
  margin-top: -0.25rem;
}

html:not([dir=rtl]) .c-callout-primary {
  border-left-color: #0ca1cc;
}

*[dir=rtl] .c-callout-primary {
  border-right-color: #0ca1cc;
}

.c-callout-primary h4 {
  color: #0ca1cc;
}

html:not([dir=rtl]) .c-callout-secondary {
  border-left-color: #666;
}

*[dir=rtl] .c-callout-secondary {
  border-right-color: #666;
}

.c-callout-secondary h4 {
  color: #666;
}

html:not([dir=rtl]) .c-callout-success {
  border-left-color: #2eb85c;
}

*[dir=rtl] .c-callout-success {
  border-right-color: #2eb85c;
}

.c-callout-success h4 {
  color: #2eb85c;
}

html:not([dir=rtl]) .c-callout-info {
  border-left-color: #39f;
}

*[dir=rtl] .c-callout-info {
  border-right-color: #39f;
}

.c-callout-info h4 {
  color: #39f;
}

html:not([dir=rtl]) .c-callout-warning {
  border-left-color: #f9b115;
}

*[dir=rtl] .c-callout-warning {
  border-right-color: #f9b115;
}

.c-callout-warning h4 {
  color: #f9b115;
}

html:not([dir=rtl]) .c-callout-danger {
  border-left-color: #e55353;
}

*[dir=rtl] .c-callout-danger {
  border-right-color: #e55353;
}

.c-callout-danger h4 {
  color: #e55353;
}

html:not([dir=rtl]) .c-callout-light {
  border-left-color: #ebedef;
}

*[dir=rtl] .c-callout-light {
  border-right-color: #ebedef;
}

.c-callout-light h4 {
  color: #ebedef;
}

html:not([dir=rtl]) .c-callout-dark {
  border-left-color: #636f83;
}

*[dir=rtl] .c-callout-dark {
  border-right-color: #636f83;
}

.c-callout-dark h4 {
  color: #636f83;
}

html:not([dir=rtl]) .c-callout-dark-slate {
  border-left-color: #1d252c;
}

*[dir=rtl] .c-callout-dark-slate {
  border-right-color: #1d252c;
}

.c-callout-dark-slate h4 {
  color: #1d252c;
}

html:not([dir=rtl]) .c-callout-tertiary {
  border-left-color: #00a6ce;
}

*[dir=rtl] .c-callout-tertiary {
  border-right-color: #00a6ce;
}

.c-callout-tertiary h4 {
  color: #00a6ce;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-primary {
  border-left-color: #1b84a2;
}

*[dir=rtl] .c-dark-theme .c-callout-primary {
  border-right-color: #1b84a2;
}

.c-dark-theme .c-callout-primary h4 {
  color: #1b84a2;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-secondary {
  border-left-color: #4c4f54;
}

*[dir=rtl] .c-dark-theme .c-callout-secondary {
  border-right-color: #4c4f54;
}

.c-dark-theme .c-callout-secondary h4 {
  color: #4c4f54;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-success {
  border-left-color: #45a164;
}

*[dir=rtl] .c-dark-theme .c-callout-success {
  border-right-color: #45a164;
}

.c-dark-theme .c-callout-success h4 {
  color: #45a164;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-info {
  border-left-color: #4799eb;
}

*[dir=rtl] .c-dark-theme .c-callout-info {
  border-right-color: #4799eb;
}

.c-dark-theme .c-callout-info h4 {
  color: #4799eb;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-warning {
  border-left-color: #e1a82d;
}

*[dir=rtl] .c-dark-theme .c-callout-warning {
  border-right-color: #e1a82d;
}

.c-dark-theme .c-callout-warning h4 {
  color: #e1a82d;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-danger {
  border-left-color: #d16767;
}

*[dir=rtl] .c-dark-theme .c-callout-danger {
  border-right-color: #d16767;
}

.c-dark-theme .c-callout-danger h4 {
  color: #d16767;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-light {
  border-left-color: #6c6e7e;
}

*[dir=rtl] .c-dark-theme .c-callout-light {
  border-right-color: #6c6e7e;
}

.c-dark-theme .c-callout-light h4 {
  color: #6c6e7e;
}

html:not([dir=rtl]) .c-dark-theme .c-callout-dark {
  border-left-color: #0e0e15;
}

*[dir=rtl] .c-dark-theme .c-callout-dark {
  border-right-color: #0e0e15;
}

.c-dark-theme .c-callout-dark h4 {
  color: #0e0e15;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-primary {
  border-left-color: #20a8d8;
}

*[dir=rtl] .c-legacy-theme .c-callout-primary {
  border-right-color: #20a8d8;
}

.c-legacy-theme .c-callout-primary h4 {
  color: #20a8d8;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-secondary {
  border-left-color: #c8ced3;
}

*[dir=rtl] .c-legacy-theme .c-callout-secondary {
  border-right-color: #c8ced3;
}

.c-legacy-theme .c-callout-secondary h4 {
  color: #c8ced3;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-success {
  border-left-color: #4dbd74;
}

*[dir=rtl] .c-legacy-theme .c-callout-success {
  border-right-color: #4dbd74;
}

.c-legacy-theme .c-callout-success h4 {
  color: #4dbd74;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-info {
  border-left-color: #63c2de;
}

*[dir=rtl] .c-legacy-theme .c-callout-info {
  border-right-color: #63c2de;
}

.c-legacy-theme .c-callout-info h4 {
  color: #63c2de;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-warning {
  border-left-color: #ffc107;
}

*[dir=rtl] .c-legacy-theme .c-callout-warning {
  border-right-color: #ffc107;
}

.c-legacy-theme .c-callout-warning h4 {
  color: #ffc107;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-danger {
  border-left-color: #f86c6b;
}

*[dir=rtl] .c-legacy-theme .c-callout-danger {
  border-right-color: #f86c6b;
}

.c-legacy-theme .c-callout-danger h4 {
  color: #f86c6b;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-light {
  border-left-color: #f0f3f5;
}

*[dir=rtl] .c-legacy-theme .c-callout-light {
  border-right-color: #f0f3f5;
}

.c-legacy-theme .c-callout-light h4 {
  color: #f0f3f5;
}

html:not([dir=rtl]) .c-legacy-theme .c-callout-dark {
  border-left-color: #2f353a;
}

*[dir=rtl] .c-legacy-theme .c-callout-dark {
  border-right-color: #2f353a;
}

.c-legacy-theme .c-callout-dark h4 {
  color: #2f353a;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .card {
  background-color: #fff;
  border-color: #c8ced3;
}

.c-dark-theme .card {
  background-color: #24252f;
  border-color: rgba(255, 255, 255, 0.075);
}

.c-app:not(.c-legacy-theme) .card {
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .card {
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, .14), 0 2px 1px -1px rgba(60, 75, 100, .12), 0 1px 3px 0 rgba(60, 75, 100, .20);
  }
}

.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(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card.drag,
.card .drag {
  cursor: move;
}

.card[class^=bg-],
.card[class*=" bg-"] {
  border-color: rgba(0, 0, 0, 0.125);
}

.card[class^=bg-] .card-header,
.card[class*=" bg-"] .card-header {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.125);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .card-link:hover {
    text-decoration: none;
  }
}

html:not([dir=rtl]) .card-link + .card-link {
  margin-left: 1.25rem;
}

*[dir=rtl] .card-link + .card-link {
  margin-right: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .card-header {
  background-color: #f0f3f5;
  border-color: #c8ced3;
}

.c-dark-theme .card-header {
  background-color: #282933;
  border-color: rgba(255, 255, 255, 0.075);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header .c-chart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .card-footer {
  background-color: #f0f3f5;
  border-color: #c8ced3;
}

.c-dark-theme .card-footer {
  background-color: #282933;
  border-color: rgba(255, 255, 255, 0.075);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  html:not([dir=rtl]) .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  *[dir=rtl] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.card-placeholder {
  background: rgba(0, 0, 21, 0.025);
  border: 1px dashed #c4c9d0;
}

.card-header-icon-bg {
  display: inline-block;
  width: 2.8125rem;
  padding: 0.75rem 0;
  margin: -0.75rem 1.25rem -0.75rem -1.25rem;
  line-height: inherit;
  color: #3c4b64;
  text-align: center;
  background: transparent;
  border-right: 1px solid;
  border-right: #d8dbe0;
}

.c-legacy-theme .card-header-icon-bg {
  border-right: #c8ced3;
}

.c-dark-theme .card-header-icon-bg {
  border-right: rgba(255, 255, 255, 0.075);
}

.card-header-actions {
  display: inline-block;
}

html:not([dir=rtl]) .card-header-actions {
  float: right;
  margin-right: -0.25rem;
}

*[dir=rtl] .card-header-actions {
  float: left;
  margin-left: -0.25rem;
}

.card-header-action {
  padding: 0 0.25rem;
  color: #8a93a2;
}

.card-header-action:hover {
  color: #3c4b64;
  text-decoration: none;
}

.card-accent-primary {
  border-top: 2px solid #0ca1cc !important;
}

.card-accent-secondary {
  border-top: 2px solid #666 !important;
}

.card-accent-success {
  border-top: 2px solid #2eb85c !important;
}

.card-accent-info {
  border-top: 2px solid #39f !important;
}

.card-accent-warning {
  border-top: 2px solid #f9b115 !important;
}

.card-accent-danger {
  border-top: 2px solid #e55353 !important;
}

.card-accent-light {
  border-top: 2px solid #ebedef !important;
}

.card-accent-dark {
  border-top: 2px solid #636f83 !important;
}

.card-accent-dark-slate {
  border-top: 2px solid #1d252c !important;
}

.card-accent-tertiary {
  border-top: 2px solid #00a6ce !important;
}

.c-dark-theme .card-accent-primary {
  border-top: 2px solid #1b84a2 !important;
}

.c-dark-theme .card-accent-secondary {
  border-top: 2px solid #4c4f54 !important;
}

.c-dark-theme .card-accent-success {
  border-top: 2px solid #45a164 !important;
}

.c-dark-theme .card-accent-info {
  border-top: 2px solid #4799eb !important;
}

.c-dark-theme .card-accent-warning {
  border-top: 2px solid #e1a82d !important;
}

.c-dark-theme .card-accent-danger {
  border-top: 2px solid #d16767 !important;
}

.c-dark-theme .card-accent-light {
  border-top: 2px solid #6c6e7e !important;
}

.c-dark-theme .card-accent-dark {
  border-top: 2px solid #0e0e15 !important;
}

.c-legacy-theme .card-accent-primary {
  border-top: 2px solid #20a8d8 !important;
}

.c-legacy-theme .card-accent-secondary {
  border-top: 2px solid #c8ced3 !important;
}

.c-legacy-theme .card-accent-success {
  border-top: 2px solid #4dbd74 !important;
}

.c-legacy-theme .card-accent-info {
  border-top: 2px solid #63c2de !important;
}

.c-legacy-theme .card-accent-warning {
  border-top: 2px solid #ffc107 !important;
}

.c-legacy-theme .card-accent-danger {
  border-top: 2px solid #f86c6b !important;
}

.c-legacy-theme .card-accent-light {
  border-top: 2px solid #f0f3f5 !important;
}

.c-legacy-theme .card-accent-dark {
  border-top: 2px solid #2f353a !important;
}

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #d8dbe0;
}

@media (min-width: 576px) {
  .card-columns.cols-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

html:not([dir=rtl]) .carousel-indicators {
  padding-left: 0;
}

*[dir=rtl] .carousel-indicators {
  padding-right: 0;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.c-chart-wrapper canvas {
  width: 100%;
}

base-chart.chart {
  display: block;
}

canvas {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  color: #000015;
  text-shadow: 0 1px 0 #fff;
}

.c-legacy-theme .close {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.c-dark-theme .close {
  color: #fff;
  text-shadow: 0 1px 0 #000015;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .close:hover {
    text-decoration: none;
    color: #000015;
  }

  .c-legacy-theme .close:hover {
    color: #000;
  }

  .c-dark-theme .close:hover {
    color: #fff;
  }
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #4f5d73;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #4f5d73;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
}

html:not([dir=rtl]) .custom-control {
  padding-left: 1.5rem;
}

*[dir=rtl] .custom-control {
  padding-right: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}

html:not([dir=rtl]) .custom-control-input {
  left: 0;
}

*[dir=rtl] .custom-control-input {
  right: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0ca1cc;
  background-color: #0ca1cc;
}

.c-legacy-theme .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0ca1cc;
  background-color: #20a8d8;
}

.c-dark-theme .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1b84a2;
  background-color: #1b84a2;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #62d5f6;
}

.c-legacy-theme .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ad4ee;
}

.c-dark-theme .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #92e2f9;
  border-color: #92e2f9;
}

.c-legacy-theme .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b6e4f4;
  border-color: #b6e4f4;
}

.c-dark-theme .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #85d4eb;
  border-color: #85d4eb;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #8a93a2;
}

.c-legacy-theme .custom-control-input[disabled] ~ .custom-control-label,
.c-legacy-theme .custom-control-input:disabled ~ .custom-control-label {
  color: #73818f;
}

.c-dark-theme .custom-control-input[disabled] ~ .custom-control-label,
.c-dark-theme .custom-control-input:disabled ~ .custom-control-label {
  color: rgba(255, 255, 255, 0.38);
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #d8dbe0;
}

.c-legacy-theme .custom-control-input[disabled] ~ .custom-control-label::before,
.c-legacy-theme .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e7ea;
}

.c-dark-theme .custom-control-input[disabled] ~ .custom-control-label::before,
.c-dark-theme .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border: solid 1px;
  background-color: #fff;
  border-color: #9da5b1;
}

html:not([dir=rtl]) .custom-control-label::before {
  left: -1.5rem;
}

*[dir=rtl] .custom-control-label::before {
  right: -1.5rem;
}

.c-legacy-theme .custom-control-label::before {
  background-color: #fff;
  border-color: #8f9ba6;
}

.c-dark-theme .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 0, 21, 0.3);
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

html:not([dir=rtl]) .custom-control-label::after {
  left: -1.5rem;
}

*[dir=rtl] .custom-control-label::after {
  right: -1.5rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.c-legacy-theme .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.c-dark-theme .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0ca1cc;
  background-color: #0ca1cc;
}

.c-legacy-theme .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #20a8d8;
}

.c-dark-theme .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1b84a2;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 161, 204, 0.5);
}

.c-legacy-theme .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.c-dark-theme .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 132, 162, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(12, 161, 204, 0.5);
}

.c-legacy-theme .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.c-dark-theme .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(27, 132, 162, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.c-legacy-theme .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.c-dark-theme .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 161, 204, 0.5);
}

.c-legacy-theme .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.c-dark-theme .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 132, 162, 0.5);
}

html:not([dir=rtl]) .custom-switch {
  padding-left: 2.25rem;
}

*[dir=rtl] .custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

html:not([dir=rtl]) .custom-switch .custom-control-label::before {
  left: -2.25rem;
}

*[dir=rtl] .custom-switch .custom-control-label::before {
  right: -2.25rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #9da5b1;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #9da5b1;
}

html:not([dir=rtl]) .custom-switch .custom-control-label::after {
  left: calc(-2.25rem + 2px);
}

*[dir=rtl] .custom-switch .custom-control-label::after {
  right: calc(-2.25rem + 2px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.c-legacy-theme .custom-switch .custom-control-label::after {
  background-color: #8f9ba6;
}

.c-dark-theme .custom-switch .custom-control-label::after {
  background-color: rgba(0, 0, 21, 0.3);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.c-legacy-theme .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

.c-dark-theme .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(255, 255, 255, 0.05);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 161, 204, 0.5);
}

.c-legacy-theme .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

.c-dark-theme .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 132, 162, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #768192;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: #d8dbe0;
}

.c-legacy-theme .custom-select {
  color: #5c6873;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: #e4e7ea;
}

.c-dark-theme .custom-select {
  color: rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.05) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(0, 0, 21, 0.3);
}

.custom-select:focus {
  border-color: #62d5f6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.c-legacy-theme .custom-select:focus {
  border-color: #8ad4ee;
}

.c-dark-theme .custom-select:focus {
  border-color: rgba(255, 255, 255, 0.2);
}

.custom-select:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

.c-dark-theme .custom-select:focus::-ms-value {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  background-image: none;
}

html:not([dir=rtl]) .custom-select[multiple],
html:not([dir=rtl]) .custom-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

*[dir=rtl] .custom-select[multiple],
*[dir=rtl] .custom-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.custom-select:disabled {
  color: #8a93a2;
  background-color: #d8dbe0;
}

.c-legacy-theme .custom-select:disabled {
  color: #73818f;
  background-color: #e4e7ea;
}

.c-dark-theme .custom-select:disabled {
  color: rgba(255, 255, 255, 0.38);
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #768192;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.765625rem;
}

html:not([dir=rtl]) .custom-select-sm {
  padding-left: 0.5rem;
}

*[dir=rtl] .custom-select-sm {
  padding-right: 0.5rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.09375rem;
}

html:not([dir=rtl]) .custom-select-lg {
  padding-left: 1rem;
}

*[dir=rtl] .custom-select-lg {
  padding-right: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
  border-color: #62d5f6;
}

.c-legacy-theme .custom-file-input:focus ~ .custom-file-label {
  border-color: #8ad4ee;
}

.c-dark-theme .custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(255, 255, 255, 0.2);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #d8dbe0;
}

.c-legacy-theme .custom-file-input[disabled] ~ .custom-file-label,
.c-legacy-theme .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e7ea;
}

.c-dark-theme .custom-file-input[disabled] ~ .custom-file-label,
.c-dark-theme .custom-file-input:disabled ~ .custom-file-label {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #768192;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .custom-file-label {
  color: #5c6873;
  background-color: #fff;
  border-color: #e4e7ea;
}

.c-dark-theme .custom-file-label {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 0, 21, 0.3);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  content: "Browse";
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #768192;
  background-color: #ebedef;
}

html:not([dir=rtl]) .custom-file-label::after {
  right: 0;
}

*[dir=rtl] .custom-file-label::after {
  left: 0;
}

.c-legacy-theme .custom-file-label::after {
  color: #5c6873;
  background-color: #f0f3f5;
}

.c-dark-theme .custom-file-label::after {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.09);
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ebedef, 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ebedef, 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ebedef, 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0ca1cc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

.c-legacy-theme .custom-range::-webkit-slider-thumb {
  background-color: #20a8d8;
}

.c-dark-theme .custom-range::-webkit-slider-thumb {
  background-color: #1b84a2;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #92e2f9;
}

.c-legacy-theme .custom-range::-webkit-slider-thumb:active {
  background-color: #b6e4f4;
}

.c-dark-theme .custom-range::-webkit-slider-thumb:active {
  background-color: #85d4eb;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #c4c9d0;
}

.c-legacy-theme .custom-range::-webkit-slider-runnable-track {
  background-color: #c8ced3;
}

.c-dark-theme .custom-range::-webkit-slider-runnable-track {
  background-color: #c4c9d0;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0ca1cc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

.c-legacy-theme .custom-range::-moz-range-thumb {
  background-color: #20a8d8;
}

.c-dark-theme .custom-range::-moz-range-thumb {
  background-color: #1b84a2;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #92e2f9;
}

.c-legacy-theme .custom-range::-moz-range-thumb:active {
  background-color: #b6e4f4;
}

.c-dark-theme .custom-range::-moz-range-thumb:active {
  background-color: #85d4eb;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c4c9d0;
  border-color: transparent;
  border-radius: 1rem;
}

.c-legacy-theme .custom-range::-moz-range-track {
  background-color: #c8ced3;
}

.c-dark-theme .custom-range::-moz-range-track {
  background-color: #c4c9d0;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0ca1cc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.c-legacy-theme .custom-range::-ms-thumb {
  background-color: #20a8d8;
}

.c-dark-theme .custom-range::-ms-thumb {
  background-color: #1b84a2;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #92e2f9;
}

.c-legacy-theme .custom-range::-ms-thumb:active {
  background-color: #b6e4f4;
}

.c-dark-theme .custom-range::-ms-thumb:active {
  background-color: #85d4eb;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #c4c9d0;
  border-radius: 1rem;
}

.c-legacy-theme .custom-range::-ms-fill-lower {
  background-color: #c8ced3;
}

.c-dark-theme .custom-range::-ms-fill-lower {
  background-color: #c4c9d0;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c4c9d0;
  border-radius: 1rem;
}

.c-legacy-theme .custom-range::-ms-fill-upper {
  background-color: #c8ced3;
}

.c-dark-theme .custom-range::-ms-fill-upper {
  background-color: #c4c9d0;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9da5b1;
}

.c-legacy-theme .custom-range:disabled::-webkit-slider-thumb {
  background-color: #8f9ba6;
}

.c-dark-theme .custom-range:disabled::-webkit-slider-thumb {
  background-color: #9da5b1;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #9da5b1;
}

.c-legacy-theme .custom-range:disabled::-moz-range-thumb {
  background-color: #8f9ba6;
}

.c-dark-theme .custom-range:disabled::-moz-range-thumb {
  background-color: #9da5b1;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #9da5b1;
}

.c-legacy-theme .custom-range:disabled::-ms-thumb {
  background-color: #8f9ba6;
}

.c-dark-theme .custom-range:disabled::-ms-thumb {
  background-color: #9da5b1;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

html:not([dir=rtl]) .dropdown-toggle::after {
  margin-left: 0.255em;
}

*[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
}

html:not([dir=rtl]) .dropdown-toggle:empty::after {
  margin-left: 0;
}

*[dir=rtl] .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #3c4b64;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .dropdown-menu {
  color: #23282c;
  background-color: #fff;
  border-color: #c8ced3;
}

.c-dark-theme .dropdown-menu {
  color: rgba(255, 255, 255, 0.87);
  background-color: #34353e;
  border-color: rgba(255, 255, 255, 0.075);
}

.c-app:not(.c-legacy-theme) .dropdown-menu {
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(var(--elevation-base-color), .14), 0 1px 10px 0 rgba(var(--elevation-base-color), .12), 0 2px 4px -1px rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .dropdown-menu {
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, .14), 0 1px 10px 0 rgba(60, 75, 100, .12), 0 2px 4px -1px rgba(60, 75, 100, .20);
  }
}

.c-header .dropdown-menu,
.navbar .dropdown-menu,
[data-display^=static] ~ .dropdown-menu {
  margin: 0.125rem 0 0;
}

html:not([dir=rtl]) .c-header .dropdown-menu-left,
html:not([dir=rtl]) .navbar .dropdown-menu-left,
html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-left {
  right: auto;
  left: 0;
}

*[dir=rtl] .c-header .dropdown-menu-left,
*[dir=rtl] .navbar .dropdown-menu-left,
*[dir=rtl] [data-display^=static] ~ .dropdown-menu-left {
  right: 0;
  left: auto;
}

html:not([dir=rtl]) .c-header .dropdown-menu-right,
html:not([dir=rtl]) .navbar .dropdown-menu-right,
html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-right {
  right: 0;
  left: auto;
}

*[dir=rtl] .c-header .dropdown-menu-right,
*[dir=rtl] .navbar .dropdown-menu-right,
*[dir=rtl] [data-display^=static] ~ .dropdown-menu-right {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  html:not([dir=rtl]) .c-header .dropdown-menu-sm-left,
  html:not([dir=rtl]) .navbar .dropdown-menu-sm-left,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  *[dir=rtl] .c-header .dropdown-menu-sm-left,
  *[dir=rtl] .navbar .dropdown-menu-sm-left,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-sm-left {
    right: 0;
    left: auto;
  }

  html:not([dir=rtl]) .c-header .dropdown-menu-sm-right,
  html:not([dir=rtl]) .navbar .dropdown-menu-sm-right,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }

  *[dir=rtl] .c-header .dropdown-menu-sm-right,
  *[dir=rtl] .navbar .dropdown-menu-sm-right,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-sm-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  html:not([dir=rtl]) .c-header .dropdown-menu-md-left,
  html:not([dir=rtl]) .navbar .dropdown-menu-md-left,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  *[dir=rtl] .c-header .dropdown-menu-md-left,
  *[dir=rtl] .navbar .dropdown-menu-md-left,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-md-left {
    right: 0;
    left: auto;
  }

  html:not([dir=rtl]) .c-header .dropdown-menu-md-right,
  html:not([dir=rtl]) .navbar .dropdown-menu-md-right,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }

  *[dir=rtl] .c-header .dropdown-menu-md-right,
  *[dir=rtl] .navbar .dropdown-menu-md-right,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-md-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-header .dropdown-menu-lg-left,
  html:not([dir=rtl]) .navbar .dropdown-menu-lg-left,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  *[dir=rtl] .c-header .dropdown-menu-lg-left,
  *[dir=rtl] .navbar .dropdown-menu-lg-left,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-lg-left {
    right: 0;
    left: auto;
  }

  html:not([dir=rtl]) .c-header .dropdown-menu-lg-right,
  html:not([dir=rtl]) .navbar .dropdown-menu-lg-right,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }

  *[dir=rtl] .c-header .dropdown-menu-lg-right,
  *[dir=rtl] .navbar .dropdown-menu-lg-right,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-lg-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  html:not([dir=rtl]) .c-header .dropdown-menu-xl-left,
  html:not([dir=rtl]) .navbar .dropdown-menu-xl-left,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  *[dir=rtl] .c-header .dropdown-menu-xl-left,
  *[dir=rtl] .navbar .dropdown-menu-xl-left,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-xl-left {
    right: 0;
    left: auto;
  }

  html:not([dir=rtl]) .c-header .dropdown-menu-xl-right,
  html:not([dir=rtl]) .navbar .dropdown-menu-xl-right,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }

  *[dir=rtl] .c-header .dropdown-menu-xl-right,
  *[dir=rtl] .navbar .dropdown-menu-xl-right,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-xl-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1400px) {
  html:not([dir=rtl]) .c-header .dropdown-menu-xxl-left,
  html:not([dir=rtl]) .navbar .dropdown-menu-xxl-left,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  *[dir=rtl] .c-header .dropdown-menu-xxl-left,
  *[dir=rtl] .navbar .dropdown-menu-xxl-left,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-xxl-left {
    right: 0;
    left: auto;
  }

  html:not([dir=rtl]) .c-header .dropdown-menu-xxl-right,
  html:not([dir=rtl]) .navbar .dropdown-menu-xxl-right,
  html:not([dir=rtl]) [data-display^=static] ~ .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }

  *[dir=rtl] .c-header .dropdown-menu-xxl-right,
  *[dir=rtl] .navbar .dropdown-menu-xxl-right,
  *[dir=rtl] [data-display^=static] ~ .dropdown-menu-xxl-right {
    right: auto;
    left: 0;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

html:not([dir=rtl]) .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
}

*[dir=rtl] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
}

html:not([dir=rtl]) .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

*[dir=rtl] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
  margin-top: 0;
}

html:not([dir=rtl]) .dropright .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}

*[dir=rtl] .dropright .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

html:not([dir=rtl]) .dropright .dropdown-toggle::after {
  margin-left: 0.255em;
}

*[dir=rtl] .dropright .dropdown-toggle::after {
  margin-right: 0.255em;
}

html:not([dir=rtl]) .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

*[dir=rtl] .dropright .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  margin-top: 0;
}

html:not([dir=rtl]) .dropleft .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}

*[dir=rtl] .dropleft .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

html:not([dir=rtl]) .dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
}

*[dir=rtl] .dropleft .dropdown-toggle::after {
  margin-right: 0.255em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

html:not([dir=rtl]) .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

*[dir=rtl] .dropleft .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d8dbe0;
}

.c-legacy-theme .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e7ea;
}

.c-dark-theme .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #4f5d73;
}

.c-legacy-theme .dropdown-item {
  color: #23282c;
}

.c-dark-theme .dropdown-item {
  color: rgba(255, 255, 255, 0.87);
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #455164;
  background-color: #ebedef;
}

.c-legacy-theme .dropdown-item:hover,
.c-legacy-theme .dropdown-item:focus {
  color: #181b1e;
  background-color: #f0f3f5;
}

.c-dark-theme .dropdown-item:hover,
.c-dark-theme .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.87);
  background-color: #3b3c45;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #fff;
  background-color: #0ca1cc;
}

.c-legacy-theme .dropdown-item.active,
.c-legacy-theme .dropdown-item:active {
  color: #fff;
  background-color: #20a8d8;
}

.c-dark-theme .dropdown-item.active,
.c-dark-theme .dropdown-item:active {
  color: #fff;
  background-color: #1b84a2;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  background-color: transparent;
  color: #8a93a2;
}

.c-legacy-theme .dropdown-item.disabled,
.c-legacy-theme .dropdown-item:disabled {
  color: #73818f;
}

.c-dark-theme .dropdown-item.disabled,
.c-dark-theme .dropdown-item:disabled {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  white-space: nowrap;
  color: #8a93a2;
}

.c-legacy-theme .dropdown-header {
  color: #73818f;
}

.c-dark-theme .dropdown-header {
  color: rgba(255, 255, 255, 0.87);
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #4f5d73;
}

.c-legacy-theme .dropdown-item-text {
  color: #23282c;
}

.c-dark-theme .dropdown-item-text {
  color: rgba(255, 255, 255, 0.87);
}

.c-footer {
  display: flex;
  flex: 0 0 50px;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding: 0 1rem;
}

.c-footer[class*=bg-] {
  border-color: rgba(0, 0, 21, 0.1);
}

.c-footer.c-footer-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.c-app:not(.c-legacy-theme) .c-footer.c-footer-fixed {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-footer.c-footer-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

.c-footer.c-footer-dark {
  color: #fff;
  background: #636f83;
}

.c-footer {
  color: #3c4b64;
  background: #ebedef;
  border-top: 1px solid #d8dbe0;
}

.c-legacy-theme .c-footer.c-footer-dark {
  color: #fff;
  background: #636f83;
}

.c-legacy-theme .c-footer {
  color: #3c4b64;
  background: #ebedef;
  border-top: 1px solid #d8dbe0;
}

.c-dark-theme .c-footer {
  color: rgba(255, 255, 255, 0.87);
  background: #2a2b36;
  border-top: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid;
  color: #5c6873;
  background-color: #fff;
  border-color: #e4e7ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-dark-theme .form-control {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #768192;
}

.form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.c-dark-theme .form-control:focus {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.form-control::-moz-placeholder {
  color: #73818f;
  opacity: 1;
}

.form-control::placeholder {
  color: #73818f;
  opacity: 1;
}

.c-dark-theme .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e4e7ea;
  opacity: 1;
}

.c-dark-theme .form-control:disabled,
.c-dark-theme .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.1);
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

.c-dark-theme select.form-control:focus::-ms-value {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
}

.c-dark-theme select.form-control option {
  background-color: #34353e;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #23282c;
}

.c-dark-theme .form-control-plaintext {
  color: rgba(255, 255, 255, 0.87);
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
}

html:not([dir=rtl]) .form-check {
  padding-left: 1.25rem;
}

*[dir=rtl] .form-check {
  padding-right: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
}

html:not([dir=rtl]) .form-check-input {
  margin-left: -1.25rem;
}

*[dir=rtl] .form-check-input {
  margin-right: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #768192;
}

.c-dark-theme .form-check-input[disabled] ~ .form-check-label,
.c-dark-theme .form-check-input:disabled ~ .form-check-label {
  color: rgba(255, 255, 255, 0.6);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
}

html:not([dir=rtl]) .form-check-inline {
  padding-left: 0;
  margin-right: 0.75rem;
}

*[dir=rtl] .form-check-inline {
  padding-right: 0;
  margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
}

html:not([dir=rtl]) .form-check-inline .form-check-input {
  margin-right: 0.3125rem;
  margin-left: 0;
}

*[dir=rtl] .form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 0.3125rem;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2eb85c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(46, 184, 92, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #2eb85c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232eb85c' 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-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

html:not([dir=rtl]) .was-validated .form-control:valid,
html:not([dir=rtl]) .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
}

*[dir=rtl] .was-validated .form-control:valid,
*[dir=rtl] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
}

html:not([dir=rtl]) .was-validated .form-control:valid,
html:not([dir=rtl]) .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

*[dir=rtl] .was-validated .form-control:valid,
*[dir=rtl] .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

html:not([dir=rtl]) .was-validated textarea.form-control:valid,
html:not([dir=rtl]) textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

*[dir=rtl] .was-validated textarea.form-control:valid,
*[dir=rtl] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #2eb85c;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232eb85c' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

html:not([dir=rtl]) .was-validated .custom-select:valid,
html:not([dir=rtl]) .custom-select.is-valid {
  padding-right: calc(0.75em + 2.3125rem);
}

*[dir=rtl] .was-validated .custom-select:valid,
*[dir=rtl] .custom-select.is-valid {
  padding-left: calc(0.75em + 2.3125rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #2eb85c;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #2eb85c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2eb85c;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #48d176;
  background-color: #48d176;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2eb85c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2eb85c;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2eb85c;
  box-shadow: 0 0 0 0.2rem rgba(46, 184, 92, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e55353;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 83, 83, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e55353;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e55353' viewBox='0 0 12 12'%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='%23e55353' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

html:not([dir=rtl]) .was-validated .form-control:invalid,
html:not([dir=rtl]) .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
}

*[dir=rtl] .was-validated .form-control:invalid,
*[dir=rtl] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
}

html:not([dir=rtl]) .was-validated .form-control:invalid,
html:not([dir=rtl]) .form-control.is-invalid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

*[dir=rtl] .was-validated .form-control:invalid,
*[dir=rtl] .form-control.is-invalid {
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

html:not([dir=rtl]) .was-validated textarea.form-control:invalid,
html:not([dir=rtl]) textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

*[dir=rtl] .was-validated textarea.form-control:invalid,
*[dir=rtl] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e55353;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e55353' viewBox='0 0 12 12'%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='%23e55353' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

html:not([dir=rtl]) .was-validated .custom-select:invalid,
html:not([dir=rtl]) .custom-select.is-invalid {
  padding-right: calc(0.75em + 2.3125rem);
}

*[dir=rtl] .was-validated .custom-select:invalid,
*[dir=rtl] .custom-select.is-invalid {
  padding-left: calc(0.75em + 2.3125rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e55353;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e55353;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e55353;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec7f7f;
  background-color: #ec7f7f;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e55353;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e55353;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e55353;
  box-shadow: 0 0 0 0.2rem rgba(229, 83, 83, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }

  html:not([dir=rtl]) .form-inline .form-check {
    padding-left: 0;
  }

  *[dir=rtl] .form-inline .form-check {
    padding-right: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
  }

  html:not([dir=rtl]) .form-inline .form-check-input {
    margin-right: 0.25rem;
    margin-left: 0;
  }

  *[dir=rtl] .form-inline .form-check-input {
    margin-right: 0;
    margin-left: 0.25rem;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .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%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .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%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .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%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .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%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .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%;
  }
}

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}

.row.row-equal [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.main .container-fluid,
.main .container-sm,
.main .container-md,
.main .container-lg,
.main .container-xl,
.main .container-xxl {
  padding: 0 30px;
}

.c-header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0;
  min-height: 56px;
}

.c-header[class*=bg-] {
  border-color: rgba(0, 0, 21, 0.1);
}

.c-header.c-header-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1029;
}

.c-app:not(.c-legacy-theme) .c-header.c-header-fixed {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-header.c-header-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

.c-header .c-subheader {
  border-bottom: 0;
}

.c-header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 56px;
  transition: width 0.3s;
}

.c-header-brand.c-header-brand-center {
  position: absolute;
  top: 56px;
  transform: translate(-50%, -100%);
}

html:not([dir=rtl]) .c-header-brand.c-header-brand-center {
  left: 50%;
}

*[dir=rtl] .c-header-brand.c-header-brand-center {
  right: 50%;
}

@media (max-width: 575.98px) {
  .c-header-brand.c-header-brand-xs-down-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-xs-down-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-xs-down-center {
    right: 50%;
  }
}

.c-header-brand.c-header-brand-xs-up-center {
  position: absolute;
  top: 56px;
  transform: translate(-50%, -100%);
}

html:not([dir=rtl]) .c-header-brand.c-header-brand-xs-up-center {
  left: 50%;
}

*[dir=rtl] .c-header-brand.c-header-brand-xs-up-center {
  right: 50%;
}

@media (max-width: 767.98px) {
  .c-header-brand.c-header-brand-sm-down-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-sm-down-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-sm-down-center {
    right: 50%;
  }
}

@media (min-width: 576px) {
  .c-header-brand.c-header-brand-sm-up-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-sm-up-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-sm-up-center {
    right: 50%;
  }
}

@media (max-width: 991.98px) {
  .c-header-brand.c-header-brand-md-down-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-md-down-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-md-down-center {
    right: 50%;
  }
}

@media (min-width: 768px) {
  .c-header-brand.c-header-brand-md-up-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-md-up-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-md-up-center {
    right: 50%;
  }
}

@media (max-width: 1199.98px) {
  .c-header-brand.c-header-brand-lg-down-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-lg-down-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-lg-down-center {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .c-header-brand.c-header-brand-lg-up-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-lg-up-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-lg-up-center {
    right: 50%;
  }
}

@media (max-width: 1399.98px) {
  .c-header-brand.c-header-brand-xl-down-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-xl-down-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-xl-down-center {
    right: 50%;
  }
}

@media (min-width: 1200px) {
  .c-header-brand.c-header-brand-xl-up-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-xl-up-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-xl-up-center {
    right: 50%;
  }
}

.c-header-brand.c-header-brand-xxl-down-center {
  position: absolute;
  top: 56px;
  transform: translate(-50%, -100%);
}

html:not([dir=rtl]) .c-header-brand.c-header-brand-xxl-down-center {
  left: 50%;
}

*[dir=rtl] .c-header-brand.c-header-brand-xxl-down-center {
  right: 50%;
}

@media (min-width: 1400px) {
  .c-header-brand.c-header-brand-xxl-up-center {
    position: absolute;
    top: 56px;
    transform: translate(-50%, -100%);
  }

  html:not([dir=rtl]) .c-header-brand.c-header-brand-xxl-up-center {
    left: 50%;
  }

  *[dir=rtl] .c-header-brand.c-header-brand-xxl-up-center {
    right: 50%;
  }
}

.c-header-toggler {
  min-width: 50px;
  font-size: 1.09375rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-header-toggler:hover {
    color: #3c4b64;
    text-decoration: none;
  }
}

.c-header-toggler:focus,
.c-header-toggler.focus {
  outline: 0;
}

.c-header-toggler:not(:disabled):not(.c-disabled) {
  cursor: pointer;
}

.c-header-toggler-icon {
  display: block;
  height: 1.3671875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.c-header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 56px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.c-header-nav .c-header-nav-item {
  position: relative;
}

.c-header-nav .c-header-nav-btn {
  background-color: transparent;
  border: 1px solid transparent;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-header-nav .c-header-nav-btn:hover {
    text-decoration: none;
  }
}

.c-header-nav .c-header-nav-btn:focus,
.c-header-nav .c-header-nav-btn.focus {
  outline: 0;
}

.c-header-nav .c-header-nav-link,
.c-header-nav .c-header-nav-btn {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-header-nav .c-header-nav-link .badge,
.c-header-nav .c-header-nav-btn .badge {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

html:not([dir=rtl]) .c-header-nav .c-header-nav-link .badge,
html:not([dir=rtl]) .c-header-nav .c-header-nav-btn .badge {
  left: 50%;
  margin-left: 0;
}

*[dir=rtl] .c-header-nav .c-header-nav-link .badge,
*[dir=rtl] .c-header-nav .c-header-nav-btn .badge {
  right: 50%;
  margin-right: 0;
}

.c-header-nav .c-header-nav-link:hover,
.c-header-nav .c-header-nav-btn:hover {
  text-decoration: none;
}

.c-header-nav .dropdown-item {
  min-width: 180px;
}

.c-header.c-header-dark {
  background: #3c4b64;
  border-bottom: 1px solid #636f83;
}

.c-header.c-header-dark .c-subheader {
  margin-top: -1px;
  border-top: 1px solid #636f83;
}

.c-header.c-header-dark .c-header-brand {
  color: #fff;
  background-color: transparent;
}

.c-header.c-header-dark .c-header-brand:hover,
.c-header.c-header-dark .c-header-brand:focus {
  color: #fff;
}

.c-header.c-header-dark .c-header-nav .c-header-nav-link,
.c-header.c-header-dark .c-header-nav .c-header-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-header.c-header-dark .c-header-nav .c-header-nav-link:hover,
.c-header.c-header-dark .c-header-nav .c-header-nav-link:focus,
.c-header.c-header-dark .c-header-nav .c-header-nav-btn:hover,
.c-header.c-header-dark .c-header-nav .c-header-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-header.c-header-dark .c-header-nav .c-header-nav-link.c-disabled,
.c-header.c-header-dark .c-header-nav .c-header-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-header.c-header-dark .c-header-nav .c-show > .c-header-nav-link,
.c-header.c-header-dark .c-header-nav .c-active > .c-header-nav-link,
.c-header.c-header-dark .c-header-nav .c-header-nav-link.c-show,
.c-header.c-header-dark .c-header-nav .c-header-nav-link.c-active {
  color: #fff;
}

.c-header.c-header-dark .c-header-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-header.c-header-dark .c-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header.c-header-dark .c-header-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header.c-header-dark .c-header-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-header.c-header-dark .c-header-text a {
  color: #fff;
}

.c-header.c-header-dark .c-header-text a:hover,
.c-header.c-header-dark .c-header-text a:focus {
  color: #fff;
}

.c-header {
  background: #fff;
  border-bottom: 1px solid #d8dbe0;
}

.c-header .c-subheader {
  margin-top: -1px;
  border-top: 1px solid #d8dbe0;
}

.c-header .c-header-brand {
  color: #4f5d73;
  background-color: transparent;
}

.c-header .c-header-brand:hover,
.c-header .c-header-brand:focus {
  color: #3a4555;
}

.c-header .c-header-nav .c-header-nav-link,
.c-header .c-header-nav .c-header-nav-btn {
  color: rgba(0, 0, 21, 0.5);
}

.c-header .c-header-nav .c-header-nav-link:hover,
.c-header .c-header-nav .c-header-nav-link:focus,
.c-header .c-header-nav .c-header-nav-btn:hover,
.c-header .c-header-nav .c-header-nav-btn:focus {
  color: rgba(0, 0, 21, 0.7);
}

.c-header .c-header-nav .c-header-nav-link.c-disabled,
.c-header .c-header-nav .c-header-nav-btn.c-disabled {
  color: rgba(0, 0, 21, 0.3);
}

.c-header .c-header-nav .c-show > .c-header-nav-link,
.c-header .c-header-nav .c-active > .c-header-nav-link,
.c-header .c-header-nav .c-header-nav-link.c-show,
.c-header .c-header-nav .c-header-nav-link.c-active {
  color: rgba(0, 0, 21, 0.9);
}

.c-header .c-header-toggler {
  color: rgba(0, 0, 21, 0.5);
  border-color: rgba(0, 0, 21, 0.1);
}

.c-header .c-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 21, 0.5)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header .c-header-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 21, 0.7)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-header .c-header-text {
  color: rgba(0, 0, 21, 0.5);
}

.c-header .c-header-text a {
  color: rgba(0, 0, 21, 0.9);
}

.c-header .c-header-text a:hover,
.c-header .c-header-text a:focus {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .c-header.c-header-dark {
  background: #3c4b64;
  border-bottom: 1px solid #636f83;
}

.c-legacy-theme .c-header.c-header-dark .c-subheader {
  margin-top: -1px;
  border-top: 1px solid #636f83;
}

.c-legacy-theme .c-header.c-header-dark .c-header-brand {
  color: #fff;
  background-color: transparent;
}

.c-legacy-theme .c-header.c-header-dark .c-header-brand:hover,
.c-legacy-theme .c-header.c-header-dark .c-header-brand:focus {
  color: #fff;
}

.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link:hover,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link:focus,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-btn:hover,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link.c-disabled,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-show > .c-header-nav-link,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-active > .c-header-nav-link,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link.c-show,
.c-legacy-theme .c-header.c-header-dark .c-header-nav .c-header-nav-link.c-active {
  color: #fff;
}

.c-legacy-theme .c-header.c-header-dark .c-header-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-legacy-theme .c-header.c-header-dark .c-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-header.c-header-dark .c-header-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-header.c-header-dark .c-header-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-legacy-theme .c-header.c-header-dark .c-header-text a {
  color: #fff;
}

.c-legacy-theme .c-header.c-header-dark .c-header-text a:hover,
.c-legacy-theme .c-header.c-header-dark .c-header-text a:focus {
  color: #fff;
}

.c-legacy-theme .c-header {
  background: #fff;
  border-bottom: 1px solid #d8dbe0;
}

.c-legacy-theme .c-header .c-subheader {
  margin-top: -1px;
  border-top: 1px solid #d8dbe0;
}

.c-legacy-theme .c-header .c-header-brand {
  color: #4f5d73;
  background-color: transparent;
}

.c-legacy-theme .c-header .c-header-brand:hover,
.c-legacy-theme .c-header .c-header-brand:focus {
  color: #3a4555;
}

.c-legacy-theme .c-header .c-header-nav .c-header-nav-link,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-btn {
  color: rgba(0, 0, 21, 0.5);
}

.c-legacy-theme .c-header .c-header-nav .c-header-nav-link:hover,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-link:focus,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-btn:hover,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-btn:focus {
  color: rgba(0, 0, 21, 0.7);
}

.c-legacy-theme .c-header .c-header-nav .c-header-nav-link.c-disabled,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-btn.c-disabled {
  color: rgba(0, 0, 21, 0.3);
}

.c-legacy-theme .c-header .c-header-nav .c-show > .c-header-nav-link,
.c-legacy-theme .c-header .c-header-nav .c-active > .c-header-nav-link,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-link.c-show,
.c-legacy-theme .c-header .c-header-nav .c-header-nav-link.c-active {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .c-header .c-header-toggler {
  color: rgba(0, 0, 21, 0.5);
  border-color: rgba(0, 0, 21, 0.1);
}

.c-legacy-theme .c-header .c-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 21, 0.5)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-header .c-header-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 21, 0.7)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-header .c-header-text {
  color: rgba(0, 0, 21, 0.5);
}

.c-legacy-theme .c-header .c-header-text a {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .c-header .c-header-text a:hover,
.c-legacy-theme .c-header .c-header-text a:focus {
  color: rgba(0, 0, 21, 0.9);
}

.c-dark-theme .c-header {
  background: #2a2b36;
  border-bottom: 0;
}

.c-dark-theme .c-header .c-subheader {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.c-dark-theme .c-header .c-header-brand {
  color: #fff;
  background-color: transparent;
}

.c-dark-theme .c-header .c-header-brand:hover,
.c-dark-theme .c-header .c-header-brand:focus {
  color: #fff;
}

.c-dark-theme .c-header .c-header-nav .c-header-nav-link,
.c-dark-theme .c-header .c-header-nav .c-header-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-header .c-header-nav .c-header-nav-link:hover,
.c-dark-theme .c-header .c-header-nav .c-header-nav-link:focus,
.c-dark-theme .c-header .c-header-nav .c-header-nav-btn:hover,
.c-dark-theme .c-header .c-header-nav .c-header-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-dark-theme .c-header .c-header-nav .c-header-nav-link.c-disabled,
.c-dark-theme .c-header .c-header-nav .c-header-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-dark-theme .c-header .c-header-nav .c-show > .c-header-nav-link,
.c-dark-theme .c-header .c-header-nav .c-active > .c-header-nav-link,
.c-dark-theme .c-header .c-header-nav .c-header-nav-link.c-show,
.c-dark-theme .c-header .c-header-nav .c-header-nav-link.c-active {
  color: #fff;
}

.c-dark-theme .c-header .c-header-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-dark-theme .c-header .c-header-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-dark-theme .c-header .c-header-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.c-dark-theme .c-header .c-header-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-header .c-header-text a {
  color: #fff;
}

.c-dark-theme .c-header .c-header-text a:hover,
.c-dark-theme .c-header .c-header-text a:focus {
  color: #fff;
}

.c-icon {
  display: inline-block;
  color: inherit;
  text-align: center;
  fill: currentColor;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size) {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-2xl {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-3xl {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-4xl {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-5xl {
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-6xl {
  width: 6rem;
  height: 6rem;
  font-size: 6rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-7xl {
  width: 7rem;
  height: 7rem;
  font-size: 7rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-8xl {
  width: 8rem;
  height: 8rem;
  font-size: 8rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-9xl {
  width: 9rem;
  height: 9rem;
  font-size: 9rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-xl {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-lg {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size).c-icon-sm {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

html:not([dir=rtl]) .input-group > .form-control + .form-control,
html:not([dir=rtl]) .input-group > .form-control + .custom-select,
html:not([dir=rtl]) .input-group > .form-control + .custom-file,
html:not([dir=rtl]) .input-group > .form-control-plaintext + .form-control,
html:not([dir=rtl]) .input-group > .form-control-plaintext + .custom-select,
html:not([dir=rtl]) .input-group > .form-control-plaintext + .custom-file,
html:not([dir=rtl]) .input-group > .custom-select + .form-control,
html:not([dir=rtl]) .input-group > .custom-select + .custom-select,
html:not([dir=rtl]) .input-group > .custom-select + .custom-file,
html:not([dir=rtl]) .input-group > .custom-file + .form-control,
html:not([dir=rtl]) .input-group > .custom-file + .custom-select,
html:not([dir=rtl]) .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

*[dir=rtl] .input-group > .form-control + .form-control,
*[dir=rtl] .input-group > .form-control + .custom-select,
*[dir=rtl] .input-group > .form-control + .custom-file,
*[dir=rtl] .input-group > .form-control-plaintext + .form-control,
*[dir=rtl] .input-group > .form-control-plaintext + .custom-select,
*[dir=rtl] .input-group > .form-control-plaintext + .custom-file,
*[dir=rtl] .input-group > .custom-select + .form-control,
*[dir=rtl] .input-group > .custom-select + .custom-select,
*[dir=rtl] .input-group > .custom-select + .custom-file,
*[dir=rtl] .input-group > .custom-file + .form-control,
*[dir=rtl] .input-group > .custom-file + .custom-select,
*[dir=rtl] .input-group > .custom-file + .custom-file {
  margin-right: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

html:not([dir=rtl]) .input-group > .form-control:not(:last-child),
html:not([dir=rtl]) .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir=rtl] .input-group > .form-control:not(:last-child),
*[dir=rtl] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html:not([dir=rtl]) .input-group > .form-control:not(:first-child),
html:not([dir=rtl]) .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir=rtl] .input-group > .form-control:not(:first-child),
*[dir=rtl] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

html:not([dir=rtl]) .input-group > .custom-file:not(:last-child) .custom-file-label,
html:not([dir=rtl]) .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label,
*[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html:not([dir=rtl]) .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

html:not([dir=rtl]) .input-group-prepend .btn + .btn,
html:not([dir=rtl]) .input-group-prepend .btn + .input-group-text,
html:not([dir=rtl]) .input-group-prepend .input-group-text + .input-group-text,
html:not([dir=rtl]) .input-group-prepend .input-group-text + .btn,
html:not([dir=rtl]) .input-group-append .btn + .btn,
html:not([dir=rtl]) .input-group-append .btn + .input-group-text,
html:not([dir=rtl]) .input-group-append .input-group-text + .input-group-text,
html:not([dir=rtl]) .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

*[dir=rtl] .input-group-prepend .btn + .btn,
*[dir=rtl] .input-group-prepend .btn + .input-group-text,
*[dir=rtl] .input-group-prepend .input-group-text + .input-group-text,
*[dir=rtl] .input-group-prepend .input-group-text + .btn,
*[dir=rtl] .input-group-append .btn + .btn,
*[dir=rtl] .input-group-append .btn + .input-group-text,
*[dir=rtl] .input-group-append .input-group-text + .input-group-text,
*[dir=rtl] .input-group-append .input-group-text + .btn {
  margin-right: -1px;
}

.input-group-prepend {
  white-space: nowrap;
  vertical-align: middle;
}

html:not([dir=rtl]) .input-group-prepend {
  margin-right: -1px;
}

*[dir=rtl] .input-group-prepend {
  margin-left: -1px;
}

.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

html:not([dir=rtl]) .input-group-append {
  margin-left: -1px;
}

*[dir=rtl] .input-group-append {
  margin-right: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #5c6873;
  background-color: #f0f3f5;
  border-color: #e4e7ea;
}

.c-dark-theme .input-group-text {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.09);
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

html:not([dir=rtl]) .input-group-lg > .custom-select,
html:not([dir=rtl]) .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

*[dir=rtl] .input-group-lg > .custom-select,
*[dir=rtl] .input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

html:not([dir=rtl]) .input-group > .input-group-prepend > .btn,
html:not([dir=rtl]) .input-group > .input-group-prepend > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-append:not(:last-child) > .btn,
html:not([dir=rtl]) .input-group > .input-group-append:not(:last-child) > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html:not([dir=rtl]) .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

*[dir=rtl] .input-group > .input-group-prepend > .btn,
*[dir=rtl] .input-group > .input-group-prepend > .input-group-text,
*[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn,
*[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text,
*[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
*[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html:not([dir=rtl]) .input-group > .input-group-append > .btn,
html:not([dir=rtl]) .input-group > .input-group-append > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-prepend:not(:first-child) > .btn,
html:not([dir=rtl]) .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html:not([dir=rtl]) .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

*[dir=rtl] .input-group > .input-group-append > .btn,
*[dir=rtl] .input-group > .input-group-append > .input-group-text,
*[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn,
*[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
*[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
*[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ebedef;
  border: 1px solid #c4c9d0;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #8a93a2;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  background-color: #d8dbe0;
}

.c-legacy-theme .jumbotron {
  background-color: #e4e7ea;
}

.c-dark-theme .jumbotron {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

html:not([dir=rtl]) .list-group {
  padding-left: 0;
}

*[dir=rtl] .list-group {
  padding-right: 0;
}

.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #768192;
}

.c-legacy-theme .list-group-item-action {
  color: #5c6873;
}

.c-dark-theme .list-group-item-action {
  color: rgba(255, 255, 255, 0.87);
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #768192;
  background-color: #ebedef;
}

.c-legacy-theme .list-group-item-action:hover,
.c-legacy-theme .list-group-item-action:focus {
  color: #5c6873;
  background-color: #f0f3f5;
}

.c-dark-theme .list-group-item-action:hover,
.c-dark-theme .list-group-item-action:focus {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.1);
}

.list-group-item-action:active {
  color: #3c4b64;
  background-color: #d8dbe0;
}

.c-legacy-theme .list-group-item-action:active {
  color: #23282c;
  background-color: #e4e7ea;
}

.c-dark-theme .list-group-item-action:active {
  color: rgba(255, 255, 255, 0.87);
  background-color: #4f5d73;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border: 1px solid;
  background-color: inherit;
  border-color: rgba(0, 0, 21, 0.125);
}

.c-legacy-theme .list-group-item {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.125);
}

.c-dark-theme .list-group-item {
  color: rgba(255, 255, 255, 0.87);
  background-color: inherit;
  border-color: rgba(255, 255, 255, 0.075);
}

.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 {
  pointer-events: none;
  color: #8a93a2;
  background-color: inherit;
}

.c-legacy-theme .list-group-item.disabled,
.c-legacy-theme .list-group-item:disabled {
  color: #73818f;
  background-color: inherit;
}

.c-dark-theme .list-group-item.disabled,
.c-dark-theme .list-group-item:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.8);
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.c-legacy-theme .list-group-item.active {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-dark-theme .list-group-item.active {
  color: #fff;
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.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: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #065474;
  background-color: #bbe5f1;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #065474;
  background-color: #a6dded;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #065474;
  border-color: #065474;
}

.list-group-item-secondary {
  color: #35353f;
  background-color: #d4d4d4;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #35353f;
  background-color: #c7c7c7;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #35353f;
  border-color: #35353f;
}

.list-group-item-success {
  color: #18603a;
  background-color: #c4ebd1;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #18603a;
  background-color: #b1e5c2;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #18603a;
  border-color: #18603a;
}

.list-group-item-info {
  color: #1b508f;
  background-color: #c6e2ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1b508f;
  background-color: #add5ff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1b508f;
  border-color: #1b508f;
}

.list-group-item-warning {
  color: #815c15;
  background-color: #fde9bd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #815c15;
  background-color: #fce1a4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #815c15;
  border-color: #815c15;
}

.list-group-item-danger {
  color: #772b35;
  background-color: #f8cfcf;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #772b35;
  background-color: #f5b9b9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #772b35;
  border-color: #772b35;
}

.list-group-item-light {
  color: #7a7b86;
  background-color: #f9fafb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7a7b86;
  background-color: #eaedf1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7a7b86;
  border-color: #7a7b86;
}

.list-group-item-dark {
  color: #333a4e;
  background-color: #d3d7dc;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #333a4e;
  background-color: #c5cad1;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #333a4e;
  border-color: #333a4e;
}

.list-group-item-dark-slate {
  color: #0f1321;
  background-color: #c0c2c4;
}

.list-group-item-dark-slate.list-group-item-action:hover,
.list-group-item-dark-slate.list-group-item-action:focus {
  color: #0f1321;
  background-color: #b3b5b8;
}

.list-group-item-dark-slate.list-group-item-action.active {
  color: #fff;
  background-color: #0f1321;
  border-color: #0f1321;
}

.list-group-item-tertiary {
  color: #005675;
  background-color: #b8e6f1;
}

.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: #005675;
  background-color: #a3dfed;
}

.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #005675;
  border-color: #005675;
}

.c-dark-theme .list-group-item-primary {
  color: #0e455e;
  background-color: #bfdde5;
}

.c-dark-theme .list-group-item-primary.list-group-item-action:hover,
.c-dark-theme .list-group-item-primary.list-group-item-action:focus {
  color: #0e455e;
  background-color: #add3de;
}

.c-dark-theme .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e455e;
  border-color: #0e455e;
}

.c-dark-theme .list-group-item-secondary {
  color: #282936;
  background-color: #cdcecf;
}

.c-dark-theme .list-group-item-secondary.list-group-item-action:hover,
.c-dark-theme .list-group-item-secondary.list-group-item-action:focus {
  color: #282936;
  background-color: #c0c1c3;
}

.c-dark-theme .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #282936;
  border-color: #282936;
}

.c-dark-theme .list-group-item-success {
  color: #24543e;
  background-color: #cbe5d4;
}

.c-dark-theme .list-group-item-success.list-group-item-action:hover,
.c-dark-theme .list-group-item-success.list-group-item-action:focus {
  color: #24543e;
  background-color: #baddc6;
}

.c-dark-theme .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #24543e;
  border-color: #24543e;
}

.c-dark-theme .list-group-item-info {
  color: #255084;
  background-color: #cbe2f9;
}

.c-dark-theme .list-group-item-info.list-group-item-action:hover,
.c-dark-theme .list-group-item-info.list-group-item-action:focus {
  color: #255084;
  background-color: #b4d5f6;
}

.c-dark-theme .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #255084;
  border-color: #255084;
}

.c-dark-theme .list-group-item-warning {
  color: #755721;
  background-color: #f7e7c4;
}

.c-dark-theme .list-group-item-warning.list-group-item-action:hover,
.c-dark-theme .list-group-item-warning.list-group-item-action:focus {
  color: #755721;
  background-color: #f4deae;
}

.c-dark-theme .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #755721;
  border-color: #755721;
}

.c-dark-theme .list-group-item-danger {
  color: #6d3640;
  background-color: #f2d4d4;
}

.c-dark-theme .list-group-item-danger.list-group-item-action:hover,
.c-dark-theme .list-group-item-danger.list-group-item-action:focus {
  color: #6d3640;
  background-color: #ecc0c0;
}

.c-dark-theme .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6d3640;
  border-color: #6d3640;
}

.c-dark-theme .list-group-item-light {
  color: #38394c;
  background-color: #d6d6db;
}

.c-dark-theme .list-group-item-light.list-group-item-action:hover,
.c-dark-theme .list-group-item-light.list-group-item-action:focus {
  color: #38394c;
  background-color: #c8c8cf;
}

.c-dark-theme .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #38394c;
  border-color: #38394c;
}

.c-dark-theme .list-group-item-dark {
  color: #070715;
  background-color: #bcbcbd;
}

.c-dark-theme .list-group-item-dark.list-group-item-action:hover,
.c-dark-theme .list-group-item-dark.list-group-item-action:focus {
  color: #070715;
  background-color: #afafb0;
}

.c-dark-theme .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #070715;
  border-color: #070715;
}

.c-legacy-theme .list-group-item-primary {
  color: #11577a;
  background-color: #c1e7f4;
}

.c-legacy-theme .list-group-item-primary.list-group-item-action:hover,
.c-legacy-theme .list-group-item-primary.list-group-item-action:focus {
  color: #11577a;
  background-color: #abdff0;
}

.c-legacy-theme .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #11577a;
  border-color: #11577a;
}

.c-legacy-theme .list-group-item-secondary {
  color: #686b78;
  background-color: #f0f1f3;
}

.c-legacy-theme .list-group-item-secondary.list-group-item-action:hover,
.c-legacy-theme .list-group-item-secondary.list-group-item-action:focus {
  color: #686b78;
  background-color: #e2e4e8;
}

.c-legacy-theme .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #686b78;
  border-color: #686b78;
}

.c-legacy-theme .list-group-item-success {
  color: #286246;
  background-color: #cdedd8;
}

.c-legacy-theme .list-group-item-success.list-group-item-action:hover,
.c-legacy-theme .list-group-item-success.list-group-item-action:focus {
  color: #286246;
  background-color: #bae6c9;
}

.c-legacy-theme .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #286246;
  border-color: #286246;
}

.c-legacy-theme .list-group-item-info {
  color: #33657e;
  background-color: #d3eef6;
}

.c-legacy-theme .list-group-item-info.list-group-item-action:hover,
.c-legacy-theme .list-group-item-info.list-group-item-action:focus {
  color: #33657e;
  background-color: #bee6f2;
}

.c-legacy-theme .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #33657e;
  border-color: #33657e;
}

.c-legacy-theme .list-group-item-warning {
  color: #85640e;
  background-color: #ffeeba;
}

.c-legacy-theme .list-group-item-warning.list-group-item-action:hover,
.c-legacy-theme .list-group-item-warning.list-group-item-action:focus {
  color: #85640e;
  background-color: #ffe8a1;
}

.c-legacy-theme .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85640e;
  border-color: #85640e;
}

.c-legacy-theme .list-group-item-danger {
  color: #813842;
  background-color: #fdd6d6;
}

.c-legacy-theme .list-group-item-danger.list-group-item-action:hover,
.c-legacy-theme .list-group-item-danger.list-group-item-action:focus {
  color: #813842;
  background-color: #fcbebe;
}

.c-legacy-theme .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #813842;
  border-color: #813842;
}

.c-legacy-theme .list-group-item-light {
  color: #7d7e89;
  background-color: #fbfcfc;
}

.c-legacy-theme .list-group-item-light.list-group-item-action:hover,
.c-legacy-theme .list-group-item-light.list-group-item-action:focus {
  color: #7d7e89;
  background-color: #ecf1f1;
}

.c-legacy-theme .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e89;
  border-color: #7d7e89;
}

.c-legacy-theme .list-group-item-dark {
  color: #181c28;
  background-color: #c5c6c8;
}

.c-legacy-theme .list-group-item-dark.list-group-item-action:hover,
.c-legacy-theme .list-group-item-dark.list-group-item-action:focus {
  color: #181c28;
  background-color: #b8b9bc;
}

.c-legacy-theme .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181c28;
  border-color: #181c28;
}

.list-group-accent .list-group-item {
  margin-bottom: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.list-group-accent .list-group-item.list-group-item-divider {
  position: relative;
}

.list-group-accent .list-group-item.list-group-item-divider::before {
  position: absolute;
  bottom: -1px;
  width: 90%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 21, 0.125);
}

html:not([dir=rtl]) .list-group-accent .list-group-item.list-group-item-divider::before {
  left: 5%;
}

*[dir=rtl] .list-group-accent .list-group-item.list-group-item-divider::before {
  right: 5%;
}

.c-legacy-theme .list-group-accent .list-group-item.list-group-item-divider::before {
  background-color: rgba(0, 0, 0, 0.125);
}

.c-dark-theme .list-group-accent .list-group-item.list-group-item-divider::before {
  background-color: rgba(255, 255, 255, 0.075);
}

.list-group-accent .list-group-item-accent-primary {
  border-left: 4px solid #0ca1cc;
}

.list-group-accent .list-group-item-accent-secondary {
  border-left: 4px solid #666;
}

.list-group-accent .list-group-item-accent-success {
  border-left: 4px solid #2eb85c;
}

.list-group-accent .list-group-item-accent-info {
  border-left: 4px solid #39f;
}

.list-group-accent .list-group-item-accent-warning {
  border-left: 4px solid #f9b115;
}

.list-group-accent .list-group-item-accent-danger {
  border-left: 4px solid #e55353;
}

.list-group-accent .list-group-item-accent-light {
  border-left: 4px solid #ebedef;
}

.list-group-accent .list-group-item-accent-dark {
  border-left: 4px solid #636f83;
}

.list-group-accent .list-group-item-accent-dark-slate {
  border-left: 4px solid #1d252c;
}

.list-group-accent .list-group-item-accent-tertiary {
  border-left: 4px solid #00a6ce;
}

.c-dark-theme .list-group-item-accent-primary {
  border-left: 4px solid #1b84a2;
}

.c-dark-theme .list-group-item-accent-secondary {
  border-left: 4px solid #4c4f54;
}

.c-dark-theme .list-group-item-accent-success {
  border-left: 4px solid #45a164;
}

.c-dark-theme .list-group-item-accent-info {
  border-left: 4px solid #4799eb;
}

.c-dark-theme .list-group-item-accent-warning {
  border-left: 4px solid #e1a82d;
}

.c-dark-theme .list-group-item-accent-danger {
  border-left: 4px solid #d16767;
}

.c-dark-theme .list-group-item-accent-light {
  border-left: 4px solid #6c6e7e;
}

.c-dark-theme .list-group-item-accent-dark {
  border-left: 4px solid #0e0e15;
}

.c-legacy-theme .list-group-item-accent-primary {
  border-left: 4px solid #20a8d8;
}

.c-legacy-theme .list-group-item-accent-secondary {
  border-left: 4px solid #c8ced3;
}

.c-legacy-theme .list-group-item-accent-success {
  border-left: 4px solid #4dbd74;
}

.c-legacy-theme .list-group-item-accent-info {
  border-left: 4px solid #63c2de;
}

.c-legacy-theme .list-group-item-accent-warning {
  border-left: 4px solid #ffc107;
}

.c-legacy-theme .list-group-item-accent-danger {
  border-left: 4px solid #f86c6b;
}

.c-legacy-theme .list-group-item-accent-light {
  border-left: 4px solid #f0f3f5;
}

.c-legacy-theme .list-group-item-accent-dark {
  border-left: 4px solid #2f353a;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
  border-color: rgba(0, 0, 21, 0.2);
}

.c-legacy-theme .modal-content {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .modal-content {
  background-color: #3d3e47;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-app:not(.c-legacy-theme) .modal-content {
  border: 0;
  box-shadow: 0 24px 38px 3px rgba(var(--elevation-base-color), .14), 0 9px 46px 8px rgba(var(--elevation-base-color), .12), 0 11px 15px -7px rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .modal-content {
    box-shadow: 0 24px 38px 3px rgba(60, 75, 100, .14), 0 9px 46px 8px rgba(60, 75, 100, .12), 0 11px 15px -7px rgba(60, 75, 100, .20);
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000015;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-color: #d8dbe0;
}

.c-legacy-theme .modal-header {
  border-color: #c8ced3;
}

.c-dark-theme .modal-header {
  border-color: rgba(0, 0, 0, 0.2);
}

.modal-header .close {
  padding: 1rem 1rem;
}

html:not([dir=rtl]) .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

*[dir=rtl] .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-color: #d8dbe0;
}

.c-legacy-theme .modal-footer {
  border-color: #c8ced3;
}

.c-dark-theme .modal-footer {
  border-color: rgba(0, 0, 0, 0.2);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .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-primary .modal-content {
  border-color: #0ca1cc;
}

.modal-primary .modal-header {
  color: #fff;
  background-color: #0ca1cc;
}

.modal-secondary .modal-content {
  border-color: #666;
}

.modal-secondary .modal-header {
  color: #fff;
  background-color: #666;
}

.modal-success .modal-content {
  border-color: #2eb85c;
}

.modal-success .modal-header {
  color: #fff;
  background-color: #2eb85c;
}

.modal-info .modal-content {
  border-color: #39f;
}

.modal-info .modal-header {
  color: #fff;
  background-color: #39f;
}

.modal-warning .modal-content {
  border-color: #f9b115;
}

.modal-warning .modal-header {
  color: #fff;
  background-color: #f9b115;
}

.modal-danger .modal-content {
  border-color: #e55353;
}

.modal-danger .modal-header {
  color: #fff;
  background-color: #e55353;
}

.modal-light .modal-content {
  border-color: #ebedef;
}

.modal-light .modal-header {
  color: #fff;
  background-color: #ebedef;
}

.modal-dark .modal-content {
  border-color: #636f83;
}

.modal-dark .modal-header {
  color: #fff;
  background-color: #636f83;
}

.modal-dark-slate .modal-content {
  border-color: #1d252c;
}

.modal-dark-slate .modal-header {
  color: #fff;
  background-color: #1d252c;
}

.modal-tertiary .modal-content {
  border-color: #00a6ce;
}

.modal-tertiary .modal-header {
  color: #fff;
  background-color: #00a6ce;
}

.c-dark-theme .modal-primary .modal-content {
  border-color: #1b84a2;
}

.c-dark-theme .modal-primary .modal-header {
  color: #fff;
  background-color: #1b84a2;
}

.c-dark-theme .modal-secondary .modal-content {
  border-color: #4c4f54;
}

.c-dark-theme .modal-secondary .modal-header {
  color: #fff;
  background-color: #4c4f54;
}

.c-dark-theme .modal-success .modal-content {
  border-color: #45a164;
}

.c-dark-theme .modal-success .modal-header {
  color: #fff;
  background-color: #45a164;
}

.c-dark-theme .modal-info .modal-content {
  border-color: #4799eb;
}

.c-dark-theme .modal-info .modal-header {
  color: #fff;
  background-color: #4799eb;
}

.c-dark-theme .modal-warning .modal-content {
  border-color: #e1a82d;
}

.c-dark-theme .modal-warning .modal-header {
  color: #fff;
  background-color: #e1a82d;
}

.c-dark-theme .modal-danger .modal-content {
  border-color: #d16767;
}

.c-dark-theme .modal-danger .modal-header {
  color: #fff;
  background-color: #d16767;
}

.c-dark-theme .modal-light .modal-content {
  border-color: #6c6e7e;
}

.c-dark-theme .modal-light .modal-header {
  color: #fff;
  background-color: #6c6e7e;
}

.c-dark-theme .modal-dark .modal-content {
  border-color: #0e0e15;
}

.c-dark-theme .modal-dark .modal-header {
  color: #fff;
  background-color: #0e0e15;
}

.c-legacy-theme .modal-primary .modal-content {
  border-color: #20a8d8;
}

.c-legacy-theme .modal-primary .modal-header {
  color: #fff;
  background-color: #20a8d8;
}

.c-legacy-theme .modal-secondary .modal-content {
  border-color: #c8ced3;
}

.c-legacy-theme .modal-secondary .modal-header {
  color: #fff;
  background-color: #c8ced3;
}

.c-legacy-theme .modal-success .modal-content {
  border-color: #4dbd74;
}

.c-legacy-theme .modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

.c-legacy-theme .modal-info .modal-content {
  border-color: #63c2de;
}

.c-legacy-theme .modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

.c-legacy-theme .modal-warning .modal-content {
  border-color: #ffc107;
}

.c-legacy-theme .modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

.c-legacy-theme .modal-danger .modal-content {
  border-color: #f86c6b;
}

.c-legacy-theme .modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

.c-legacy-theme .modal-light .modal-content {
  border-color: #f0f3f5;
}

.c-legacy-theme .modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

.c-legacy-theme .modal-dark .modal-content {
  border-color: #2f353a;
}

.c-legacy-theme .modal-dark .modal-header {
  color: #fff;
  background-color: #2f353a;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}

html:not([dir=rtl]) .nav {
  padding-left: 0;
}

*[dir=rtl] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #8a93a2;
  pointer-events: none;
  cursor: default;
  color: #8a93a2;
}

.c-legacy-theme .nav-link.disabled {
  color: #73818f;
}

.c-dark-theme .nav-link.disabled {
  color: rgba(255, 255, 255, 0.38);
}

.nav-tabs {
  border-bottom: 1px solid;
  border-color: #c4c9d0;
}

.c-legacy-theme .nav-tabs {
  border-color: #c8ced3;
}

.c-dark-theme .nav-tabs {
  border-color: rgba(255, 255, 255, 0.075);
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #d8dbe0 #d8dbe0 #c4c9d0;
}

.c-legacy-theme .nav-tabs .nav-link:hover,
.c-legacy-theme .nav-tabs .nav-link:focus {
  border-color: #e4e7ea #e4e7ea #c8ced3;
}

.c-dark-theme .nav-tabs .nav-link:hover,
.c-dark-theme .nav-tabs .nav-link:focus {
  border-color: rgba(255, 255, 255, 0.075) rgba(255, 255, 255, 0.075) rgba(255, 255, 255, 0.075);
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #8a93a2;
}

.c-legacy-theme .nav-tabs .nav-link.disabled {
  color: #73818f;
}

.c-dark-theme .nav-tabs .nav-link.disabled {
  color: rgba(255, 255, 255, 0.38);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #768192;
  background-color: #ebedef;
  border-color: #c4c9d0 #c4c9d0 #ebedef;
}

.c-legacy-theme .nav-tabs .nav-link.active,
.c-legacy-theme .nav-tabs .nav-item.show .nav-link {
  color: #5c6873;
  background-color: #e4e5e6;
  border-color: #c8ced3 #c8ced3 #e4e5e6;
}

.c-dark-theme .nav-tabs .nav-link.active,
.c-dark-theme .nav-tabs .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.075);
  border-color: transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs-boxed .nav-tabs {
  border: 0;
}

.nav-tabs-boxed .nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.c-legacy-theme .nav-tabs-boxed .nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.c-dark-theme .nav-tabs-boxed .nav-tabs .nav-link.active {
  background-color: #282933;
  border-bottom-color: #282933;
}

.nav-tabs-boxed .tab-content {
  padding: 0.75rem 1.25rem;
  border: 1px solid;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  color: #768192;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-legacy-theme .nav-tabs-boxed .tab-content {
  color: #5c6873;
  background-color: #fff;
  border-color: #c8ced3;
}

.c-dark-theme .nav-tabs-boxed .tab-content {
  color: rgba(255, 255, 255, 0.87);
  background-color: #282933;
  border-color: #282933;
}

.nav-tabs-boxed.nav-tabs-boxed-top-right .nav-tabs {
  justify-content: flex-end;
}

.nav-tabs-boxed.nav-tabs-boxed-top-right .tab-content {
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}

.nav-tabs-boxed.nav-tabs-boxed-left,
.nav-tabs-boxed.nav-tabs-boxed-right {
  display: flex;
}

.nav-tabs-boxed.nav-tabs-boxed-left .nav-item,
.nav-tabs-boxed.nav-tabs-boxed-right .nav-item {
  z-index: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

*[dir=rtl] .nav-tabs-boxed.nav-tabs-boxed-left {
  flex-direction: row-reverse;
}

.nav-tabs-boxed.nav-tabs-boxed-left .nav-item {
  margin-right: -1px;
}

.nav-tabs-boxed.nav-tabs-boxed-left .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

.nav-tabs-boxed.nav-tabs-boxed-left .nav-link.active {
  border-color: #d8dbe0 #fff #d8dbe0 #d8dbe0;
}

.c-legacy-theme .nav-tabs-boxed.nav-tabs-boxed-left .nav-link.active {
  border-color: #c8ced3 #fff #c8ced3 #c8ced3;
}

.c-dark-theme .nav-tabs-boxed.nav-tabs-boxed-left .nav-link.active {
  border-color: rgba(255, 255, 255, 0.075);
}

html:not([dir=rtl]) .nav-tabs-boxed.nav-tabs-boxed-right {
  flex-direction: row-reverse;
}

*[dir=rtl] .nav-tabs-boxed.nav-tabs-boxed-right {
  flex-direction: row;
}

html:not([dir=rtl]) .nav-tabs-boxed.nav-tabs-boxed-right .nav-item {
  margin-left: -1px;
}

*[dir=rtl] .nav-tabs-boxed.nav-tabs-boxed-right .nav-item {
  margin-right: -1px;
}

.nav-tabs-boxed.nav-tabs-boxed-right .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav-tabs-boxed.nav-tabs-boxed-right .nav-link.active {
  border-color: #d8dbe0 #d8dbe0 #d8dbe0 #fff;
}

.c-legacy-theme .nav-tabs-boxed.nav-tabs-boxed-right .nav-link.active {
  border-color: #c8ced3 #c8ced3 #c8ced3 #fff;
}

.c-dark-theme .nav-tabs-boxed.nav-tabs-boxed-right .nav-link.active {
  border-color: #282933 #282933 #282933 #282933;
}

.nav-tabs-boxed.nav-tabs-boxed-right .tab-content {
  border-radius: 0.25rem 0 0.25rem 0.25rem;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0ca1cc;
}

.c-legacy-theme .nav-pills .nav-link.active,
.c-legacy-theme .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #20a8d8;
}

.c-dark-theme .nav-pills .nav-link.active,
.c-dark-theme .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b84a2;
}

.nav-underline {
  border-bottom: 2px solid;
  border-color: #c4c9d0;
}

.c-legacy-theme .nav-underline {
  border-color: #c8ced3;
}

.c-dark-theme .nav-underline {
  border-color: rgba(255, 255, 255, 0.075);
}

.nav-underline .nav-item {
  margin-bottom: -2px;
}

.nav-underline .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  background: transparent;
}

.nav-underline-primary .nav-link.active,
.nav-underline-primary .show > .nav-link {
  color: #0ca1cc;
  border-color: #0ca1cc;
}

.nav-underline-secondary .nav-link.active,
.nav-underline-secondary .show > .nav-link {
  color: #666;
  border-color: #666;
}

.nav-underline-success .nav-link.active,
.nav-underline-success .show > .nav-link {
  color: #2eb85c;
  border-color: #2eb85c;
}

.nav-underline-info .nav-link.active,
.nav-underline-info .show > .nav-link {
  color: #39f;
  border-color: #39f;
}

.nav-underline-warning .nav-link.active,
.nav-underline-warning .show > .nav-link {
  color: #f9b115;
  border-color: #f9b115;
}

.nav-underline-danger .nav-link.active,
.nav-underline-danger .show > .nav-link {
  color: #e55353;
  border-color: #e55353;
}

.nav-underline-light .nav-link.active,
.nav-underline-light .show > .nav-link {
  color: #ebedef;
  border-color: #ebedef;
}

.nav-underline-dark .nav-link.active,
.nav-underline-dark .show > .nav-link {
  color: #636f83;
  border-color: #636f83;
}

.nav-underline-dark-slate .nav-link.active,
.nav-underline-dark-slate .show > .nav-link {
  color: #1d252c;
  border-color: #1d252c;
}

.nav-underline-tertiary .nav-link.active,
.nav-underline-tertiary .show > .nav-link {
  color: #00a6ce;
  border-color: #00a6ce;
}

.c-dark-theme .nav-underline-primary .nav-link.active,
.c-dark-theme .nav-underline-primary .show > .nav-link {
  color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .nav-underline-secondary .nav-link.active,
.c-dark-theme .nav-underline-secondary .show > .nav-link {
  color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .nav-underline-success .nav-link.active,
.c-dark-theme .nav-underline-success .show > .nav-link {
  color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .nav-underline-info .nav-link.active,
.c-dark-theme .nav-underline-info .show > .nav-link {
  color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .nav-underline-warning .nav-link.active,
.c-dark-theme .nav-underline-warning .show > .nav-link {
  color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .nav-underline-danger .nav-link.active,
.c-dark-theme .nav-underline-danger .show > .nav-link {
  color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .nav-underline-light .nav-link.active,
.c-dark-theme .nav-underline-light .show > .nav-link {
  color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .nav-underline-dark .nav-link.active,
.c-dark-theme .nav-underline-dark .show > .nav-link {
  color: #0e0e15;
  border-color: #0e0e15;
}

.c-legacy-theme .nav-underline-primary .nav-link.active,
.c-legacy-theme .nav-underline-primary .show > .nav-link {
  color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .nav-underline-secondary .nav-link.active,
.c-legacy-theme .nav-underline-secondary .show > .nav-link {
  color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .nav-underline-success .nav-link.active,
.c-legacy-theme .nav-underline-success .show > .nav-link {
  color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .nav-underline-info .nav-link.active,
.c-legacy-theme .nav-underline-info .show > .nav-link {
  color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .nav-underline-warning .nav-link.active,
.c-legacy-theme .nav-underline-warning .show > .nav-link {
  color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .nav-underline-danger .nav-link.active,
.c-legacy-theme .nav-underline-danger .show > .nav-link {
  color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .nav-underline-light .nav-link.active,
.c-legacy-theme .nav-underline-light .show > .nav-link {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .nav-underline-dark .nav-link.active,
.c-legacy-theme .nav-underline-dark .show > .nav-link {
  color: #2f353a;
  border-color: #2f353a;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.c-sidebar .nav-tabs:first-child .nav-link,
.c-sidebar .c-sidebar-close + .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
}

html:not([dir=rtl]) .navbar-nav {
  padding-left: 0;
}

*[dir=rtl] .navbar-nav {
  padding-right: 0;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar.navbar-dark .navbar-brand:hover,
.navbar.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar.navbar-dark .navbar-nav .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar.navbar-dark .navbar-nav .show > .nav-link,
.navbar.navbar-dark .navbar-nav .active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-link.show,
.navbar.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar.navbar-dark .navbar-text a:hover,
.navbar.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar.navbar-light .navbar-brand {
  color: rgba(0, 0, 21, 0.9);
}

.navbar.navbar-light .navbar-brand:hover,
.navbar.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 21, 0.9);
}

.navbar.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 21, 0.5);
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 21, 0.7);
}

.navbar.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 21, 0.3);
}

.navbar.navbar-light .navbar-nav .show > .nav-link,
.navbar.navbar-light .navbar-nav .active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-link.show,
.navbar.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 21, 0.9);
}

.navbar.navbar-light .navbar-toggler {
  color: rgba(0, 0, 21, 0.5);
  border-color: rgba(0, 0, 21, 0.1);
}

.navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 21, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-light .navbar-text {
  color: rgba(0, 0, 21, 0.5);
}

.navbar.navbar-light .navbar-text a {
  color: rgba(0, 0, 21, 0.9);
}

.navbar.navbar-light .navbar-text a:hover,
.navbar.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .navbar.navbar-dark .navbar-brand {
  color: #fff;
}

.c-legacy-theme .navbar.navbar-dark .navbar-brand:hover,
.c-legacy-theme .navbar.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link:hover,
.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-legacy-theme .navbar.navbar-dark .navbar-nav .show > .nav-link,
.c-legacy-theme .navbar.navbar-dark .navbar-nav .active > .nav-link,
.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link.show,
.c-legacy-theme .navbar.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.c-legacy-theme .navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.c-legacy-theme .navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.c-legacy-theme .navbar.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .navbar.navbar-dark .navbar-text a {
  color: #fff;
}

.c-legacy-theme .navbar.navbar-dark .navbar-text a:hover,
.c-legacy-theme .navbar.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.c-legacy-theme .navbar.navbar-light .navbar-brand {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .navbar.navbar-light .navbar-brand:hover,
.c-legacy-theme .navbar.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 21, 0.5);
}

.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link:hover,
.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 21, 0.7);
}

.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 21, 0.3);
}

.c-legacy-theme .navbar.navbar-light .navbar-nav .show > .nav-link,
.c-legacy-theme .navbar.navbar-light .navbar-nav .active > .nav-link,
.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link.show,
.c-legacy-theme .navbar.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .navbar.navbar-light .navbar-toggler {
  color: rgba(0, 0, 21, 0.5);
  border-color: rgba(0, 0, 21, 0.1);
}

.c-legacy-theme .navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 21, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.c-legacy-theme .navbar.navbar-light .navbar-text {
  color: rgba(0, 0, 21, 0.5);
}

.c-legacy-theme .navbar.navbar-light .navbar-text a {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .navbar.navbar-light .navbar-text a:hover,
.c-legacy-theme .navbar.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 21, 0.9);
}

.pagination {
  display: flex;
  list-style: none;
  border-radius: 0.25rem;
}

html:not([dir=rtl]) .pagination {
  padding-left: 0;
}

*[dir=rtl] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  border: 1px solid;
  color: #0ca1cc;
  background-color: #fff;
  border-color: #d8dbe0;
}

html:not([dir=rtl]) .page-link {
  margin-left: -1px;
}

*[dir=rtl] .page-link {
  margin-right: -1px;
}

.c-legacy-theme .page-link {
  color: #20a8d8;
  background-color: #fff;
  border-color: #c8ced3;
}

.c-dark-theme .page-link {
  color: rgba(255, 255, 255, 0.87);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.075);
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #086884;
  background-color: #d8dbe0;
  border-color: #c4c9d0;
}

.c-legacy-theme .page-link:hover {
  color: #167495;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.c-dark-theme .page-link:hover {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.075);
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

html:not([dir=rtl]) .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

*[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

html:not([dir=rtl]) .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

*[dir=rtl] .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.c-legacy-theme .page-item.active .page-link {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-dark-theme .page-item.active .page-link {
  color: #fff;
  background-color: #1b84a2;
  border-color: #0ca1cc;
}

.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  color: #8a93a2;
  background-color: #fff;
  border-color: #c4c9d0;
}

.c-legacy-theme .page-item.disabled .page-link {
  color: #73818f;
  background-color: #fff;
  border-color: #c8ced3;
}

.c-dark-theme .page-item.disabled .page-link {
  color: rgba(255, 255, 255, 0.38);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.075);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

html:not([dir=rtl]) .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

*[dir=rtl] .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

html:not([dir=rtl]) .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

*[dir=rtl] .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

html:not([dir=rtl]) .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

*[dir=rtl] .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

html:not([dir=rtl]) .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

*[dir=rtl] .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.popover {
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  background-color: #fff;
  border-color: rgba(0, 0, 21, 0.2);
}

.c-legacy-theme .popover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .popover {
  background-color: #3b3c45;
  border-color: rgba(255, 255, 255, 0.075);
}

.popover .popover-arrow {
  position: absolute;
  display: block;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover[data-popper-placement^=top] .popover-arrow,
.popover[data-popper-placement^=bottom] .popover-arrow {
  width: 1.6rem;
  height: 0.5rem;
  padding: 0 0.3rem;
}

.popover[data-popper-placement^=right] .popover-arrow,
.popover[data-popper-placement^=left] .popover-arrow {
  width: 0.5rem;
  height: 1.6rem;
  padding: 0.3rem 0;
  margin: 0;
}

.popover[data-popper-placement^=top] {
  margin-bottom: 0.5rem !important;
}

.popover[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.popover[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .popover[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .popover[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: rgba(255, 255, 255, 0.125);
}

.popover[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.c-legacy-theme .popover[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #fff;
}

.c-dark-theme .popover[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #3b3c45;
}

.popover[data-popper-placement^=right] {
  margin-left: 0.5rem !important;
}

.popover[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
}

.popover[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .popover[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .popover[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: rgba(255, 255, 255, 0.125);
}

.popover[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.c-legacy-theme .popover[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #fff;
}

.c-dark-theme .popover[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #3b3c45;
}

.popover[data-popper-placement^=bottom] {
  margin-top: 0.5rem !important;
}

.popover[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.popover[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .popover[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .popover[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.125);
}

.popover[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.c-legacy-theme .popover[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #fff;
}

.c-dark-theme .popover[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #3b3c45;
}

.popover[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid;
  border-bottom-color: #f7f7f7;
}

.c-legacy-theme .popover[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #f7f7f7;
}

.c-dark-theme .popover[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #3b3c45;
}

.popover[data-popper-placement^=left] {
  margin-left: 0.5rem !important;
}

.popover[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
}

.popover[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 21, 0.25);
}

.c-legacy-theme .popover[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: rgba(0, 0, 0, 0.25);
}

.c-dark-theme .popover[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: rgba(255, 255, 255, 0.125);
}

.popover[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.c-legacy-theme .popover[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #fff;
}

.c-dark-theme .popover[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #3b3c45;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  border-bottom: 1px solid;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #f7f7f7;
  border-bottom-color: #ebebeb;
}

.c-legacy-theme .popover-header {
  background-color: #f7f7f7;
  border-bottom-color: #ebebeb;
}

.c-dark-theme .popover-header {
  color: rgba(255, 255, 255, 0.87);
  background-color: #3b3c45;
  border-bottom-color: #2f3037;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3c4b64;
}

.c-legacy-theme .popover-body {
  color: #23282c;
}

.c-dark-theme .popover-body {
  color: rgba(255, 255, 255, 0.87);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  border-radius: 0.25rem;
  background-color: #ebedef;
}

.c-legacy-theme .progress {
  background-color: #f0f3f5;
}

.c-dark-theme .progress {
  background-color: rgba(255, 255, 255, 0.2);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  color: #fff;
  background-color: #0ca1cc;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.c-legacy-theme .progress-bar {
  color: #fff;
  background-color: #20a8d8;
}

.c-dark-theme .progress-bar {
  color: #fff;
  background-color: #1b84a2;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 8px;
}

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

.progress.progress-white .progress-bar {
  background-color: #fff;
}

.progress-group {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

.progress-group-prepend {
  flex: 0 0 100px;
  align-self: center;
}

.progress-group-icon {
  font-size: 1.09375rem;
}

html:not([dir=rtl]) .progress-group-icon {
  margin: 0 1rem 0 0.25rem;
}

*[dir=rtl] .progress-group-icon {
  margin: 0 0.25rem 0 1rem;
}

.progress-group-text {
  font-size: 0.765625rem;
  color: #768192;
}

.progress-group-header {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

.progress-group-bars {
  flex-grow: 1;
  align-self: center;
}

.progress-group-bars .progress:not(:last-child) {
  margin-bottom: 2px;
}

.progress-group-header + .progress-group-bars {
  flex-basis: 100%;
}

.c-sidebar {
  position: relative;
  display: flex;
  flex: 0 0 256px;
  flex-direction: column;
  order: -1;
  width: 256px;
  padding: 0;
  box-shadow: none;
}

.c-sidebar.c-sidebar-right {
  order: 99;
}

@media (max-width: 991.98px) {
  .c-sidebar {
    --is-mobile: true;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1031;
  }

  html:not([dir=rtl]) .c-sidebar:not(.c-sidebar-right) {
    left: 0;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-right {
    right: 0;
  }

  *[dir=rtl] .c-sidebar:not(.c-sidebar-right) {
    right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-right {
    left: 0;
  }
}

html:not([dir=rtl]) .c-sidebar:not(.c-sidebar-right) {
  margin-left: -256px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-right {
  margin-right: -256px;
}

*[dir=rtl] .c-sidebar:not(.c-sidebar-right) {
  margin-right: -256px;
}

*[dir=rtl] .c-sidebar.c-sidebar-right {
  margin-left: -256px;
}

.c-sidebar[class*=bg-] {
  border-color: rgba(0, 0, 21, 0.1);
}

.c-sidebar.c-sidebar-sm {
  flex: 0 0 192px;
  width: 192px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-sm:not(.c-sidebar-right) {
  margin-left: -192px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-sm.c-sidebar-right {
  margin-right: -192px;
}

*[dir=rtl] .c-sidebar.c-sidebar-sm:not(.c-sidebar-right) {
  margin-right: -192px;
}

*[dir=rtl] .c-sidebar.c-sidebar-sm.c-sidebar-right {
  margin-left: -192px;
}

.c-sidebar.c-sidebar-lg {
  flex: 0 0 320px;
  width: 320px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-lg:not(.c-sidebar-right) {
  margin-left: -320px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-lg.c-sidebar-right {
  margin-right: -320px;
}

*[dir=rtl] .c-sidebar.c-sidebar-lg:not(.c-sidebar-right) {
  margin-right: -320px;
}

*[dir=rtl] .c-sidebar.c-sidebar-lg.c-sidebar-right {
  margin-left: -320px;
}

.c-sidebar.c-sidebar-xl {
  flex: 0 0 384px;
  width: 384px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-xl:not(.c-sidebar-right) {
  margin-left: -384px;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-xl.c-sidebar-right {
  margin-right: -384px;
}

*[dir=rtl] .c-sidebar.c-sidebar-xl:not(.c-sidebar-right) {
  margin-right: -384px;
}

*[dir=rtl] .c-sidebar.c-sidebar-xl.c-sidebar-right {
  margin-left: -384px;
}

@media (min-width: 992px) {
  .c-sidebar.c-sidebar-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-fixed:not(.c-sidebar-right) {
    left: 0;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-fixed.c-sidebar-right {
    right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-fixed:not(.c-sidebar-right) {
    right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-fixed.c-sidebar-right {
    left: 0;
  }
}

.c-sidebar.c-sidebar-overlaid {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1032;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-overlaid:not(.c-sidebar-right) {
  left: 0;
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-overlaid.c-sidebar-right {
  right: 0;
}

*[dir=rtl] .c-sidebar.c-sidebar-overlaid:not(.c-sidebar-right) {
  right: 0;
}

*[dir=rtl] .c-sidebar.c-sidebar-overlaid.c-sidebar-right {
  left: 0;
}

.c-sidebar-close {
  position: absolute;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-sidebar-close:hover {
    text-decoration: none;
  }
}

.c-sidebar-close:focus,
.c-sidebar-close.focus {
  outline: 0;
}

html:not([dir=rtl]) .c-sidebar-close {
  right: 0;
}

*[dir=rtl] .c-sidebar-close {
  left: 0;
}

.c-sidebar-brand {
  display: flex;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
}

.c-sidebar-brand .c-sidebar-brand-minimized {
  display: none;
}

.c-sidebar-header {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  transition: 0.3s;
}

.c-sidebar-nav {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}

.c-sidebar-nav.ps {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.c-sidebar-nav.ps::-webkit-scrollbar {
  width: 0 !important;
}

.c-sidebar-nav-title {
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.c-sidebar-nav-divider {
  height: 10px;
  transition: height 0.3s;
}

.c-sidebar-nav-item {
  width: inherit;
}

.c-sidebar-nav-link,
.c-sidebar-nav-dropdown-toggle {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0.8445rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}

html:not([dir=rtl]) .c-sidebar-nav-link .badge,
html:not([dir=rtl]) .c-sidebar-nav-dropdown-toggle .badge {
  margin-left: auto;
}

*[dir=rtl] .c-sidebar-nav-link .badge,
*[dir=rtl] .c-sidebar-nav-dropdown-toggle .badge {
  margin-right: auto;
}

.c-sidebar-nav-link.c-disabled,
.c-disabled.c-sidebar-nav-dropdown-toggle {
  cursor: default;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-sidebar-nav-link:hover,
  .c-sidebar-nav-dropdown-toggle:hover {
    text-decoration: none;
  }
}

.c-sidebar-nav-icon {
  flex: 0 0 56px;
  height: 1.09375rem;
  font-size: 1.09375rem;
  text-align: center;
  transition: 0.3s;
  fill: currentColor;
}

html:not([dir=rtl]) .c-sidebar-nav-icon:first-child {
  margin-left: -1rem;
}

*[dir=rtl] .c-sidebar-nav-icon:first-child {
  margin-right: -1rem;
}

.c-sidebar-nav-dropdown {
  position: relative;
  transition: background 0.3s ease-in-out;
}

.c-sidebar-nav-dropdown.c-show > .c-sidebar-nav-dropdown-items {
  max-height: 1500px;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown.c-show > .c-sidebar-nav-dropdown-toggle::after {
  transform: rotate(-90deg);
}

*[dir=rtl] .c-sidebar-nav-dropdown.c-show > .c-sidebar-nav-dropdown-toggle::after {
  transform: rotate(270deg);
}

.c-sidebar-nav-dropdown.c-show + .c-sidebar-nav-dropdown.c-show {
  margin-top: 1px;
}

.c-sidebar-nav-dropdown-toggle {
  cursor: pointer;
}

.c-sidebar-nav-dropdown-toggle::after {
  display: block;
  flex: 0 8px;
  height: 8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-toggle::after {
  margin-left: auto;
}

*[dir=rtl] .c-sidebar-nav-dropdown-toggle::after {
  margin-right: auto;
  transform: rotate(180deg);
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-toggle .badge {
  margin-right: 1rem;
}

*[dir=rtl] .c-sidebar-nav-dropdown-toggle .badge {
  margin-left: 1rem;
}

.c-sidebar-nav-dropdown-items {
  max-height: 0;
  padding: 0;
  overflow-y: hidden;
  list-style: none;
  transition: max-height 0.3s ease-in-out;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 56px;
}

*[dir=rtl] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 56px;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 64px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 64px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 72px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 72px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 80px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 80px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 88px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 88px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 96px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-right: 96px;
}

html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
html:not([dir=rtl]) .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-left: -56px;
}

*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-link .c-sidebar-nav-icon,
*[dir=rtl] .c-sidebar-nav[data-indentation=true] .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  margin-right: -56px;
}

.c-sidebar-nav-label {
  display: flex;
  padding: 0.211125rem 1rem;
  transition: 0.3s;
}

.c-sidebar-nav-label:hover {
  text-decoration: none;
}

.c-sidebar-nav-label .c-sidebar-nav-icon {
  margin-top: 1px;
}

.c-sidebar-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}

.c-sidebar-minimizer {
  display: flex;
  flex: 0 0 50px;
  justify-content: flex-end;
  width: inherit;
  padding: 0;
  cursor: pointer;
  border: 0;
}

@media (max-width: 991.98px) {
  .c-sidebar-minimizer {
    display: none;
  }
}

.c-sidebar-minimizer::before {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: 0.3s;
}

*[dir=rtl] .c-sidebar-minimizer::before {
  transform: rotate(180deg);
}

.c-sidebar-minimizer:focus,
.c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-sidebar-right .c-sidebar-minimizer {
  justify-content: flex-start;
}

html:not([dir=rtl]) .c-sidebar-right .c-sidebar-minimizer::before {
  transform: rotate(-180deg);
}

*[dir=rtl] .c-sidebar-right .c-sidebar-minimizer::before {
  transform: rotate(0deg);
}

@media (max-width: 991.98px) {
  .c-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100vw;
    height: 100vh;
    background-color: #000015;
    transition: 0.3s;
  }

  .c-sidebar-backdrop.c-fade {
    opacity: 0;
  }

  .c-sidebar-backdrop.c-show {
    opacity: 0.5;
  }
}

@media (min-width: 992px) {
  .c-sidebar-minimized {
    z-index: 1031;
    flex: 0 0 56px;
  }

  .c-sidebar-minimized.c-sidebar-fixed {
    z-index: 1031;
    width: 56px;
  }

  html:not([dir=rtl]) .c-sidebar-minimized:not(.c-sidebar-right) {
    margin-left: -56px;
  }

  *[dir=rtl] .c-sidebar-minimized:not(.c-sidebar-right) {
    margin-right: -56px;
  }

  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right {
    margin-right: -56px;
  }

  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right {
    margin-left: -56px;
  }

  .c-sidebar-minimized .c-sidebar-brand-full {
    display: none;
  }

  .c-sidebar-minimized .c-sidebar-brand-minimized {
    display: block;
  }

  .c-sidebar-minimized .c-sidebar-nav {
    padding-bottom: 50px;
    overflow: visible;
  }

  .c-sidebar-minimized .c-d-minimized-none,
  .c-sidebar-minimized .c-sidebar-nav-divider,
  .c-sidebar-minimized .c-sidebar-nav-label,
  .c-sidebar-minimized .c-sidebar-nav-title,
  .c-sidebar-minimized .c-sidebar-footer,
  .c-sidebar-minimized .c-sidebar-form,
  .c-sidebar-minimized .c-sidebar-header {
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
  }

  .c-sidebar-minimized .c-sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: inherit;
  }

  html:not([dir=rtl]) .c-sidebar-minimized .c-sidebar-minimizer::before {
    transform: rotate(-180deg);
  }

  *[dir=rtl] .c-sidebar-minimized .c-sidebar-minimizer::before {
    transform: rotate(0deg);
  }

  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right .c-sidebar-minimizer::before {
    transform: rotate(0deg);
  }

  *[dir=rtl] .c-sidebar-minimized.c-sidebar-right .c-sidebar-minimizer::before {
    transform: rotate(180deg);
  }

  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-item:hover,
  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
    margin-left: -256px;
  }

  *[dir=rtl] .c-sidebar-minimized.c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-item:hover,
  *[dir=rtl] .c-sidebar-minimized.c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
    margin-right: -256px;
  }

  .c-sidebar-minimized .c-sidebar-nav-link,
  .c-sidebar-minimized .c-sidebar-nav-dropdown-toggle {
    overflow: hidden;
    white-space: nowrap;
    border-left: 0;
  }

  .c-sidebar-minimized .c-sidebar-nav-link:hover,
  .c-sidebar-minimized .c-sidebar-nav-dropdown-toggle:hover {
    width: 312px;
  }

  .c-sidebar-minimized .c-sidebar-nav-dropdown-toggle::after {
    display: none;
  }

  .c-sidebar-minimized .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
  .c-sidebar-minimized .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
    width: 256px;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown {
    position: relative;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
    display: none;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown:not(.c-show) > .c-sidebar-nav-dropdown-items {
    display: none;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items {
    max-height: 1500px;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
    width: 312px;
    overflow: visible;
  }

  .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover > .c-sidebar-nav-dropdown-items {
    position: absolute;
    display: inline;
  }

  html:not([dir=rtl]) .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover > .c-sidebar-nav-dropdown-items {
    left: 56px;
  }

  *[dir=rtl] .c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover > .c-sidebar-nav-dropdown-items {
    right: 56px;
  }

  html:not([dir=rtl]) .c-sidebar-minimized.c-sidebar-right > .c-sidebar-nav-dropdown:hover > .c-sidebar-nav-dropdown-items {
    left: 0;
  }

  *[dir=rtl] .c-sidebar-minimized.c-sidebar-right > .c-sidebar-nav-dropdown:hover > .c-sidebar-nav-dropdown-items {
    right: 0;
  }
}

@media (min-width: 992px) {
  .c-sidebar-unfoldable:not(:hover) {
    z-index: 1031;
    flex: 0 0 56px;
  }

  .c-sidebar-unfoldable:not(:hover).c-sidebar-fixed {
    z-index: 1031;
    width: 56px;
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover):not(.c-sidebar-right) {
    margin-left: -56px;
  }

  *[dir=rtl] .c-sidebar-unfoldable:not(:hover):not(.c-sidebar-right) {
    margin-right: -56px;
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover).c-sidebar-right {
    margin-right: -56px;
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover).c-sidebar-right {
    margin-left: -56px;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-brand-full {
    display: none;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-brand-minimized {
    display: block;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav {
    padding-bottom: 50px;
    overflow: visible;
  }

  .c-sidebar-unfoldable:not(:hover) .c-d-minimized-none,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-divider,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-label,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-title,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-footer,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-form,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-header {
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: inherit;
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover) .c-sidebar-minimizer::before {
    transform: rotate(-180deg);
  }

  *[dir=rtl] .c-sidebar-unfoldable:not(:hover) .c-sidebar-minimizer::before {
    transform: rotate(0deg);
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-minimizer::before {
    transform: rotate(0deg);
  }

  *[dir=rtl] .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-minimizer::before {
    transform: rotate(180deg);
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-item:hover,
  html:not([dir=rtl]) .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
    margin-left: -256px;
  }

  *[dir=rtl] .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-item:hover,
  *[dir=rtl] .c-sidebar-unfoldable:not(:hover).c-sidebar-right .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
    margin-right: -256px;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-link,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-toggle {
    overflow: hidden;
    white-space: nowrap;
    border-left: 0;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-link:hover,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-toggle:hover {
    width: 312px;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-toggle::after {
    display: none;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link,
  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
    width: 256px;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav > .c-sidebar-nav-dropdown {
    position: relative;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
    display: none;
  }

  .c-sidebar-unfoldable:not(:hover) .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown:not(.c-show) > .c-sidebar-nav-dropdown-items {
    display: none;
  }
}

.c-sidebar-unfoldable:not(:hover) .ps {
  overflow: initial !important;
}

@media (min-width: 992px) {
  .c-sidebar-unfoldable {
    z-index: 1031 !important;
  }

  .c-sidebar-unfoldable:hover .c-sidebar-nav-dropdown-items {
    overflow-x: hidden;
  }

  html:not([dir=rtl]) .c-sidebar-unfoldable:hover .c-sidebar-minimizer::before {
    transform: rotate(-180deg);
  }

  *[dir=rtl] .c-sidebar-unfoldable:hover .c-sidebar-minimizer::before {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (max-width: 991.98px) and (-ms-high-contrast: none), (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

.c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid,
.c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
  border: 0;
  box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right),
html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
  margin-left: 0;
}

*[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right),
*[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
  margin-right: 0;
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right,
html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
  margin-right: 0;
}

*[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right,
*[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
  margin-left: 0;
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) and (-ms-high-contrast: none), (min-width: 576px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 576px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 576px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 576px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 576px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 576px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-sm-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 576px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right),
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right),
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-sm-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

@media (min-width: 576px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }
}

@media (min-width: 576px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-sm-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 768px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 768px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 768px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 768px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 768px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-md-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 768px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right),
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right),
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-md-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

@media (min-width: 768px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-md-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (max-width: 991.98px) and (-ms-high-contrast: none), (min-width: 992px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-lg-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right),
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right),
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-lg-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

@media (min-width: 1200px) and (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1200px) and (max-width: 991.98px) and (-ms-high-contrast: none), (min-width: 1200px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1200px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 1200px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1200px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 1200px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1200px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xl-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1200px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right),
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right),
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-xl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

@media (min-width: 1200px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-xl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

@media (min-width: 1400px) and (max-width: 991.98px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1400px) and (max-width: 991.98px) and (-ms-high-contrast: none), (min-width: 1400px) and (max-width: 991.98px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1400px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1400px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 1400px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-fixed,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1400px) and (min-width: 992px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1400px) and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 1400px) and (min-width: 992px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-unfoldable,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-unfoldable {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1400px) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    border: 0;
    box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20);
  }
}

@media (min-width: 1400px) and (-ms-high-contrast: none), (min-width: 1400px) and (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-xxl-show.c-sidebar-overlaid,
  .c-app:not(.c-legacy-theme) .c-sidebar.c-sidebar-show.c-sidebar-overlaid {
    box-shadow: 0 3px 4px 0 rgba(60, 75, 100, .14), 0 3px 3px -2px rgba(60, 75, 100, .12), 0 1px 8px 0 rgba(60, 75, 100, .20);
  }
}

@media (min-width: 1400px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right),
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-left: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right),
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right) {
    margin-right: 0;
  }
}

@media (min-width: 1400px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }
}

@media (min-width: 1400px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-right: 0;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right {
    margin-left: 0;
  }
}

@media (min-width: 1400px) and (min-width: 992px) {
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-right: 256px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed ~ .c-wrapper {
    margin-left: 256px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-right: 192px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-sm ~ .c-wrapper {
    margin-left: 192px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-right: 320px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-lg ~ .c-wrapper {
    margin-left: 320px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-right: 384px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-xl ~ .c-wrapper {
    margin-left: 384px;
  }

  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  html:not([dir=rtl]) .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-right: 56px;
  }

  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-xxl-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-minimized ~ .c-wrapper,
  *[dir=rtl] .c-sidebar.c-sidebar-show.c-sidebar-right.c-sidebar-fixed.c-sidebar-unfoldable ~ .c-wrapper {
    margin-left: 56px;
  }
}

.c-sidebar {
  color: #fff;
  background: #3c4b64;
}

*[dir=rtl] .c-sidebar.c-sidebar-right {
  border: 0;
}

.c-sidebar .c-sidebar-close {
  color: #fff;
}

.c-sidebar .c-sidebar-brand {
  color: #fff;
  background: rgba(0, 0, 21, 0.2);
}

.c-sidebar .c-sidebar-header {
  background: rgba(0, 0, 21, 0.2);
}

.c-sidebar .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 21, 0.1);
  border: 0;
}

.c-sidebar .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-title {
  color: rgba(255, 255, 255, 0.6);
}

.c-sidebar .c-sidebar-nav-link,
.c-sidebar .c-sidebar-nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link:focus,
.c-sidebar .c-sidebar-nav-dropdown-toggle:focus {
  outline: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-sidebar .c-sidebar-nav-link:hover,
  .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #0ca1cc;
  }

  .c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-sidebar .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: #fff;
  }

  .c-sidebar .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle::after,
  .c-sidebar :hover.c-sidebar-nav-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  }
}

.c-sidebar .c-sidebar-nav-link.c-disabled,
.c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-sidebar .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar .c-sidebar-nav-link.c-disabled:hover,
.c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-sidebar .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar .c-sidebar-nav-link.c-disabled:hover.c-sidebar-nav-dropdown-toggle::after,
.c-sidebar .c-disabled:hover.c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-sidebar-nav-dropdown-toggle {
  position: relative;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-sidebar-nav-dropdown.c-show {
  background: rgba(0, 0, 0, 0.2);
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar .c-sidebar-nav-label {
  color: rgba(255, 255, 255, 0.6);
}

.c-sidebar .c-sidebar-nav-label:hover {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-label .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar .c-progress {
  background-color: #596f94 !important;
}

.c-sidebar .c-sidebar-footer {
  background: rgba(0, 0, 21, 0.2);
}

.c-sidebar .c-sidebar-minimizer {
  background-color: rgba(0, 0, 21, 0.2);
}

.c-sidebar .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%238a93a2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .c-sidebar-minimizer:focus,
.c-sidebar .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-sidebar .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-sidebar .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link,
.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
  background: #0ca1cc;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled,
.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle {
  background: #3c4b64;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
  background: #3c4b64;
}

.c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
  background: #0ca1cc;
}

.c-sidebar.c-sidebar-light {
  color: #3c4b64;
  background: #fff;
  border-right: 1px solid rgba(159, 167, 179, 0.5);
}

html:not([dir=rtl]) .c-sidebar.c-sidebar-light.c-sidebar-right {
  border-right: 0;
  border-left: 1px solid rgba(159, 167, 179, 0.5);
}

*[dir=rtl] .c-sidebar.c-sidebar-light {
  border-right: 0;
  border-left: 1px solid rgba(159, 167, 179, 0.5);
}

*[dir=rtl] .c-sidebar.c-sidebar-light.c-sidebar-right {
  border: 0;
  border-right: 1px solid rgba(159, 167, 179, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-close {
  color: #3c4b64;
}

.c-sidebar.c-sidebar-light .c-sidebar-brand {
  color: #fff;
  background: #088eb5;
}

.c-sidebar.c-sidebar-light .c-sidebar-header {
  background: rgba(0, 0, 21, 0.2);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 21, 0.1);
  border: 0;
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-title {
  color: rgba(0, 0, 21, 0.4);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 21, 0.8);
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active,
.c-sidebar.c-sidebar-light .c-active.c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 21, 0.8);
  background: rgba(0, 0, 21, 0.05);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #088eb5;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link:focus,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:focus {
  outline: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover,
  .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #0ca1cc;
  }

  .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: #fff;
  }

  .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle::after,
  .c-sidebar.c-sidebar-light :hover.c-sidebar-nav-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  }
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled,
.c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover,
.c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover.c-sidebar-nav-dropdown-toggle::after,
.c-sidebar.c-sidebar-light .c-disabled:hover.c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle {
  position: relative;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(0, 0, 21, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show {
  background: rgba(0, 0, 0, 0.05);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 21, 0.8);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-label {
  color: rgba(0, 0, 21, 0.4);
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-label:hover {
  color: #3c4b64;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-label .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light .c-sidebar-footer {
  background: rgba(0, 0, 21, 0.2);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer {
  background-color: rgba(0, 0, 0, 0.05);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%238a93a2' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:focus,
.c-sidebar.c-sidebar-light .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23768192' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link,
.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
  background: #0ca1cc;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled,
.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle {
  background: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 21, 0.5);
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
  background: #fff;
}

.c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
  background: #0ca1cc;
}

.c-legacy-theme .c-sidebar {
  color: #fff;
  background: #2f353a;
}

*[dir=rtl] .c-legacy-theme .c-sidebar.c-sidebar-right {
  border: 0;
}

.c-legacy-theme .c-sidebar .c-sidebar-close {
  color: #fff;
}

.c-legacy-theme .c-sidebar .c-sidebar-brand {
  color: #23282c;
  background: #fff;
}

.c-legacy-theme .c-sidebar .c-sidebar-header {
  background: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.c-legacy-theme .c-sidebar .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-title {
  color: rgba(255, 255, 255, 0.6);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-active,
.c-legacy-theme .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link:focus,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:focus {
  outline: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .c-sidebar .c-sidebar-nav-link:hover,
  .c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #20a8d8;
  }

  .c-legacy-theme .c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: #fff;
  }

  .c-legacy-theme .c-sidebar .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle::after,
  .c-legacy-theme .c-sidebar :hover.c-sidebar-nav-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  }
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover,
.c-legacy-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover.c-sidebar-nav-dropdown-toggle::after,
.c-legacy-theme .c-sidebar .c-disabled:hover.c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle {
  position: relative;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show {
  background: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
  color: #fff;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-label {
  color: rgba(255, 255, 255, 0.6);
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-label:hover {
  color: #fff;
}

.c-legacy-theme .c-sidebar .c-sidebar-nav-label .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar .c-progress {
  background-color: #515c64 !important;
}

.c-legacy-theme .c-sidebar .c-sidebar-footer {
  background: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar .c-sidebar-minimizer {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar .c-sidebar-minimizer:focus,
.c-legacy-theme .c-sidebar .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-legacy-theme .c-sidebar .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-legacy-theme .c-sidebar .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
  background: #20a8d8;
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle {
  background: #2f353a;
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
  background: #2f353a;
}

.c-legacy-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
  background: #20a8d8;
}

.c-legacy-theme .c-sidebar.c-sidebar-light {
  color: #23282c;
  background: #fff;
  border-right: 1px solid rgba(143, 156, 166, 0.5);
}

html:not([dir=rtl]) .c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-right {
  border-right: 0;
  border-left: 1px solid rgba(143, 156, 166, 0.5);
}

*[dir=rtl] .c-legacy-theme .c-sidebar.c-sidebar-light {
  border-right: 0;
  border-left: 1px solid rgba(143, 156, 166, 0.5);
}

*[dir=rtl] .c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-right {
  border: 0;
  border-right: 1px solid rgba(143, 156, 166, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-close {
  color: #23282c;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-brand {
  color: #fff;
  background: #20a8d8;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-header {
  background: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-title {
  color: rgba(0, 0, 0, 0.4);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-active.c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.05);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #20a8d8;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link:focus,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:focus {
  outline: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover,
  .c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #20a8d8;
  }

  .c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: #fff;
  }

  .c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle::after,
  .c-legacy-theme .c-sidebar.c-sidebar-light :hover.c-sidebar-nav-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  }
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-disabled:hover.c-sidebar-nav-dropdown-toggle::after,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-disabled:hover.c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle {
  position: relative;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show {
  background: rgba(0, 0, 0, 0.05);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-label {
  color: rgba(0, 0, 0, 0.4);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-label:hover {
  color: #23282c;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-nav-label .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-footer {
  background: rgba(0, 0, 0, 0.2);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer {
  background-color: rgba(0, 0, 0, 0.05);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer:focus,
.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-legacy-theme .c-sidebar.c-sidebar-light .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%235c6873' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link,
.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
  background: #20a8d8;
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled,
.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle {
  background: #fff;
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
  background: #fff;
}

.c-legacy-theme .c-sidebar.c-sidebar-light.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
  background: #20a8d8;
}

.c-dark-theme .c-sidebar {
  color: rgba(255, 255, 255, 0.87);
  background: #2a2b36;
  border: 0;
}

html:not([dir=rtl]) .c-dark-theme .c-sidebar.c-sidebar-right {
  border: 0;
}

*[dir=rtl] .c-dark-theme .c-sidebar {
  border: 0;
}

*[dir=rtl] .c-dark-theme .c-sidebar.c-sidebar-right {
  border: 0;
  border: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-close {
  color: rgba(255, 255, 255, 0.87);
}

.c-dark-theme .c-sidebar .c-sidebar-brand {
  background: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-header {
  background: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control {
  color: #fff;
  background: rgba(0, 0, 21, 0.1);
  border: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-form .c-form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-title {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-active,
.c-dark-theme .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link:focus,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:focus {
  outline: none;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .c-sidebar .c-sidebar-nav-link:hover,
  .c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    color: #fff;
    background: #1b84a2;
  }

  .c-dark-theme .c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: #fff;
  }

  .c-dark-theme .c-sidebar .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle::after,
  .c-dark-theme .c-sidebar :hover.c-sidebar-nav-dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  }
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-disabled,
.c-dark-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover,
.c-dark-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-link.c-disabled:hover.c-sidebar-nav-dropdown-toggle::after,
.c-dark-theme .c-sidebar .c-disabled:hover.c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle {
  position: relative;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show {
  background: rgba(0, 0, 0, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
  color: #fff;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle {
  color: #b3b3b3;
  background: transparent;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover {
  color: #b3b3b3;
}

.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-disabled:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar .c-sidebar-nav-dropdown.c-show .c-disabled.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-label {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-label:hover {
  color: rgba(255, 255, 255, 0.87);
}

.c-dark-theme .c-sidebar .c-sidebar-nav-label .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar .c-progress {
  background-color: #4b4d61 !important;
}

.c-dark-theme .c-sidebar .c-sidebar-footer {
  background: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer {
  background-color: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:focus,
.c-dark-theme .c-sidebar .c-sidebar-minimizer.c-focus {
  outline: 0;
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.c-dark-theme .c-sidebar .c-sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link,
.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle {
  background: #1b84a2;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled,
.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle {
  background: #2a2b36;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-sidebar-nav-link.c-disabled .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav-item:hover > .c-disabled.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown > .c-sidebar-nav-dropdown-items {
  background: #2a2b36;
}

.c-dark-theme .c-sidebar.c-sidebar-minimized .c-sidebar-nav > .c-sidebar-nav-dropdown:hover {
  background: #1b84a2;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-primary,
.c-sidebar .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle {
  background: #0ca1cc;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-primary .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover,
.c-sidebar .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover {
  background: #0b8eb4;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-secondary,
.c-sidebar .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle {
  background: #666;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-secondary .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover,
.c-sidebar .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover {
  background: #595959;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-success,
.c-sidebar .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle {
  background: #2eb85c;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-success .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-success:hover,
.c-sidebar .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover {
  background: #29a452;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-success:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-info,
.c-sidebar .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle {
  background: #39f;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-info .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-info:hover,
.c-sidebar .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover {
  background: #1a8cff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-info:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-warning,
.c-sidebar .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle {
  background: #f9b115;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-warning .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover,
.c-sidebar .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover {
  background: #eea506;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-danger,
.c-sidebar .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle {
  background: #e55353;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-danger .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover,
.c-sidebar .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover {
  background: #e23d3d;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-light,
.c-sidebar .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle {
  background: #ebedef;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-light .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-light:hover,
.c-sidebar .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover {
  background: #dde0e4;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-light:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark,
.c-sidebar .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle {
  background: #636f83;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover,
.c-sidebar .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover {
  background: #586374;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark-slate,
.c-sidebar .c-sidebar-nav-link-dark-slate.c-sidebar-nav-dropdown-toggle {
  background: #1d252c;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark-slate .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-dark-slate.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark-slate:hover,
.c-sidebar .c-sidebar-nav-link-dark-slate.c-sidebar-nav-dropdown-toggle:hover {
  background: #13181d;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-dark-slate:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-dark-slate.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-tertiary,
.c-sidebar .c-sidebar-nav-link-tertiary.c-sidebar-nav-dropdown-toggle {
  background: #00a6ce;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-tertiary .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-tertiary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-tertiary:hover,
.c-sidebar .c-sidebar-nav-link-tertiary.c-sidebar-nav-dropdown-toggle:hover {
  background: #0091b5;
}

.c-sidebar .c-sidebar-nav-link.c-sidebar-nav-link-tertiary:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link-tertiary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary,
.c-dark-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle {
  background: #1b84a2;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover,
.c-dark-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover {
  background: #17728c;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary,
.c-dark-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle {
  background: #4c4f54;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover,
.c-dark-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover {
  background: #404247;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-success,
.c-dark-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle {
  background: #45a164;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-success .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-success:hover,
.c-dark-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover {
  background: #3d8f59;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-success:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-info,
.c-dark-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle {
  background: #4799eb;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-info .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-info:hover,
.c-dark-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover {
  background: #308ce8;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-info:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning,
.c-dark-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle {
  background: #e1a82d;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover,
.c-dark-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover {
  background: #d69c1f;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger,
.c-dark-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle {
  background: #d16767;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover,
.c-dark-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover {
  background: #cb5353;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-light,
.c-dark-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle {
  background: #6c6e7e;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-light .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-light:hover,
.c-dark-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover {
  background: #606270;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-light:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark,
.c-dark-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle {
  background: #0e0e15;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover,
.c-dark-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover {
  background: #040405;
}

.c-dark-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover .c-sidebar-nav-icon,
.c-dark-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary,
.c-legacy-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle {
  background: #20a8d8;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover,
.c-legacy-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover {
  background: #1d97c2;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-primary:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-primary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary,
.c-legacy-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle {
  background: #c8ced3;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover,
.c-legacy-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover {
  background: #bac1c8;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-secondary:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-secondary.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-success,
.c-legacy-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle {
  background: #4dbd74;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-success .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-success:hover,
.c-legacy-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover {
  background: #41af67;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-success:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-success.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-info,
.c-legacy-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle {
  background: #63c2de;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-info .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-info:hover,
.c-legacy-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover {
  background: #4ebada;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-info:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-info.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning,
.c-legacy-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle {
  background: #ffc107;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover,
.c-legacy-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover {
  background: #edb100;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-warning:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-warning.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger,
.c-legacy-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle {
  background: #f86c6b;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover,
.c-legacy-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover {
  background: #f75453;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-danger:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-danger.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-light,
.c-legacy-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle {
  background: #f0f3f5;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-light .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-light:hover,
.c-legacy-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover {
  background: #e1e7eb;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-light:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-light.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark,
.c-legacy-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle {
  background: #2f353a;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover,
.c-legacy-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover {
  background: #24282c;
}

.c-legacy-theme .c-sidebar-nav-link.c-sidebar-nav-link-dark:hover .c-sidebar-nav-icon,
.c-legacy-theme .c-sidebar-nav-link-dark.c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
  color: #fff;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.c-subheader {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 48px;
}

.c-subheader[class*=bg-] {
  border-color: rgba(0, 0, 21, 0.1);
}

.c-subheader.c-subheader-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.c-app:not(.c-legacy-theme) .c-subheader.c-subheader-fixed {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20);
  -webkit-clip-path: inset(0 0 -1000px 0);
          clip-path: inset(0 0 -1000px 0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-subheader.c-subheader-fixed {
    box-shadow: 0 2px 2px 0 rgba(60, 75, 100, .14), 0 3px 1px -2px rgba(60, 75, 100, .12), 0 1px 5px 0 rgba(60, 75, 100, .20);
  }
}

.c-subheader-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 48px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.c-subheader-nav .c-subheader-nav-item {
  position: relative;
}

.c-subheader-nav .c-subheader-nav-btn {
  background-color: transparent;
  border: 1px solid transparent;
}

.c-subheader-nav .c-subheader-nav-link,
.c-subheader-nav .c-subheader-nav-btn {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-subheader-nav .c-subheader-nav-link .badge,
.c-subheader-nav .c-subheader-nav-btn .badge {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

html:not([dir=rtl]) .c-subheader-nav .c-subheader-nav-link .badge,
html:not([dir=rtl]) .c-subheader-nav .c-subheader-nav-btn .badge {
  left: 50%;
  margin-left: 0;
}

*[dir=rtl] .c-subheader-nav .c-subheader-nav-link .badge,
*[dir=rtl] .c-subheader-nav .c-subheader-nav-btn .badge {
  right: 50%;
  margin-right: 0;
}

.c-subheader-nav .c-subheader-nav-link:hover,
.c-subheader-nav .c-subheader-nav-btn:hover {
  text-decoration: none;
}

.c-subheader.c-subheader-dark {
  background: #3c4b64;
  border-bottom: 1px solid #636f83;
}

.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link:hover,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link:focus,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn:hover,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-disabled,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-subheader.c-subheader-dark .c-subheader-nav .c-show > .c-subheader-nav-link,
.c-subheader.c-subheader-dark .c-subheader-nav .c-active > .c-subheader-nav-link,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-show,
.c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-active {
  color: #fff;
}

.c-subheader.c-subheader-dark .c-subheader-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-subheader.c-subheader-dark .c-subheader-text a {
  color: #fff;
}

.c-subheader.c-subheader-dark .c-subheader-text a:hover,
.c-subheader.c-subheader-dark .c-subheader-text a:focus {
  color: #fff;
}

.c-subheader {
  background: #fff;
  border-bottom: 1px solid #d8dbe0;
}

.c-subheader .c-subheader-nav .c-subheader-nav-link,
.c-subheader .c-subheader-nav .c-subheader-nav-btn {
  color: rgba(0, 0, 21, 0.5);
}

.c-subheader .c-subheader-nav .c-subheader-nav-link:hover,
.c-subheader .c-subheader-nav .c-subheader-nav-link:focus,
.c-subheader .c-subheader-nav .c-subheader-nav-btn:hover,
.c-subheader .c-subheader-nav .c-subheader-nav-btn:focus {
  color: rgba(0, 0, 21, 0.7);
}

.c-subheader .c-subheader-nav .c-subheader-nav-link.c-disabled,
.c-subheader .c-subheader-nav .c-subheader-nav-btn.c-disabled {
  color: rgba(0, 0, 21, 0.3);
}

.c-subheader .c-subheader-nav .c-show > .c-subheader-nav-link,
.c-subheader .c-subheader-nav .c-active > .c-subheader-nav-link,
.c-subheader .c-subheader-nav .c-subheader-nav-link.c-show,
.c-subheader .c-subheader-nav .c-subheader-nav-link.c-active {
  color: rgba(0, 0, 21, 0.9);
}

.c-subheader .c-subheader-text {
  color: rgba(0, 0, 21, 0.5);
}

.c-subheader .c-subheader-text a {
  color: rgba(0, 0, 21, 0.9);
}

.c-subheader .c-subheader-text a:hover,
.c-subheader .c-subheader-text a:focus {
  color: rgba(0, 0, 21, 0.9);
}

.c-legacy-theme .c-subheader.c-subheader-dark {
  background: #181b1e;
  border-bottom: 1px solid #2f353a;
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link:hover,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link:focus,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn:hover,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-disabled,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-show > .c-subheader-nav-link,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-active > .c-subheader-nav-link,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-show,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-nav .c-subheader-nav-link.c-active {
  color: #fff;
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-text a {
  color: #fff;
}

.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-text a:hover,
.c-legacy-theme .c-subheader.c-subheader-dark .c-subheader-text a:focus {
  color: #fff;
}

.c-legacy-theme .c-subheader {
  background: #fff;
  border-bottom: 1px solid #c8ced3;
}

.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link:hover,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link:focus,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn:hover,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn:focus {
  color: rgba(0, 0, 0, 0.7);
}

.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-disabled,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn.c-disabled {
  color: rgba(0, 0, 0, 0.3);
}

.c-legacy-theme .c-subheader .c-subheader-nav .c-show > .c-subheader-nav-link,
.c-legacy-theme .c-subheader .c-subheader-nav .c-active > .c-subheader-nav-link,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-show,
.c-legacy-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-active {
  color: rgba(0, 0, 0, 0.9);
}

.c-legacy-theme .c-subheader .c-subheader-text {
  color: rgba(0, 0, 0, 0.5);
}

.c-legacy-theme .c-subheader .c-subheader-text a {
  color: rgba(0, 0, 0, 0.9);
}

.c-legacy-theme .c-subheader .c-subheader-text a:hover,
.c-legacy-theme .c-subheader .c-subheader-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.c-dark-theme .c-subheader {
  background: #2a2b36;
  border-bottom: 0;
}

.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link:hover,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link:focus,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn:hover,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn:focus {
  color: rgba(255, 255, 255, 0.9);
}

.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-disabled,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-btn.c-disabled {
  color: rgba(255, 255, 255, 0.25);
}

.c-dark-theme .c-subheader .c-subheader-nav .c-show > .c-subheader-nav-link,
.c-dark-theme .c-subheader .c-subheader-nav .c-active > .c-subheader-nav-link,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-show,
.c-dark-theme .c-subheader .c-subheader-nav .c-subheader-nav-link.c-active {
  color: #fff;
}

.c-dark-theme .c-subheader .c-subheader-text {
  color: rgba(255, 255, 255, 0.75);
}

.c-dark-theme .c-subheader .c-subheader-text a {
  color: #fff;
}

.c-dark-theme .c-subheader .c-subheader-text a:hover,
.c-dark-theme .c-subheader .c-subheader-text a:focus {
  color: #fff;
}

.c-switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

.c-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-switch-slider {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  border: 1px solid;
  transition: 0.15s ease-out;
  border-radius: 0.25rem;
  background-color: #fff;
  border-color: #e4e7ea;
}

.c-dark-theme .c-switch-slider {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
}

.c-switch-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #d8dbe0;
  transition: 0.15s ease-out;
  border-radius: 0.125rem;
}

.c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(14px);
}

.c-switch-input:focus ~ .c-switch-slider {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.c-dark-theme .c-switch-input:focus ~ .c-switch-slider {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.c-switch-input:disabled ~ .c-switch-slider {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-switch-lg {
  width: 48px;
  height: 30px;
}

.c-switch-lg .c-switch-slider {
  font-size: 12px;
}

.c-switch-lg .c-switch-slider::before {
  width: 24px;
  height: 24px;
}

.c-switch-lg .c-switch-slider::after {
  font-size: 12px;
}

.c-switch-lg .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(18px);
}

.c-switch-sm {
  width: 32px;
  height: 22px;
}

.c-switch-sm .c-switch-slider {
  font-size: 8px;
}

.c-switch-sm .c-switch-slider::before {
  width: 16px;
  height: 16px;
}

.c-switch-sm .c-switch-slider::after {
  font-size: 8px;
}

.c-switch-sm .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(10px);
}

.c-switch-label {
  width: 48px;
}

.c-switch-label .c-switch-slider::before {
  z-index: 2;
}

.c-switch-label .c-switch-slider::after {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50%;
  margin-top: -0.5em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #c4c9d0;
  text-align: center;
  text-transform: uppercase;
  content: attr(data-unchecked);
  transition: inherit;
}

html:not([dir=rtl]) .c-switch-label .c-switch-slider::after {
  right: 1px;
}

.c-switch-label .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(22px);
}

.c-switch-label .c-switch-input:checked ~ .c-switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

.c-switch-label.c-switch-lg {
  width: 56px;
  height: 30px;
}

.c-switch-label.c-switch-lg .c-switch-slider {
  font-size: 12px;
}

.c-switch-label.c-switch-lg .c-switch-slider::before {
  width: 24px;
  height: 24px;
}

.c-switch-label.c-switch-lg .c-switch-slider::after {
  font-size: 12px;
}

.c-switch-label.c-switch-lg .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(26px);
}

.c-switch-label.c-switch-sm {
  width: 40px;
  height: 22px;
}

.c-switch-label.c-switch-sm .c-switch-slider {
  font-size: 8px;
}

.c-switch-label.c-switch-sm .c-switch-slider::before {
  width: 16px;
  height: 16px;
}

.c-switch-label.c-switch-sm .c-switch-slider::after {
  font-size: 8px;
}

.c-switch-label.c-switch-sm .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(18px);
}

.c-switch[class*="-3d"] .c-switch-slider {
  background-color: #ebedef;
  border-radius: 50em;
}

.c-switch[class*="-3d"] .c-switch-slider::before {
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 21, 0.3);
}

.c-switch[class*="-3d"].c-switch-lg {
  width: 48px;
  height: 30px;
}

.c-switch[class*="-3d"].c-switch-lg .c-switch-slider::before {
  width: 30px;
  height: 30px;
}

.c-switch[class*="-3d"].c-switch-lg .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(18px);
}

.c-switch[class*="-3d"].c-switch-sm {
  width: 32px;
  height: 22px;
}

.c-switch[class*="-3d"].c-switch-sm .c-switch-slider::before {
  width: 22px;
  height: 22px;
}

.c-switch[class*="-3d"].c-switch-sm .c-switch-input:checked ~ .c-switch-slider::before {
  transform: translateX(10px);
}

.c-switch-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #0ca1cc;
  border-color: #097b9c;
}

.c-switch-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #097b9c;
}

.c-switch-3d-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #0ca1cc;
}

.c-switch-outline-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #0ca1cc;
}

.c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #0ca1cc;
}

.c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #0ca1cc;
}

.c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #0ca1cc;
}

.c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #0ca1cc;
  border-color: #0ca1cc;
}

.c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #0ca1cc;
}

.c-switch-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #666;
  border-color: #4d4d4d;
}

.c-switch-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #4d4d4d;
}

.c-switch-3d-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #666;
}

.c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #666;
}

.c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #666;
}

.c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #666;
}

.c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #666;
}

.c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #666;
  border-color: #666;
}

.c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #666;
}

.c-switch-success .c-switch-input:checked + .c-switch-slider {
  background-color: #2eb85c;
  border-color: #248f48;
}

.c-switch-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #248f48;
}

.c-switch-3d-success .c-switch-input:checked + .c-switch-slider {
  background-color: #2eb85c;
}

.c-switch-outline-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #2eb85c;
}

.c-switch-outline-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #2eb85c;
}

.c-switch-outline-success .c-switch-input:checked + .c-switch-slider::after {
  color: #2eb85c;
}

.c-switch-opposite-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #2eb85c;
}

.c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::before {
  background-color: #2eb85c;
  border-color: #2eb85c;
}

.c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::after {
  color: #2eb85c;
}

.c-switch-info .c-switch-input:checked + .c-switch-slider {
  background-color: #39f;
  border-color: #0080ff;
}

.c-switch-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #0080ff;
}

.c-switch-3d-info .c-switch-input:checked + .c-switch-slider {
  background-color: #39f;
}

.c-switch-outline-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #39f;
}

.c-switch-outline-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #39f;
}

.c-switch-outline-info .c-switch-input:checked + .c-switch-slider::after {
  color: #39f;
}

.c-switch-opposite-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #39f;
}

.c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::before {
  background-color: #39f;
  border-color: #39f;
}

.c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::after {
  color: #39f;
}

.c-switch-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #f9b115;
  border-color: #d69405;
}

.c-switch-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #d69405;
}

.c-switch-3d-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #f9b115;
}

.c-switch-outline-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f9b115;
}

.c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #f9b115;
}

.c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #f9b115;
}

.c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f9b115;
}

.c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::before {
  background-color: #f9b115;
  border-color: #f9b115;
}

.c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #f9b115;
}

.c-switch-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #e55353;
  border-color: #de2727;
}

.c-switch-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #de2727;
}

.c-switch-3d-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #e55353;
}

.c-switch-outline-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #e55353;
}

.c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #e55353;
}

.c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #e55353;
}

.c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #e55353;
}

.c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::before {
  background-color: #e55353;
  border-color: #e55353;
}

.c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #e55353;
}

.c-switch-light .c-switch-input:checked + .c-switch-slider {
  background-color: #ebedef;
  border-color: #cfd4d8;
}

.c-switch-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #cfd4d8;
}

.c-switch-3d-light .c-switch-input:checked + .c-switch-slider {
  background-color: #ebedef;
}

.c-switch-outline-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #ebedef;
}

.c-switch-outline-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #ebedef;
}

.c-switch-outline-light .c-switch-input:checked + .c-switch-slider::after {
  color: #ebedef;
}

.c-switch-opposite-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #ebedef;
}

.c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::before {
  background-color: #ebedef;
  border-color: #ebedef;
}

.c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::after {
  color: #ebedef;
}

.c-switch-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #636f83;
  border-color: #4d5666;
}

.c-switch-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: #4d5666;
}

.c-switch-3d-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #636f83;
}

.c-switch-outline-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #636f83;
}

.c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: #636f83;
}

.c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #636f83;
}

.c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #636f83;
}

.c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::before {
  background-color: #636f83;
  border-color: #636f83;
}

.c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #636f83;
}

.c-switch-dark-slate .c-switch-input:checked + .c-switch-slider {
  background-color: #1d252c;
  border-color: #090b0d;
}

.c-switch-dark-slate .c-switch-input:checked + .c-switch-slider::before {
  border-color: #090b0d;
}

.c-switch-3d-dark-slate .c-switch-input:checked + .c-switch-slider {
  background-color: #1d252c;
}

.c-switch-outline-dark-slate .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #1d252c;
}

.c-switch-outline-dark-slate .c-switch-input:checked + .c-switch-slider::before {
  border-color: #1d252c;
}

.c-switch-outline-dark-slate .c-switch-input:checked + .c-switch-slider::after {
  color: #1d252c;
}

.c-switch-opposite-dark-slate .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #1d252c;
}

.c-switch-opposite-dark-slate .c-switch-input:checked + .c-switch-slider::before {
  background-color: #1d252c;
  border-color: #1d252c;
}

.c-switch-opposite-dark-slate .c-switch-input:checked + .c-switch-slider::after {
  color: #1d252c;
}

.c-switch-tertiary .c-switch-input:checked + .c-switch-slider {
  background-color: #00a6ce;
  border-color: #007d9b;
}

.c-switch-tertiary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #007d9b;
}

.c-switch-3d-tertiary .c-switch-input:checked + .c-switch-slider {
  background-color: #00a6ce;
}

.c-switch-outline-tertiary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #00a6ce;
}

.c-switch-outline-tertiary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #00a6ce;
}

.c-switch-outline-tertiary .c-switch-input:checked + .c-switch-slider::after {
  color: #00a6ce;
}

.c-switch-opposite-tertiary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #00a6ce;
}

.c-switch-opposite-tertiary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.c-switch-opposite-tertiary .c-switch-input:checked + .c-switch-slider::after {
  color: #00a6ce;
}

.c-dark-theme .c-switch-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #1b84a2;
  border-color: #146076;
}

.c-dark-theme .c-switch-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #146076;
}

.c-dark-theme .c-switch-3d-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #1b84a2;
}

.c-dark-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #1b84a2;
}

.c-dark-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #1b84a2;
}

.c-dark-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #1b84a2;
}

.c-dark-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #1b84a2;
}

.c-dark-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #1b84a2;
  border-color: #1b84a2;
}

.c-dark-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #1b84a2;
}

.c-dark-theme .c-switch-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #4c4f54;
  border-color: #343639;
}

.c-dark-theme .c-switch-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #343639;
}

.c-dark-theme .c-switch-3d-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #4c4f54;
}

.c-dark-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4c4f54;
}

.c-dark-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #4c4f54;
}

.c-dark-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #4c4f54;
}

.c-dark-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4c4f54;
}

.c-dark-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #4c4f54;
  border-color: #4c4f54;
}

.c-dark-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #4c4f54;
}

.c-dark-theme .c-switch-success .c-switch-input:checked + .c-switch-slider {
  background-color: #45a164;
  border-color: #367d4e;
}

.c-dark-theme .c-switch-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #367d4e;
}

.c-dark-theme .c-switch-3d-success .c-switch-input:checked + .c-switch-slider {
  background-color: #45a164;
}

.c-dark-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #45a164;
}

.c-dark-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #45a164;
}

.c-dark-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider::after {
  color: #45a164;
}

.c-dark-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #45a164;
}

.c-dark-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::before {
  background-color: #45a164;
  border-color: #45a164;
}

.c-dark-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::after {
  color: #45a164;
}

.c-dark-theme .c-switch-info .c-switch-input:checked + .c-switch-slider {
  background-color: #4799eb;
  border-color: #1a80e6;
}

.c-dark-theme .c-switch-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #1a80e6;
}

.c-dark-theme .c-switch-3d-info .c-switch-input:checked + .c-switch-slider {
  background-color: #4799eb;
}

.c-dark-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4799eb;
}

.c-dark-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #4799eb;
}

.c-dark-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider::after {
  color: #4799eb;
}

.c-dark-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4799eb;
}

.c-dark-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::before {
  background-color: #4799eb;
  border-color: #4799eb;
}

.c-dark-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::after {
  color: #4799eb;
}

.c-dark-theme .c-switch-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #e1a82d;
  border-color: #c08c1b;
}

.c-dark-theme .c-switch-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #c08c1b;
}

.c-dark-theme .c-switch-3d-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #e1a82d;
}

.c-dark-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #e1a82d;
}

.c-dark-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #e1a82d;
}

.c-dark-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #e1a82d;
}

.c-dark-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #e1a82d;
}

.c-dark-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::before {
  background-color: #e1a82d;
  border-color: #e1a82d;
}

.c-dark-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #e1a82d;
}

.c-dark-theme .c-switch-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #d16767;
  border-color: #c54040;
}

.c-dark-theme .c-switch-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #c54040;
}

.c-dark-theme .c-switch-3d-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #d16767;
}

.c-dark-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #d16767;
}

.c-dark-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #d16767;
}

.c-dark-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #d16767;
}

.c-dark-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #d16767;
}

.c-dark-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::before {
  background-color: #d16767;
  border-color: #d16767;
}

.c-dark-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #d16767;
}

.c-dark-theme .c-switch-light .c-switch-input:checked + .c-switch-slider {
  background-color: #6c6e7e;
  border-color: #555662;
}

.c-dark-theme .c-switch-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #555662;
}

.c-dark-theme .c-switch-3d-light .c-switch-input:checked + .c-switch-slider {
  background-color: #6c6e7e;
}

.c-dark-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #6c6e7e;
}

.c-dark-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #6c6e7e;
}

.c-dark-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider::after {
  color: #6c6e7e;
}

.c-dark-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #6c6e7e;
}

.c-dark-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::before {
  background-color: #6c6e7e;
  border-color: #6c6e7e;
}

.c-dark-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::after {
  color: #6c6e7e;
}

.c-dark-theme .c-switch-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #0e0e15;
  border-color: black;
}

.c-dark-theme .c-switch-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: black;
}

.c-dark-theme .c-switch-3d-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #0e0e15;
}

.c-dark-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #0e0e15;
}

.c-dark-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: #0e0e15;
}

.c-dark-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #0e0e15;
}

.c-dark-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #0e0e15;
}

.c-dark-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::before {
  background-color: #0e0e15;
  border-color: #0e0e15;
}

.c-dark-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #0e0e15;
}

.c-legacy-theme .c-switch-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #20a8d8;
  border-color: #1985ac;
}

.c-legacy-theme .c-switch-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #1985ac;
}

.c-legacy-theme .c-switch-3d-primary .c-switch-input:checked + .c-switch-slider {
  background-color: #20a8d8;
}

.c-legacy-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #20a8d8;
}

.c-legacy-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #20a8d8;
}

.c-legacy-theme .c-switch-outline-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #20a8d8;
}

.c-legacy-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #20a8d8;
}

.c-legacy-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #20a8d8;
  border-color: #20a8d8;
}

.c-legacy-theme .c-switch-opposite-primary .c-switch-input:checked + .c-switch-slider::after {
  color: #20a8d8;
}

.c-legacy-theme .c-switch-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #c8ced3;
  border-color: #acb5bc;
}

.c-legacy-theme .c-switch-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #acb5bc;
}

.c-legacy-theme .c-switch-3d-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: #c8ced3;
}

.c-legacy-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #c8ced3;
}

.c-legacy-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::before {
  border-color: #c8ced3;
}

.c-legacy-theme .c-switch-outline-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #c8ced3;
}

.c-legacy-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #c8ced3;
}

.c-legacy-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::before {
  background-color: #c8ced3;
  border-color: #c8ced3;
}

.c-legacy-theme .c-switch-opposite-secondary .c-switch-input:checked + .c-switch-slider::after {
  color: #c8ced3;
}

.c-legacy-theme .c-switch-success .c-switch-input:checked + .c-switch-slider {
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

.c-legacy-theme .c-switch-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #3a9d5d;
}

.c-legacy-theme .c-switch-3d-success .c-switch-input:checked + .c-switch-slider {
  background-color: #4dbd74;
}

.c-legacy-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4dbd74;
}

.c-legacy-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider::before {
  border-color: #4dbd74;
}

.c-legacy-theme .c-switch-outline-success .c-switch-input:checked + .c-switch-slider::after {
  color: #4dbd74;
}

.c-legacy-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #4dbd74;
}

.c-legacy-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::before {
  background-color: #4dbd74;
  border-color: #4dbd74;
}

.c-legacy-theme .c-switch-opposite-success .c-switch-input:checked + .c-switch-slider::after {
  color: #4dbd74;
}

.c-legacy-theme .c-switch-info .c-switch-input:checked + .c-switch-slider {
  background-color: #63c2de;
  border-color: #39b2d5;
}

.c-legacy-theme .c-switch-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #39b2d5;
}

.c-legacy-theme .c-switch-3d-info .c-switch-input:checked + .c-switch-slider {
  background-color: #63c2de;
}

.c-legacy-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #63c2de;
}

.c-legacy-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider::before {
  border-color: #63c2de;
}

.c-legacy-theme .c-switch-outline-info .c-switch-input:checked + .c-switch-slider::after {
  color: #63c2de;
}

.c-legacy-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #63c2de;
}

.c-legacy-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::before {
  background-color: #63c2de;
  border-color: #63c2de;
}

.c-legacy-theme .c-switch-opposite-info .c-switch-input:checked + .c-switch-slider::after {
  color: #63c2de;
}

.c-legacy-theme .c-switch-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #ffc107;
  border-color: #d39e00;
}

.c-legacy-theme .c-switch-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #d39e00;
}

.c-legacy-theme .c-switch-3d-warning .c-switch-input:checked + .c-switch-slider {
  background-color: #ffc107;
}

.c-legacy-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #ffc107;
}

.c-legacy-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::before {
  border-color: #ffc107;
}

.c-legacy-theme .c-switch-outline-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #ffc107;
}

.c-legacy-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #ffc107;
}

.c-legacy-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

.c-legacy-theme .c-switch-opposite-warning .c-switch-input:checked + .c-switch-slider::after {
  color: #ffc107;
}

.c-legacy-theme .c-switch-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #f86c6b;
  border-color: #f63c3a;
}

.c-legacy-theme .c-switch-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #f63c3a;
}

.c-legacy-theme .c-switch-3d-danger .c-switch-input:checked + .c-switch-slider {
  background-color: #f86c6b;
}

.c-legacy-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f86c6b;
}

.c-legacy-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::before {
  border-color: #f86c6b;
}

.c-legacy-theme .c-switch-outline-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #f86c6b;
}

.c-legacy-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f86c6b;
}

.c-legacy-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::before {
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.c-legacy-theme .c-switch-opposite-danger .c-switch-input:checked + .c-switch-slider::after {
  color: #f86c6b;
}

.c-legacy-theme .c-switch-light .c-switch-input:checked + .c-switch-slider {
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

.c-legacy-theme .c-switch-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #d1dbe1;
}

.c-legacy-theme .c-switch-3d-light .c-switch-input:checked + .c-switch-slider {
  background-color: #f0f3f5;
}

.c-legacy-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f0f3f5;
}

.c-legacy-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider::before {
  border-color: #f0f3f5;
}

.c-legacy-theme .c-switch-outline-light .c-switch-input:checked + .c-switch-slider::after {
  color: #f0f3f5;
}

.c-legacy-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #f0f3f5;
}

.c-legacy-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::before {
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.c-legacy-theme .c-switch-opposite-light .c-switch-input:checked + .c-switch-slider::after {
  color: #f0f3f5;
}

.c-legacy-theme .c-switch-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #2f353a;
  border-color: #181b1e;
}

.c-legacy-theme .c-switch-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: #181b1e;
}

.c-legacy-theme .c-switch-3d-dark .c-switch-input:checked + .c-switch-slider {
  background-color: #2f353a;
}

.c-legacy-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #2f353a;
}

.c-legacy-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::before {
  border-color: #2f353a;
}

.c-legacy-theme .c-switch-outline-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #2f353a;
}

.c-legacy-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider {
  background-color: inherit;
  border-color: #2f353a;
}

.c-legacy-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::before {
  background-color: #2f353a;
  border-color: #2f353a;
}

.c-legacy-theme .c-switch-opposite-dark .c-switch-input:checked + .c-switch-slider::after {
  color: #2f353a;
}

.c-switch-pill .c-switch-slider {
  border-radius: 50em;
}

.c-switch-pill .c-switch-slider::before {
  border-radius: 50em;
}

.c-switch-square .c-switch-slider {
  border-radius: 0;
}

.c-switch-square .c-switch-slider::before {
  border-radius: 0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3c4b64;
}

.c-legacy-theme .table {
  color: #23282c;
}

.c-dark-theme .table {
  color: rgba(255, 255, 255, 0.87);
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid;
  border-top-color: #d8dbe0;
}

.c-legacy-theme .table th,
.c-legacy-theme .table td {
  border-top-color: #c8ced3;
}

.c-dark-theme .table th,
.c-dark-theme .table td {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid;
  border-bottom-color: #d8dbe0;
}

.c-legacy-theme .table thead th {
  border-bottom-color: #c8ced3;
}

.c-dark-theme .table thead th {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.table tbody + tbody {
  border-top: 2px solid;
  border-top-color: #d8dbe0;
}

.c-legacy-theme .table tbody + tbody {
  border-top-color: #c8ced3;
}

.c-dark-theme .table tbody + tbody {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid;
  border-color: #d8dbe0;
}

.c-legacy-theme .table-bordered {
  border-color: #c8ced3;
}

.c-dark-theme .table-bordered {
  border-color: rgba(255, 255, 255, 0.1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid;
  border-color: #d8dbe0;
}

.c-legacy-theme .table-bordered th,
.c-legacy-theme .table-bordered td {
  border-color: #c8ced3;
}

.c-dark-theme .table-bordered th,
.c-dark-theme .table-bordered td {
  border-color: rgba(255, 255, 255, 0.1);
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 21, 0.05);
}

.c-legacy-theme .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.c-dark-theme .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 21, 0.05);
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover tbody tr:hover {
    color: #3c4b64;
    background-color: rgba(0, 0, 21, 0.075);
  }

  .c-legacy-theme .table-hover tbody tr:hover {
    color: #23282c;
    background-color: rgba(0, 0, 0, 0.075);
  }

  .c-dark-theme .table-hover tbody tr:hover {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.table-primary,
.table-primary > th,
.table-primary > td {
  color: #0a0b18;
  background-color: #bbe5f1;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #81cee4;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-primary:hover {
    background-color: #a6dded;
  }

  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a6dded;
  }
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  color: #0a0b18;
  background-color: #d4d4d4;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #afafaf;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-secondary:hover {
    background-color: #c7c7c7;
  }

  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c7c7c7;
  }
}

.table-success,
.table-success > th,
.table-success > td {
  color: #0a0b18;
  background-color: #c4ebd1;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92daaa;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-success:hover {
    background-color: #b1e5c2;
  }

  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1e5c2;
  }
}

.table-info,
.table-info > th,
.table-info > td {
  color: #0a0b18;
  background-color: #c6e2ff;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #95caff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-info:hover {
    background-color: #add5ff;
  }

  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #add5ff;
  }
}

.table-warning,
.table-warning > th,
.table-warning > td {
  color: #0a0b18;
  background-color: #fde9bd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcd685;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-warning:hover {
    background-color: #fce1a4;
  }

  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fce1a4;
  }
}

.table-danger,
.table-danger > th,
.table-danger > td {
  color: #0a0b18;
  background-color: #f8cfcf;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f1a6a6;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-danger:hover {
    background-color: #f5b9b9;
  }

  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5b9b9;
  }
}

.table-light,
.table-light > th,
.table-light > td {
  color: #0a0b18;
  background-color: #f9fafb;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f5f6f7;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-light:hover {
    background-color: #eaedf1;
  }

  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eaedf1;
  }
}

.table-dark,
.table-dark > th,
.table-dark > td {
  color: #0a0b18;
  background-color: #d3d7dc;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #aeb4bf;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-dark:hover {
    background-color: #c5cad1;
  }

  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c5cad1;
  }
}

.table-dark-slate,
.table-dark-slate > th,
.table-dark-slate > td {
  color: #0a0b18;
  background-color: #c0c2c4;
}

.table-dark-slate th,
.table-dark-slate td,
.table-dark-slate thead th,
.table-dark-slate tbody + tbody {
  border-color: #898e91;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-dark-slate:hover {
    background-color: #b3b5b8;
  }

  .table-hover .table-dark-slate:hover > td,
  .table-hover .table-dark-slate:hover > th {
    background-color: #b3b5b8;
  }
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  color: #0a0b18;
  background-color: #b8e6f1;
}

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #7ad1e6;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-tertiary:hover {
    background-color: #a3dfed;
  }

  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #a3dfed;
  }
}

.c-dark-theme .table-primary,
.c-dark-theme .table-primary > th,
.c-dark-theme .table-primary > td {
  color: #0a0b18;
  background-color: #bfdde5;
}

.c-dark-theme .table-primary th,
.c-dark-theme .table-primary td,
.c-dark-theme .table-primary thead th,
.c-dark-theme .table-primary tbody + tbody {
  border-color: #88bfcf;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-primary:hover {
    background-color: #add3de;
  }

  .c-dark-theme .table-hover .table-primary:hover > td,
  .c-dark-theme .table-hover .table-primary:hover > th {
    background-color: #add3de;
  }
}

.c-dark-theme .table-secondary,
.c-dark-theme .table-secondary > th,
.c-dark-theme .table-secondary > td {
  color: #0a0b18;
  background-color: #cdcecf;
}

.c-dark-theme .table-secondary th,
.c-dark-theme .table-secondary td,
.c-dark-theme .table-secondary thead th,
.c-dark-theme .table-secondary tbody + tbody {
  border-color: #a2a3a6;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-secondary:hover {
    background-color: #c0c1c3;
  }

  .c-dark-theme .table-hover .table-secondary:hover > td,
  .c-dark-theme .table-hover .table-secondary:hover > th {
    background-color: #c0c1c3;
  }
}

.c-dark-theme .table-success,
.c-dark-theme .table-success > th,
.c-dark-theme .table-success > td {
  color: #0a0b18;
  background-color: #cbe5d4;
}

.c-dark-theme .table-success th,
.c-dark-theme .table-success td,
.c-dark-theme .table-success thead th,
.c-dark-theme .table-success tbody + tbody {
  border-color: #9eceae;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-success:hover {
    background-color: #baddc6;
  }

  .c-dark-theme .table-hover .table-success:hover > td,
  .c-dark-theme .table-hover .table-success:hover > th {
    background-color: #baddc6;
  }
}

.c-dark-theme .table-info,
.c-dark-theme .table-info > th,
.c-dark-theme .table-info > td {
  color: #0a0b18;
  background-color: #cbe2f9;
}

.c-dark-theme .table-info th,
.c-dark-theme .table-info td,
.c-dark-theme .table-info thead th,
.c-dark-theme .table-info tbody + tbody {
  border-color: #9fcaf5;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-info:hover {
    background-color: #b4d5f6;
  }

  .c-dark-theme .table-hover .table-info:hover > td,
  .c-dark-theme .table-hover .table-info:hover > th {
    background-color: #b4d5f6;
  }
}

.c-dark-theme .table-warning,
.c-dark-theme .table-warning > th,
.c-dark-theme .table-warning > td {
  color: #0a0b18;
  background-color: #f7e7c4;
}

.c-dark-theme .table-warning th,
.c-dark-theme .table-warning td,
.c-dark-theme .table-warning thead th,
.c-dark-theme .table-warning tbody + tbody {
  border-color: #efd292;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-warning:hover {
    background-color: #f4deae;
  }

  .c-dark-theme .table-hover .table-warning:hover > td,
  .c-dark-theme .table-hover .table-warning:hover > th {
    background-color: #f4deae;
  }
}

.c-dark-theme .table-danger,
.c-dark-theme .table-danger > th,
.c-dark-theme .table-danger > td {
  color: #0a0b18;
  background-color: #f2d4d4;
}

.c-dark-theme .table-danger th,
.c-dark-theme .table-danger td,
.c-dark-theme .table-danger thead th,
.c-dark-theme .table-danger tbody + tbody {
  border-color: #e7b0b0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-danger:hover {
    background-color: #ecc0c0;
  }

  .c-dark-theme .table-hover .table-danger:hover > td,
  .c-dark-theme .table-hover .table-danger:hover > th {
    background-color: #ecc0c0;
  }
}

.c-dark-theme .table-light,
.c-dark-theme .table-light > th,
.c-dark-theme .table-light > td {
  color: #0a0b18;
  background-color: #d6d6db;
}

.c-dark-theme .table-light th,
.c-dark-theme .table-light td,
.c-dark-theme .table-light thead th,
.c-dark-theme .table-light tbody + tbody {
  border-color: #b3b4bc;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-light:hover {
    background-color: #c8c8cf;
  }

  .c-dark-theme .table-hover .table-light:hover > td,
  .c-dark-theme .table-hover .table-light:hover > th {
    background-color: #c8c8cf;
  }
}

.c-dark-theme .table-dark,
.c-dark-theme .table-dark > th,
.c-dark-theme .table-dark > td {
  color: #0a0b18;
  background-color: #bcbcbd;
}

.c-dark-theme .table-dark th,
.c-dark-theme .table-dark td,
.c-dark-theme .table-dark thead th,
.c-dark-theme .table-dark tbody + tbody {
  border-color: #828285;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-dark:hover {
    background-color: #afafb0;
  }

  .c-dark-theme .table-hover .table-dark:hover > td,
  .c-dark-theme .table-hover .table-dark:hover > th {
    background-color: #afafb0;
  }
}

.c-legacy-theme .table-primary,
.c-legacy-theme .table-primary > th,
.c-legacy-theme .table-primary > td {
  color: #0a0b18;
  background-color: #c1e7f4;
}

.c-legacy-theme .table-primary th,
.c-legacy-theme .table-primary td,
.c-legacy-theme .table-primary thead th,
.c-legacy-theme .table-primary tbody + tbody {
  border-color: #8bd2eb;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-primary:hover {
    background-color: #abdff0;
  }

  .c-legacy-theme .table-hover .table-primary:hover > td,
  .c-legacy-theme .table-hover .table-primary:hover > th {
    background-color: #abdff0;
  }
}

.c-legacy-theme .table-secondary,
.c-legacy-theme .table-secondary > th,
.c-legacy-theme .table-secondary > td {
  color: #0a0b18;
  background-color: #f0f1f3;
}

.c-legacy-theme .table-secondary th,
.c-legacy-theme .table-secondary td,
.c-legacy-theme .table-secondary thead th,
.c-legacy-theme .table-secondary tbody + tbody {
  border-color: #e2e6e8;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-secondary:hover {
    background-color: #e2e4e8;
  }

  .c-legacy-theme .table-hover .table-secondary:hover > td,
  .c-legacy-theme .table-hover .table-secondary:hover > th {
    background-color: #e2e4e8;
  }
}

.c-legacy-theme .table-success,
.c-legacy-theme .table-success > th,
.c-legacy-theme .table-success > td {
  color: #0a0b18;
  background-color: #cdedd8;
}

.c-legacy-theme .table-success th,
.c-legacy-theme .table-success td,
.c-legacy-theme .table-success thead th,
.c-legacy-theme .table-success tbody + tbody {
  border-color: #a2ddb7;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-success:hover {
    background-color: #bae6c9;
  }

  .c-legacy-theme .table-hover .table-success:hover > td,
  .c-legacy-theme .table-hover .table-success:hover > th {
    background-color: #bae6c9;
  }
}

.c-legacy-theme .table-info,
.c-legacy-theme .table-info > th,
.c-legacy-theme .table-info > td {
  color: #0a0b18;
  background-color: #d3eef6;
}

.c-legacy-theme .table-info th,
.c-legacy-theme .table-info td,
.c-legacy-theme .table-info thead th,
.c-legacy-theme .table-info tbody + tbody {
  border-color: #aedfee;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-info:hover {
    background-color: #bee6f2;
  }

  .c-legacy-theme .table-hover .table-info:hover > td,
  .c-legacy-theme .table-hover .table-info:hover > th {
    background-color: #bee6f2;
  }
}

.c-legacy-theme .table-warning,
.c-legacy-theme .table-warning > th,
.c-legacy-theme .table-warning > td {
  color: #0a0b18;
  background-color: #ffeeba;
}

.c-legacy-theme .table-warning th,
.c-legacy-theme .table-warning td,
.c-legacy-theme .table-warning thead th,
.c-legacy-theme .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-warning:hover {
    background-color: #ffe8a1;
  }

  .c-legacy-theme .table-hover .table-warning:hover > td,
  .c-legacy-theme .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
}

.c-legacy-theme .table-danger,
.c-legacy-theme .table-danger > th,
.c-legacy-theme .table-danger > td {
  color: #0a0b18;
  background-color: #fdd6d6;
}

.c-legacy-theme .table-danger th,
.c-legacy-theme .table-danger td,
.c-legacy-theme .table-danger thead th,
.c-legacy-theme .table-danger tbody + tbody {
  border-color: #fbb3b2;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-danger:hover {
    background-color: #fcbebe;
  }

  .c-legacy-theme .table-hover .table-danger:hover > td,
  .c-legacy-theme .table-hover .table-danger:hover > th {
    background-color: #fcbebe;
  }
}

.c-legacy-theme .table-light,
.c-legacy-theme .table-light > th,
.c-legacy-theme .table-light > td {
  color: #0a0b18;
  background-color: #fbfcfc;
}

.c-legacy-theme .table-light th,
.c-legacy-theme .table-light td,
.c-legacy-theme .table-light thead th,
.c-legacy-theme .table-light tbody + tbody {
  border-color: #f7f9fa;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-light:hover {
    background-color: #ecf1f1;
  }

  .c-legacy-theme .table-hover .table-light:hover > td,
  .c-legacy-theme .table-hover .table-light:hover > th {
    background-color: #ecf1f1;
  }
}

.c-legacy-theme .table-dark,
.c-legacy-theme .table-dark > th,
.c-legacy-theme .table-dark > td {
  color: #0a0b18;
  background-color: #c5c6c8;
}

.c-legacy-theme .table-dark th,
.c-legacy-theme .table-dark td,
.c-legacy-theme .table-dark thead th,
.c-legacy-theme .table-dark tbody + tbody {
  border-color: #939699;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-dark:hover {
    background-color: #b8b9bc;
  }

  .c-legacy-theme .table-hover .table-dark:hover > td,
  .c-legacy-theme .table-hover .table-dark:hover > th {
    background-color: #b8b9bc;
  }
}

.table-active,
.table-active > th,
.table-active > td {
  color: #4f5d73;
  background-color: #d8dbe0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-active:hover {
    background-color: #caced5;
  }

  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #caced5;
  }
}

.table-selected,
.table-selected > th,
.table-selected > td {
  color: #4f5d73;
  background-color: #d8dbe0;
}

.table-selected th,
.table-selected td,
.table-selected thead th,
.table-selected tbody + tbody {
  border-color: #d8dbe0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-hover .table-selected:hover {
    background-color: #caced5;
  }

  .table-hover .table-selected:hover > td,
  .table-hover .table-selected:hover > th {
    background-color: #caced5;
  }
}

.c-legacy-theme .table-active,
.c-legacy-theme .table-active > th,
.c-legacy-theme .table-active > td {
  color: #181b1e;
  background-color: #e4e7ea;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-active:hover {
    background-color: #d6dadf;
  }

  .c-legacy-theme .table-hover .table-active:hover > td,
  .c-legacy-theme .table-hover .table-active:hover > th {
    background-color: #d6dadf;
  }
}

.c-legacy-theme .table-selected,
.c-legacy-theme .table-selected > th,
.c-legacy-theme .table-selected > td {
  color: #181b1e;
  background-color: #e4e7ea;
}

.c-legacy-theme .table-selected th,
.c-legacy-theme .table-selected td,
.c-legacy-theme .table-selected thead th,
.c-legacy-theme .table-selected tbody + tbody {
  border-color: #e4e7ea;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-legacy-theme .table-hover .table-selected:hover {
    background-color: #d6dadf;
  }

  .c-legacy-theme .table-hover .table-selected:hover > td,
  .c-legacy-theme .table-hover .table-selected:hover > th {
    background-color: #d6dadf;
  }
}

.c-dark-theme .table-active,
.c-dark-theme .table-active > th,
.c-dark-theme .table-active > td {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(0, 0, 21, 0.2);
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .c-dark-theme .table-hover .table-active:hover > td,
  .c-dark-theme .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.c-dark-theme .table-selected,
.c-dark-theme .table-selected > th,
.c-dark-theme .table-selected > td {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .table-selected th,
.c-dark-theme .table-selected td,
.c-dark-theme .table-selected thead th,
.c-dark-theme .table-selected tbody + tbody {
  border-color: rgba(0, 0, 21, 0.2);
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-dark-theme .table-hover .table-selected:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .c-dark-theme .table-hover .table-selected:hover > td,
  .c-dark-theme .table-hover .table-selected:hover > th {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.table tbody tr:focus {
  outline: 0;
  color: #3c4b64;
  background-color: rgba(0, 0, 21, 0.075);
}

.c-legacy-theme .table tbody tr:focus {
  color: #23282c;
  background-color: rgba(0, 0, 0, 0.075);
}

.c-dark-theme .table tbody tr:focus {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.1);
}

.table .thead-dark th {
  color: #fff;
  background-color: #636f83;
  border-color: #758297;
}

.c-legacy-theme .table .thead-dark th {
  color: #fff;
  background-color: #2f353a;
  border-color: #40484f;
}

.c-dark-theme .table .thead-dark th {
  color: #fff;
  background-color: rgba(0, 0, 21, 0.5);
  border-color: rgba(0, 0, 21, 0.9);
}

.table .thead-light th {
  color: #768192;
  background-color: #d8dbe0;
  border-color: #d8dbe0;
}

.c-legacy-theme .table .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.c-dark-theme .table .thead-light th {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.table-dark {
  color: #fff;
  background-color: #636f83;
}

.c-legacy-theme .table-dark {
  color: #fff;
  background-color: #2f353a;
}

.c-dark-theme .table-dark {
  color: #fff;
  background-color: rgba(0, 0, 21, 0.5);
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #758297;
}

.c-legacy-theme .table-dark th,
.c-legacy-theme .table-dark td,
.c-legacy-theme .table-dark thead th {
  border-color: #40484f;
}

.c-dark-theme .table-dark th,
.c-dark-theme .table-dark td,
.c-dark-theme .table-dark thead th {
  border-color: rgba(0, 0, 21, 0.9);
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.c-legacy-theme .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.c-dark-theme .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

@media (hover: hover), (-ms-high-contrast: none) {
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }

  .c-legacy-theme .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }

  .c-dark-theme .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-outline {
  border: 1px solid;
  border-color: #d8dbe0;
}

.c-legacy-theme .table-outline {
  border-color: #c8ced3;
}

.c-dark-theme .table-outline {
  border-color: rgba(255, 255, 255, 0.1);
}

.table-outline td {
  vertical-align: middle;
}

.table-align-middle td {
  vertical-align: middle;
}

.table-clear td {
  border: 0;
}

.toast {
  width: 350px;
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-clip: padding-box;
  border: 1px solid;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 21, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 21, 0.1);
}

.c-legacy-theme .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.1);
}

.c-dark-theme .toast {
  color: rgba(255, 255, 255, 0.87);
  background-color: #37373d;
  border-color: transparent;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-full {
  width: 100%;
  max-width: 100%;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-clip: padding-box;
  border-bottom: 1px solid;
  color: #8a93a2;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 21, 0.05);
}

.c-legacy-theme .toast-header {
  color: #73818f;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.05);
}

.c-dark-theme .toast-header {
  color: rgba(255, 255, 255, 0.87);
  background-color: #37373d;
  border-color: rgba(0, 0, 21, 0.2);
}

.toast-body {
  padding: 0.75rem;
}

.toaster {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 0.25rem 0.5rem;
}

.toaster-top-full,
.toaster-top-center,
.toaster-top-right,
.toaster-top-left,
.toaster-bottom-full,
.toaster-bottom-center,
.toaster-bottom-right,
.toaster-bottom-left {
  position: fixed;
  z-index: 1080;
  width: 350px;
}

.toaster-top-full,
.toaster-top-center,
.toaster-top-right,
.toaster-top-left {
  top: 0;
}

.toaster-bottom-full,
.toaster-bottom-center,
.toaster-bottom-right,
.toaster-bottom-left {
  bottom: 0;
  flex-direction: column;
}

.toaster-top-full,
.toaster-bottom-full {
  width: auto;
}

.toaster-top-center,
.toaster-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.toaster-top-full,
.toaster-bottom-full,
.toaster-top-right,
.toaster-bottom-right {
  right: 0;
}

.toaster-top-full,
.toaster-bottom-full,
.toaster-top-left,
.toaster-bottom-left {
  left: 0;
}

.toaster .toast {
  width: 100%;
  max-width: 100%;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.toast-primary {
  color: #fff;
  background-color: #0ca1cc;
  border-color: #097b9c;
}

.toast-primary .toast-header {
  color: #fff;
  background-color: #0b8eb4;
  border-color: #097b9c;
}

.toast-secondary {
  color: #fff;
  background-color: #666;
  border-color: #4d4d4d;
}

.toast-secondary .toast-header {
  color: #fff;
  background-color: #595959;
  border-color: #4d4d4d;
}

.toast-success {
  color: #fff;
  background-color: #2eb85c;
  border-color: #248f48;
}

.toast-success .toast-header {
  color: #fff;
  background-color: #29a452;
  border-color: #248f48;
}

.toast-info {
  color: #fff;
  background-color: #39f;
  border-color: #0080ff;
}

.toast-info .toast-header {
  color: #fff;
  background-color: #1a8cff;
  border-color: #0080ff;
}

.toast-warning {
  color: #4f5d73;
  background-color: #f9b115;
  border-color: #d69405;
}

.toast-warning .toast-header {
  color: #4f5d73;
  background-color: #eea506;
  border-color: #d69405;
}

.toast-danger {
  color: #fff;
  background-color: #e55353;
  border-color: #de2727;
}

.toast-danger .toast-header {
  color: #fff;
  background-color: #e23d3d;
  border-color: #de2727;
}

.toast-light {
  color: #4f5d73;
  background-color: #ebedef;
  border-color: #cfd4d8;
}

.toast-light .toast-header {
  color: #4f5d73;
  background-color: #dde0e4;
  border-color: #cfd4d8;
}

.toast-dark {
  color: #fff;
  background-color: #636f83;
  border-color: #4d5666;
}

.toast-dark .toast-header {
  color: #fff;
  background-color: #586374;
  border-color: #4d5666;
}

.toast-dark-slate {
  color: #fff;
  background-color: #1d252c;
  border-color: #090b0d;
}

.toast-dark-slate .toast-header {
  color: #fff;
  background-color: #13181d;
  border-color: #090b0d;
}

.toast-tertiary {
  color: #fff;
  background-color: #00a6ce;
  border-color: #007d9b;
}

.toast-tertiary .toast-header {
  color: #fff;
  background-color: #0091b5;
  border-color: #007d9b;
}

.c-dark-theme .toast-primary {
  color: #fff;
  background-color: #1b84a2;
  border-color: #146076;
}

.c-dark-theme .toast-primary .toast-header {
  color: #fff;
  background-color: #17728c;
  border-color: #146076;
}

.c-dark-theme .toast-secondary {
  color: #fff;
  background-color: #4c4f54;
  border-color: #343639;
}

.c-dark-theme .toast-secondary .toast-header {
  color: #fff;
  background-color: #404247;
  border-color: #343639;
}

.c-dark-theme .toast-success {
  color: #fff;
  background-color: #45a164;
  border-color: #367d4e;
}

.c-dark-theme .toast-success .toast-header {
  color: #fff;
  background-color: #3d8f59;
  border-color: #367d4e;
}

.c-dark-theme .toast-info {
  color: #fff;
  background-color: #4799eb;
  border-color: #1a80e6;
}

.c-dark-theme .toast-info .toast-header {
  color: #fff;
  background-color: #308ce8;
  border-color: #1a80e6;
}

.c-dark-theme .toast-warning {
  color: #4f5d73;
  background-color: #e1a82d;
  border-color: #c08c1b;
}

.c-dark-theme .toast-warning .toast-header {
  color: #4f5d73;
  background-color: #d69c1f;
  border-color: #c08c1b;
}

.c-dark-theme .toast-danger {
  color: #fff;
  background-color: #d16767;
  border-color: #c54040;
}

.c-dark-theme .toast-danger .toast-header {
  color: #fff;
  background-color: #cb5353;
  border-color: #c54040;
}

.c-dark-theme .toast-light {
  color: #fff;
  background-color: #6c6e7e;
  border-color: #555662;
}

.c-dark-theme .toast-light .toast-header {
  color: #fff;
  background-color: #606270;
  border-color: #555662;
}

.c-dark-theme .toast-dark {
  color: #fff;
  background-color: #0e0e15;
  border-color: black;
}

.c-dark-theme .toast-dark .toast-header {
  color: #fff;
  background-color: #040405;
  border-color: black;
}

.c-legacy-theme .toast-primary {
  color: #fff;
  background-color: #20a8d8;
  border-color: #1985ac;
}

.c-legacy-theme .toast-primary .toast-header {
  color: #fff;
  background-color: #1d97c2;
  border-color: #1985ac;
}

.c-legacy-theme .toast-secondary {
  color: #4f5d73;
  background-color: #c8ced3;
  border-color: #acb5bc;
}

.c-legacy-theme .toast-secondary .toast-header {
  color: #4f5d73;
  background-color: #bac1c8;
  border-color: #acb5bc;
}

.c-legacy-theme .toast-success {
  color: #fff;
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

.c-legacy-theme .toast-success .toast-header {
  color: #fff;
  background-color: #41af67;
  border-color: #3a9d5d;
}

.c-legacy-theme .toast-info {
  color: #4f5d73;
  background-color: #63c2de;
  border-color: #39b2d5;
}

.c-legacy-theme .toast-info .toast-header {
  color: #4f5d73;
  background-color: #4ebada;
  border-color: #39b2d5;
}

.c-legacy-theme .toast-warning {
  color: #4f5d73;
  background-color: #ffc107;
  border-color: #d39e00;
}

.c-legacy-theme .toast-warning .toast-header {
  color: #4f5d73;
  background-color: #edb100;
  border-color: #d39e00;
}

.c-legacy-theme .toast-danger {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f63c3a;
}

.c-legacy-theme .toast-danger .toast-header {
  color: #fff;
  background-color: #f75453;
  border-color: #f63c3a;
}

.c-legacy-theme .toast-light {
  color: #4f5d73;
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

.c-legacy-theme .toast-light .toast-header {
  color: #4f5d73;
  background-color: #e1e7eb;
  border-color: #d1dbe1;
}

.c-legacy-theme .toast-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #181b1e;
}

.c-legacy-theme .toast-dark .toast-header {
  color: #fff;
  background-color: #24282c;
  border-color: #181b1e;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip[data-popper-placement^=top],
.tooltip[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.tooltip[data-popper-placement^=top] .tooltip-arrow,
.tooltip[data-popper-placement^=bottom] .tooltip-arrow {
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip[data-popper-placement^=right],
.tooltip[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.tooltip[data-popper-placement^=right] .tooltip-arrow,
.tooltip[data-popper-placement^=left] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}

.tooltip[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.tooltip[data-popper-placement^=top] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000015;
}

.tooltip[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
}

.tooltip[data-popper-placement^=right] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000015;
}

.tooltip[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.tooltip[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000015;
}

.tooltip[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
}

.tooltip[data-popper-placement^=left] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000015;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000015;
  border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.c-wrapper {
  transition: margin 0.3s;
}

.c-sidebar {
  transition: box-shadow 0.3s 0.15s, transform 0.3s, margin-left 0.3s, margin-right 0.3s, width 0.3s, z-index 0s ease 0.3s;
}

.c-sidebar.c-sidebar-unfoldable {
  transition: transform 0.3s, margin-left 0.3s, margin-right 0.3s, width 0.3s, z-index 0s ease 0s;
}

.c-no-layout-transition .c-wrapper,
.c-no-layout-transition .c-sidebar {
  transition: none;
}

.c-no-layout-transition .c-wrapper .c-sidebar-header,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-title,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-divider,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-link,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-icon,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-dropdown,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-dropdown-toggle,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-dropdown-toggle::after,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-dropdown-items,
.c-no-layout-transition .c-wrapper .c-sidebar-nav-label,
.c-no-layout-transition .c-wrapper .c-sidebar-footer,
.c-no-layout-transition .c-wrapper .c-sidebar-minimizer,
.c-no-layout-transition .c-sidebar .c-sidebar-header,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-title,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-divider,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-link,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-icon,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-dropdown,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-dropdown-toggle,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-dropdown-toggle::after,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-dropdown-items,
.c-no-layout-transition .c-sidebar .c-sidebar-nav-label,
.c-no-layout-transition .c-sidebar .c-sidebar-footer,
.c-no-layout-transition .c-sidebar .c-sidebar-minimizer {
  transition: none;
}

.c-no-transition {
  transition: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.1875rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.53125rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

h5,
.h5 {
  font-size: 1.09375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
  border-color: rgba(0, 0, 21, 0.2);
}

.c-dark-theme hr {
  border-color: rgba(255, 255, 255, 0.075);
}

.c-vr {
  width: 1px;
  background-color: rgba(0, 0, 21, 0.2);
}

.c-dark-theme .c-vr {
  background-color: rgba(255, 255, 255, 0.075);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  list-style: none;
}

html:not([dir=rtl]) .list-unstyled {
  padding-left: 0;
}

*[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

html:not([dir=rtl]) .list-inline {
  padding-left: 0;
}

*[dir=rtl] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8a93a2;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.c-loading-button {
  position: relative;
  overflow: hidden;
}

.c-loading-button-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}

.c-loading-button-spinner {
  margin-right: 1rem;
  margin-left: -2rem;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s, border 0.3s;
}

.c-loading-button-loading .c-loading-button-spinner {
  width: 1rem;
  margin-left: 0;
  opacity: 1;
}

.c-multi-select {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #768192;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: #d8dbe0;
}

.c-dark-theme .c-multi-select {
  color: rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.05) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.09);
}

.c-multi-select:disabled,
.c-multi-select.c-disabled {
  color: #8a93a2;
  background-color: #d8dbe0;
}

.c-dark-theme .c-multi-select:disabled,
.c-dark-theme .c-multi-select.c-disabled {
  color: rgba(255, 255, 255, 0.38);
  background-color: rgba(255, 255, 255, 0.1);
}

.c-multi-select-selection-tags {
  padding: 2px 1.75rem 2px 2px;
}

.c-multi-select-selection-tags:not(.c-multi-select-inline) .c-multi-select-search {
  height: 29px;
  margin-left: 0.75rem;
}

.c-multi-select-selection-tags:not(.c-multi-select-inline) .c-multi-select-search[size] {
  height: 25px;
}

.c-multi-select-selection {
  display: inline;
  padding: 0;
}

.c-multi-select-selection-cleaner {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.5;
  transform: translateY(-50%);
  color: #000015;
  text-shadow: 0 1px 0 #fff;
}

.c-legacy-theme .c-multi-select-selection-cleaner {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.c-dark-theme .c-multi-select-selection-cleaner {
  color: #fff;
  text-shadow: 0 1px 0 #000015;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-multi-select-selection-cleaner:hover {
    text-decoration: none;
    color: #000015;
  }

  .c-legacy-theme .c-multi-select-selection-cleaner:hover {
    color: #000;
  }

  .c-dark-theme .c-multi-select-selection-cleaner:hover {
    color: #fff;
  }
}

.c-multi-select-selection-cleaner:not(:disabled):not(.disabled):hover,
.c-multi-select-selection-cleaner:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

.c-multi-select-search {
  max-width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  color: #768192;
  background-color: #fff;
}

.c-dark-theme .c-multi-select-search {
  color: rgba(255, 255, 255, 0.87);
  background-color: transparent;
}

.c-multi-select-search:focus {
  outline: 0;
}

.c-multi-select-search[size] {
  display: none;
  margin-left: 0.75rem;
}

.c-multi-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-align: left;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #3c4b64;
  background-color: #fff;
  border-color: #d8dbe0;
}

.c-dark-theme .c-multi-select-options {
  color: rgba(255, 255, 255, 0.87);
  background-color: #34353e;
  border-color: rgba(255, 255, 255, 0.075);
}

.c-app:not(.c-legacy-theme) .c-multi-select-options {
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(var(--elevation-base-color), .14), 0 1px 10px 0 rgba(var(--elevation-base-color), .12), 0 2px 4px -1px rgba(var(--elevation-base-color), .20);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-multi-select-options {
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, .14), 0 1px 10px 0 rgba(60, 75, 100, .12), 0 2px 4px -1px rgba(60, 75, 100, .20);
  }
}

.c-multi-select-option {
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 2.25rem;
  margin-bottom: 2px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0.25rem;
}

.c-multi-select-option:hover,
.c-multi-select-option:focus {
  text-decoration: none;
  color: #455164;
  background-color: #ebedef;
}

.c-dark-theme .c-multi-select-option:hover,
.c-dark-theme .c-multi-select-option:focus {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.04);
}

.c-multi-select-option.disabled,
.c-multi-select-option:disabled {
  pointer-events: none;
  background-color: transparent;
  color: #8a93a2;
}

.c-dark-theme .c-multi-select-option.disabled,
.c-dark-theme .c-multi-select-option:disabled {
  color: #8a93a2;
}

.c-multi-select-option::before {
  position: absolute;
  top: 0.7rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border: solid 1px;
  background-color: #fff;
  border-color: #9da5b1;
  border-radius: 0.25rem;
}

html:not([dir=rtl]) .c-multi-select-option::before {
  left: 0.625rem;
}

*[dir=rtl] .c-multi-select-option::before {
  right: 0.625rem;
}

.c-dark-theme .c-multi-select-option::before {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #9da5b1;
}

.c-multi-select-option::after {
  position: absolute;
  top: 0.7rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

html:not([dir=rtl]) .c-multi-select-option::after {
  left: 0.625rem;
}

*[dir=rtl] .c-multi-select-option::after {
  right: 0.625rem;
}

.c-multi-select-option.c-multi-selected {
  background-color: #ebedef;
}

.c-dark-theme .c-multi-select-option.c-multi-selected {
  background-color: rgba(255, 255, 255, 0.04);
}

.c-multi-select-option.c-multi-selected::before {
  color: #fff;
  border-color: #0ca1cc;
  background-color: #0ca1cc;
}

.c-dark-theme .c-multi-select-option.c-multi-selected::before {
  color: #fff;
  border-color: #1b84a2;
  background-color: #1b84a2;
}

.c-multi-select-option.c-multi-selected::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.c-dark-theme .c-multi-select-option.c-multi-selected::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.c-multi-select-optgroup-label {
  padding: 0.5rem 0.625rem;
  font-weight: 700;
}

.c-multi-select-options-empty {
  padding: 0.5rem 1.25rem;
}

.c-multi-select-tag {
  display: inline-block;
  height: 25px;
  padding: 0 0.5rem;
  margin: 2px;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: #ebedef;
  border-color: #d8dbe0;
}

.c-dark-theme .c-multi-select-tag {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.075);
}

.c-multi-select-tag-delete {
  margin-left: 6px;
  cursor: pointer;
}

.c-multi-select.c-show {
  color: #768192;
  background-color: #fff;
  border-color: #62d5f6;
  box-shadow: 0 0 0 0.2rem rgba(12, 161, 204, 0.25);
}

.c-dark-theme .c-multi-select.c-show {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.c-multi-select.c-show .c-multi-select-search[size] {
  display: inline;
}

.c-multi-select.c-show .c-multi-select-options {
  z-index: 1000;
  display: initial;
}

.c-multi-select-inline {
  padding: 0.375rem;
  background: #fff;
}

.c-dark-theme .c-multi-select-inline {
  background: rgba(255, 255, 255, 0.05);
}

.c-multi-select-inline .c-multi-select-selection {
  display: block;
  margin-bottom: 0.375rem;
}

.c-multi-select-inline:not(.c-multi-select-selection-tags) .c-multi-select-selection {
  padding: 0.375rem;
}

.c-multi-select-inline .c-multi-select-search {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid;
  border-color: #d8dbe0;
}

.c-dark-theme .c-multi-select-inline .c-multi-select-search {
  border-color: rgba(255, 255, 255, 0.09);
}

.c-multi-select-inline .c-multi-select-options {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.c-app:not(.c-legacy-theme) .c-multi-select-inline .c-multi-select-options {
  border: 0;
  box-shadow: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .c-multi-select-inline .c-multi-select-options {
    box-shadow: none;
  }
}

.c-app {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column;
  }
}

.c-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 100vh;
}

.c-wrapper:not(.c-wrapper-fluid) .c-subheader-fixed {
  position: relative;
}

.c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media all and (-ms-high-contrast: none) {
  .c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
    position: fixed;
    margin: inherit;
  }

  .c-wrapper:not(.c-wrapper-fluid) .c-header-fixed ~ .c-body {
    margin-top: 104px;
  }
}

.c-wrapper:not(.c-wrapper-fluid) .c-footer-fixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media all and (-ms-high-contrast: none) {
  .c-wrapper:not(.c-wrapper-fluid) .c-footer-fixed {
    position: fixed;
    margin: inherit;
  }

  .c-wrapper:not(.c-wrapper-fluid) .c-footer-fixed ~ .c-body {
    margin-bottom: 49px;
  }
}

.c-wrapper:not(.c-wrapper-fluid) .c-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-wrapper.c-wrapper-fluid {
  min-height: 100vh;
}

.c-wrapper.c-wrapper-fluid .c-header-fixed {
  margin: inherit;
}

.c-main {
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 0;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .c-main > .container-fluid,
  .c-main > .container-sm,
  .c-main > .container-md,
  .c-main > .container-lg,
  .c-main > .container-xl,
  .c-main > .container-xxl {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.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;
}

.bg-primary {
  background-color: #0ca1cc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #097b9c !important;
}

.bg-secondary {
  background-color: #666 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4d4d4d !important;
}

.bg-success {
  background-color: #2eb85c !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #248f48 !important;
}

.bg-info {
  background-color: #39f !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0080ff !important;
}

.bg-warning {
  background-color: #f9b115 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d69405 !important;
}

.bg-danger {
  background-color: #e55353 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #de2727 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cfd4d8 !important;
}

.bg-dark {
  background-color: #636f83 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #4d5666 !important;
}

.bg-dark-slate {
  background-color: #1d252c !important;
}

a.bg-dark-slate:hover,
a.bg-dark-slate:focus,
button.bg-dark-slate:hover,
button.bg-dark-slate:focus {
  background-color: #090b0d !important;
}

.bg-tertiary {
  background-color: #00a6ce !important;
}

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #007d9b !important;
}

.c-dark-theme .bg-primary {
  background-color: #1b84a2 !important;
}

.c-dark-theme a.bg-primary:hover,
.c-dark-theme a.bg-primary:focus,
.c-dark-theme button.bg-primary:hover,
.c-dark-theme button.bg-primary:focus {
  background-color: #146076 !important;
}

.c-dark-theme .bg-secondary {
  background-color: #4c4f54 !important;
}

.c-dark-theme a.bg-secondary:hover,
.c-dark-theme a.bg-secondary:focus,
.c-dark-theme button.bg-secondary:hover,
.c-dark-theme button.bg-secondary:focus {
  background-color: #343639 !important;
}

.c-dark-theme .bg-success {
  background-color: #45a164 !important;
}

.c-dark-theme a.bg-success:hover,
.c-dark-theme a.bg-success:focus,
.c-dark-theme button.bg-success:hover,
.c-dark-theme button.bg-success:focus {
  background-color: #367d4e !important;
}

.c-dark-theme .bg-info {
  background-color: #4799eb !important;
}

.c-dark-theme a.bg-info:hover,
.c-dark-theme a.bg-info:focus,
.c-dark-theme button.bg-info:hover,
.c-dark-theme button.bg-info:focus {
  background-color: #1a80e6 !important;
}

.c-dark-theme .bg-warning {
  background-color: #e1a82d !important;
}

.c-dark-theme a.bg-warning:hover,
.c-dark-theme a.bg-warning:focus,
.c-dark-theme button.bg-warning:hover,
.c-dark-theme button.bg-warning:focus {
  background-color: #c08c1b !important;
}

.c-dark-theme .bg-danger {
  background-color: #d16767 !important;
}

.c-dark-theme a.bg-danger:hover,
.c-dark-theme a.bg-danger:focus,
.c-dark-theme button.bg-danger:hover,
.c-dark-theme button.bg-danger:focus {
  background-color: #c54040 !important;
}

.c-dark-theme .bg-light {
  background-color: #6c6e7e !important;
}

.c-dark-theme a.bg-light:hover,
.c-dark-theme a.bg-light:focus,
.c-dark-theme button.bg-light:hover,
.c-dark-theme button.bg-light:focus {
  background-color: #555662 !important;
}

.c-dark-theme .bg-dark {
  background-color: #0e0e15 !important;
}

.c-dark-theme a.bg-dark:hover,
.c-dark-theme a.bg-dark:focus,
.c-dark-theme button.bg-dark:hover,
.c-dark-theme button.bg-dark:focus {
  background-color: black !important;
}

.c-legacy-theme .bg-primary {
  background-color: #20a8d8 !important;
}

.c-legacy-theme a.bg-primary:hover,
.c-legacy-theme a.bg-primary:focus,
.c-legacy-theme button.bg-primary:hover,
.c-legacy-theme button.bg-primary:focus {
  background-color: #1985ac !important;
}

.c-legacy-theme .bg-secondary {
  background-color: #c8ced3 !important;
}

.c-legacy-theme a.bg-secondary:hover,
.c-legacy-theme a.bg-secondary:focus,
.c-legacy-theme button.bg-secondary:hover,
.c-legacy-theme button.bg-secondary:focus {
  background-color: #acb5bc !important;
}

.c-legacy-theme .bg-success {
  background-color: #4dbd74 !important;
}

.c-legacy-theme a.bg-success:hover,
.c-legacy-theme a.bg-success:focus,
.c-legacy-theme button.bg-success:hover,
.c-legacy-theme button.bg-success:focus {
  background-color: #3a9d5d !important;
}

.c-legacy-theme .bg-info {
  background-color: #63c2de !important;
}

.c-legacy-theme a.bg-info:hover,
.c-legacy-theme a.bg-info:focus,
.c-legacy-theme button.bg-info:hover,
.c-legacy-theme button.bg-info:focus {
  background-color: #39b2d5 !important;
}

.c-legacy-theme .bg-warning {
  background-color: #ffc107 !important;
}

.c-legacy-theme a.bg-warning:hover,
.c-legacy-theme a.bg-warning:focus,
.c-legacy-theme button.bg-warning:hover,
.c-legacy-theme button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.c-legacy-theme .bg-danger {
  background-color: #f86c6b !important;
}

.c-legacy-theme a.bg-danger:hover,
.c-legacy-theme a.bg-danger:focus,
.c-legacy-theme button.bg-danger:hover,
.c-legacy-theme button.bg-danger:focus {
  background-color: #f63c3a !important;
}

.c-legacy-theme .bg-light {
  background-color: #f0f3f5 !important;
}

.c-legacy-theme a.bg-light:hover,
.c-legacy-theme a.bg-light:focus,
.c-legacy-theme button.bg-light:hover,
.c-legacy-theme button.bg-light:focus {
  background-color: #d1dbe1 !important;
}

.c-legacy-theme .bg-dark {
  background-color: #2f353a !important;
}

.c-legacy-theme a.bg-dark:hover,
.c-legacy-theme a.bg-dark:focus,
.c-legacy-theme button.bg-dark:hover,
.c-legacy-theme button.bg-dark:focus {
  background-color: #181b1e !important;
}

.bg-gradient-primary {
  background: #1f1498 !important;
  background: linear-gradient(45deg, #321fdb 0%, #1f1498 100%) !important;
  border-color: #1f1498 !important;
}

.bg-gradient-secondary {
  background: #fff !important;
  background: linear-gradient(45deg, #c8d2dc 0%, #fff 100%) !important;
  border-color: #fff !important;
}

.bg-gradient-success {
  background: #1b9e3e !important;
  background: linear-gradient(45deg, #2eb85c 0%, #1b9e3e 100%) !important;
  border-color: #1b9e3e !important;
}

.bg-gradient-info {
  background: #2982cc !important;
  background: linear-gradient(45deg, #39f 0%, #2982cc 100%) !important;
  border-color: #2982cc !important;
}

.bg-gradient-warning {
  background: #f6960b !important;
  background: linear-gradient(45deg, #f9b115 0%, #f6960b 100%) !important;
  border-color: #f6960b !important;
}

.bg-gradient-danger {
  background: #d93737 !important;
  background: linear-gradient(45deg, #e55353 0%, #d93737 100%) !important;
  border-color: #d93737 !important;
}

.bg-gradient-light {
  background: #fff !important;
  background: linear-gradient(45deg, #e3e8ed 0%, #fff 100%) !important;
  border-color: #fff !important;
}

.bg-gradient-dark {
  background: #212333 !important;
  background: linear-gradient(45deg, #3c4b64 0%, #212333 100%) !important;
  border-color: #212333 !important;
}

.c-dark-theme .bg-gradient-primary {
  background: #2d2587 !important;
  background: linear-gradient(45deg, #4638c2 0%, #2d2587 100%) !important;
  border-color: #2d2587 !important;
}

.c-dark-theme .bg-gradient-secondary {
  background: white !important;
  background: linear-gradient(45deg, #d1d2d3 0%, white 100%) !important;
  border-color: white !important;
}

.c-dark-theme .bg-gradient-success {
  background: #2e8c47 !important;
  background: linear-gradient(45deg, #45a164 0%, #2e8c47 100%) !important;
  border-color: #2e8c47 !important;
}

.c-dark-theme .bg-gradient-info {
  background: #4280b4 !important;
  background: linear-gradient(45deg, #4799eb 0%, #4280b4 100%) !important;
  border-color: #4280b4 !important;
}

.c-dark-theme .bg-gradient-warning {
  background: #dd9124 !important;
  background: linear-gradient(45deg, #e1a82d 0%, #dd9124 100%) !important;
  border-color: #dd9124 !important;
}

.c-dark-theme .bg-gradient-danger {
  background: #c14f4f !important;
  background: linear-gradient(45deg, #d16767 0%, #c14f4f 100%) !important;
  border-color: #c14f4f !important;
}

.c-dark-theme .bg-gradient-light {
  background: white !important;
  background: linear-gradient(45deg, #e8e8e8 0%, white 100%) !important;
  border-color: white !important;
}

.c-dark-theme .bg-gradient-dark {
  background: #292a2b !important;
  background: linear-gradient(45deg, #4c4f54 0%, #292a2b 100%) !important;
  border-color: #292a2b !important;
}

.c-legacy-theme .bg-gradient-primary {
  background: #1d97c2 !important;
  background: linear-gradient(45deg, #31b3e0 0%, #1d97c2 100%) !important;
  border-color: #1d97c2 !important;
}

.c-legacy-theme .bg-gradient-secondary {
  background: #bac1c8 !important;
  background: linear-gradient(45deg, #d6dbde 0%, #bac1c8 100%) !important;
  border-color: #bac1c8 !important;
}

.c-legacy-theme .bg-gradient-success {
  background: #41af67 !important;
  background: linear-gradient(45deg, #60c483 0%, #41af67 100%) !important;
  border-color: #41af67 !important;
}

.c-legacy-theme .bg-gradient-info {
  background: #4ebada !important;
  background: linear-gradient(45deg, #78cae2 0%, #4ebada 100%) !important;
  border-color: #4ebada !important;
}

.c-legacy-theme .bg-gradient-warning {
  background: #edb100 !important;
  background: linear-gradient(45deg, #ffc721 0%, #edb100 100%) !important;
  border-color: #edb100 !important;
}

.c-legacy-theme .bg-gradient-danger {
  background: #f75453 !important;
  background: linear-gradient(45deg, #f98483 0%, #f75453 100%) !important;
  border-color: #f75453 !important;
}

.c-legacy-theme .bg-gradient-light {
  background: #e1e7eb !important;
  background: linear-gradient(45deg, white 0%, #e1e7eb 100%) !important;
  border-color: #e1e7eb !important;
}

.c-legacy-theme .bg-gradient-dark {
  background: #24282c !important;
  background: linear-gradient(45deg, #3a4248 0%, #24282c 100%) !important;
  border-color: #24282c !important;
}

.bg-white {
  background-color: #fff !important;
}

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

[class^=bg-] {
  color: #fff;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

a.bg-facebook:hover,
a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

.bg-twitter {
  background-color: #00aced !important;
}

a.bg-twitter:hover,
a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0087ba !important;
}

.bg-linkedin {
  background-color: #4875b4 !important;
}

a.bg-linkedin:hover,
a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important;
}

.bg-flickr {
  background-color: #ff0084 !important;
}

a.bg-flickr:hover,
a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #cc006a !important;
}

.bg-tumblr {
  background-color: #32506d !important;
}

a.bg-tumblr:hover,
a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #22364a !important;
}

.bg-xing {
  background-color: #026466 !important;
}

a.bg-xing:hover,
a.bg-xing:focus,
button.bg-xing:hover,
button.bg-xing:focus {
  background-color: #013334 !important;
}

.bg-github {
  background-color: #4183c4 !important;
}

a.bg-github:hover,
a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #3269a0 !important;
}

.bg-stack-overflow {
  background-color: #fe7a15 !important;
}

a.bg-stack-overflow:hover,
a.bg-stack-overflow:focus,
button.bg-stack-overflow:hover,
button.bg-stack-overflow:focus {
  background-color: #df6101 !important;
}

.bg-youtube {
  background-color: #b00 !important;
}

a.bg-youtube:hover,
a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #880000 !important;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
}

a.bg-dribbble:hover,
a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e51e6b !important;
}

.bg-instagram {
  background-color: #517fa4 !important;
}

a.bg-instagram:hover,
a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #406582 !important;
}

.bg-pinterest {
  background-color: #cb2027 !important;
}

a.bg-pinterest:hover,
a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #9f191f !important;
}

.bg-vk {
  background-color: #45668e !important;
}

a.bg-vk:hover,
a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #344d6c !important;
}

.bg-yahoo {
  background-color: #400191 !important;
}

a.bg-yahoo:hover,
a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #2a015e !important;
}

.bg-behance {
  background-color: #1769ff !important;
}

a.bg-behance:hover,
a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  background-color: #0050e3 !important;
}

.bg-reddit {
  background-color: #ff4500 !important;
}

a.bg-reddit:hover,
a.bg-reddit:focus,
button.bg-reddit:hover,
button.bg-reddit:focus {
  background-color: #cc3700 !important;
}

.bg-vimeo {
  background-color: #aad450 !important;
}

a.bg-vimeo:hover,
a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #93c130 !important;
}

.bg-gray-100 {
  background-color: #ebedef !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #cfd4d8 !important;
}

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

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #bcc1c9 !important;
}

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

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #a8afb9 !important;
}

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

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #959daa !important;
}

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

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #818b9a !important;
}

.bg-gray-600 {
  background-color: #8a93a2 !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #6e798b !important;
}

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

a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #5e6877 !important;
}

.bg-gray-800 {
  background-color: #636f83 !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #4d5666 !important;
}

.bg-gray-900 {
  background-color: #4f5d73 !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #3a4555 !important;
}

.bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.border {
  border: 1px solid #d8dbe0 !important;
}

.border-top {
  border-top: 1px solid #d8dbe0 !important;
}

.border-right {
  border-right: 1px solid #d8dbe0 !important;
}

.border-bottom {
  border-bottom: 1px solid #d8dbe0 !important;
}

.border-left {
  border-left: 1px solid #d8dbe0 !important;
}

.c-legacy-theme .border {
  border: 1px solid #c8ced3 !important;
}

.c-legacy-theme .border-top {
  border-top: 1px solid #c8ced3 !important;
}

.c-legacy-theme .border-right {
  border-right: 1px solid #c8ced3 !important;
}

.c-legacy-theme .border-bottom {
  border-bottom: 1px solid #c8ced3 !important;
}

.c-legacy-theme .border-left {
  border-left: 1px solid #c8ced3 !important;
}

.c-dark-theme .border {
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.c-dark-theme .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.c-dark-theme .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.c-dark-theme .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.c-dark-theme .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border: 1px solid !important;
  border-color: #0ca1cc !important;
}

.border-secondary {
  border: 1px solid !important;
  border-color: #666 !important;
}

.border-success {
  border: 1px solid !important;
  border-color: #2eb85c !important;
}

.border-info {
  border: 1px solid !important;
  border-color: #39f !important;
}

.border-warning {
  border: 1px solid !important;
  border-color: #f9b115 !important;
}

.border-danger {
  border: 1px solid !important;
  border-color: #e55353 !important;
}

.border-light {
  border: 1px solid !important;
  border-color: #ebedef !important;
}

.border-dark {
  border: 1px solid !important;
  border-color: #636f83 !important;
}

.border-dark-slate {
  border: 1px solid !important;
  border-color: #1d252c !important;
}

.border-tertiary {
  border: 1px solid !important;
  border-color: #00a6ce !important;
}

.c-dark-theme .border-primary {
  border: 1px solid !important;
  border-color: #1b84a2 !important;
}

.c-dark-theme .border-secondary {
  border: 1px solid !important;
  border-color: #4c4f54 !important;
}

.c-dark-theme .border-success {
  border: 1px solid !important;
  border-color: #45a164 !important;
}

.c-dark-theme .border-info {
  border: 1px solid !important;
  border-color: #4799eb !important;
}

.c-dark-theme .border-warning {
  border: 1px solid !important;
  border-color: #e1a82d !important;
}

.c-dark-theme .border-danger {
  border: 1px solid !important;
  border-color: #d16767 !important;
}

.c-dark-theme .border-light {
  border: 1px solid !important;
  border-color: #6c6e7e !important;
}

.c-dark-theme .border-dark {
  border: 1px solid !important;
  border-color: #0e0e15 !important;
}

.c-legacy-theme .border-primary {
  border: 1px solid !important;
  border-color: #20a8d8 !important;
}

.c-legacy-theme .border-secondary {
  border: 1px solid !important;
  border-color: #c8ced3 !important;
}

.c-legacy-theme .border-success {
  border: 1px solid !important;
  border-color: #4dbd74 !important;
}

.c-legacy-theme .border-info {
  border: 1px solid !important;
  border-color: #63c2de !important;
}

.c-legacy-theme .border-warning {
  border: 1px solid !important;
  border-color: #ffc107 !important;
}

.c-legacy-theme .border-danger {
  border: 1px solid !important;
  border-color: #f86c6b !important;
}

.c-legacy-theme .border-light {
  border: 1px solid !important;
  border-color: #f0f3f5 !important;
}

.c-legacy-theme .border-dark {
  border: 1px solid !important;
  border-color: #2f353a !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.b-a-0 {
  border: 0 !important;
}

.b-t-0 {
  border-top: 0 !important;
}

.b-r-0 {
  border-right: 0 !important;
}

.b-b-0 {
  border-bottom: 0 !important;
}

.b-l-0 {
  border-left: 0 !important;
}

.b-a-1 {
  border: 1px solid #d8dbe0;
}

.b-t-1 {
  border-top: 1px solid #d8dbe0;
}

.b-r-1 {
  border-right: 1px solid #d8dbe0;
}

.b-b-1 {
  border-bottom: 1px solid #d8dbe0;
}

.b-l-1 {
  border-left: 1px solid #d8dbe0;
}

.b-a-2 {
  border: 2px solid #d8dbe0;
}

.b-t-2 {
  border-top: 2px solid #d8dbe0;
}

.b-r-2 {
  border-right: 2px solid #d8dbe0;
}

.b-b-2 {
  border-bottom: 2px solid #d8dbe0;
}

.b-l-2 {
  border-left: 2px solid #d8dbe0;
}

.content-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !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;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !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;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !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;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !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;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !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;
  }
}

@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .d-xl-down-none {
    display: none !important;
  }
}

.d-xxl-down-none {
  display: none !important;
}

.c-default-theme .c-d-default-none {
  display: none !important;
}

.c-app:not(.c-dark-theme):not(.c-legacy-theme) .c-d-default-none {
  display: none !important;
}

.c-dark-theme .c-d-dark-none {
  display: none !important;
}

.c-legacy-theme .c-d-legacy-none {
  display: none !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !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;
  }
}

.c-elevation-0 {
  border: 0;
  box-shadow: none !important;
}

.c-elevation-1 {
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-2 {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(var(--elevation-base-color), .14), 0 3px 1px -2px rgba(var(--elevation-base-color), .12), 0 1px 5px 0 rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-3 {
  border: 0;
  box-shadow: 0 3px 4px 0 rgba(var(--elevation-base-color), .14), 0 3px 3px -2px rgba(var(--elevation-base-color), .12), 0 1px 8px 0 rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-4 {
  border: 0;
  box-shadow: 0 4px 5px 0 rgba(var(--elevation-base-color), .14), 0 1px 10px 0 rgba(var(--elevation-base-color), .12), 0 2px 4px -1px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-6 {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(var(--elevation-base-color), .14), 0 1px 18px 0 rgba(var(--elevation-base-color), .12), 0 3px 5px -1px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-8 {
  border: 0;
  box-shadow: 0 8px 10px 1px rgba(var(--elevation-base-color), .14), 0 3px 14px 2px rgba(var(--elevation-base-color), .12), 0 5px 5px -3px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-9 {
  border: 0;
  box-shadow: 0 9px 12px 1px rgba(var(--elevation-base-color), .14), 0 3px 16px 2px rgba(var(--elevation-base-color), .12), 0 5px 6px -3px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-12 {
  border: 0;
  box-shadow: 0 12px 17px 2px rgba(var(--elevation-base-color), .14), 0 5px 22px 4px rgba(var(--elevation-base-color), .12), 0 7px 8px -4px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-16 {
  border: 0;
  box-shadow: 0 16px 24px 2px rgba(var(--elevation-base-color), .14), 0 6px 30px 5px rgba(var(--elevation-base-color), .12), 0 8px 10px -5px rgba(var(--elevation-base-color), .20) !important;
}

.c-elevation-24 {
  border: 0;
  box-shadow: 0 24px 38px 3px rgba(var(--elevation-base-color), .14), 0 9px 46px 8px rgba(var(--elevation-base-color), .12), 0 11px 15px -7px rgba(var(--elevation-base-color), .20) !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 1400px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }
}

html:not([dir=rtl]) .float-left {
  float: left !important;
}

*[dir=rtl] .float-left {
  float: right !important;
}

html:not([dir=rtl]) .float-right {
  float: right !important;
}

*[dir=rtl] .float-right {
  float: left !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  html:not([dir=rtl]) .float-sm-left {
    float: left !important;
  }

  *[dir=rtl] .float-sm-left {
    float: right !important;
  }

  html:not([dir=rtl]) .float-sm-right {
    float: right !important;
  }

  *[dir=rtl] .float-sm-right {
    float: left !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  html:not([dir=rtl]) .float-md-left {
    float: left !important;
  }

  *[dir=rtl] .float-md-left {
    float: right !important;
  }

  html:not([dir=rtl]) .float-md-right {
    float: right !important;
  }

  *[dir=rtl] .float-md-right {
    float: left !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  html:not([dir=rtl]) .float-lg-left {
    float: left !important;
  }

  *[dir=rtl] .float-lg-left {
    float: right !important;
  }

  html:not([dir=rtl]) .float-lg-right {
    float: right !important;
  }

  *[dir=rtl] .float-lg-right {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  html:not([dir=rtl]) .float-xl-left {
    float: left !important;
  }

  *[dir=rtl] .float-xl-left {
    float: right !important;
  }

  html:not([dir=rtl]) .float-xl-right {
    float: right !important;
  }

  *[dir=rtl] .float-xl-right {
    float: left !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  html:not([dir=rtl]) .float-xxl-left {
    float: left !important;
  }

  *[dir=rtl] .float-xxl-left {
    float: right !important;
  }

  html:not([dir=rtl]) .float-xxl-right {
    float: right !important;
  }

  *[dir=rtl] .float-xxl-right {
    float: left !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

html:not([dir=rtl]) .mfs-0 {
  margin-left: 0 !important;
}

*[dir=rtl] .mfs-0 {
  margin-right: 0 !important;
}

html:not([dir=rtl]) .mfe-0 {
  margin-right: 0 !important;
}

*[dir=rtl] .mfe-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

html:not([dir=rtl]) .mfs-1 {
  margin-left: 0.25rem !important;
}

*[dir=rtl] .mfs-1 {
  margin-right: 0.25rem !important;
}

html:not([dir=rtl]) .mfe-1 {
  margin-right: 0.25rem !important;
}

*[dir=rtl] .mfe-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

html:not([dir=rtl]) .mfs-2 {
  margin-left: 0.5rem !important;
}

*[dir=rtl] .mfs-2 {
  margin-right: 0.5rem !important;
}

html:not([dir=rtl]) .mfe-2 {
  margin-right: 0.5rem !important;
}

*[dir=rtl] .mfe-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

html:not([dir=rtl]) .mfs-3 {
  margin-left: 1rem !important;
}

*[dir=rtl] .mfs-3 {
  margin-right: 1rem !important;
}

html:not([dir=rtl]) .mfe-3 {
  margin-right: 1rem !important;
}

*[dir=rtl] .mfe-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

html:not([dir=rtl]) .mfs-4 {
  margin-left: 1.5rem !important;
}

*[dir=rtl] .mfs-4 {
  margin-right: 1.5rem !important;
}

html:not([dir=rtl]) .mfe-4 {
  margin-right: 1.5rem !important;
}

*[dir=rtl] .mfe-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

html:not([dir=rtl]) .mfs-5 {
  margin-left: 3rem !important;
}

*[dir=rtl] .mfs-5 {
  margin-right: 3rem !important;
}

html:not([dir=rtl]) .mfe-5 {
  margin-right: 3rem !important;
}

*[dir=rtl] .mfe-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

html:not([dir=rtl]) .pfs-0 {
  padding-left: 0 !important;
}

*[dir=rtl] .pfs-0 {
  padding-right: 0 !important;
}

html:not([dir=rtl]) .pfe-0 {
  padding-right: 0 !important;
}

*[dir=rtl] .pfe-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

html:not([dir=rtl]) .pfs-1 {
  padding-left: 0.25rem !important;
}

*[dir=rtl] .pfs-1 {
  padding-right: 0.25rem !important;
}

html:not([dir=rtl]) .pfe-1 {
  padding-right: 0.25rem !important;
}

*[dir=rtl] .pfe-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

html:not([dir=rtl]) .pfs-2 {
  padding-left: 0.5rem !important;
}

*[dir=rtl] .pfs-2 {
  padding-right: 0.5rem !important;
}

html:not([dir=rtl]) .pfe-2 {
  padding-right: 0.5rem !important;
}

*[dir=rtl] .pfe-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

html:not([dir=rtl]) .pfs-3 {
  padding-left: 1rem !important;
}

*[dir=rtl] .pfs-3 {
  padding-right: 1rem !important;
}

html:not([dir=rtl]) .pfe-3 {
  padding-right: 1rem !important;
}

*[dir=rtl] .pfe-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

html:not([dir=rtl]) .pfs-4 {
  padding-left: 1.5rem !important;
}

*[dir=rtl] .pfs-4 {
  padding-right: 1.5rem !important;
}

html:not([dir=rtl]) .pfe-4 {
  padding-right: 1.5rem !important;
}

*[dir=rtl] .pfe-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

html:not([dir=rtl]) .pfs-5 {
  padding-left: 3rem !important;
}

*[dir=rtl] .pfs-5 {
  padding-right: 3rem !important;
}

html:not([dir=rtl]) .pfe-5 {
  padding-right: 3rem !important;
}

*[dir=rtl] .pfe-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

html:not([dir=rtl]) .mfs-n1 {
  margin-left: -0.25rem !important;
}

*[dir=rtl] .mfs-n1 {
  margin-right: -0.25rem !important;
}

html:not([dir=rtl]) .mfe-n1 {
  margin-right: -0.25rem !important;
}

*[dir=rtl] .mfe-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

html:not([dir=rtl]) .mfs-n2 {
  margin-left: -0.5rem !important;
}

*[dir=rtl] .mfs-n2 {
  margin-right: -0.5rem !important;
}

html:not([dir=rtl]) .mfe-n2 {
  margin-right: -0.5rem !important;
}

*[dir=rtl] .mfe-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

html:not([dir=rtl]) .mfs-n3 {
  margin-left: -1rem !important;
}

*[dir=rtl] .mfs-n3 {
  margin-right: -1rem !important;
}

html:not([dir=rtl]) .mfe-n3 {
  margin-right: -1rem !important;
}

*[dir=rtl] .mfe-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

html:not([dir=rtl]) .mfs-n4 {
  margin-left: -1.5rem !important;
}

*[dir=rtl] .mfs-n4 {
  margin-right: -1.5rem !important;
}

html:not([dir=rtl]) .mfe-n4 {
  margin-right: -1.5rem !important;
}

*[dir=rtl] .mfe-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

html:not([dir=rtl]) .mfs-n5 {
  margin-left: -3rem !important;
}

*[dir=rtl] .mfs-n5 {
  margin-right: -3rem !important;
}

html:not([dir=rtl]) .mfe-n5 {
  margin-right: -3rem !important;
}

*[dir=rtl] .mfe-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

html:not([dir=rtl]) .mfs-auto {
  margin-left: auto !important;
}

*[dir=rtl] .mfs-auto {
  margin-right: auto !important;
}

html:not([dir=rtl]) .mfe-auto {
  margin-right: auto !important;
}

*[dir=rtl] .mfe-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  html:not([dir=rtl]) .mfs-sm-0 {
    margin-left: 0 !important;
  }

  *[dir=rtl] .mfs-sm-0 {
    margin-right: 0 !important;
  }

  html:not([dir=rtl]) .mfe-sm-0 {
    margin-right: 0 !important;
  }

  *[dir=rtl] .mfe-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-1 {
    margin-left: 0.25rem !important;
  }

  *[dir=rtl] .mfs-sm-1 {
    margin-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-1 {
    margin-right: 0.25rem !important;
  }

  *[dir=rtl] .mfe-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-2 {
    margin-left: 0.5rem !important;
  }

  *[dir=rtl] .mfs-sm-2 {
    margin-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-2 {
    margin-right: 0.5rem !important;
  }

  *[dir=rtl] .mfe-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-3 {
    margin-left: 1rem !important;
  }

  *[dir=rtl] .mfs-sm-3 {
    margin-right: 1rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-3 {
    margin-right: 1rem !important;
  }

  *[dir=rtl] .mfe-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-4 {
    margin-left: 1.5rem !important;
  }

  *[dir=rtl] .mfs-sm-4 {
    margin-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-4 {
    margin-right: 1.5rem !important;
  }

  *[dir=rtl] .mfe-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-5 {
    margin-left: 3rem !important;
  }

  *[dir=rtl] .mfs-sm-5 {
    margin-right: 3rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-5 {
    margin-right: 3rem !important;
  }

  *[dir=rtl] .mfe-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  html:not([dir=rtl]) .pfs-sm-0 {
    padding-left: 0 !important;
  }

  *[dir=rtl] .pfs-sm-0 {
    padding-right: 0 !important;
  }

  html:not([dir=rtl]) .pfe-sm-0 {
    padding-right: 0 !important;
  }

  *[dir=rtl] .pfe-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfs-sm-1 {
    padding-left: 0.25rem !important;
  }

  *[dir=rtl] .pfs-sm-1 {
    padding-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfe-sm-1 {
    padding-right: 0.25rem !important;
  }

  *[dir=rtl] .pfe-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfs-sm-2 {
    padding-left: 0.5rem !important;
  }

  *[dir=rtl] .pfs-sm-2 {
    padding-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfe-sm-2 {
    padding-right: 0.5rem !important;
  }

  *[dir=rtl] .pfe-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  html:not([dir=rtl]) .pfs-sm-3 {
    padding-left: 1rem !important;
  }

  *[dir=rtl] .pfs-sm-3 {
    padding-right: 1rem !important;
  }

  html:not([dir=rtl]) .pfe-sm-3 {
    padding-right: 1rem !important;
  }

  *[dir=rtl] .pfe-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfs-sm-4 {
    padding-left: 1.5rem !important;
  }

  *[dir=rtl] .pfs-sm-4 {
    padding-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfe-sm-4 {
    padding-right: 1.5rem !important;
  }

  *[dir=rtl] .pfe-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  html:not([dir=rtl]) .pfs-sm-5 {
    padding-left: 3rem !important;
  }

  *[dir=rtl] .pfs-sm-5 {
    padding-right: 3rem !important;
  }

  html:not([dir=rtl]) .pfe-sm-5 {
    padding-right: 3rem !important;
  }

  *[dir=rtl] .pfe-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-n1 {
    margin-left: -0.25rem !important;
  }

  *[dir=rtl] .mfs-sm-n1 {
    margin-right: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-n1 {
    margin-right: -0.25rem !important;
  }

  *[dir=rtl] .mfe-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-n2 {
    margin-left: -0.5rem !important;
  }

  *[dir=rtl] .mfs-sm-n2 {
    margin-right: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-n2 {
    margin-right: -0.5rem !important;
  }

  *[dir=rtl] .mfe-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-n3 {
    margin-left: -1rem !important;
  }

  *[dir=rtl] .mfs-sm-n3 {
    margin-right: -1rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-n3 {
    margin-right: -1rem !important;
  }

  *[dir=rtl] .mfe-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-n4 {
    margin-left: -1.5rem !important;
  }

  *[dir=rtl] .mfs-sm-n4 {
    margin-right: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-n4 {
    margin-right: -1.5rem !important;
  }

  *[dir=rtl] .mfe-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  html:not([dir=rtl]) .mfs-sm-n5 {
    margin-left: -3rem !important;
  }

  *[dir=rtl] .mfs-sm-n5 {
    margin-right: -3rem !important;
  }

  html:not([dir=rtl]) .mfe-sm-n5 {
    margin-right: -3rem !important;
  }

  *[dir=rtl] .mfe-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }

  html:not([dir=rtl]) .mfs-sm-auto {
    margin-left: auto !important;
  }

  *[dir=rtl] .mfs-sm-auto {
    margin-right: auto !important;
  }

  html:not([dir=rtl]) .mfe-sm-auto {
    margin-right: auto !important;
  }

  *[dir=rtl] .mfe-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  html:not([dir=rtl]) .mfs-md-0 {
    margin-left: 0 !important;
  }

  *[dir=rtl] .mfs-md-0 {
    margin-right: 0 !important;
  }

  html:not([dir=rtl]) .mfe-md-0 {
    margin-right: 0 !important;
  }

  *[dir=rtl] .mfe-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-md-1 {
    margin-left: 0.25rem !important;
  }

  *[dir=rtl] .mfs-md-1 {
    margin-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-md-1 {
    margin-right: 0.25rem !important;
  }

  *[dir=rtl] .mfe-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-md-2 {
    margin-left: 0.5rem !important;
  }

  *[dir=rtl] .mfs-md-2 {
    margin-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-md-2 {
    margin-right: 0.5rem !important;
  }

  *[dir=rtl] .mfe-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  html:not([dir=rtl]) .mfs-md-3 {
    margin-left: 1rem !important;
  }

  *[dir=rtl] .mfs-md-3 {
    margin-right: 1rem !important;
  }

  html:not([dir=rtl]) .mfe-md-3 {
    margin-right: 1rem !important;
  }

  *[dir=rtl] .mfe-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-md-4 {
    margin-left: 1.5rem !important;
  }

  *[dir=rtl] .mfs-md-4 {
    margin-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-md-4 {
    margin-right: 1.5rem !important;
  }

  *[dir=rtl] .mfe-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  html:not([dir=rtl]) .mfs-md-5 {
    margin-left: 3rem !important;
  }

  *[dir=rtl] .mfs-md-5 {
    margin-right: 3rem !important;
  }

  html:not([dir=rtl]) .mfe-md-5 {
    margin-right: 3rem !important;
  }

  *[dir=rtl] .mfe-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  html:not([dir=rtl]) .pfs-md-0 {
    padding-left: 0 !important;
  }

  *[dir=rtl] .pfs-md-0 {
    padding-right: 0 !important;
  }

  html:not([dir=rtl]) .pfe-md-0 {
    padding-right: 0 !important;
  }

  *[dir=rtl] .pfe-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfs-md-1 {
    padding-left: 0.25rem !important;
  }

  *[dir=rtl] .pfs-md-1 {
    padding-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfe-md-1 {
    padding-right: 0.25rem !important;
  }

  *[dir=rtl] .pfe-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfs-md-2 {
    padding-left: 0.5rem !important;
  }

  *[dir=rtl] .pfs-md-2 {
    padding-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfe-md-2 {
    padding-right: 0.5rem !important;
  }

  *[dir=rtl] .pfe-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  html:not([dir=rtl]) .pfs-md-3 {
    padding-left: 1rem !important;
  }

  *[dir=rtl] .pfs-md-3 {
    padding-right: 1rem !important;
  }

  html:not([dir=rtl]) .pfe-md-3 {
    padding-right: 1rem !important;
  }

  *[dir=rtl] .pfe-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfs-md-4 {
    padding-left: 1.5rem !important;
  }

  *[dir=rtl] .pfs-md-4 {
    padding-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfe-md-4 {
    padding-right: 1.5rem !important;
  }

  *[dir=rtl] .pfe-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  html:not([dir=rtl]) .pfs-md-5 {
    padding-left: 3rem !important;
  }

  *[dir=rtl] .pfs-md-5 {
    padding-right: 3rem !important;
  }

  html:not([dir=rtl]) .pfe-md-5 {
    padding-right: 3rem !important;
  }

  *[dir=rtl] .pfe-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-md-n1 {
    margin-left: -0.25rem !important;
  }

  *[dir=rtl] .mfs-md-n1 {
    margin-right: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-md-n1 {
    margin-right: -0.25rem !important;
  }

  *[dir=rtl] .mfe-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-md-n2 {
    margin-left: -0.5rem !important;
  }

  *[dir=rtl] .mfs-md-n2 {
    margin-right: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-md-n2 {
    margin-right: -0.5rem !important;
  }

  *[dir=rtl] .mfe-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  html:not([dir=rtl]) .mfs-md-n3 {
    margin-left: -1rem !important;
  }

  *[dir=rtl] .mfs-md-n3 {
    margin-right: -1rem !important;
  }

  html:not([dir=rtl]) .mfe-md-n3 {
    margin-right: -1rem !important;
  }

  *[dir=rtl] .mfe-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-md-n4 {
    margin-left: -1.5rem !important;
  }

  *[dir=rtl] .mfs-md-n4 {
    margin-right: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-md-n4 {
    margin-right: -1.5rem !important;
  }

  *[dir=rtl] .mfe-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  html:not([dir=rtl]) .mfs-md-n5 {
    margin-left: -3rem !important;
  }

  *[dir=rtl] .mfs-md-n5 {
    margin-right: -3rem !important;
  }

  html:not([dir=rtl]) .mfe-md-n5 {
    margin-right: -3rem !important;
  }

  *[dir=rtl] .mfe-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }

  html:not([dir=rtl]) .mfs-md-auto {
    margin-left: auto !important;
  }

  *[dir=rtl] .mfs-md-auto {
    margin-right: auto !important;
  }

  html:not([dir=rtl]) .mfe-md-auto {
    margin-right: auto !important;
  }

  *[dir=rtl] .mfe-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  html:not([dir=rtl]) .mfs-lg-0 {
    margin-left: 0 !important;
  }

  *[dir=rtl] .mfs-lg-0 {
    margin-right: 0 !important;
  }

  html:not([dir=rtl]) .mfe-lg-0 {
    margin-right: 0 !important;
  }

  *[dir=rtl] .mfe-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-1 {
    margin-left: 0.25rem !important;
  }

  *[dir=rtl] .mfs-lg-1 {
    margin-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-1 {
    margin-right: 0.25rem !important;
  }

  *[dir=rtl] .mfe-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-2 {
    margin-left: 0.5rem !important;
  }

  *[dir=rtl] .mfs-lg-2 {
    margin-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-2 {
    margin-right: 0.5rem !important;
  }

  *[dir=rtl] .mfe-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-3 {
    margin-left: 1rem !important;
  }

  *[dir=rtl] .mfs-lg-3 {
    margin-right: 1rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-3 {
    margin-right: 1rem !important;
  }

  *[dir=rtl] .mfe-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-4 {
    margin-left: 1.5rem !important;
  }

  *[dir=rtl] .mfs-lg-4 {
    margin-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-4 {
    margin-right: 1.5rem !important;
  }

  *[dir=rtl] .mfe-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-5 {
    margin-left: 3rem !important;
  }

  *[dir=rtl] .mfs-lg-5 {
    margin-right: 3rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-5 {
    margin-right: 3rem !important;
  }

  *[dir=rtl] .mfe-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  html:not([dir=rtl]) .pfs-lg-0 {
    padding-left: 0 !important;
  }

  *[dir=rtl] .pfs-lg-0 {
    padding-right: 0 !important;
  }

  html:not([dir=rtl]) .pfe-lg-0 {
    padding-right: 0 !important;
  }

  *[dir=rtl] .pfe-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfs-lg-1 {
    padding-left: 0.25rem !important;
  }

  *[dir=rtl] .pfs-lg-1 {
    padding-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfe-lg-1 {
    padding-right: 0.25rem !important;
  }

  *[dir=rtl] .pfe-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfs-lg-2 {
    padding-left: 0.5rem !important;
  }

  *[dir=rtl] .pfs-lg-2 {
    padding-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfe-lg-2 {
    padding-right: 0.5rem !important;
  }

  *[dir=rtl] .pfe-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  html:not([dir=rtl]) .pfs-lg-3 {
    padding-left: 1rem !important;
  }

  *[dir=rtl] .pfs-lg-3 {
    padding-right: 1rem !important;
  }

  html:not([dir=rtl]) .pfe-lg-3 {
    padding-right: 1rem !important;
  }

  *[dir=rtl] .pfe-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfs-lg-4 {
    padding-left: 1.5rem !important;
  }

  *[dir=rtl] .pfs-lg-4 {
    padding-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfe-lg-4 {
    padding-right: 1.5rem !important;
  }

  *[dir=rtl] .pfe-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  html:not([dir=rtl]) .pfs-lg-5 {
    padding-left: 3rem !important;
  }

  *[dir=rtl] .pfs-lg-5 {
    padding-right: 3rem !important;
  }

  html:not([dir=rtl]) .pfe-lg-5 {
    padding-right: 3rem !important;
  }

  *[dir=rtl] .pfe-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-n1 {
    margin-left: -0.25rem !important;
  }

  *[dir=rtl] .mfs-lg-n1 {
    margin-right: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-n1 {
    margin-right: -0.25rem !important;
  }

  *[dir=rtl] .mfe-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-n2 {
    margin-left: -0.5rem !important;
  }

  *[dir=rtl] .mfs-lg-n2 {
    margin-right: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-n2 {
    margin-right: -0.5rem !important;
  }

  *[dir=rtl] .mfe-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-n3 {
    margin-left: -1rem !important;
  }

  *[dir=rtl] .mfs-lg-n3 {
    margin-right: -1rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-n3 {
    margin-right: -1rem !important;
  }

  *[dir=rtl] .mfe-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-n4 {
    margin-left: -1.5rem !important;
  }

  *[dir=rtl] .mfs-lg-n4 {
    margin-right: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-n4 {
    margin-right: -1.5rem !important;
  }

  *[dir=rtl] .mfe-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  html:not([dir=rtl]) .mfs-lg-n5 {
    margin-left: -3rem !important;
  }

  *[dir=rtl] .mfs-lg-n5 {
    margin-right: -3rem !important;
  }

  html:not([dir=rtl]) .mfe-lg-n5 {
    margin-right: -3rem !important;
  }

  *[dir=rtl] .mfe-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  html:not([dir=rtl]) .mfs-lg-auto {
    margin-left: auto !important;
  }

  *[dir=rtl] .mfs-lg-auto {
    margin-right: auto !important;
  }

  html:not([dir=rtl]) .mfe-lg-auto {
    margin-right: auto !important;
  }

  *[dir=rtl] .mfe-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  html:not([dir=rtl]) .mfs-xl-0 {
    margin-left: 0 !important;
  }

  *[dir=rtl] .mfs-xl-0 {
    margin-right: 0 !important;
  }

  html:not([dir=rtl]) .mfe-xl-0 {
    margin-right: 0 !important;
  }

  *[dir=rtl] .mfe-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-1 {
    margin-left: 0.25rem !important;
  }

  *[dir=rtl] .mfs-xl-1 {
    margin-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-1 {
    margin-right: 0.25rem !important;
  }

  *[dir=rtl] .mfe-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-2 {
    margin-left: 0.5rem !important;
  }

  *[dir=rtl] .mfs-xl-2 {
    margin-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-2 {
    margin-right: 0.5rem !important;
  }

  *[dir=rtl] .mfe-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-3 {
    margin-left: 1rem !important;
  }

  *[dir=rtl] .mfs-xl-3 {
    margin-right: 1rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-3 {
    margin-right: 1rem !important;
  }

  *[dir=rtl] .mfe-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-4 {
    margin-left: 1.5rem !important;
  }

  *[dir=rtl] .mfs-xl-4 {
    margin-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-4 {
    margin-right: 1.5rem !important;
  }

  *[dir=rtl] .mfe-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-5 {
    margin-left: 3rem !important;
  }

  *[dir=rtl] .mfs-xl-5 {
    margin-right: 3rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-5 {
    margin-right: 3rem !important;
  }

  *[dir=rtl] .mfe-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  html:not([dir=rtl]) .pfs-xl-0 {
    padding-left: 0 !important;
  }

  *[dir=rtl] .pfs-xl-0 {
    padding-right: 0 !important;
  }

  html:not([dir=rtl]) .pfe-xl-0 {
    padding-right: 0 !important;
  }

  *[dir=rtl] .pfe-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfs-xl-1 {
    padding-left: 0.25rem !important;
  }

  *[dir=rtl] .pfs-xl-1 {
    padding-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfe-xl-1 {
    padding-right: 0.25rem !important;
  }

  *[dir=rtl] .pfe-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfs-xl-2 {
    padding-left: 0.5rem !important;
  }

  *[dir=rtl] .pfs-xl-2 {
    padding-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfe-xl-2 {
    padding-right: 0.5rem !important;
  }

  *[dir=rtl] .pfe-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  html:not([dir=rtl]) .pfs-xl-3 {
    padding-left: 1rem !important;
  }

  *[dir=rtl] .pfs-xl-3 {
    padding-right: 1rem !important;
  }

  html:not([dir=rtl]) .pfe-xl-3 {
    padding-right: 1rem !important;
  }

  *[dir=rtl] .pfe-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfs-xl-4 {
    padding-left: 1.5rem !important;
  }

  *[dir=rtl] .pfs-xl-4 {
    padding-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfe-xl-4 {
    padding-right: 1.5rem !important;
  }

  *[dir=rtl] .pfe-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  html:not([dir=rtl]) .pfs-xl-5 {
    padding-left: 3rem !important;
  }

  *[dir=rtl] .pfs-xl-5 {
    padding-right: 3rem !important;
  }

  html:not([dir=rtl]) .pfe-xl-5 {
    padding-right: 3rem !important;
  }

  *[dir=rtl] .pfe-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-n1 {
    margin-left: -0.25rem !important;
  }

  *[dir=rtl] .mfs-xl-n1 {
    margin-right: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-n1 {
    margin-right: -0.25rem !important;
  }

  *[dir=rtl] .mfe-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-n2 {
    margin-left: -0.5rem !important;
  }

  *[dir=rtl] .mfs-xl-n2 {
    margin-right: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-n2 {
    margin-right: -0.5rem !important;
  }

  *[dir=rtl] .mfe-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-n3 {
    margin-left: -1rem !important;
  }

  *[dir=rtl] .mfs-xl-n3 {
    margin-right: -1rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-n3 {
    margin-right: -1rem !important;
  }

  *[dir=rtl] .mfe-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-n4 {
    margin-left: -1.5rem !important;
  }

  *[dir=rtl] .mfs-xl-n4 {
    margin-right: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-n4 {
    margin-right: -1.5rem !important;
  }

  *[dir=rtl] .mfe-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  html:not([dir=rtl]) .mfs-xl-n5 {
    margin-left: -3rem !important;
  }

  *[dir=rtl] .mfs-xl-n5 {
    margin-right: -3rem !important;
  }

  html:not([dir=rtl]) .mfe-xl-n5 {
    margin-right: -3rem !important;
  }

  *[dir=rtl] .mfe-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  html:not([dir=rtl]) .mfs-xl-auto {
    margin-left: auto !important;
  }

  *[dir=rtl] .mfs-xl-auto {
    margin-right: auto !important;
  }

  html:not([dir=rtl]) .mfe-xl-auto {
    margin-right: auto !important;
  }

  *[dir=rtl] .mfe-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  html:not([dir=rtl]) .mfs-xxl-0 {
    margin-left: 0 !important;
  }

  *[dir=rtl] .mfs-xxl-0 {
    margin-right: 0 !important;
  }

  html:not([dir=rtl]) .mfe-xxl-0 {
    margin-right: 0 !important;
  }

  *[dir=rtl] .mfe-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-1 {
    margin-left: 0.25rem !important;
  }

  *[dir=rtl] .mfs-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-1 {
    margin-right: 0.25rem !important;
  }

  *[dir=rtl] .mfe-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-2 {
    margin-left: 0.5rem !important;
  }

  *[dir=rtl] .mfs-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-2 {
    margin-right: 0.5rem !important;
  }

  *[dir=rtl] .mfe-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-3 {
    margin-left: 1rem !important;
  }

  *[dir=rtl] .mfs-xxl-3 {
    margin-right: 1rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-3 {
    margin-right: 1rem !important;
  }

  *[dir=rtl] .mfe-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-4 {
    margin-left: 1.5rem !important;
  }

  *[dir=rtl] .mfs-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-4 {
    margin-right: 1.5rem !important;
  }

  *[dir=rtl] .mfe-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-5 {
    margin-left: 3rem !important;
  }

  *[dir=rtl] .mfs-xxl-5 {
    margin-right: 3rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-5 {
    margin-right: 3rem !important;
  }

  *[dir=rtl] .mfe-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  html:not([dir=rtl]) .pfs-xxl-0 {
    padding-left: 0 !important;
  }

  *[dir=rtl] .pfs-xxl-0 {
    padding-right: 0 !important;
  }

  html:not([dir=rtl]) .pfe-xxl-0 {
    padding-right: 0 !important;
  }

  *[dir=rtl] .pfe-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfs-xxl-1 {
    padding-left: 0.25rem !important;
  }

  *[dir=rtl] .pfs-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html:not([dir=rtl]) .pfe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  *[dir=rtl] .pfe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfs-xxl-2 {
    padding-left: 0.5rem !important;
  }

  *[dir=rtl] .pfs-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html:not([dir=rtl]) .pfe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  *[dir=rtl] .pfe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  html:not([dir=rtl]) .pfs-xxl-3 {
    padding-left: 1rem !important;
  }

  *[dir=rtl] .pfs-xxl-3 {
    padding-right: 1rem !important;
  }

  html:not([dir=rtl]) .pfe-xxl-3 {
    padding-right: 1rem !important;
  }

  *[dir=rtl] .pfe-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfs-xxl-4 {
    padding-left: 1.5rem !important;
  }

  *[dir=rtl] .pfs-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html:not([dir=rtl]) .pfe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  *[dir=rtl] .pfe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  html:not([dir=rtl]) .pfs-xxl-5 {
    padding-left: 3rem !important;
  }

  *[dir=rtl] .pfs-xxl-5 {
    padding-right: 3rem !important;
  }

  html:not([dir=rtl]) .pfe-xxl-5 {
    padding-right: 3rem !important;
  }

  *[dir=rtl] .pfe-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  *[dir=rtl] .mfs-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  *[dir=rtl] .mfe-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  *[dir=rtl] .mfs-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  *[dir=rtl] .mfe-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-n3 {
    margin-left: -1rem !important;
  }

  *[dir=rtl] .mfs-xxl-n3 {
    margin-right: -1rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-n3 {
    margin-right: -1rem !important;
  }

  *[dir=rtl] .mfe-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  *[dir=rtl] .mfs-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  *[dir=rtl] .mfe-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  html:not([dir=rtl]) .mfs-xxl-n5 {
    margin-left: -3rem !important;
  }

  *[dir=rtl] .mfs-xxl-n5 {
    margin-right: -3rem !important;
  }

  html:not([dir=rtl]) .mfe-xxl-n5 {
    margin-right: -3rem !important;
  }

  *[dir=rtl] .mfe-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }

  html:not([dir=rtl]) .mfs-xxl-auto {
    margin-left: auto !important;
  }

  *[dir=rtl] .mfs-xxl-auto {
    margin-right: auto !important;
  }

  html:not([dir=rtl]) .mfe-xxl-auto {
    margin-right: auto !important;
  }

  *[dir=rtl] .mfe-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 21, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #0ca1cc !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #086884 !important;
}

.text-secondary {
  color: #666 !important;
}

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

.text-success {
  color: #2eb85c !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1f7b3d !important;
}

.text-info {
  color: #39f !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0073e6 !important;
}

.text-warning {
  color: #f9b115 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #bd8305 !important;
}

.text-danger {
  color: #e55353 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #cd1f1f !important;
}

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

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

.text-dark {
  color: #636f83 !important;
}

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

.text-dark-slate {
  color: #1d252c !important;
}

a.text-dark-slate:hover,
a.text-dark-slate:focus {
  color: black !important;
}

.text-tertiary {
  color: #00a6ce !important;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #006882 !important;
}

.c-dark-theme .text-primary {
  color: #1b84a2 !important;
}

.c-dark-theme a.text-primary:hover,
.c-dark-theme a.text-primary:focus {
  color: #104e60 !important;
}

.c-dark-theme .text-secondary {
  color: #4c4f54 !important;
}

.c-dark-theme a.text-secondary:hover,
.c-dark-theme a.text-secondary:focus {
  color: #28292c !important;
}

.c-dark-theme .text-success {
  color: #45a164 !important;
}

.c-dark-theme a.text-success:hover,
.c-dark-theme a.text-success:focus {
  color: #2e6b43 !important;
}

.c-dark-theme .text-info {
  color: #4799eb !important;
}

.c-dark-theme a.text-info:hover,
.c-dark-theme a.text-info:focus {
  color: #1773cf !important;
}

.c-dark-theme .text-warning {
  color: #e1a82d !important;
}

.c-dark-theme a.text-warning:hover,
.c-dark-theme a.text-warning:focus {
  color: #a97b18 !important;
}

.c-dark-theme .text-danger {
  color: #d16767 !important;
}

.c-dark-theme a.text-danger:hover,
.c-dark-theme a.text-danger:focus {
  color: #b53636 !important;
}

.c-dark-theme .text-light {
  color: #6c6e7e !important;
}

.c-dark-theme a.text-light:hover,
.c-dark-theme a.text-light:focus {
  color: #494a55 !important;
}

.c-dark-theme .text-dark {
  color: #0e0e15 !important;
}

.c-dark-theme a.text-dark:hover,
.c-dark-theme a.text-dark:focus {
  color: black !important;
}

.c-legacy-theme .text-primary {
  color: #20a8d8 !important;
}

.c-legacy-theme a.text-primary:hover,
.c-legacy-theme a.text-primary:focus {
  color: #167495 !important;
}

.c-legacy-theme .text-secondary {
  color: #c8ced3 !important;
}

.c-legacy-theme a.text-secondary:hover,
.c-legacy-theme a.text-secondary:focus {
  color: #9ea8b1 !important;
}

.c-legacy-theme .text-success {
  color: #4dbd74 !important;
}

.c-legacy-theme a.text-success:hover,
.c-legacy-theme a.text-success:focus {
  color: #338a52 !important;
}

.c-legacy-theme .text-info {
  color: #63c2de !important;
}

.c-legacy-theme a.text-info:hover,
.c-legacy-theme a.text-info:focus {
  color: #2ba6ca !important;
}

.c-legacy-theme .text-warning {
  color: #ffc107 !important;
}

.c-legacy-theme a.text-warning:hover,
.c-legacy-theme a.text-warning:focus {
  color: #ba8b00 !important;
}

.c-legacy-theme .text-danger {
  color: #f86c6b !important;
}

.c-legacy-theme a.text-danger:hover,
.c-legacy-theme a.text-danger:focus {
  color: #f52322 !important;
}

.c-legacy-theme .text-light {
  color: #f0f3f5 !important;
}

.c-legacy-theme a.text-light:hover,
.c-legacy-theme a.text-light:focus {
  color: #c2ced6 !important;
}

.c-legacy-theme .text-dark {
  color: #2f353a !important;
}

.c-legacy-theme a.text-dark:hover,
.c-legacy-theme a.text-dark:focus {
  color: #0d0e10 !important;
}

.text-body {
  color: #3c4b64 !important;
}

.text-muted {
  color: #768192 !important;
}

.c-dark-theme .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-black-50 {
  color: rgba(0, 0, 21, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.font-xs {
  font-size: 0.75rem !important;
}

.font-sm {
  font-size: 0.85rem !important;
}

.font-lg {
  font-size: 1rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

[class^=text-value] {
  font-weight: 600;
}

.text-value-xs {
  font-size: 0.65625rem;
}

.text-value-sm {
  font-size: 0.74375rem;
}

.text-value {
  font-size: 0.875rem;
}

.text-value-lg {
  font-size: 1.3125rem;
}

.text-value-xl {
  font-size: 1.53125rem;
}

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}

*[dir=rtl] body {
  text-align: right;
}

.c-email-app {
  background-color: #fff;
}

.c-dark-theme .c-email-app {
  background-color: #23242d;
}

@media (max-width: 991.98px) {
  .c-email-app .c-body {
    display: block !important;
  }

  .c-email-app .c-sidebar {
    border: 0;
  }
}

.c-email-app .c-toolbar {
  border-bottom: 1px solid;
  border-color: #d8dbe0;
}

.c-dark-theme .c-email-app .c-toolbar {
  border-color: rgba(255, 255, 255, 0.075);
}

.c-email-app .c-message {
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #3c4b64;
}

.c-dark-theme .c-email-app .c-message {
  color: rgba(255, 255, 255, 0.87);
}

.c-email-app .c-message.c-message-read {
  color: #768192;
}

.c-dark-theme .c-email-app .c-message.c-message-read {
  color: rgba(179, 179, 179, 0.87);
}

.c-email-app .c-message:last-child .c-message-details {
  border: 0;
}

html:not([dir=rtl]) .c-email-app .c-message-actions {
  margin-right: 1rem;
}

*[dir=rtl] .c-email-app .c-message-actions {
  margin-left: 1rem;
}

.c-email-app .c-message-details {
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #d8dbe0;
}

.c-dark-theme .c-email-app .c-message-details {
  border-color: rgba(255, 255, 255, 0.075);
}

.c-email-app .c-message-headers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

html:not([dir=rtl]) .c-email-app .c-message-headers-date {
  margin-left: auto;
}

*[dir=rtl] .c-email-app .c-message-headers-date {
  margin-right: auto;
}

.c-email-app .c-message-headers-subject {
  width: 100%;
  font-size: 1.09375rem;
  font-weight: 600;
}

.c-email-app .c-message-body {
  color: #636f83;
}

.c-dark-theme .c-email-app .c-message-body {
  color: rgba(255, 255, 255, 0.87);
}

.c-email-app .c-message-attachment {
  display: flex;
  align-items: center;
}

.ie-custom-properties {
  primary: #0ca1cc;
  secondary: #666;
  success: #2eb85c;
  info: #39f;
  warning: #f9b115;
  danger: #e55353;
  light: #ebedef;
  dark: #636f83;
  dark-slate: #1d252c;
  tertiary: #00a6ce;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
  breakpoint-xxl: 1400px;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #9da5b1;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000015;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c4c9d0 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d8dbe0;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #d8dbe0;
  }
}

@font-face {
  font-family: "google-material";
  src: url(/fonts/google-material.eot?649ba839e5dc57ec8ec65427da1c783c);
  src: url(/fonts/google-material.eot?649ba839e5dc57ec8ec65427da1c783c) format("embedded-opentype"), url(/fonts/google-material.ttf?a6c98828820fee349d03adde54e5e9c3) format("truetype"), url(/fonts/google-material.woff?701071c7ab75724a1e37f93a65cbaed7) format("woff"), url(/fonts/google-material.svg?ace787ad043af09ad31b1dd02d5aaf51) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=gm-icon-],
[class*=" gm-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "google-material" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gm-icon-error:before {
  content: "\E900";
}

.gm-icon-error_outline:before {
  content: "\E901";
}

.gm-icon-warning:before {
  content: "\E902";
}

.gm-icon-add_alert:before {
  content: "\E903";
}

.gm-icon-notification_important:before {
  content: "\E904";
}

.gm-icon-album:before {
  content: "\E905";
}

.gm-icon-av_timer:before {
  content: "\E906";
}

.gm-icon-closed_caption:before {
  content: "\E907";
}

.gm-icon-equalizer:before {
  content: "\E908";
}

.gm-icon-explicit:before {
  content: "\E909";
}

.gm-icon-fast_forward:before {
  content: "\E90A";
}

.gm-icon-fast_rewind:before {
  content: "\E90B";
}

.gm-icon-games:before {
  content: "\E90C";
}

.gm-icon-hearing:before {
  content: "\E90D";
}

.gm-icon-high_quality:before {
  content: "\E90E";
}

.gm-icon-loop:before {
  content: "\E90F";
}

.gm-icon-mic:before {
  content: "\E910";
}

.gm-icon-mic_none:before {
  content: "\E911";
}

.gm-icon-mic_off:before {
  content: "\E912";
}

.gm-icon-movie:before {
  content: "\E913";
}

.gm-icon-library_add:before {
  content: "\E914";
}

.gm-icon-library_books:before {
  content: "\E915";
}

.gm-icon-library_music:before {
  content: "\E916";
}

.gm-icon-new_releases:before {
  content: "\E917";
}

.gm-icon-not_interested:before {
  content: "\E918";
}

.gm-icon-pause:before {
  content: "\E919";
}

.gm-icon-pause_circle_filled:before {
  content: "\E91A";
}

.gm-icon-pause_circle_outline:before {
  content: "\E91B";
}

.gm-icon-play_arrow:before {
  content: "\E91C";
}

.gm-icon-play_circle_filled:before {
  content: "\E91D";
}

.gm-icon-play_circle_outline:before {
  content: "\E91E";
}

.gm-icon-playlist_add:before {
  content: "\E91F";
}

.gm-icon-queue_music:before {
  content: "\E920";
}

.gm-icon-radio:before {
  content: "\E921";
}

.gm-icon-recent_actors:before {
  content: "\E922";
}

.gm-icon-repeat:before {
  content: "\E923";
}

.gm-icon-repeat_one:before {
  content: "\E924";
}

.gm-icon-replay:before {
  content: "\E925";
}

.gm-icon-shuffle:before {
  content: "\E926";
}

.gm-icon-skip_next:before {
  content: "\E927";
}

.gm-icon-skip_previous:before {
  content: "\E928";
}

.gm-icon-snooze:before {
  content: "\E929";
}

.gm-icon-stop:before {
  content: "\E92A";
}

.gm-icon-subtitles:before {
  content: "\E92B";
}

.gm-icon-surround_sound:before {
  content: "\E92C";
}

.gm-icon-video_library:before {
  content: "\E92D";
}

.gm-icon-videocam:before {
  content: "\E92E";
}

.gm-icon-videocam_off:before {
  content: "\E92F";
}

.gm-icon-volume_down:before {
  content: "\E930";
}

.gm-icon-volume_mute:before {
  content: "\E931";
}

.gm-icon-volume_off:before {
  content: "\E932";
}

.gm-icon-volume_up:before {
  content: "\E933";
}

.gm-icon-web:before {
  content: "\E934";
}

.gm-icon-hd:before {
  content: "\E935";
}

.gm-icon-sort_by_alpha:before {
  content: "\E936";
}

.gm-icon-airplay:before {
  content: "\E937";
}

.gm-icon-forward_10:before {
  content: "\E938";
}

.gm-icon-forward_30:before {
  content: "\E939";
}

.gm-icon-forward_5:before {
  content: "\E93A";
}

.gm-icon-replay_10:before {
  content: "\E93B";
}

.gm-icon-replay_30:before {
  content: "\E93C";
}

.gm-icon-replay_5:before {
  content: "\E93D";
}

.gm-icon-add_to_queue:before {
  content: "\E93E";
}

.gm-icon-fiber_dvr:before {
  content: "\E93F";
}

.gm-icon-fiber_new:before {
  content: "\E940";
}

.gm-icon-playlist_play:before {
  content: "\E941";
}

.gm-icon-art_track:before {
  content: "\E942";
}

.gm-icon-fiber_manual_record:before {
  content: "\E943";
}

.gm-icon-fiber_smart_record:before {
  content: "\E944";
}

.gm-icon-music_video:before {
  content: "\E945";
}

.gm-icon-subscriptions:before {
  content: "\E946";
}

.gm-icon-playlist_add_check:before {
  content: "\E947";
}

.gm-icon-queue_play_next:before {
  content: "\E948";
}

.gm-icon-remove_from_queue:before {
  content: "\E949";
}

.gm-icon-slow_motion_video:before {
  content: "\E94A";
}

.gm-icon-web_asset:before {
  content: "\E94B";
}

.gm-icon-fiber_pin:before {
  content: "\E94C";
}

.gm-icon-branding_watermark:before {
  content: "\E94D";
}

.gm-icon-call_to_action:before {
  content: "\E94E";
}

.gm-icon-featured_play_list:before {
  content: "\E94F";
}

.gm-icon-featured_video:before {
  content: "\E950";
}

.gm-icon-note:before {
  content: "\E951";
}

.gm-icon-video_call:before {
  content: "\E952";
}

.gm-icon-video_label:before {
  content: "\E953";
}

.gm-icon-4k:before {
  content: "\E954";
}

.gm-icon-missed_video_call:before {
  content: "\E955";
}

.gm-icon-control_camera:before {
  content: "\E956";
}

.gm-icon-business:before {
  content: "\E957";
}

.gm-icon-call:before {
  content: "\E958";
}

.gm-icon-call_end:before {
  content: "\E959";
}

.gm-icon-call_made:before {
  content: "\E95A";
}

.gm-icon-call_merge:before {
  content: "\E95B";
}

.gm-icon-call_missed:before {
  content: "\E95C";
}

.gm-icon-call_received:before {
  content: "\E95D";
}

.gm-icon-call_split:before {
  content: "\E95E";
}

.gm-icon-chat:before {
  content: "\E95F";
}

.gm-icon-clear_all:before {
  content: "\E960";
}

.gm-icon-comment:before {
  content: "\E961";
}

.gm-icon-contacts:before {
  content: "\E962";
}

.gm-icon-dialer_sip:before {
  content: "\E963";
}

.gm-icon-dialpad:before {
  content: "\E964";
}

.gm-icon-email:before {
  content: "\E965";
}

.gm-icon-forum:before {
  content: "\E966";
}

.gm-icon-import_export:before {
  content: "\E967";
}

.gm-icon-invert_colors_off:before {
  content: "\E968";
}

.gm-icon-live_help:before {
  content: "\E969";
}

.gm-icon-location_off:before {
  content: "\E96A";
}

.gm-icon-location_on:before {
  content: "\E96B";
}

.gm-icon-message:before {
  content: "\E96C";
}

.gm-icon-chat_bubble:before {
  content: "\E96D";
}

.gm-icon-chat_bubble_outline:before {
  content: "\E96E";
}

.gm-icon-no_sim:before {
  content: "\E96F";
}

.gm-icon-phone:before {
  content: "\E970";
}

.gm-icon-portable_wifi_off:before {
  content: "\E971";
}

.gm-icon-contact_phone:before {
  content: "\E972";
}

.gm-icon-contact_mail:before {
  content: "\E973";
}

.gm-icon-ring_volume:before {
  content: "\E974";
}

.gm-icon-speaker_phone:before {
  content: "\E975";
}

.gm-icon-stay_current_landscape:before {
  content: "\E976";
}

.gm-icon-stay_current_portrait:before {
  content: "\E977";
}

.gm-icon-swap_calls:before {
  content: "\E978";
}

.gm-icon-textsms:before {
  content: "\E979";
}

.gm-icon-voicemail:before {
  content: "\E97A";
}

.gm-icon-vpn_key:before {
  content: "\E97B";
}

.gm-icon-phonelink_erase:before {
  content: "\E97C";
}

.gm-icon-phonelink_lock:before {
  content: "\E97D";
}

.gm-icon-phonelink_ring:before {
  content: "\E97E";
}

.gm-icon-phonelink_setup:before {
  content: "\E97F";
}

.gm-icon-present_to_all:before {
  content: "\E980";
}

.gm-icon-import_contacts:before {
  content: "\E981";
}

.gm-icon-mail_outline:before {
  content: "\E982";
}

.gm-icon-screen_share:before {
  content: "\E983";
}

.gm-icon-stop_screen_share:before {
  content: "\E984";
}

.gm-icon-call_missed_outgoing:before {
  content: "\E985";
}

.gm-icon-rss_feed:before {
  content: "\E986";
}

.gm-icon-alternate_email:before {
  content: "\E987";
}

.gm-icon-mobile_screen_share:before {
  content: "\E988";
}

.gm-icon-add_call:before {
  content: "\E989";
}

.gm-icon-cancel_presentation:before {
  content: "\E98A";
}

.gm-icon-pause_presentation:before {
  content: "\E98B";
}

.gm-icon-unsubscribe:before {
  content: "\E98C";
}

.gm-icon-cell_wifi:before {
  content: "\E98D";
}

.gm-icon-sentiment_satisfied_alt:before {
  content: "\E98E";
}

.gm-icon-list_alt:before {
  content: "\E98F";
}

.gm-icon-domain_disabled:before {
  content: "\E990";
}

.gm-icon-lightbulb:before {
  content: "\E991";
}

.gm-icon-add:before {
  content: "\E992";
}

.gm-icon-add_box:before {
  content: "\E993";
}

.gm-icon-add_circle:before {
  content: "\E994";
}

.gm-icon-add_circle_outline:before {
  content: "\E995";
}

.gm-icon-archive:before {
  content: "\E996";
}

.gm-icon-backspace:before {
  content: "\E997";
}

.gm-icon-block:before {
  content: "\E998";
}

.gm-icon-clear:before {
  content: "\E999";
}

.gm-icon-content_copy:before {
  content: "\E99A";
}

.gm-icon-content_cut:before {
  content: "\E99B";
}

.gm-icon-content_paste:before {
  content: "\E99C";
}

.gm-icon-create:before {
  content: "\E99D";
}

.gm-icon-drafts:before {
  content: "\E99E";
}

.gm-icon-filter_list:before {
  content: "\E99F";
}

.gm-icon-flag:before {
  content: "\E9A0";
}

.gm-icon-forward:before {
  content: "\E9A1";
}

.gm-icon-gesture:before {
  content: "\E9A2";
}

.gm-icon-inbox:before {
  content: "\E9A3";
}

.gm-icon-link:before {
  content: "\E9A4";
}

.gm-icon-redo:before {
  content: "\E9A5";
}

.gm-icon-remove:before {
  content: "\E9A6";
}

.gm-icon-remove_circle:before {
  content: "\E9A7";
}

.gm-icon-remove_circle_outline:before {
  content: "\E9A8";
}

.gm-icon-reply:before {
  content: "\E9A9";
}

.gm-icon-reply_all:before {
  content: "\E9AA";
}

.gm-icon-report:before {
  content: "\E9AB";
}

.gm-icon-save:before {
  content: "\E9AC";
}

.gm-icon-select_all:before {
  content: "\E9AD";
}

.gm-icon-send:before {
  content: "\E9AE";
}

.gm-icon-sort:before {
  content: "\E9AF";
}

.gm-icon-text_format:before {
  content: "\E9B0";
}

.gm-icon-undo:before {
  content: "\E9B1";
}

.gm-icon-font_download:before {
  content: "\E9B2";
}

.gm-icon-move_to_inbox:before {
  content: "\E9B3";
}

.gm-icon-unarchive:before {
  content: "\E9B4";
}

.gm-icon-next_week:before {
  content: "\E9B5";
}

.gm-icon-weekend:before {
  content: "\E9B6";
}

.gm-icon-delete_sweep:before {
  content: "\E9B7";
}

.gm-icon-low_priority:before {
  content: "\E9B8";
}

.gm-icon-outlined_flag:before {
  content: "\E9B9";
}

.gm-icon-link_off:before {
  content: "\E9BA";
}

.gm-icon-report_off:before {
  content: "\E9BB";
}

.gm-icon-save_alt:before {
  content: "\E9BC";
}

.gm-icon-ballot:before {
  content: "\E9BD";
}

.gm-icon-file_copy:before {
  content: "\E9BE";
}

.gm-icon-how_to_reg:before {
  content: "\E9BF";
}

.gm-icon-how_to_vote:before {
  content: "\E9C0";
}

.gm-icon-waves:before {
  content: "\E9C1";
}

.gm-icon-where_to_vote:before {
  content: "\E9C2";
}

.gm-icon-add_link:before {
  content: "\E9C3";
}

.gm-icon-inventory:before {
  content: "\E9C4";
}

.gm-icon-access_alarm:before {
  content: "\E9C5";
}

.gm-icon-access_alarms:before {
  content: "\E9C6";
}

.gm-icon-access_time:before {
  content: "\E9C7";
}

.gm-icon-add_alarm:before {
  content: "\E9C8";
}

.gm-icon-airplanemode_off:before {
  content: "\E9C9";
}

.gm-icon-airplanemode_on:before {
  content: "\E9CA";
}

.gm-icon-battery_alert:before {
  content: "\E9CB";
}

.gm-icon-battery_charging_full:before {
  content: "\E9CC";
}

.gm-icon-battery_full:before {
  content: "\E9CD";
}

.gm-icon-battery_unknown:before {
  content: "\E9CE";
}

.gm-icon-bluetooth:before {
  content: "\E9CF";
}

.gm-icon-bluetooth_connected:before {
  content: "\E9D0";
}

.gm-icon-bluetooth_disabled:before {
  content: "\E9D1";
}

.gm-icon-bluetooth_searching:before {
  content: "\E9D2";
}

.gm-icon-brightness_auto:before {
  content: "\E9D3";
}

.gm-icon-brightness_high:before {
  content: "\E9D4";
}

.gm-icon-brightness_low:before {
  content: "\E9D5";
}

.gm-icon-brightness_medium:before {
  content: "\E9D6";
}

.gm-icon-data_usage:before {
  content: "\E9D7";
}

.gm-icon-developer_mode:before {
  content: "\E9D8";
}

.gm-icon-devices:before {
  content: "\E9D9";
}

.gm-icon-dvr:before {
  content: "\E9DA";
}

.gm-icon-gps_fixed:before {
  content: "\E9DB";
}

.gm-icon-gps_not_fixed:before {
  content: "\E9DC";
}

.gm-icon-gps_off:before {
  content: "\E9DD";
}

.gm-icon-graphic_eq:before {
  content: "\E9DE";
}

.gm-icon-network_cell:before {
  content: "\E9DF";
}

.gm-icon-network_wifi:before {
  content: "\E9E0";
}

.gm-icon-nfc:before {
  content: "\E9E1";
}

.gm-icon-now_wallpaper:before {
  content: "\E9E2";
}

.gm-icon-now_widgets:before {
  content: "\E9E3";
}

.gm-icon-screen_lock_landscape:before {
  content: "\E9E4";
}

.gm-icon-screen_lock_portrait:before {
  content: "\E9E5";
}

.gm-icon-screen_lock_rotation:before {
  content: "\E9E6";
}

.gm-icon-screen_rotation:before {
  content: "\E9E7";
}

.gm-icon-sd_storage:before {
  content: "\E9E8";
}

.gm-icon-settings_system_daydream:before {
  content: "\E9E9";
}

.gm-icon-signal_cellular_4_bar:before {
  content: "\E9EA";
}

.gm-icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\E9EB";
}

.gm-icon-signal_cellular_null:before {
  content: "\E9EC";
}

.gm-icon-signal_cellular_off:before {
  content: "\E9ED";
}

.gm-icon-signal_wifi_4_bar:before {
  content: "\E9EE";
}

.gm-icon-signal_wifi_4_bar_lock:before {
  content: "\E9EF";
}

.gm-icon-signal_wifi_off:before {
  content: "\E9F0";
}

.gm-icon-storage:before {
  content: "\E9F1";
}

.gm-icon-usb:before {
  content: "\E9F2";
}

.gm-icon-wifi_lock:before {
  content: "\E9F3";
}

.gm-icon-wifi_tethering:before {
  content: "\E9F4";
}

.gm-icon-add_to_home_screen:before {
  content: "\E9F5";
}

.gm-icon-device_thermostat:before {
  content: "\E9F6";
}

.gm-icon-mobile_friendly:before {
  content: "\E9F7";
}

.gm-icon-mobile_off:before {
  content: "\E9F8";
}

.gm-icon-signal_cellular_alt:before {
  content: "\E9F9";
}

.gm-icon-attach_file:before {
  content: "\E9FA";
}

.gm-icon-attach_money:before {
  content: "\E9FB";
}

.gm-icon-border_all:before {
  content: "\E9FC";
}

.gm-icon-border_bottom:before {
  content: "\E9FD";
}

.gm-icon-border_clear:before {
  content: "\E9FE";
}

.gm-icon-border_color:before {
  content: "\E9FF";
}

.gm-icon-border_horizontal:before {
  content: "\EA00";
}

.gm-icon-border_inner:before {
  content: "\EA01";
}

.gm-icon-border_left:before {
  content: "\EA02";
}

.gm-icon-border_outer:before {
  content: "\EA03";
}

.gm-icon-border_right:before {
  content: "\EA04";
}

.gm-icon-border_style:before {
  content: "\EA05";
}

.gm-icon-border_top:before {
  content: "\EA06";
}

.gm-icon-border_vertical:before {
  content: "\EA07";
}

.gm-icon-format_align_center:before {
  content: "\EA08";
}

.gm-icon-format_align_justify:before {
  content: "\EA09";
}

.gm-icon-format_align_left:before {
  content: "\EA0A";
}

.gm-icon-format_align_right:before {
  content: "\EA0B";
}

.gm-icon-format_bold:before {
  content: "\EA0C";
}

.gm-icon-format_clear:before {
  content: "\EA0D";
}

.gm-icon-format_color_fill:before {
  content: "\EA0E";
}

.gm-icon-format_color_reset:before {
  content: "\EA0F";
}

.gm-icon-format_color_text:before {
  content: "\EA10";
}

.gm-icon-format_indent_decrease:before {
  content: "\EA11";
}

.gm-icon-format_indent_increase:before {
  content: "\EA12";
}

.gm-icon-format_italic:before {
  content: "\EA13";
}

.gm-icon-format_line_spacing:before {
  content: "\EA14";
}

.gm-icon-format_list_bulleted:before {
  content: "\EA15";
}

.gm-icon-format_list_numbered:before {
  content: "\EA16";
}

.gm-icon-format_paint:before {
  content: "\EA17";
}

.gm-icon-format_quote:before {
  content: "\EA18";
}

.gm-icon-format_size:before {
  content: "\EA19";
}

.gm-icon-format_strikethrough:before {
  content: "\EA1A";
}

.gm-icon-format_textdirection_l_to_r:before {
  content: "\EA1B";
}

.gm-icon-format_textdirection_r_to_l:before {
  content: "\EA1C";
}

.gm-icon-format_underlined:before {
  content: "\EA1D";
}

.gm-icon-functions:before {
  content: "\EA1E";
}

.gm-icon-insert_chart:before {
  content: "\EA1F";
}

.gm-icon-insert_comment:before {
  content: "\EA20";
}

.gm-icon-insert_drive_file:before {
  content: "\EA21";
}

.gm-icon-insert_emoticon:before {
  content: "\EA22";
}

.gm-icon-insert_invitation:before {
  content: "\EA23";
}

.gm-icon-insert_photo:before {
  content: "\EA24";
}

.gm-icon-mode_comment:before {
  content: "\EA25";
}

.gm-icon-publish:before {
  content: "\EA26";
}

.gm-icon-space_bar:before {
  content: "\EA27";
}

.gm-icon-strikethrough_s:before {
  content: "\EA28";
}

.gm-icon-vertical_align_bottom:before {
  content: "\EA29";
}

.gm-icon-vertical_align_center:before {
  content: "\EA2A";
}

.gm-icon-vertical_align_top:before {
  content: "\EA2B";
}

.gm-icon-wrap_text:before {
  content: "\EA2C";
}

.gm-icon-money_off:before {
  content: "\EA2D";
}

.gm-icon-drag_handle:before {
  content: "\EA2E";
}

.gm-icon-format_shapes:before {
  content: "\EA2F";
}

.gm-icon-highlight:before {
  content: "\EA30";
}

.gm-icon-linear_scale:before {
  content: "\EA31";
}

.gm-icon-short_text:before {
  content: "\EA32";
}

.gm-icon-text_fields:before {
  content: "\EA33";
}

.gm-icon-monetization_on:before {
  content: "\EA34";
}

.gm-icon-title:before {
  content: "\EA35";
}

.gm-icon-table_chart:before {
  content: "\EA36";
}

.gm-icon-add_comment:before {
  content: "\EA37";
}

.gm-icon-format_list_numbered_rtl:before {
  content: "\EA38";
}

.gm-icon-scatter_plot:before {
  content: "\EA39";
}

.gm-icon-score:before {
  content: "\EA3A";
}

.gm-icon-insert_chart_outlined:before {
  content: "\EA3B";
}

.gm-icon-bar_chart:before {
  content: "\EA3C";
}

.gm-icon-notes:before {
  content: "\EA3D";
}

.gm-icon-attachment:before {
  content: "\EA3E";
}

.gm-icon-cloud:before {
  content: "\EA3F";
}

.gm-icon-cloud_circle:before {
  content: "\EA40";
}

.gm-icon-cloud_done:before {
  content: "\EA41";
}

.gm-icon-cloud_download:before {
  content: "\EA42";
}

.gm-icon-cloud_off:before {
  content: "\EA43";
}

.gm-icon-cloud_queue:before {
  content: "\EA44";
}

.gm-icon-cloud_upload:before {
  content: "\EA45";
}

.gm-icon-file_download:before {
  content: "\EA46";
}

.gm-icon-file_upload:before {
  content: "\EA47";
}

.gm-icon-folder:before {
  content: "\EA48";
}

.gm-icon-folder_open:before {
  content: "\EA49";
}

.gm-icon-folder_shared:before {
  content: "\EA4A";
}

.gm-icon-create_new_folder:before {
  content: "\EA4B";
}

.gm-icon-cast:before {
  content: "\EA4C";
}

.gm-icon-cast_connected:before {
  content: "\EA4D";
}

.gm-icon-computer:before {
  content: "\EA4E";
}

.gm-icon-desktop_mac:before {
  content: "\EA4F";
}

.gm-icon-desktop_windows:before {
  content: "\EA50";
}

.gm-icon-developer_board:before {
  content: "\EA51";
}

.gm-icon-dock:before {
  content: "\EA52";
}

.gm-icon-headset:before {
  content: "\EA53";
}

.gm-icon-headset_mic:before {
  content: "\EA54";
}

.gm-icon-keyboard:before {
  content: "\EA55";
}

.gm-icon-keyboard_arrow_down:before {
  content: "\EA56";
}

.gm-icon-keyboard_arrow_left:before {
  content: "\EA57";
}

.gm-icon-keyboard_arrow_right:before {
  content: "\EA58";
}

.gm-icon-keyboard_arrow_up:before {
  content: "\EA59";
}

.gm-icon-keyboard_backspace:before {
  content: "\EA5A";
}

.gm-icon-keyboard_capslock:before {
  content: "\EA5B";
}

.gm-icon-keyboard_hide:before {
  content: "\EA5C";
}

.gm-icon-keyboard_return:before {
  content: "\EA5D";
}

.gm-icon-keyboard_tab:before {
  content: "\EA5E";
}

.gm-icon-keyboard_voice:before {
  content: "\EA5F";
}

.gm-icon-laptop_chromebook:before {
  content: "\EA60";
}

.gm-icon-laptop_mac:before {
  content: "\EA61";
}

.gm-icon-laptop_windows:before {
  content: "\EA62";
}

.gm-icon-memory:before {
  content: "\EA63";
}

.gm-icon-mouse:before {
  content: "\EA64";
}

.gm-icon-phone_android:before {
  content: "\EA65";
}

.gm-icon-phone_iphone:before {
  content: "\EA66";
}

.gm-icon-phonelink_off:before {
  content: "\EA67";
}

.gm-icon-router:before {
  content: "\EA68";
}

.gm-icon-scanner:before {
  content: "\EA69";
}

.gm-icon-security:before {
  content: "\EA6A";
}

.gm-icon-sim_card:before {
  content: "\EA6B";
}

.gm-icon-speaker:before {
  content: "\EA6C";
}

.gm-icon-speaker_group:before {
  content: "\EA6D";
}

.gm-icon-tablet:before {
  content: "\EA6E";
}

.gm-icon-tablet_android:before {
  content: "\EA6F";
}

.gm-icon-tablet_mac:before {
  content: "\EA70";
}

.gm-icon-toys:before {
  content: "\EA71";
}

.gm-icon-tv:before {
  content: "\EA72";
}

.gm-icon-watch:before {
  content: "\EA73";
}

.gm-icon-device_hub:before {
  content: "\EA74";
}

.gm-icon-power_input:before {
  content: "\EA75";
}

.gm-icon-devices_other:before {
  content: "\EA76";
}

.gm-icon-videogame_asset:before {
  content: "\EA77";
}

.gm-icon-device_unknown:before {
  content: "\EA78";
}

.gm-icon-headset_off:before {
  content: "\EA79";
}

.gm-icon-adjust:before {
  content: "\EA7A";
}

.gm-icon-assistant:before {
  content: "\EA7B";
}

.gm-icon-audiotrack:before {
  content: "\EA7C";
}

.gm-icon-blur_circular:before {
  content: "\EA7D";
}

.gm-icon-blur_linear:before {
  content: "\EA7E";
}

.gm-icon-blur_off:before {
  content: "\EA7F";
}

.gm-icon-blur_on:before {
  content: "\EA80";
}

.gm-icon-brightness_1:before {
  content: "\EA81";
}

.gm-icon-brightness_2:before {
  content: "\EA82";
}

.gm-icon-brightness_3:before {
  content: "\EA83";
}

.gm-icon-brightness_4:before {
  content: "\EA84";
}

.gm-icon-broken_image:before {
  content: "\EA85";
}

.gm-icon-brush:before {
  content: "\EA86";
}

.gm-icon-camera:before {
  content: "\EA87";
}

.gm-icon-camera_alt:before {
  content: "\EA88";
}

.gm-icon-camera_front:before {
  content: "\EA89";
}

.gm-icon-camera_rear:before {
  content: "\EA8A";
}

.gm-icon-camera_roll:before {
  content: "\EA8B";
}

.gm-icon-center_focus_strong:before {
  content: "\EA8C";
}

.gm-icon-center_focus_weak:before {
  content: "\EA8D";
}

.gm-icon-collections:before {
  content: "\EA8E";
}

.gm-icon-color_lens:before {
  content: "\EA8F";
}

.gm-icon-colorize:before {
  content: "\EA90";
}

.gm-icon-compare:before {
  content: "\EA91";
}

.gm-icon-control_point_duplicate:before {
  content: "\EA92";
}

.gm-icon-crop_16_9:before {
  content: "\EA93";
}

.gm-icon-crop_3_2:before {
  content: "\EA94";
}

.gm-icon-crop:before {
  content: "\EA95";
}

.gm-icon-crop_5_4:before {
  content: "\EA96";
}

.gm-icon-crop_7_5:before {
  content: "\EA97";
}

.gm-icon-crop_din:before {
  content: "\EA98";
}

.gm-icon-crop_free:before {
  content: "\EA99";
}

.gm-icon-crop_original:before {
  content: "\EA9A";
}

.gm-icon-crop_portrait:before {
  content: "\EA9B";
}

.gm-icon-crop_square:before {
  content: "\EA9C";
}

.gm-icon-dehaze:before {
  content: "\EA9D";
}

.gm-icon-details:before {
  content: "\EA9E";
}

.gm-icon-exposure:before {
  content: "\EA9F";
}

.gm-icon-exposure_neg_1:before {
  content: "\EAA0";
}

.gm-icon-exposure_neg_2:before {
  content: "\EAA1";
}

.gm-icon-exposure_plus_1:before {
  content: "\EAA2";
}

.gm-icon-exposure_plus_2:before {
  content: "\EAA3";
}

.gm-icon-exposure_zero:before {
  content: "\EAA4";
}

.gm-icon-filter_1:before {
  content: "\EAA5";
}

.gm-icon-filter_2:before {
  content: "\EAA6";
}

.gm-icon-filter_3:before {
  content: "\EAA7";
}

.gm-icon-filter:before {
  content: "\EAA8";
}

.gm-icon-filter_4:before {
  content: "\EAA9";
}

.gm-icon-filter_5:before {
  content: "\EAAA";
}

.gm-icon-filter_6:before {
  content: "\EAAB";
}

.gm-icon-filter_7:before {
  content: "\EAAC";
}

.gm-icon-filter_8:before {
  content: "\EAAD";
}

.gm-icon-filter_9:before {
  content: "\EAAE";
}

.gm-icon-filter_9_plus:before {
  content: "\EAAF";
}

.gm-icon-filter_b_and_w:before {
  content: "\EAB0";
}

.gm-icon-filter_center_focus:before {
  content: "\EAB1";
}

.gm-icon-filter_drama:before {
  content: "\EAB2";
}

.gm-icon-filter_frames:before {
  content: "\EAB3";
}

.gm-icon-filter_hdr:before {
  content: "\EAB4";
}

.gm-icon-filter_none:before {
  content: "\EAB5";
}

.gm-icon-filter_tilt_shift:before {
  content: "\EAB6";
}

.gm-icon-filter_vintage:before {
  content: "\EAB7";
}

.gm-icon-flare:before {
  content: "\EAB8";
}

.gm-icon-flash_auto:before {
  content: "\EAB9";
}

.gm-icon-flash_off:before {
  content: "\EABA";
}

.gm-icon-flash_on:before {
  content: "\EABB";
}

.gm-icon-flip:before {
  content: "\EABC";
}

.gm-icon-gradient:before {
  content: "\EABD";
}

.gm-icon-grain:before {
  content: "\EABE";
}

.gm-icon-grid_off:before {
  content: "\EABF";
}

.gm-icon-grid_on:before {
  content: "\EAC0";
}

.gm-icon-hdr_off:before {
  content: "\EAC1";
}

.gm-icon-hdr_on:before {
  content: "\EAC2";
}

.gm-icon-hdr_strong:before {
  content: "\EAC3";
}

.gm-icon-hdr_weak:before {
  content: "\EAC4";
}

.gm-icon-healing:before {
  content: "\EAC5";
}

.gm-icon-image_aspect_ratio:before {
  content: "\EAC6";
}

.gm-icon-iso:before {
  content: "\EAC7";
}

.gm-icon-leak_add:before {
  content: "\EAC8";
}

.gm-icon-leak_remove:before {
  content: "\EAC9";
}

.gm-icon-lens:before {
  content: "\EACA";
}

.gm-icon-looks_3:before {
  content: "\EACB";
}

.gm-icon-looks:before {
  content: "\EACC";
}

.gm-icon-looks_4:before {
  content: "\EACD";
}

.gm-icon-looks_5:before {
  content: "\EACE";
}

.gm-icon-looks_6:before {
  content: "\EACF";
}

.gm-icon-looks_one:before {
  content: "\EAD0";
}

.gm-icon-looks_two:before {
  content: "\EAD1";
}

.gm-icon-loupe:before {
  content: "\EAD2";
}

.gm-icon-monochrome_photos:before {
  content: "\EAD3";
}

.gm-icon-music_note:before {
  content: "\EAD4";
}

.gm-icon-nature:before {
  content: "\EAD5";
}

.gm-icon-nature_people:before {
  content: "\EAD6";
}

.gm-icon-navigate_before:before {
  content: "\EAD7";
}

.gm-icon-navigate_next:before {
  content: "\EAD8";
}

.gm-icon-panorama:before {
  content: "\EAD9";
}

.gm-icon-panorama_fisheye:before {
  content: "\EADA";
}

.gm-icon-panorama_horizontal:before {
  content: "\EADB";
}

.gm-icon-panorama_vertical:before {
  content: "\EADC";
}

.gm-icon-panorama_wide_angle:before {
  content: "\EADD";
}

.gm-icon-photo_album:before {
  content: "\EADE";
}

.gm-icon-picture_as_pdf:before {
  content: "\EADF";
}

.gm-icon-portrait:before {
  content: "\EAE0";
}

.gm-icon-remove_red_eye:before {
  content: "\EAE1";
}

.gm-icon-rotate_90_degrees_ccw:before {
  content: "\EAE2";
}

.gm-icon-rotate_left:before {
  content: "\EAE3";
}

.gm-icon-rotate_right:before {
  content: "\EAE4";
}

.gm-icon-slideshow:before {
  content: "\EAE5";
}

.gm-icon-straighten:before {
  content: "\EAE6";
}

.gm-icon-style:before {
  content: "\EAE7";
}

.gm-icon-switch_camera:before {
  content: "\EAE8";
}

.gm-icon-switch_video:before {
  content: "\EAE9";
}

.gm-icon-texture:before {
  content: "\EAEA";
}

.gm-icon-timelapse:before {
  content: "\EAEB";
}

.gm-icon-timer_10:before {
  content: "\EAEC";
}

.gm-icon-timer_3:before {
  content: "\EAED";
}

.gm-icon-timer:before {
  content: "\EAEE";
}

.gm-icon-timer_off:before {
  content: "\EAEF";
}

.gm-icon-tonality:before {
  content: "\EAF0";
}

.gm-icon-transform:before {
  content: "\EAF1";
}

.gm-icon-tune:before {
  content: "\EAF2";
}

.gm-icon-view_comfy:before {
  content: "\EAF3";
}

.gm-icon-view_compact:before {
  content: "\EAF4";
}

.gm-icon-wb_auto:before {
  content: "\EAF5";
}

.gm-icon-wb_cloudy:before {
  content: "\EAF6";
}

.gm-icon-wb_incandescent:before {
  content: "\EAF7";
}

.gm-icon-wb_sunny:before {
  content: "\EAF8";
}

.gm-icon-collections_bookmark:before {
  content: "\EAF9";
}

.gm-icon-photo_size_select_actual:before {
  content: "\EAFA";
}

.gm-icon-photo_size_select_large:before {
  content: "\EAFB";
}

.gm-icon-photo_size_select_small:before {
  content: "\EAFC";
}

.gm-icon-vignette:before {
  content: "\EAFD";
}

.gm-icon-wb_iridescent:before {
  content: "\EAFE";
}

.gm-icon-crop_rotate:before {
  content: "\EAFF";
}

.gm-icon-linked_camera:before {
  content: "\EB00";
}

.gm-icon-add_a_photo:before {
  content: "\EB01";
}

.gm-icon-movie_filter:before {
  content: "\EB02";
}

.gm-icon-photo_filter:before {
  content: "\EB03";
}

.gm-icon-burst_mode:before {
  content: "\EB04";
}

.gm-icon-shutter_speed:before {
  content: "\EB05";
}

.gm-icon-add_photo_alternate:before {
  content: "\EB06";
}

.gm-icon-image_search:before {
  content: "\EB07";
}

.gm-icon-music_off:before {
  content: "\EB08";
}

.gm-icon-beenhere:before {
  content: "\EB09";
}

.gm-icon-directions:before {
  content: "\EB0A";
}

.gm-icon-directions_bike:before {
  content: "\EB0B";
}

.gm-icon-directions_bus:before {
  content: "\EB0C";
}

.gm-icon-directions_car:before {
  content: "\EB0D";
}

.gm-icon-directions_ferry:before {
  content: "\EB0E";
}

.gm-icon-directions_subway:before {
  content: "\EB0F";
}

.gm-icon-directions_train:before {
  content: "\EB10";
}

.gm-icon-directions_walk:before {
  content: "\EB11";
}

.gm-icon-hotel:before {
  content: "\EB12";
}

.gm-icon-layers:before {
  content: "\EB13";
}

.gm-icon-layers_clear:before {
  content: "\EB14";
}

.gm-icon-local_atm:before {
  content: "\EB15";
}

.gm-icon-local_attraction:before {
  content: "\EB16";
}

.gm-icon-local_bar:before {
  content: "\EB17";
}

.gm-icon-local_cafe:before {
  content: "\EB18";
}

.gm-icon-local_car_wash:before {
  content: "\EB19";
}

.gm-icon-local_convenience_store:before {
  content: "\EB1A";
}

.gm-icon-local_drink:before {
  content: "\EB1B";
}

.gm-icon-local_florist:before {
  content: "\EB1C";
}

.gm-icon-local_gas_station:before {
  content: "\EB1D";
}

.gm-icon-local_grocery_store:before {
  content: "\EB1E";
}

.gm-icon-local_hospital:before {
  content: "\EB1F";
}

.gm-icon-local_laundry_service:before {
  content: "\EB20";
}

.gm-icon-local_library:before {
  content: "\EB21";
}

.gm-icon-local_mall:before {
  content: "\EB22";
}

.gm-icon-local_movies:before {
  content: "\EB23";
}

.gm-icon-local_offer:before {
  content: "\EB24";
}

.gm-icon-local_parking:before {
  content: "\EB25";
}

.gm-icon-local_pharmacy:before {
  content: "\EB26";
}

.gm-icon-local_pizza:before {
  content: "\EB27";
}

.gm-icon-local_printshop:before {
  content: "\EB28";
}

.gm-icon-local_restaurant:before {
  content: "\EB29";
}

.gm-icon-local_shipping:before {
  content: "\EB2A";
}

.gm-icon-local_taxi:before {
  content: "\EB2B";
}

.gm-icon-location_history:before {
  content: "\EB2C";
}

.gm-icon-map:before {
  content: "\EB2D";
}

.gm-icon-navigation:before {
  content: "\EB2E";
}

.gm-icon-pin_drop:before {
  content: "\EB2F";
}

.gm-icon-rate_review:before {
  content: "\EB30";
}

.gm-icon-satellite:before {
  content: "\EB31";
}

.gm-icon-store_mall_directory:before {
  content: "\EB32";
}

.gm-icon-traffic:before {
  content: "\EB33";
}

.gm-icon-directions_run:before {
  content: "\EB34";
}

.gm-icon-add_location:before {
  content: "\EB35";
}

.gm-icon-edit_location:before {
  content: "\EB36";
}

.gm-icon-near_me:before {
  content: "\EB37";
}

.gm-icon-person_pin_circle:before {
  content: "\EB38";
}

.gm-icon-zoom_out_map:before {
  content: "\EB39";
}

.gm-icon-restaurant:before {
  content: "\EB3A";
}

.gm-icon-ev_station:before {
  content: "\EB3B";
}

.gm-icon-streetview:before {
  content: "\EB3C";
}

.gm-icon-subway:before {
  content: "\EB3D";
}

.gm-icon-train:before {
  content: "\EB3E";
}

.gm-icon-tram:before {
  content: "\EB3F";
}

.gm-icon-transfer_within_a_station:before {
  content: "\EB40";
}

.gm-icon-atm:before {
  content: "\EB41";
}

.gm-icon-category:before {
  content: "\EB42";
}

.gm-icon-not_listed_location:before {
  content: "\EB43";
}

.gm-icon-departure_board:before {
  content: "\EB44";
}

.gm-icon-360:before {
  content: "\EB45";
}

.gm-icon-edit_attributes:before {
  content: "\EB46";
}

.gm-icon-transit_enterexit:before {
  content: "\EB47";
}

.gm-icon-fastfood:before {
  content: "\EB48";
}

.gm-icon-trip_origin:before {
  content: "\EB49";
}

.gm-icon-compass_calibration:before {
  content: "\EB4A";
}

.gm-icon-money:before {
  content: "\EB4B";
}

.gm-icon-apps:before {
  content: "\EB4C";
}

.gm-icon-arrow_back:before {
  content: "\EB4D";
}

.gm-icon-arrow_drop_down:before {
  content: "\EB4E";
}

.gm-icon-arrow_drop_down_circle:before {
  content: "\EB4F";
}

.gm-icon-arrow_drop_up:before {
  content: "\EB50";
}

.gm-icon-arrow_forward:before {
  content: "\EB51";
}

.gm-icon-cancel:before {
  content: "\EB52";
}

.gm-icon-check:before {
  content: "\EB53";
}

.gm-icon-expand_less:before {
  content: "\EB54";
}

.gm-icon-expand_more:before {
  content: "\EB55";
}

.gm-icon-fullscreen:before {
  content: "\EB56";
}

.gm-icon-fullscreen_exit:before {
  content: "\EB57";
}

.gm-icon-menu:before {
  content: "\EB58";
}

.gm-icon-keyboard_control:before {
  content: "\EB59";
}

.gm-icon-more_vert:before {
  content: "\EB5A";
}

.gm-icon-refresh:before {
  content: "\EB5B";
}

.gm-icon-unfold_less:before {
  content: "\EB5C";
}

.gm-icon-unfold_more:before {
  content: "\EB5D";
}

.gm-icon-arrow_upward:before {
  content: "\EB5E";
}

.gm-icon-subdirectory_arrow_left:before {
  content: "\EB5F";
}

.gm-icon-subdirectory_arrow_right:before {
  content: "\EB60";
}

.gm-icon-arrow_downward:before {
  content: "\EB61";
}

.gm-icon-first_page:before {
  content: "\EB62";
}

.gm-icon-last_page:before {
  content: "\EB63";
}

.gm-icon-arrow_left:before {
  content: "\EB64";
}

.gm-icon-arrow_right:before {
  content: "\EB65";
}

.gm-icon-arrow_back_ios:before {
  content: "\EB66";
}

.gm-icon-arrow_forward_ios:before {
  content: "\EB67";
}

.gm-icon-adb:before {
  content: "\EB68";
}

.gm-icon-disc_full:before {
  content: "\EB69";
}

.gm-icon-do_not_disturb_alt:before {
  content: "\EB6A";
}

.gm-icon-drive_eta:before {
  content: "\EB6B";
}

.gm-icon-event_available:before {
  content: "\EB6C";
}

.gm-icon-event_busy:before {
  content: "\EB6D";
}

.gm-icon-event_note:before {
  content: "\EB6E";
}

.gm-icon-folder_special:before {
  content: "\EB6F";
}

.gm-icon-mms:before {
  content: "\EB70";
}

.gm-icon-more:before {
  content: "\EB71";
}

.gm-icon-network_locked:before {
  content: "\EB72";
}

.gm-icon-phone_bluetooth_speaker:before {
  content: "\EB73";
}

.gm-icon-phone_forwarded:before {
  content: "\EB74";
}

.gm-icon-phone_in_talk:before {
  content: "\EB75";
}

.gm-icon-phone_locked:before {
  content: "\EB76";
}

.gm-icon-phone_missed:before {
  content: "\EB77";
}

.gm-icon-phone_paused:before {
  content: "\EB78";
}

.gm-icon-sim_card_alert:before {
  content: "\EB79";
}

.gm-icon-sms_failed:before {
  content: "\EB7A";
}

.gm-icon-sync_disabled:before {
  content: "\EB7B";
}

.gm-icon-sync_problem:before {
  content: "\EB7C";
}

.gm-icon-system_update:before {
  content: "\EB7D";
}

.gm-icon-tap_and_play:before {
  content: "\EB7E";
}

.gm-icon-vibration:before {
  content: "\EB7F";
}

.gm-icon-voice_chat:before {
  content: "\EB80";
}

.gm-icon-vpn_lock:before {
  content: "\EB81";
}

.gm-icon-airline_seat_flat:before {
  content: "\EB82";
}

.gm-icon-airline_seat_flat_angled:before {
  content: "\EB83";
}

.gm-icon-airline_seat_individual_suite:before {
  content: "\EB84";
}

.gm-icon-airline_seat_legroom_extra:before {
  content: "\EB85";
}

.gm-icon-airline_seat_legroom_normal:before {
  content: "\EB86";
}

.gm-icon-airline_seat_legroom_reduced:before {
  content: "\EB87";
}

.gm-icon-airline_seat_recline_extra:before {
  content: "\EB88";
}

.gm-icon-airline_seat_recline_normal:before {
  content: "\EB89";
}

.gm-icon-confirmation_number:before {
  content: "\EB8A";
}

.gm-icon-live_tv:before {
  content: "\EB8B";
}

.gm-icon-ondemand_video:before {
  content: "\EB8C";
}

.gm-icon-personal_video:before {
  content: "\EB8D";
}

.gm-icon-power:before {
  content: "\EB8E";
}

.gm-icon-wc:before {
  content: "\EB8F";
}

.gm-icon-wifi:before {
  content: "\EB90";
}

.gm-icon-enhanced_encryption:before {
  content: "\EB91";
}

.gm-icon-network_check:before {
  content: "\EB92";
}

.gm-icon-no_encryption:before {
  content: "\EB93";
}

.gm-icon-rv_hookup:before {
  content: "\EB94";
}

.gm-icon-do_not_disturb_off:before {
  content: "\EB95";
}

.gm-icon-priority_high:before {
  content: "\EB96";
}

.gm-icon-power_off:before {
  content: "\EB97";
}

.gm-icon-tv_off:before {
  content: "\EB98";
}

.gm-icon-wifi_off:before {
  content: "\EB99";
}

.gm-icon-phone_callback:before {
  content: "\EB9A";
}

.gm-icon-pie_chart:before {
  content: "\EB9B";
}

.gm-icon-pie_chart_outlined:before {
  content: "\EB9C";
}

.gm-icon-bubble_chart:before {
  content: "\EB9D";
}

.gm-icon-multiline_chart:before {
  content: "\EB9E";
}

.gm-icon-show_chart:before {
  content: "\EB9F";
}

.gm-icon-cake:before {
  content: "\EBA0";
}

.gm-icon-group:before {
  content: "\EBA1";
}

.gm-icon-group_add:before {
  content: "\EBA2";
}

.gm-icon-location_city:before {
  content: "\EBA3";
}

.gm-icon-mood_bad:before {
  content: "\EBA4";
}

.gm-icon-notifications:before {
  content: "\EBA5";
}

.gm-icon-notifications_none:before {
  content: "\EBA6";
}

.gm-icon-notifications_off:before {
  content: "\EBA7";
}

.gm-icon-notifications_on:before {
  content: "\EBA8";
}

.gm-icon-notifications_paused:before {
  content: "\EBA9";
}

.gm-icon-pages:before {
  content: "\EBAA";
}

.gm-icon-party_mode:before {
  content: "\EBAB";
}

.gm-icon-people_outline:before {
  content: "\EBAC";
}

.gm-icon-person:before {
  content: "\EBAD";
}

.gm-icon-person_add:before {
  content: "\EBAE";
}

.gm-icon-person_outline:before {
  content: "\EBAF";
}

.gm-icon-plus_one:before {
  content: "\EBB0";
}

.gm-icon-public:before {
  content: "\EBB1";
}

.gm-icon-school:before {
  content: "\EBB2";
}

.gm-icon-share:before {
  content: "\EBB3";
}

.gm-icon-whatshot:before {
  content: "\EBB4";
}

.gm-icon-sentiment_dissatisfied:before {
  content: "\EBB5";
}

.gm-icon-sentiment_neutral:before {
  content: "\EBB6";
}

.gm-icon-sentiment_satisfied:before {
  content: "\EBB7";
}

.gm-icon-sentiment_very_dissatisfied:before {
  content: "\EBB8";
}

.gm-icon-sentiment_very_satisfied:before {
  content: "\EBB9";
}

.gm-icon-thumb_down_alt:before {
  content: "\EBBA";
}

.gm-icon-thumb_up_alt:before {
  content: "\EBBB";
}

.gm-icon-check_box:before {
  content: "\EBBC";
}

.gm-icon-check_box_outline_blank:before {
  content: "\EBBD";
}

.gm-icon-radio_button_on:before {
  content: "\EBBE";
}

.gm-icon-star:before {
  content: "\EBBF";
}

.gm-icon-star_half:before {
  content: "\EBC0";
}

.gm-icon-star_outline:before {
  content: "\EBC1";
}

.gm-icon-3d_rotation:before {
  content: "\EBC2";
}

.gm-icon-accessibility:before {
  content: "\EBC3";
}

.gm-icon-account_balance:before {
  content: "\EBC4";
}

.gm-icon-account_balance_wallet:before {
  content: "\EBC5";
}

.gm-icon-account_box:before {
  content: "\EBC6";
}

.gm-icon-account_circle:before {
  content: "\EBC7";
}

.gm-icon-add_shopping_cart:before {
  content: "\EBC8";
}

.gm-icon-alarm_off:before {
  content: "\EBC9";
}

.gm-icon-alarm_on:before {
  content: "\EBCA";
}

.gm-icon-android:before {
  content: "\EBCB";
}

.gm-icon-announcement:before {
  content: "\EBCC";
}

.gm-icon-aspect_ratio:before {
  content: "\EBCD";
}

.gm-icon-assignment:before {
  content: "\EBCE";
}

.gm-icon-assignment_ind:before {
  content: "\EBCF";
}

.gm-icon-assignment_late:before {
  content: "\EBD0";
}

.gm-icon-assignment_return:before {
  content: "\EBD1";
}

.gm-icon-assignment_returned:before {
  content: "\EBD2";
}

.gm-icon-assignment_turned_in:before {
  content: "\EBD3";
}

.gm-icon-autorenew:before {
  content: "\EBD4";
}

.gm-icon-book:before {
  content: "\EBD5";
}

.gm-icon-bookmark:before {
  content: "\EBD6";
}

.gm-icon-bookmark_outline:before {
  content: "\EBD7";
}

.gm-icon-bug_report:before {
  content: "\EBD8";
}

.gm-icon-build:before {
  content: "\EBD9";
}

.gm-icon-cached:before {
  content: "\EBDA";
}

.gm-icon-change_history:before {
  content: "\EBDB";
}

.gm-icon-check_circle:before {
  content: "\EBDC";
}

.gm-icon-chrome_reader_mode:before {
  content: "\EBDD";
}

.gm-icon-code:before {
  content: "\EBDE";
}

.gm-icon-credit_card:before {
  content: "\EBDF";
}

.gm-icon-dashboard:before {
  content: "\EBE0";
}

.gm-icon-delete:before {
  content: "\EBE1";
}

.gm-icon-description:before {
  content: "\EBE2";
}

.gm-icon-dns:before {
  content: "\EBE3";
}

.gm-icon-done:before {
  content: "\EBE4";
}

.gm-icon-done_all:before {
  content: "\EBE5";
}

.gm-icon-exit_to_app:before {
  content: "\EBE6";
}

.gm-icon-explore:before {
  content: "\EBE7";
}

.gm-icon-extension:before {
  content: "\EBE8";
}

.gm-icon-face:before {
  content: "\EBE9";
}

.gm-icon-favorite:before {
  content: "\EBEA";
}

.gm-icon-favorite_outline:before {
  content: "\EBEB";
}

.gm-icon-find_in_page:before {
  content: "\EBEC";
}

.gm-icon-find_replace:before {
  content: "\EBED";
}

.gm-icon-flip_to_back:before {
  content: "\EBEE";
}

.gm-icon-flip_to_front:before {
  content: "\EBEF";
}

.gm-icon-group_work:before {
  content: "\EBF0";
}

.gm-icon-help:before {
  content: "\EBF1";
}

.gm-icon-highlight_remove:before {
  content: "\EBF2";
}

.gm-icon-history:before {
  content: "\EBF3";
}

.gm-icon-home:before {
  content: "\EBF4";
}

.gm-icon-hourglass_empty:before {
  content: "\EBF5";
}

.gm-icon-hourglass_full:before {
  content: "\EBF6";
}

.gm-icon-https:before {
  content: "\EBF7";
}

.gm-icon-info:before {
  content: "\EBF8";
}

.gm-icon-info_outline:before {
  content: "\EBF9";
}

.gm-icon-input:before {
  content: "\EBFA";
}

.gm-icon-invert_colors_on:before {
  content: "\EBFB";
}

.gm-icon-label:before {
  content: "\EBFC";
}

.gm-icon-label_outline:before {
  content: "\EBFD";
}

.gm-icon-language:before {
  content: "\EBFE";
}

.gm-icon-launch:before {
  content: "\EBFF";
}

.gm-icon-list:before {
  content: "\EC00";
}

.gm-icon-lock_open:before {
  content: "\EC01";
}

.gm-icon-lock_outline:before {
  content: "\EC02";
}

.gm-icon-loyalty:before {
  content: "\EC03";
}

.gm-icon-markunread_mailbox:before {
  content: "\EC04";
}

.gm-icon-note_add:before {
  content: "\EC05";
}

.gm-icon-open_in_browser:before {
  content: "\EC06";
}

.gm-icon-open_with:before {
  content: "\EC07";
}

.gm-icon-pageview:before {
  content: "\EC08";
}

.gm-icon-perm_camera_mic:before {
  content: "\EC09";
}

.gm-icon-perm_contact_calendar:before {
  content: "\EC0A";
}

.gm-icon-perm_data_setting:before {
  content: "\EC0B";
}

.gm-icon-perm_device_information:before {
  content: "\EC0C";
}

.gm-icon-perm_media:before {
  content: "\EC0D";
}

.gm-icon-perm_phone_msg:before {
  content: "\EC0E";
}

.gm-icon-perm_scan_wifi:before {
  content: "\EC0F";
}

.gm-icon-picture_in_picture:before {
  content: "\EC10";
}

.gm-icon-polymer:before {
  content: "\EC11";
}

.gm-icon-power_settings_new:before {
  content: "\EC12";
}

.gm-icon-receipt:before {
  content: "\EC13";
}

.gm-icon-redeem:before {
  content: "\EC14";
}

.gm-icon-search:before {
  content: "\EC15";
}

.gm-icon-settings:before {
  content: "\EC16";
}

.gm-icon-settings_applications:before {
  content: "\EC17";
}

.gm-icon-settings_backup_restore:before {
  content: "\EC18";
}

.gm-icon-settings_bluetooth:before {
  content: "\EC19";
}

.gm-icon-settings_cell:before {
  content: "\EC1A";
}

.gm-icon-settings_display:before {
  content: "\EC1B";
}

.gm-icon-settings_ethernet:before {
  content: "\EC1C";
}

.gm-icon-settings_input_antenna:before {
  content: "\EC1D";
}

.gm-icon-settings_input_component:before {
  content: "\EC1E";
}

.gm-icon-settings_input_hdmi:before {
  content: "\EC1F";
}

.gm-icon-settings_input_svideo:before {
  content: "\EC20";
}

.gm-icon-settings_overscan:before {
  content: "\EC21";
}

.gm-icon-settings_phone:before {
  content: "\EC22";
}

.gm-icon-settings_power:before {
  content: "\EC23";
}

.gm-icon-settings_remote:before {
  content: "\EC24";
}

.gm-icon-settings_voice:before {
  content: "\EC25";
}

.gm-icon-shop:before {
  content: "\EC26";
}

.gm-icon-shop_two:before {
  content: "\EC27";
}

.gm-icon-shopping_basket:before {
  content: "\EC28";
}

.gm-icon-speaker_notes:before {
  content: "\EC29";
}

.gm-icon-spellcheck:before {
  content: "\EC2A";
}

.gm-icon-stars:before {
  content: "\EC2B";
}

.gm-icon-subject:before {
  content: "\EC2C";
}

.gm-icon-supervisor_account:before {
  content: "\EC2D";
}

.gm-icon-swap_horiz:before {
  content: "\EC2E";
}

.gm-icon-swap_vert:before {
  content: "\EC2F";
}

.gm-icon-swap_vertical_circle:before {
  content: "\EC30";
}

.gm-icon-system_update_tv:before {
  content: "\EC31";
}

.gm-icon-tab:before {
  content: "\EC32";
}

.gm-icon-tab_unselected:before {
  content: "\EC33";
}

.gm-icon-thumb_down:before {
  content: "\EC34";
}

.gm-icon-thumb_up:before {
  content: "\EC35";
}

.gm-icon-thumbs_up_down:before {
  content: "\EC36";
}

.gm-icon-toc:before {
  content: "\EC37";
}

.gm-icon-today:before {
  content: "\EC38";
}

.gm-icon-toll:before {
  content: "\EC39";
}

.gm-icon-track_changes:before {
  content: "\EC3A";
}

.gm-icon-translate:before {
  content: "\EC3B";
}

.gm-icon-trending_down:before {
  content: "\EC3C";
}

.gm-icon-trending_neutral:before {
  content: "\EC3D";
}

.gm-icon-trending_up:before {
  content: "\EC3E";
}

.gm-icon-verified_user:before {
  content: "\EC3F";
}

.gm-icon-view_agenda:before {
  content: "\EC40";
}

.gm-icon-view_array:before {
  content: "\EC41";
}

.gm-icon-view_carousel:before {
  content: "\EC42";
}

.gm-icon-view_column:before {
  content: "\EC43";
}

.gm-icon-view_day:before {
  content: "\EC44";
}

.gm-icon-view_headline:before {
  content: "\EC45";
}

.gm-icon-view_list:before {
  content: "\EC46";
}

.gm-icon-view_module:before {
  content: "\EC47";
}

.gm-icon-view_quilt:before {
  content: "\EC48";
}

.gm-icon-view_stream:before {
  content: "\EC49";
}

.gm-icon-view_week:before {
  content: "\EC4A";
}

.gm-icon-visibility_off:before {
  content: "\EC4B";
}

.gm-icon-card_membership:before {
  content: "\EC4C";
}

.gm-icon-card_travel:before {
  content: "\EC4D";
}

.gm-icon-work:before {
  content: "\EC4E";
}

.gm-icon-youtube_searched_for:before {
  content: "\EC4F";
}

.gm-icon-eject:before {
  content: "\EC50";
}

.gm-icon-camera_enhance:before {
  content: "\EC51";
}

.gm-icon-help_outline:before {
  content: "\EC52";
}

.gm-icon-reorder:before {
  content: "\EC53";
}

.gm-icon-zoom_in:before {
  content: "\EC54";
}

.gm-icon-zoom_out:before {
  content: "\EC55";
}

.gm-icon-http:before {
  content: "\EC56";
}

.gm-icon-event_seat:before {
  content: "\EC57";
}

.gm-icon-flight_land:before {
  content: "\EC58";
}

.gm-icon-flight_takeoff:before {
  content: "\EC59";
}

.gm-icon-play_for_work:before {
  content: "\EC5A";
}

.gm-icon-gif:before {
  content: "\EC5B";
}

.gm-icon-indeterminate_check_box:before {
  content: "\EC5C";
}

.gm-icon-offline_pin:before {
  content: "\EC5D";
}

.gm-icon-all_out:before {
  content: "\EC5E";
}

.gm-icon-copyright:before {
  content: "\EC5F";
}

.gm-icon-fingerprint:before {
  content: "\EC60";
}

.gm-icon-gavel:before {
  content: "\EC61";
}

.gm-icon-lightbulb_outline:before {
  content: "\EC62";
}

.gm-icon-picture_in_picture_alt:before {
  content: "\EC63";
}

.gm-icon-important_devices:before {
  content: "\EC64";
}

.gm-icon-touch_app:before {
  content: "\EC65";
}

.gm-icon-accessible:before {
  content: "\EC66";
}

.gm-icon-compare_arrows:before {
  content: "\EC67";
}

.gm-icon-date_range:before {
  content: "\EC68";
}

.gm-icon-donut_large:before {
  content: "\EC69";
}

.gm-icon-donut_small:before {
  content: "\EC6A";
}

.gm-icon-line_style:before {
  content: "\EC6B";
}

.gm-icon-line_weight:before {
  content: "\EC6C";
}

.gm-icon-motorcycle:before {
  content: "\EC6D";
}

.gm-icon-opacity:before {
  content: "\EC6E";
}

.gm-icon-pets:before {
  content: "\EC6F";
}

.gm-icon-pregnant_woman:before {
  content: "\EC70";
}

.gm-icon-record_voice_over:before {
  content: "\EC71";
}

.gm-icon-rounded_corner:before {
  content: "\EC72";
}

.gm-icon-rowing:before {
  content: "\EC73";
}

.gm-icon-timeline:before {
  content: "\EC74";
}

.gm-icon-update:before {
  content: "\EC75";
}

.gm-icon-watch_later:before {
  content: "\EC76";
}

.gm-icon-pan_tool:before {
  content: "\EC77";
}

.gm-icon-euro_symbol:before {
  content: "\EC78";
}

.gm-icon-g_translate:before {
  content: "\EC79";
}

.gm-icon-remove_shopping_cart:before {
  content: "\EC7A";
}

.gm-icon-restore_page:before {
  content: "\EC7B";
}

.gm-icon-speaker_notes_off:before {
  content: "\EC7C";
}

.gm-icon-delete_forever:before {
  content: "\EC7D";
}

.gm-icon-accessibility_new:before {
  content: "\EC7E";
}

.gm-icon-check_circle_outline:before {
  content: "\EC7F";
}

.gm-icon-delete_outline:before {
  content: "\EC80";
}

.gm-icon-done_outline:before {
  content: "\EC81";
}

.gm-icon-maximize:before {
  content: "\EC82";
}

.gm-icon-minimize:before {
  content: "\EC83";
}

.gm-icon-offline_bolt:before {
  content: "\EC84";
}

.gm-icon-swap_horizontal_circle:before {
  content: "\EC85";
}

.gm-icon-accessible_forward:before {
  content: "\EC86";
}

.gm-icon-calendar_today:before {
  content: "\EC87";
}

.gm-icon-calendar_view_day:before {
  content: "\EC88";
}

.gm-icon-label_important:before {
  content: "\EC89";
}

.gm-icon-restore_from_trash:before {
  content: "\EC8A";
}

.gm-icon-supervised_user_circle:before {
  content: "\EC8B";
}

.gm-icon-text_rotate_up:before {
  content: "\EC8C";
}

.gm-icon-text_rotate_vertical:before {
  content: "\EC8D";
}

.gm-icon-text_rotation_angledown:before {
  content: "\EC8E";
}

.gm-icon-text_rotation_angleup:before {
  content: "\EC8F";
}

.gm-icon-text_rotation_down:before {
  content: "\EC90";
}

.gm-icon-text_rotation_none:before {
  content: "\EC91";
}

.gm-icon-commute:before {
  content: "\EC92";
}

.gm-icon-arrow_right_alt:before {
  content: "\EC93";
}

.gm-icon-work_off:before {
  content: "\EC94";
}

.gm-icon-work_outline:before {
  content: "\EC95";
}

.gm-icon-drag_indicator:before {
  content: "\EC96";
}

.gm-icon-horizontal_split:before {
  content: "\EC97";
}

.gm-icon-label_important_outline:before {
  content: "\EC98";
}

.gm-icon-vertical_split:before {
  content: "\EC99";
}

.gm-icon-voice_over_off:before {
  content: "\EC9A";
}

.gm-icon-segment:before {
  content: "\EC9B";
}

.gm-icon-contact_support:before {
  content: "\EC9C";
}

.gm-icon-compress:before {
  content: "\EC9D";
}

.gm-icon-filter_list_alt:before {
  content: "\EC9E";
}

.gm-icon-expand:before {
  content: "\EC9F";
}

.gm-icon-edit_off:before {
  content: "\ECA0";
}

.gm-icon-10k:before {
  content: "\ECA1";
}

.gm-icon-10mp:before {
  content: "\ECA2";
}

.gm-icon-11mp:before {
  content: "\ECA3";
}

.gm-icon-12mp:before {
  content: "\ECA4";
}

.gm-icon-13mp:before {
  content: "\ECA5";
}

.gm-icon-14mp:before {
  content: "\ECA6";
}

.gm-icon-15mp:before {
  content: "\ECA7";
}

.gm-icon-16mp:before {
  content: "\ECA8";
}

.gm-icon-17mp:before {
  content: "\ECA9";
}

.gm-icon-18mp:before {
  content: "\ECAA";
}

.gm-icon-19mp:before {
  content: "\ECAB";
}

.gm-icon-1k:before {
  content: "\ECAC";
}

.gm-icon-1k_plus:before {
  content: "\ECAD";
}

.gm-icon-20mp:before {
  content: "\ECAE";
}

.gm-icon-21mp:before {
  content: "\ECAF";
}

.gm-icon-22mp:before {
  content: "\ECB0";
}

.gm-icon-23mp:before {
  content: "\ECB1";
}

.gm-icon-24mp:before {
  content: "\ECB2";
}

.gm-icon-2k:before {
  content: "\ECB3";
}

.gm-icon-2k_plus:before {
  content: "\ECB4";
}

.gm-icon-2mp:before {
  content: "\ECB5";
}

.gm-icon-3k:before {
  content: "\ECB6";
}

.gm-icon-3k_plus:before {
  content: "\ECB7";
}

.gm-icon-3mp:before {
  content: "\ECB8";
}

.gm-icon-4k_plus:before {
  content: "\ECB9";
}

.gm-icon-4mp:before {
  content: "\ECBA";
}

.gm-icon-5k:before {
  content: "\ECBB";
}

.gm-icon-5k_plus:before {
  content: "\ECBC";
}

.gm-icon-5mp:before {
  content: "\ECBD";
}

.gm-icon-6k:before {
  content: "\ECBE";
}

.gm-icon-6k_plus:before {
  content: "\ECBF";
}

.gm-icon-6mp:before {
  content: "\ECC0";
}

.gm-icon-7k:before {
  content: "\ECC1";
}

.gm-icon-7k_plus:before {
  content: "\ECC2";
}

.gm-icon-7mp:before {
  content: "\ECC3";
}

.gm-icon-8k:before {
  content: "\ECC4";
}

.gm-icon-8k_plus:before {
  content: "\ECC5";
}

.gm-icon-8mp:before {
  content: "\ECC6";
}

.gm-icon-9k:before {
  content: "\ECC7";
}

.gm-icon-9k_plus:before {
  content: "\ECC8";
}

.gm-icon-9mp:before {
  content: "\ECC9";
}

.gm-icon-account_tree:before {
  content: "\ECCA";
}

.gm-icon-add_chart:before {
  content: "\ECCB";
}

.gm-icon-add_ic_call:before {
  content: "\ECCC";
}

.gm-icon-add_moderator:before {
  content: "\ECCD";
}

.gm-icon-all_inbox:before {
  content: "\ECCE";
}

.gm-icon-approval:before {
  content: "\ECCF";
}

.gm-icon-assistant_direction:before {
  content: "\ECD0";
}

.gm-icon-assistant_navigation:before {
  content: "\ECD1";
}

.gm-icon-bookmarks:before {
  content: "\ECD2";
}

.gm-icon-bus_alert:before {
  content: "\ECD3";
}

.gm-icon-cases:before {
  content: "\ECD4";
}

.gm-icon-circle_notifications:before {
  content: "\ECD5";
}

.gm-icon-closed_caption_off:before {
  content: "\ECD6";
}

.gm-icon-connected_tv:before {
  content: "\ECD7";
}

.gm-icon-dangerous:before {
  content: "\ECD8";
}

.gm-icon-dashboard_customize:before {
  content: "\ECD9";
}

.gm-icon-desktop_access_disabled:before {
  content: "\ECDA";
}

.gm-icon-drive_file_move_outline:before {
  content: "\ECDB";
}

.gm-icon-drive_file_rename_outline:before {
  content: "\ECDC";
}

.gm-icon-drive_folder_upload:before {
  content: "\ECDD";
}

.gm-icon-duo:before {
  content: "\ECDE";
}

.gm-icon-explore_off:before {
  content: "\ECDF";
}

.gm-icon-file_download_done:before {
  content: "\ECE0";
}

.gm-icon-rtt:before {
  content: "\ECE1";
}

.gm-icon-grid_view:before {
  content: "\ECE2";
}

.gm-icon-hail:before {
  content: "\ECE3";
}

.gm-icon-home_filled:before {
  content: "\ECE4";
}

.gm-icon-imagesearch_roller:before {
  content: "\ECE5";
}

.gm-icon-label_off:before {
  content: "\ECE6";
}

.gm-icon-library_add_check:before {
  content: "\ECE7";
}

.gm-icon-logout:before {
  content: "\ECE8";
}

.gm-icon-margin:before {
  content: "\ECE9";
}

.gm-icon-mark_as_unread:before {
  content: "\ECEA";
}

.gm-icon-menu_open:before {
  content: "\ECEB";
}

.gm-icon-mp:before {
  content: "\ECEC";
}

.gm-icon-offline_share:before {
  content: "\ECED";
}

.gm-icon-padding:before {
  content: "\ECEE";
}

.gm-icon-panorama_photosphere:before {
  content: "\ECEF";
}

.gm-icon-panorama_photosphere_select:before {
  content: "\ECF0";
}

.gm-icon-person_add_disabled:before {
  content: "\ECF1";
}

.gm-icon-phone_disabled:before {
  content: "\ECF2";
}

.gm-icon-phone_enabled:before {
  content: "\ECF3";
}

.gm-icon-pivot_table_chart:before {
  content: "\ECF4";
}

.gm-icon-print_disabled:before {
  content: "\ECF5";
}

.gm-icon-railway_alert:before {
  content: "\ECF6";
}

.gm-icon-recommend:before {
  content: "\ECF7";
}

.gm-icon-remove_done:before {
  content: "\ECF8";
}

.gm-icon-remove_moderator:before {
  content: "\ECF9";
}

.gm-icon-repeat_on:before {
  content: "\ECFA";
}

.gm-icon-repeat_one_on:before {
  content: "\ECFB";
}

.gm-icon-replay_circle_filled:before {
  content: "\ECFC";
}

.gm-icon-reset_tv:before {
  content: "\ECFD";
}

.gm-icon-sd:before {
  content: "\ECFE";
}

.gm-icon-shield:before {
  content: "\ECFF";
}

.gm-icon-shuffle_on:before {
  content: "\ED00";
}

.gm-icon-speed:before {
  content: "\ED01";
}

.gm-icon-stacked_bar_chart:before {
  content: "\ED02";
}

.gm-icon-stream:before {
  content: "\ED03";
}

.gm-icon-swipe:before {
  content: "\ED04";
}

.gm-icon-switch_account:before {
  content: "\ED05";
}

.gm-icon-tag:before {
  content: "\ED06";
}

.gm-icon-thumb_down_off_alt:before {
  content: "\ED07";
}

.gm-icon-thumb_up_off_alt:before {
  content: "\ED08";
}

.gm-icon-toggle_off:before {
  content: "\ED09";
}

.gm-icon-toggle_on:before {
  content: "\ED0A";
}

.gm-icon-two_wheeler:before {
  content: "\ED0B";
}

.gm-icon-upload_file:before {
  content: "\ED0C";
}

.gm-icon-view_in_ar:before {
  content: "\ED0D";
}

.gm-icon-waterfall_chart:before {
  content: "\ED0E";
}

.gm-icon-wb_shade:before {
  content: "\ED0F";
}

.gm-icon-wb_twighlight:before {
  content: "\ED10";
}

.gm-icon-home_work:before {
  content: "\ED11";
}

.gm-icon-schedule_send:before {
  content: "\ED12";
}

.gm-icon-bolt:before {
  content: "\ED13";
}

.gm-icon-send_and_archive:before {
  content: "\ED14";
}

.gm-icon-workspaces_filled:before {
  content: "\ED15";
}

.gm-icon-file_present:before {
  content: "\ED16";
}

.gm-icon-workspaces_outline:before {
  content: "\ED17";
}

.gm-icon-fit_screen:before {
  content: "\ED18";
}

.gm-icon-saved_search:before {
  content: "\ED19";
}

.gm-icon-storefront:before {
  content: "\ED1A";
}

.gm-icon-amp_stories:before {
  content: "\ED1B";
}

.gm-icon-dynamic_feed:before {
  content: "\ED1C";
}

.gm-icon-euro:before {
  content: "\ED1D";
}

.gm-icon-height:before {
  content: "\ED1E";
}

.gm-icon-policy:before {
  content: "\ED1F";
}

.gm-icon-sync_alt:before {
  content: "\ED20";
}

.gm-icon-menu_book:before {
  content: "\ED21";
}

.gm-icon-emoji_flags:before {
  content: "\ED22";
}

.gm-icon-emoji_food_beverage:before {
  content: "\ED23";
}

.gm-icon-emoji_nature:before {
  content: "\ED24";
}

.gm-icon-emoji_people:before {
  content: "\ED25";
}

.gm-icon-emoji_symbols:before {
  content: "\ED26";
}

.gm-icon-emoji_transportation:before {
  content: "\ED27";
}

.gm-icon-post_add:before {
  content: "\ED28";
}

.gm-icon-people_alt:before {
  content: "\ED29";
}

.gm-icon-emoji_emotions:before {
  content: "\ED2A";
}

.gm-icon-emoji_events:before {
  content: "\ED2B";
}

.gm-icon-emoji_objects:before {
  content: "\ED2C";
}

.gm-icon-sports_basketball:before {
  content: "\ED2D";
}

.gm-icon-sports_cricket:before {
  content: "\ED2E";
}

.gm-icon-sports_esports:before {
  content: "\ED2F";
}

.gm-icon-sports_football:before {
  content: "\ED30";
}

.gm-icon-sports_golf:before {
  content: "\ED31";
}

.gm-icon-sports_hockey:before {
  content: "\ED32";
}

.gm-icon-sports_mma:before {
  content: "\ED33";
}

.gm-icon-sports_motorsports:before {
  content: "\ED34";
}

.gm-icon-sports_rugby:before {
  content: "\ED35";
}

.gm-icon-sports_soccer:before {
  content: "\ED36";
}

.gm-icon-sports:before {
  content: "\ED37";
}

.gm-icon-sports_volleyball:before {
  content: "\ED38";
}

.gm-icon-sports_tennis:before {
  content: "\ED39";
}

.gm-icon-sports_handball:before {
  content: "\ED3A";
}

.gm-icon-sports_kabaddi:before {
  content: "\ED3B";
}

.gm-icon-eco:before {
  content: "\ED3C";
}

.gm-icon-museum:before {
  content: "\ED3D";
}

.gm-icon-flip_camera_android:before {
  content: "\ED3E";
}

.gm-icon-flip_camera_ios:before {
  content: "\ED3F";
}

.gm-icon-cancel_schedule_send:before {
  content: "\ED40";
}

.gm-icon-apartment:before {
  content: "\ED41";
}

.gm-icon-bathtub:before {
  content: "\ED42";
}

.gm-icon-deck:before {
  content: "\ED43";
}

.gm-icon-fireplace:before {
  content: "\ED44";
}

.gm-icon-house:before {
  content: "\ED45";
}

.gm-icon-king_bed:before {
  content: "\ED46";
}

.gm-icon-nights_stay:before {
  content: "\ED47";
}

.gm-icon-outdoor_grill:before {
  content: "\ED48";
}

.gm-icon-single_bed:before {
  content: "\ED49";
}

.gm-icon-square_foot:before {
  content: "\ED4A";
}

.gm-icon-double_arrow:before {
  content: "\ED4B";
}

.gm-icon-sports_baseball:before {
  content: "\ED4C";
}

.gm-icon-attractions:before {
  content: "\ED4D";
}

.gm-icon-bakery_dining:before {
  content: "\ED4E";
}

.gm-icon-breakfast_dining:before {
  content: "\ED4F";
}

.gm-icon-car_rental:before {
  content: "\ED50";
}

.gm-icon-car_repair:before {
  content: "\ED51";
}

.gm-icon-dinner_dining:before {
  content: "\ED52";
}

.gm-icon-dry_cleaning:before {
  content: "\ED53";
}

.gm-icon-hardware:before {
  content: "\ED54";
}

.gm-icon-liquor:before {
  content: "\ED55";
}

.gm-icon-lunch_dining:before {
  content: "\ED56";
}

.gm-icon-nightlife:before {
  content: "\ED57";
}

.gm-icon-park:before {
  content: "\ED58";
}

.gm-icon-ramen_dining:before {
  content: "\ED59";
}

.gm-icon-celebration:before {
  content: "\ED5A";
}

.gm-icon-theater_comedy:before {
  content: "\ED5B";
}

.gm-icon-badge:before {
  content: "\ED5C";
}

.gm-icon-festival:before {
  content: "\ED5D";
}

.gm-icon-icecream:before {
  content: "\ED5E";
}

.gm-icon-volunteer_activism:before {
  content: "\ED5F";
}

.gm-icon-contactless:before {
  content: "\ED60";
}

.gm-icon-delivery_dining:before {
  content: "\ED61";
}

.gm-icon-brunch_dining:before {
  content: "\ED62";
}

.gm-icon-takeout_dining:before {
  content: "\ED63";
}

.gm-icon-ac_unit:before {
  content: "\ED64";
}

.gm-icon-airport_shuttle:before {
  content: "\ED65";
}

.gm-icon-all_inclusive:before {
  content: "\ED66";
}

.gm-icon-beach_access:before {
  content: "\ED67";
}

.gm-icon-business_center:before {
  content: "\ED68";
}

.gm-icon-casino:before {
  content: "\ED69";
}

.gm-icon-child_care:before {
  content: "\ED6A";
}

.gm-icon-child_friendly:before {
  content: "\ED6B";
}

.gm-icon-fitness_center:before {
  content: "\ED6C";
}

.gm-icon-golf_course:before {
  content: "\ED6D";
}

.gm-icon-hot_tub:before {
  content: "\ED6E";
}

.gm-icon-kitchen:before {
  content: "\ED6F";
}

.gm-icon-pool:before {
  content: "\ED70";
}

.gm-icon-room_service:before {
  content: "\ED71";
}

.gm-icon-smoke_free:before {
  content: "\ED72";
}

.gm-icon-smoking_rooms:before {
  content: "\ED73";
}

.gm-icon-spa:before {
  content: "\ED74";
}

.gm-icon-no_meeting_room:before {
  content: "\ED75";
}

.gm-icon-meeting_room:before {
  content: "\ED76";
}

.gm-icon-goat:before {
  content: "\ED77";
}

.gm-icon-5g:before {
  content: "\ED78";
}

.gm-icon-ad_units:before {
  content: "\ED79";
}

.gm-icon-add_business:before {
  content: "\ED7A";
}

.gm-icon-add_location_alt:before {
  content: "\ED7B";
}

.gm-icon-add_road:before {
  content: "\ED7C";
}

.gm-icon-add_to_drive:before {
  content: "\ED7D";
}

.gm-icon-addchart:before {
  content: "\ED7E";
}

.gm-icon-admin_panel_settings:before {
  content: "\ED7F";
}

.gm-icon-agriculture:before {
  content: "\ED80";
}

.gm-icon-alt_route:before {
  content: "\ED81";
}

.gm-icon-analytics:before {
  content: "\ED82";
}

.gm-icon-anchor:before {
  content: "\ED83";
}

.gm-icon-animation:before {
  content: "\ED84";
}

.gm-icon-api:before {
  content: "\ED85";
}

.gm-icon-app_blocking:before {
  content: "\ED86";
}

.gm-icon-app_registration:before {
  content: "\ED87";
}

.gm-icon-app_settings_alt:before {
  content: "\ED88";
}

.gm-icon-architecture:before {
  content: "\ED89";
}

.gm-icon-arrow_circle_down:before {
  content: "\ED8A";
}

.gm-icon-arrow_circle_up:before {
  content: "\ED8B";
}

.gm-icon-article:before {
  content: "\ED8C";
}

.gm-icon-attach_email:before {
  content: "\ED8D";
}

.gm-icon-auto_awesome:before {
  content: "\ED8E";
}

.gm-icon-auto_awesome_mosaic:before {
  content: "\ED8F";
}

.gm-icon-auto_awesome_motion:before {
  content: "\ED90";
}

.gm-icon-auto_delete:before {
  content: "\ED91";
}

.gm-icon-auto_fix_high:before {
  content: "\ED92";
}

.gm-icon-auto_fix_normal:before {
  content: "\ED93";
}

.gm-icon-auto_fix_off:before {
  content: "\ED94";
}

.gm-icon-auto_stories:before {
  content: "\ED95";
}

.gm-icon-baby_changing_station:before {
  content: "\ED96";
}

.gm-icon-backpack:before {
  content: "\ED97";
}

.gm-icon-backup_table:before {
  content: "\ED98";
}

.gm-icon-batch_prediction:before {
  content: "\ED99";
}

.gm-icon-bedtime:before {
  content: "\ED9A";
}

.gm-icon-bento:before {
  content: "\ED9B";
}

.gm-icon-bike_scooter:before {
  content: "\ED9C";
}

.gm-icon-biotech:before {
  content: "\ED9D";
}

.gm-icon-block_flipped:before {
  content: "\ED9E";
}

.gm-icon-browser_not_supported:before {
  content: "\ED9F";
}

.gm-icon-build_circle:before {
  content: "\EDA0";
}

.gm-icon-calculate:before {
  content: "\EDA1";
}

.gm-icon-campaign:before {
  content: "\EDA2";
}

.gm-icon-carpenter:before {
  content: "\EDA3";
}

.gm-icon-cast_for_education:before {
  content: "\EDA4";
}

.gm-icon-charging_station:before {
  content: "\EDA5";
}

.gm-icon-checkroom:before {
  content: "\EDA6";
}

.gm-icon-circle:before {
  content: "\EDA7";
}

.gm-icon-cleaning_services:before {
  content: "\EDA8";
}

.gm-icon-close_fullscreen:before {
  content: "\EDA9";
}

.gm-icon-closed_caption_disabled:before {
  content: "\EDAA";
}

.gm-icon-comment_bank:before {
  content: "\EDAB";
}

.gm-icon-construction:before {
  content: "\EDAC";
}

.gm-icon-corporate_fare:before {
  content: "\EDAD";
}

.gm-icon-countertops:before {
  content: "\EDAE";
}

.gm-icon-design_services:before {
  content: "\EDAF";
}

.gm-icon-directions_off:before {
  content: "\EDB0";
}

.gm-icon-dirty_lens:before {
  content: "\EDB1";
}

.gm-icon-do_not_step:before {
  content: "\EDB2";
}

.gm-icon-do_not_touch:before {
  content: "\EDB3";
}

.gm-icon-domain_verification:before {
  content: "\EDB4";
}

.gm-icon-drive_file_move:before {
  content: "\EDB5";
}

.gm-icon-dry:before {
  content: "\EDB6";
}

.gm-icon-dynamic_form:before {
  content: "\EDB7";
}

.gm-icon-east:before {
  content: "\EDB8";
}

.gm-icon-edit_road:before {
  content: "\EDB9";
}

.gm-icon-electric_bike:before {
  content: "\EDBA";
}

.gm-icon-electric_car:before {
  content: "\EDBB";
}

.gm-icon-electric_moped:before {
  content: "\EDBC";
}

.gm-icon-electric_rickshaw:before {
  content: "\EDBD";
}

.gm-icon-electric_scooter:before {
  content: "\EDBE";
}

.gm-icon-electrical_services:before {
  content: "\EDBF";
}

.gm-icon-elevator:before {
  content: "\EDC0";
}

.gm-icon-engineering:before {
  content: "\EDC1";
}

.gm-icon-escalator:before {
  content: "\EDC2";
}

.gm-icon-escalator_warning:before {
  content: "\EDC3";
}

.gm-icon-face_retouching_natural:before {
  content: "\EDC4";
}

.gm-icon-fact_check:before {
  content: "\EDC5";
}

.gm-icon-family_restroom:before {
  content: "\EDC6";
}

.gm-icon-fence:before {
  content: "\EDC7";
}

.gm-icon-filter_alt:before {
  content: "\EDC8";
}

.gm-icon-fire_extinguisher:before {
  content: "\EDC9";
}

.gm-icon-flaky:before {
  content: "\EDCA";
}

.gm-icon-food_bank:before {
  content: "\EDCB";
}

.gm-icon-forward_to_inbox:before {
  content: "\EDCC";
}

.gm-icon-foundation:before {
  content: "\EDCD";
}

.gm-icon-grading:before {
  content: "\EDCE";
}

.gm-icon-grass:before {
  content: "\EDCF";
}

.gm-icon-handyman:before {
  content: "\EDD0";
}

.gm-icon-hdr_enhanced_select:before {
  content: "\EDD1";
}

.gm-icon-hearing_disabled:before {
  content: "\EDD2";
}

.gm-icon-help_center:before {
  content: "\EDD3";
}

.gm-icon-highlight_alt:before {
  content: "\EDD4";
}

.gm-icon-history_edu:before {
  content: "\EDD5";
}

.gm-icon-history_toggle_off:before {
  content: "\EDD6";
}

.gm-icon-home_repair_service:before {
  content: "\EDD7";
}

.gm-icon-horizontal_rule:before {
  content: "\EDD8";
}

.gm-icon-hourglass_bottom:before {
  content: "\EDD9";
}

.gm-icon-hourglass_disabled:before {
  content: "\EDDA";
}

.gm-icon-hourglass_top:before {
  content: "\EDDB";
}

.gm-icon-house_siding:before {
  content: "\EDDC";
}

.gm-icon-hvac:before {
  content: "\EDDD";
}

.gm-icon-image_not_supported:before {
  content: "\EDDE";
}

.gm-icon-insights:before {
  content: "\EDDF";
}

.gm-icon-integration_instructions:before {
  content: "\EDE0";
}

.gm-icon-ios_share:before {
  content: "\EDE1";
}

.gm-icon-legend_toggle:before {
  content: "\EDE2";
}

.gm-icon-local_fire_department:before {
  content: "\EDE3";
}

.gm-icon-local_police:before {
  content: "\EDE4";
}

.gm-icon-location_pin:before {
  content: "\EDE5";
}

.gm-icon-lock_clock:before {
  content: "\EDE6";
}

.gm-icon-login:before {
  content: "\EDE7";
}

.gm-icon-maps_ugc:before {
  content: "\EDE8";
}

.gm-icon-mark_chat_read:before {
  content: "\EDE9";
}

.gm-icon-mark_chat_unread:before {
  content: "\EDEA";
}

.gm-icon-mark_email_read:before {
  content: "\EDEB";
}

.gm-icon-mark_email_unread:before {
  content: "\EDEC";
}

.gm-icon-mediation:before {
  content: "\EDED";
}

.gm-icon-medical_services:before {
  content: "\EDEE";
}

.gm-icon-mic_external_off:before {
  content: "\EDEF";
}

.gm-icon-mic_external_on:before {
  content: "\EDF0";
}

.gm-icon-microwave:before {
  content: "\EDF1";
}

.gm-icon-military_tech:before {
  content: "\EDF2";
}

.gm-icon-miscellaneous_services:before {
  content: "\EDF3";
}

.gm-icon-model_training:before {
  content: "\EDF4";
}

.gm-icon-monitor:before {
  content: "\EDF5";
}

.gm-icon-moped:before {
  content: "\EDF6";
}

.gm-icon-more_time:before {
  content: "\EDF7";
}

.gm-icon-motion_photos_off:before {
  content: "\EDF8";
}

.gm-icon-motion_photos_on:before {
  content: "\EDF9";
}

.gm-icon-motion_photos_paused:before {
  content: "\EDFA";
}

.gm-icon-multiple_stop:before {
  content: "\EDFB";
}

.gm-icon-nat:before {
  content: "\EDFC";
}

.gm-icon-near_me_disabled:before {
  content: "\EDFD";
}

.gm-icon-next_plan:before {
  content: "\EDFE";
}

.gm-icon-night_shelter:before {
  content: "\EDFF";
}

.gm-icon-nightlight_round:before {
  content: "\EE00";
}

.gm-icon-no_cell:before {
  content: "\EE01";
}

.gm-icon-no_drinks:before {
  content: "\EE02";
}

.gm-icon-no_flash:before {
  content: "\EE03";
}

.gm-icon-no_food:before {
  content: "\EE04";
}

.gm-icon-no_meals:before {
  content: "\EE05";
}

.gm-icon-no_photography:before {
  content: "\EE06";
}

.gm-icon-no_stroller:before {
  content: "\EE07";
}

.gm-icon-no_transfer:before {
  content: "\EE08";
}

.gm-icon-north:before {
  content: "\EE09";
}

.gm-icon-north_east:before {
  content: "\EE0A";
}

.gm-icon-north_west:before {
  content: "\EE0B";
}

.gm-icon-not_accessible:before {
  content: "\EE0C";
}

.gm-icon-not_started:before {
  content: "\EE0D";
}

.gm-icon-online_prediction:before {
  content: "\EE0E";
}

.gm-icon-open_in_full:before {
  content: "\EE0F";
}

.gm-icon-outbox:before {
  content: "\EE10";
}

.gm-icon-outgoing_mail:before {
  content: "\EE11";
}

.gm-icon-outlet:before {
  content: "\EE12";
}

.gm-icon-panorama_horizontal_select:before {
  content: "\EE13";
}

.gm-icon-panorama_vertical_select:before {
  content: "\EE14";
}

.gm-icon-panorama_wide_angle_select:before {
  content: "\EE15";
}

.gm-icon-payments:before {
  content: "\EE16";
}

.gm-icon-pedal_bike:before {
  content: "\EE17";
}

.gm-icon-pending:before {
  content: "\EE18";
}

.gm-icon-pending_actions:before {
  content: "\EE19";
}

.gm-icon-person_add_alt:before {
  content: "\EE1A";
}

.gm-icon-person_add_alt_1:before {
  content: "\EE1B";
}

.gm-icon-person_remove:before {
  content: "\EE1C";
}

.gm-icon-person_search:before {
  content: "\EE1D";
}

.gm-icon-pest_control:before {
  content: "\EE1E";
}

.gm-icon-pest_control_rodent:before {
  content: "\EE1F";
}

.gm-icon-photo_camera_back:before {
  content: "\EE20";
}

.gm-icon-photo_camera_front:before {
  content: "\EE21";
}

.gm-icon-plagiarism:before {
  content: "\EE22";
}

.gm-icon-play_disabled:before {
  content: "\EE23";
}

.gm-icon-plumbing:before {
  content: "\EE24";
}

.gm-icon-point_of_sale:before {
  content: "\EE25";
}

.gm-icon-preview:before {
  content: "\EE26";
}

.gm-icon-privacy_tip:before {
  content: "\EE27";
}

.gm-icon-psychology:before {
  content: "\EE28";
}

.gm-icon-public_off:before {
  content: "\EE29";
}

.gm-icon-push_pin:before {
  content: "\EE2A";
}

.gm-icon-qr_code:before {
  content: "\EE2B";
}

.gm-icon-qr_code_scanner:before {
  content: "\EE2C";
}

.gm-icon-quickreply:before {
  content: "\EE2D";
}

.gm-icon-read_more:before {
  content: "\EE2E";
}

.gm-icon-receipt_long:before {
  content: "\EE2F";
}

.gm-icon-request_quote:before {
  content: "\EE30";
}

.gm-icon-rice_bowl:before {
  content: "\EE31";
}

.gm-icon-roofing:before {
  content: "\EE32";
}

.gm-icon-room_preferences:before {
  content: "\EE33";
}

.gm-icon-rule:before {
  content: "\EE34";
}

.gm-icon-rule_folder:before {
  content: "\EE35";
}

.gm-icon-run_circle:before {
  content: "\EE36";
}

.gm-icon-science:before {
  content: "\EE37";
}

.gm-icon-screen_search_desktop:before {
  content: "\EE38";
}

.gm-icon-search_off:before {
  content: "\EE39";
}

.gm-icon-self_improvement:before {
  content: "\EE3A";
}

.gm-icon-sensor_door:before {
  content: "\EE3B";
}

.gm-icon-sensor_window:before {
  content: "\EE3C";
}

.gm-icon-set_meal:before {
  content: "\EE3D";
}

.gm-icon-shopping_bag:before {
  content: "\EE3E";
}

.gm-icon-signal_cellular_0_bar:before {
  content: "\EE3F";
}

.gm-icon-signal_wifi_0_bar:before {
  content: "\EE40";
}

.gm-icon-smart_button:before {
  content: "\EE41";
}

.gm-icon-snippet_folder:before {
  content: "\EE42";
}

.gm-icon-soap:before {
  content: "\EE43";
}

.gm-icon-source:before {
  content: "\EE44";
}

.gm-icon-south:before {
  content: "\EE45";
}

.gm-icon-south_east:before {
  content: "\EE46";
}

.gm-icon-south_west:before {
  content: "\EE47";
}

.gm-icon-sports_bar:before {
  content: "\EE48";
}

.gm-icon-stairs:before {
  content: "\EE49";
}

.gm-icon-star_outline1:before {
  content: "\EE4A";
}

.gm-icon-star_rate:before {
  content: "\EE4B";
}

.gm-icon-sticky_note_2:before {
  content: "\EE4C";
}

.gm-icon-stop_circle:before {
  content: "\EE4D";
}

.gm-icon-stroller:before {
  content: "\EE4E";
}

.gm-icon-subscript:before {
  content: "\EE4F";
}

.gm-icon-subtitles_off:before {
  content: "\EE50";
}

.gm-icon-superscript:before {
  content: "\EE51";
}

.gm-icon-support:before {
  content: "\EE52";
}

.gm-icon-support_agent:before {
  content: "\EE53";
}

.gm-icon-switch_left:before {
  content: "\EE54";
}

.gm-icon-switch_right:before {
  content: "\EE55";
}

.gm-icon-table_rows:before {
  content: "\EE56";
}

.gm-icon-table_view:before {
  content: "\EE57";
}

.gm-icon-tapas:before {
  content: "\EE58";
}

.gm-icon-taxi_alert:before {
  content: "\EE59";
}

.gm-icon-text_snippet:before {
  content: "\EE5A";
}

.gm-icon-tour:before {
  content: "\EE5B";
}

.gm-icon-tty:before {
  content: "\EE5C";
}

.gm-icon-umbrella:before {
  content: "\EE5D";
}

.gm-icon-upgrade:before {
  content: "\EE5E";
}

.gm-icon-verified:before {
  content: "\EE5F";
}

.gm-icon-video_settings:before {
  content: "\EE60";
}

.gm-icon-view_sidebar:before {
  content: "\EE61";
}

.gm-icon-wash:before {
  content: "\EE62";
}

.gm-icon-water_damage:before {
  content: "\EE63";
}

.gm-icon-west:before {
  content: "\EE64";
}

.gm-icon-wheelchair_pickup:before {
  content: "\EE65";
}

.gm-icon-wifi_calling:before {
  content: "\EE66";
}

.gm-icon-wifi_protected_setup:before {
  content: "\EE67";
}

.gm-icon-wine_bar:before {
  content: "\EE68";
}

.gm-icon-wrong_location:before {
  content: "\EE69";
}

.gm-icon-wysiwyg:before {
  content: "\EE6A";
}

.gm-icon-leaderboard:before {
  content: "\EE6B";
}

.gm-icon-6_ft_apart:before {
  content: "\EE6C";
}

.gm-icon-book_online:before {
  content: "\EE6D";
}

.gm-icon-clean_hands:before {
  content: "\EE6E";
}

.gm-icon-connect_without_contact:before {
  content: "\EE6F";
}

.gm-icon-coronavirus:before {
  content: "\EE70";
}

.gm-icon-elderly:before {
  content: "\EE71";
}

.gm-icon-follow_the_signs:before {
  content: "\EE72";
}

.gm-icon-leave_bags_at_home:before {
  content: "\EE73";
}

.gm-icon-masks:before {
  content: "\EE74";
}

.gm-icon-reduce_capacity:before {
  content: "\EE75";
}

.gm-icon-sanitizer:before {
  content: "\EE76";
}

.gm-icon-send_to_mobile:before {
  content: "\EE77";
}

.gm-icon-sick:before {
  content: "\EE78";
}

.gm-icon-add_task:before {
  content: "\EE79";
}

.gm-icon-contact_page:before {
  content: "\EE7A";
}

.gm-icon-disabled_by_default:before {
  content: "\EE7B";
}

.gm-icon-facebook:before {
  content: "\EE7C";
}

.gm-icon-groups:before {
  content: "\EE7D";
}

.gm-icon-luggage:before {
  content: "\EE7E";
}

.gm-icon-no_backpack:before {
  content: "\EE7F";
}

.gm-icon-no_luggage:before {
  content: "\EE80";
}

.gm-icon-outbond:before {
  content: "\EE81";
}

.gm-icon-published_with_changes:before {
  content: "\EE82";
}

.gm-icon-request_page:before {
  content: "\EE83";
}

.gm-icon-stacked_line_chart:before {
  content: "\EE84";
}

.gm-icon-unpublished:before {
  content: "\EE85";
}

.gm-icon-align_horizontal_center:before {
  content: "\EE86";
}

.gm-icon-align_horizontal_left:before {
  content: "\EE87";
}

.gm-icon-align_horizontal_right:before {
  content: "\EE88";
}

.gm-icon-align_vertical_bottom:before {
  content: "\EE89";
}

.gm-icon-align_vertical_center:before {
  content: "\EE8A";
}

.gm-icon-align_vertical_top:before {
  content: "\EE8B";
}

.gm-icon-horizontal_distribute:before {
  content: "\EE8C";
}

.gm-icon-qr_code_2:before {
  content: "\EE8D";
}

.gm-icon-update_disabled:before {
  content: "\EE8E";
}

.gm-icon-vertical_distribute:before {
  content: "\EE8F";
}

.c-app,
.theme-preview {
  background-color: var(--body-bg);
}

.bg-alt {
  background-color: var(--body-bg-alt);
}

.bg-swatch-1a {
  background-color: var(--swatch-1a);
}

.bg-swatch-1b {
  background-color: var(--swatch-1b);
}

a {
  color: var(--anchor-color);
}

.c-wrapper:not(.c-wrapper-fluid) .c-body {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .c-wrapper:not(.c-wrapper-fluid) .c-body {
    padding-top: unset;
  }
}

#env__dev {
  display: none;
}

#breakpoint-for-js:before {
  content: "Breakpoint: ";
}

#breakpoint-for-js:after {
  content: "xs";
}

@media (min-width: 576px) {
  #breakpoint-for-js:after {
    content: "sm";
  }
}

@media (min-width: 768px) {
  #breakpoint-for-js:after {
    content: "md";
  }
}

@media (min-width: 992px) {
  #breakpoint-for-js:after {
    content: "lg";
  }
}

@media (min-width: 1200px) {
  #breakpoint-for-js:after {
    content: "xl";
  }
}

@media (min-width: 1400px) {
  #breakpoint-for-js:after {
    content: "xxl";
  }
}

.visible-env__dev {
  display: none;
  visibility: hidden;
}

body.env__dev #env__dev {
  position: fixed;
  bottom: 0;
  right: 40%;
  z-index: 9999;
  display: block;
  padding: 0.5em;
  color: lime;
  background: black;
  font-family: monospace;
  font-size: 1em;
  display: flex;
}

body.env__dev #env__dev:before {
  content: "Dev only:";
  margin-right: 1em;
}

body.env__dev .visible-env__dev {
  display: block !important;
  visibility: visible;
  border: 1px solid lime;
  background: black;
  color: lime;
  padding: 0.5em;
  margin-top: 2em;
}

body.env__dev .visible-env__dev:before {
  display: block;
  content: "Dev only";
  color: lime;
  border-bottom: 1px solid lime;
  margin-bottom: 1em;
  background: black;
  font-family: monospace;
}

body.env__dev .visible-env__dev pre {
  color: yellow;
}

body {
  overflow-y: scroll;
}

#c-container,
#c-layout,
#c-content {
  height: 100%;
}

#c-content {
  display: flex;
  flex-direction: column;
}

#merchr-designer-here {
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .c-wrapper {
    position: relative;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.container-fluid .container-fluid,
.container-sm .container-fluid,
.container-md .container-fluid,
.container-lg .container-fluid,
.container-xl .container-fluid,
.container-xxl .container-fluid,
.container-fluid .container-sm,
.container-sm .container-sm,
.container-md .container-sm,
.container-lg .container-sm,
.container-xl .container-sm,
.container-xxl .container-sm,
.container-fluid .container-md,
.container-sm .container-md,
.container-md .container-md,
.container-lg .container-md,
.container-xl .container-md,
.container-xxl .container-md,
.container-fluid .container-lg,
.container-sm .container-lg,
.container-md .container-lg,
.container-lg .container-lg,
.container-xl .container-lg,
.container-xxl .container-lg,
.container-fluid .container-xl,
.container-sm .container-xl,
.container-md .container-xl,
.container-lg .container-xl,
.container-xl .container-xl,
.container-xxl .container-xl,
.container-fluid .container-xxl,
.container-sm .container-xxl,
.container-md .container-xxl,
.container-lg .container-xxl,
.container-xl .container-xxl,
.container-xxl .container-xxl {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.top-inner-container {
  margin: -30px;
  margin-bottom: 30px;
  padding: 30px;
}

.inner-container {
  margin: -30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
}

.field-height,
.button-height {
  height: var(--field-height);
  line-height: var(--field-line-height);
}

.field-width {
  width: var(--field-width);
}

.mt-gutter-normal {
  margin-top: 1rem !important;
}

.mt-gutter-large {
  margin-top: 2rem !important;
}

.mr-gutter-normal {
  margin-right: 1rem !important;
}

.mb-gutter-normal {
  margin-bottom: 1rem !important;
}

.mb-gutter-large {
  margin-bottom: 2rem !important;
}

.ml-gutter-normal {
  margin-left: 1rem !important;
}

.mr-button-gutter {
  margin-right: 0.5rem;
}

.ml-button-gutter {
  margin-left: 0.5rem;
}

.confirm-popup-button {
  border: 1px solid #29B8E2;
  text-align: center;
  width: auto;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  outline: none !important;
  color: #29B8E2;
  transition: all 0.3s ease-in-out;
  border-radius: 60px;
  background: transparent;
}

@media (min-width: 1200px) {
  .confirm-popup-button {
    font-size: 14px;
  }
}

.confirm-popup-button.mr-primary-btn {
  background: #29B8E2;
  color: #fff;
  border: 1px solid transparent;
}

.confirm-popup-button.mr-primary-btn:hover {
  background: transparent;
  color: #29B8E2;
  border-color: #29B8E2;
}

.confirm-popup-button.mr-secondary-btn:hover {
  background: #29B8E2;
  color: #fff;
}

.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.display-none {
  display: none !important;
}

.ratio-square,
.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-portrait,
.ratio-5x8 {
  aspect-ratio: 5/8;
}

.ratio-landscape,
.ratio-8x5 {
  aspect-ratio: 8/5;
}

.ratio-letterbox,
.ratio-5x2 {
  aspect-ratio: 5/2;
}

.ratio-pillarbox,
.ratio-2x5 {
  aspect-ratio: 2/5;
}

.ratio-line,
.ratio-10x1 {
  aspect-ratio: 10/1;
}

.ratio-2x1 {
  aspect-ratio: 2/1;
}

.min-w-md {
  max-width: 100%;
  min-width: 7em;
}

.min-w-lg {
  max-width: 100%;
  min-width: 10em;
}

.min-w-xl {
  max-width: 100%;
  min-width: 21em;
}

.min-height {
  min-height: 15em;
}

.card-fixed-height {
  min-height: 20em;
  max-height: 20em;
}

.opacity-75 {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

.opacity-50 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.opacity-25 {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--gray-dark);
}

.nav-tabs {
  border-bottom-color: transparent;
}

.nav-tabs .nav-item .tab-warning-icon {
  display: none;
}

.nav-tabs .nav-item.tab-has-warning a {
  color: #e55353;
}

.nav-tabs .nav-item.tab-has-warning .tab-warning-icon {
  display: inline-block;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 0 1rem;
  background: var(--tab-active-bg);
  color: var(--body-color);
  position: relative;
  top: -3px;
}

.nav-tabs {
  margin-bottom: 0;
}

.nav-tabs .nav-link.active {
  background-color: var(--tab-active-bg);
  color: var(--body-color);
}

.nav.nav-tabs li#operationsTab a:before {
  font-family: "Font Awesome 5 Free";
  content: "\F7D9";
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
  font-weight: 900;
}

body {
  font-family: "Manrope", sans-serif;
}

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

.selected {
  border: 1px solid blue !important;
}

.highlight {
  -webkit-animation: bgfadeout 4s ease;
          animation: bgfadeout 4s ease;
}

@-webkit-keyframes bgfadeout {
  0% {
    background-color: white;
  }

  20% {
    background-color: yellow;
  }

  100% {
    background-color: white;
  }
}

@keyframes bgfadeout {
  0% {
    background-color: white;
  }

  20% {
    background-color: yellow;
  }

  100% {
    background-color: white;
  }
}

.fade-out {
  -webkit-animation: fadeout 2s ease;
          animation: fadeout 2s ease;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 99%;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 99%;
  }

  100% {
    opacity: 0;
  }
}

.click-file,
.has-click {
  cursor: pointer;
}

.click-filea,
.has-clicka {
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

#merchr-designer-here.mr-custom-designer .resizeCanvasWithPreview #merchrd-canvas {
  background: transparent;
  border: 1px dashed #F22018;
}

#merchr-designer-here.mr-custom-designer #merchrd-loading {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#merchr-designer-here.mr-custom-designer #merchrd-design-wrapper {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 20px;
  border: none;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-section-four {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 20px;
  background: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer {
  gap: normal;
  flex-wrap: wrap;
  display: flex;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-design-wrapper {
  margin: 0 auto;
}

@media (max-width: 768px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) {
    width: auto;
    margin-right: 10px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) .merchrd-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  color: #29B8E2;
  background: rgba(37, 174, 215, 0.1) !important;
  border-radius: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
  width: 100%;
  gap: normal;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
    width: 62px;
  }
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
    width: 139px;
  }
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one .merchrd-button {
    margin-bottom: 15px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-menus-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-menus-wrapper {
    padding: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    overflow: visible;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper,
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper {
    flex-direction: column;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-context-menu-wrapper {
  flex-direction: row;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-context-menu-wrapper {
    flex-direction: column;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
  gap: normal;
  width: 100%;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
    width: calc(100% - 62px);
  }
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
    width: calc(100% - 139px);
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three {
  width: 100%;
  gap: normal;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three {
    width: 50%;
    padding: 0 15px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper {
  gap: normal;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: center;
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper {
    padding: 0;
    margin-bottom: 18px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-actions .merchrd-button {
  margin-right: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom {
  gap: normal;
  align-items: center;
  padding: 10px 0;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom {
    width: auto;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper {
  background: #FFFFFF;
  border: 1px solid #CACFDC;
  box-shadow: 4px 4px 30px rgba(20, 56, 66, 0.05);
  border-radius: 14px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button {
  margin: 0;
  box-shadow: none;
  padding: 10px !important;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button .merchrd-icon {
  display: none;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button:hover {
  background: transparent;
  border-color: transparent;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button.merchrd-button-highlighted {
  border: 1px solid #29B8E2;
  background: #29B8E2;
  color: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom label {
  margin: 0 5px 0 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-four {
  gap: normal;
  width: 100%;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-four {
    width: 50%;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper {
  width: 100%;
  padding: 20px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper ul.merchrd-flyout-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-text-editor-flyout-wrapper .merchrd-button {
  margin-bottom: 5px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-layers li {
  flex-wrap: wrap;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-layers .canvas-container {
  margin: 15px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  color: #29B8E2;
  cursor: pointer;
  background-color: rgba(37, 174, 215, 0.05);
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button:hover,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button:hover {
  border-color: #29B8E2;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button svg,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button svg {
  fill: #29B8E2;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-button > span {
  display: none;
}

@media (min-width: 1200px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-button > span {
    display: block;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-flyout-tab-selected .merchrd-button {
  border: 1px solid #29B8E2;
  box-shadow: inset 0 0 1px 1px #29b8e2;
  background: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons {
  justify-content: center;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-search-wrapper input {
  padding: 5px 18px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #DFE9FF;
  border-radius: 10px;
  background: none;
  outline: none !important;
  font-size: 14px;
  color: #000000;
  height: 48px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-context-menu-wrapper,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-selection-menu-wrapper {
  gap: normal;
  margin: 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-menus-wrapper .merchrd-button {
  padding: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions {
  gap: normal;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6F7D81;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button .merchrd-icon {
  font-size: inherit;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button[title=Delete] {
  color: #FF0000;
}

#merchr-designer-here.mr-custom-designer .merchrd-button {
  border: 1px solid transparent;
  box-shadow: 4px 4px 30px rgba(20, 56, 66, 0.05);
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

#merchr-designer-here.mr-custom-designer .merchrd-button:hover {
  border: 1px solid #29B8E2;
}

#merchr-designer-here.mr-custom-designer .merchrd-button.merchrd-button-highlighted {
  border: 1px solid #29B8E2;
  background: #fff;
}

.alert {
  padding: 12px 45px 12px 15px !important;
  display: flex !important;
  min-width: 150px;
  overflow: hidden;
}

.AlertTopComponent > div {
  width: 100% !important;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 15px;
}

.c-wrapper {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-left: 43px;
}

.c-header {
  left: 43px !important;
}

@media (min-width: 1024px) {
  .mr-sidebar.mr-sidebar-active ~ .c-wrapper {
    margin-left: 250px;
  }
}

.mr-vue-core-uploader input {
  cursor: pointer !important;
}

.c-header,
.c-header .c-subheader {
  background-color: var(--header-bg);
  border-color: var(--border-color);
}

.c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
  position: fixed;
}

@media (min-width: 768px) {
  .c-wrapper:not(.c-wrapper-fluid) .c-header-fixed {
    position: -webkit-sticky;
    position: sticky;
  }
}

.c-header {
  display: flex;
}

.c-header #header-togglers {
  display: flex;
  flex-grow: 1;
  order: 0;
  padding-right: 0.5rem;
  --_border-radius: 50px;
  border-top-right-radius: var(--_border-radius);
  -webkit-border-top-right-radius: var(--_border-radius);
  -moz-border-top-right-radius: var(--_border-radius);
  border-bottom-right-radius: var(--_border-radius);
  -webkit-border-bottom-right-radius: var(--_border-radius);
  -moz-border-bottom-right-radius: var(--_border-radius);
  background-color: transparent;
}

.c-header #header-togglers .c-header-toggler {
  color: var(--body-color-muted);
}

.c-header .c-header-brand {
  order: 0;
}

.c-header .c-header-brand img {
  height: 30px;
  width: auto;
  margin-left: 1rem;
}

.c-header .c-header-nav {
  order: 1;
  padding-right: 1rem;
}

.c-header .c-subheader {
  order: 2;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .c-header #header-togglers {
    flex-grow: 0;
    order: 0;
  }

  .c-header .c-header-nav {
    order: 2;
  }

  .c-header .c-subheader {
    order: 1;
    flex-grow: 1;
    width: auto;
    padding-left: 0;
  }

  .c-header .c-subheader .breadcrumb {
    align-content: center;
  }
}

.c-header .c-header-nav .dropdown-menu {
  background-color: var(--card-bg);
}

.c-header .c-header-nav .dropdown-menu .dropdown-header {
  background-color: var(--body-bg-alt);
  color: var(--body-color);
}

.c-header .c-header-nav .dropdown-menu .dropdown-item {
  color: var(--card-color);
}

.c-footer {
  background-color: var(--header-bg);
  border-color: var(--header-border-color);
  color: var(--header-color);
}

.c-sidebar-brand {
  padding: 2em 1em;
}

.c-sidebar-brand img {
  width: 200px;
}

.c-sidebar {
  color: var(--sidebar-color);
  background: var(--sidebar-bg);
}

.c-sidebar .c-sidebar-nav-item {
  background: var(--sidebar-bg);
  width: 100%;
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
  background: var(--sidebar-bg-active);
  font-weight: bold;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-sidebar .c-sidebar-nav-link:hover,
  .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background: var(--sidebar-bg-hover);
    color: var(--sidebar-color);
  }

  .c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
  .c-sidebar .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon {
    color: var(--sidebar-color);
  }
}

ul.editable-list {
  margin: 0;
  padding: 0;
}

ul.editable-list > li {
  list-style: none;
  margin: 0;
}

.nestable-item > .nestable-list {
  display: none;
}

.btn:not(.btn-sm) {
  height: var(--field-height);
  padding: var(--field-padding);
  font-size: var(--field-font-size);
  line-height: var(--field-line-height);
  border-color: var(--field-border-color);
}

.btn:not(.btn-sm):hover {
  opacity: 0.8;
  transition: 0.3s;
}

.btn.disabled {
  cursor: not-allowed;
}

.btn-warning {
  color: black;
}

label.btn {
  margin: 0;
}

html:not([dir=rtl]) .modal-header .close {
  display: none;
}

#preview-canvas {
  position: relative;
}

#preview-canvas div {
  position: absolute !important;
}

.polygon_preview_wrapper {
  position: relative;
}

.polygon_preview_wrapper .svg {
  position: absolute;
  top: 0;
}

.jig_areas {
  position: relative;
  border: 1px solid #ccc;
  background: #e0e0e0;
  overflow: hidden;
}

.jig_areas .jig_area {
  position: absolute;
  background: #aaa;
  background: rgba(0, 0, 0, 0.25);
  border: 1px dashed #333;
  cursor: pointer;
}

.jig_areas .jig_area:hover {
  background: #ff0;
  background: rgba(255, 255, 0, 0.5);
}

.jig_areas i {
  font-size: 2rem;
  color: black;
}

.jig_areas p {
  padding: 0;
  margin: 0;
  padding-top: 4rem;
}

.jig_name {
  position: relative;
  top: -1px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #e0e0e0;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  padding: 5px 0;
  font-family: Courier New, Courier, monospace;
  border-radius: 0 0 10px 10px;
}

.label-product-group {
  width: 20%;
}

.handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.card {
  margin-bottom: 1rem;
  min-width: 100%;
}

.card-title {
  margin-bottom: 0;
}

.card-img-sq {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-img-sq .image-preview-autoheight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}

.card-img,
.card-img-bottom,
.card-img-top {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}

.card-header > .c-icon:first-child {
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .card.card-horizontal {
    flex-direction: row;
  }

  .card.card-horizontal .card-header,
  .card.card-horizontal .card-footer {
    display: flex;
    border-bottom: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-top: 0;
  }

  .card.card-horizontal .card-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }

  .card.card-horizontal .card-footer {
    align-items: center;
  }
}

.card-sm {
  width: 100%;
}

@media (min-width: 768px) {
  .card-sm {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .card-sm {
    width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .card-sm {
    width: 25%;
  }
}

.card-md {
  width: 100%;
}

@media (min-width: 768px) {
  .card-md {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .card-md {
    width: 66.6666666667%;
  }
}

@media (min-width: 1400px) {
  .card-md {
    width: 50%;
  }
}

.card-lg {
  width: 100%;
}

@media (min-width: 768px) {
  .card-lg {
    width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .card-lg {
    width: 83.3333333333%;
  }
}

@media (min-width: 1400px) {
  .card-lg {
    width: 66.6666666667%;
  }
}

.card {
  background-color: var(--card-bg);
  color: var(--card-color);
}

.card .card-header,
.card .card-body,
.card .card-footer {
  background-color: transparent;
  border-color: var(--card-border-color);
}

input[type=text],
input[type=number],
input[type=password],
select,
.form-control {
  height: var(--field-height);
  padding: var(--field-padding);
  font-size: var(--field-font-size);
  line-height: var(--field-line-height);
  border-color: var(--field-border-color);
  background: var(--field-bg);
  color: var(--field-color);
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
.form-control:focus {
  border-color: var(--field-border-color-focus);
}

.mx-input-wrapper .mx-input {
  border: 1px solid #DFE9FF !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 14px;
  box-shadow: none;
  color: #000000;
  height: 48px;
}

.mx-input-wrapper .mx-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.mx-input-wrapper .mx-input::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.mx-input-wrapper .mx-icon-clear {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #29B8E2 !important;
}

.mx-input-wrapper .mx-icon-clear:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.6 !important;
}

.mx-datepicker-popup {
  border: 1px solid #DFE9FF !important;
  border-radius: 10px !important;
  margin-top: 5px !important;
  font-weight: 600 !important;
  font-size: 14px;
  color: #8F989B !important;
  outline: none !important;
}

.mx-datepicker-header button {
  outline: none !important;
}

.mx-datepicker-header .mx-btn:hover {
  transition: ease-in-out 0.3s;
  border-color: #29B8E2 !important;
  color: #29B8E2 !important;
}

.mx-calendar-header button {
  outline: none !important;
}

.mx-calendar-header .mx-btn:hover {
  transition: ease-in-out 0.3s;
  border-color: #29B8E2 !important;
  color: #29B8E2 !important;
}

.mx-calendar-header .cell:hover {
  transition: ease-in-out 0.3s;
  color: #29B8E2 !important;
}

.mx-btn .mx-btn-text {
  outline: none !important;
}

.mx-table-date .today {
  color: #29B8E2 !important;
  font-size: 16px !important;
}

.mx-calendar-content .cell.active {
  border-radius: 7px !important;
  background: transparent !important;
  color: #29B8E2 !important;
  border: 1px solid #29B8E2 !important;
  font-size: 16px !important;
}

.mx-calendar-content .cell:hover {
  color: #29B8E2 !important;
  font-size: 14px;
  border-radius: 7px;
}

select option {
  background: var(--field-bg);
  color: var(--field-color);
}

select option:hover {
  background: var(--field-bg-darker);
}

.vue-treeselect__control {
  font-size: var(--field-font-size);
  line-height: var(--field-line-height);
  border: 1px solid #DFE9FF !important;
  border-radius: 10px !important;
  height: 48px !important;
  background-color: var(--field-bg);
}

.vue-treeselect--single .vue-treeselect__input {
  padding-top: 12px !important;
  padding-left: 7px !important;
}

.vue-treeselect__placeholder {
  color: #bdbdbd;
  top: 7px !important;
  left: 7px !important;
}

.vue-treeselect__single-value {
  top: 7px !important;
  left: 7px !important;
}

.vue-treeselect__option {
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
}

.vue-treeselect--single .vue-treeselect__option--selected {
  background: #29B8E2 !important;
  color: #ffffff;
}

.vue-treeselect__option--highlight {
  background: #29B8E2 !important;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.vue-treeselect__menu {
  border: 1px solid #DFE9FF;
  border-radius: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 1px solid #DFE9FF !important;
  top: 5px !important;
}

.vue-treeselect--multi input.vue-treeselect__input {
  padding: 0;
  height: auto;
}

.vue-treeselect--single input.vue-treeselect__input {
  height: auto;
}

.vue-treeselect__multi-value-item {
  background: var(--field-bg-darker);
  color: var(--field-color);
}

.vue-treeselect__value-remove {
  color: var(--field-color);
}

.vue-treeselect__value-container {
  margin: 0;
  padding: 0;
  min-height: var(--field-height);
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
.vue-treeselect__placeholder {
  color: var(--placeholder-color);
}

.quill-editor {
  background: white;
}

.form-group label + input::-moz-placeholder {
  color: transparent;
}

.form-group label + input::placeholder {
  color: transparent;
}

.form-group-inline {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.form-group-inline label {
  width: 20%;
}

.through-textarea-h-100 textarea {
  height: 100%;
}

.icp__input {
  height: var(--field-height);
  width: var(--field-height);
  border-radius: 100%;
  margin-right: 1em;
}

.quill-editor.quill-h-md .ql-editor {
  min-height: 200px;
}

.quill-editor.quill-h-lg .ql-editor {
  min-height: 300px;
}

.radio-swatches {
  display: flex;
}

.radio-swatches input {
  position: absolute;
  left: -999px;
}

.radio-swatches label {
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 3px;
  border: 4px solid #ccc;
  border-radius: 100%;
}

.radio-swatches label:after {
  content: "";
  display: block;
  padding-top: 100%;
  /* the percentage of y over x  */
}

.radio-swatches label.swatch-selected {
  border-color: #000;
}

.image-input {
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

.image-input.image-input-2x1 {
  width: 200px;
}

.placeholder {
  background-color: #F0F0F0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 10px;
}

.placeholder:hover {
  background: #E0E0E0;
}

.file-input {
  display: none;
}

.mr-show-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #29B8E2;
  right: 10px;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 4;
}

.mr-show-password:hover {
  opacity: 0.6;
}

.mr-show-password svg {
  display: block;
  width: 100%;
  height: 100%;
}

input {
  box-sizing: border-box;
}

.input-password-wrapper {
  position: relative;
}

.input-password-wrapper input {
  padding-right: 35px !important;
}

.design-media .image-preview-autoheight {
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  display: block;
}

.design-artboard-textareas {
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}

.design-artboard-textareas .dmtextarea {
  position: absolute;
  background: #aaa;
  background: rgba(0, 0, 0, 0.25);
  border: 1px dashed #0f0;
  cursor: pointer;
}

.design-artboard-textareas .dmtextarea > div {
  border: 1px dashed #f00;
  width: 100%;
  height: 100%;
}

.design-artboard-textareas .dmtextarea:hover {
  background: #ff0;
  background: rgba(255, 255, 0, 0.5);
}

.design-artboard-textareas i {
  font-size: 1rem;
  color: black;
}

.design-artboard-textareas i::before {
  padding: 2px;
  background: #aaa;
}

.design-artboard-textareas p {
  padding: 0;
  margin: 0;
  padding-top: 2rem;
}

.design-media-image {
  position: relative;
  padding-top: 100%;
}

.design-media-image img {
  position: absolute;
  top: 0;
}

.design-media-image-ratio-1x1 img {
  width: 100%;
  height: 100%;
}

.design-media-image-ratio-5x8 img {
  width: 62.5%;
  height: 100%;
  margin-left: 18.75%;
}

.design-media-image-ratio-8x5 img {
  width: 100%;
  height: 62.5%;
  margin-top: 18.75%;
}

.design-media-image-ratio-5x2 img {
  width: 100%;
  height: 40%;
  margin-top: 30%;
}

.design-media-image-ratio-2x5 img {
  width: 40%;
  height: 100%;
  margin-left: 30%;
}

.design-media-image-ratio-10x1 img {
  width: 100%;
  height: 10%;
  margin-top: 45%;
}

.artboard-preview-wrapper div {
  border: 1px solid black;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.fit-image-inside {
  text-align: center;
}

.order-status__new {
  background: #FFFFBA;
  color: #333;
}

.order-status__ackn {
  background: #FFFFBA;
  color: #333;
}

.order-status__artw {
  background: #FFFFBA;
  color: #333;
}

.order-status__wait {
  background: #FFFFBA;
  color: #333;
}

.order-status__asnd {
  background: #FFFFBA;
  color: #333;
}

.order-status__bful {
  background: #DBE3A2;
  color: #333;
}

.order-status__made {
  background: #DBE3A2;
  color: #333;
}

.order-status__boxd {
  background: #DBE3A2;
  color: #333;
}

.order-status__clct {
  background: #e0e0e0;
  color: #333;
}

.order-status__sent {
  background: #e0e0e0;
  color: #333;
}

.order-status__recd {
  background: #e0e0e0;
  color: #333;
}

.order-status__canc {
  background: #e0e0e0;
  color: #333;
}

.order-status__hold {
  background: #DC3545;
  color: #fff;
}

.order-status__rtnd {
  background: #DC3545;
  color: #fff;
}

.order-status__unkn {
  background: #DC3545;
  color: #fff;
}

.order-status__part {
  background: #DBE3A2;
  color: #333;
}

.order-status__full {
  background: #e0e0e0;
  color: #333;
}

.order-status {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.order-status-size__h2withsub {
  padding: 1em;
  font-size: 1.75rem;
  padding: 0.6rem;
}

.order-status-size__icon {
  display: inline;
}

.order-status-size__icon span {
  display: none;
}

.order-status-size__btn {
  padding: 0.21875rem;
}

td.cost,
th.cost {
  text-align: right;
}

.order-totals {
  font-size: 1rem;
}

.list-group-as-card-body li {
  border-left: 0;
  border-right: 0;
}

.order-history li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.order-history li .order-status-wrapper {
  width: 34em;
  margin-right: 1em;
  display: flex;
}

@media (max-width: 767px) {
  .order-history li .order-status-wrapper {
    max-width: 165px;
  }
}

.order-history li .order-status-wrapper .order-status {
  width: 17em;
  margin-right: 1em;
}

@media (max-width: 767px) {
  .order-history li .order-status-wrapper .order-status {
    max-width: 9em;
  }
}

.order-history li .datetime {
  width: 16em;
  margin-right: 1em;
}

.list-group-minimal .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
}

.list-group-minimal .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-minimal .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-minimal .list-group-item a {
  display: block;
}

.list-group-minimal .list-group-item a:before,
.list-group-minimal .list-group-item a:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(135deg);
  right: 1em;
  top: 50%;
  width: 0;
}

.list-group-minimal .list-group-item a:after {
  margin-top: -1px;
  transform: rotate(45deg);
}

tr.table-br th,
tr.table-br td {
  border-top-width: 2px;
}

.card .table {
  color: inherit;
}

table.table {
  background-color: var(--body-bg);
  color: var(--body-color);
}

.img img {
  max-width: 100%;
  max-height: 100%;
}

.img-sm {
  width: 80px;
  height: 80px;
}

.img-xs {
  width: 30px;
  height: 30px;
}

.img-y-xs {
  max-height: 30px;
  height: auto;
  width: auto;
}

.image-responsive {
  width: 100%;
  height: auto;
  cursor: pointer;
}

@media (min-width: 768px) {
  .image-responsive {
    max-width: 250px;
  }
}

.image-box-sm {
  --_size: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--_size);
  height: var(--_size);
}

.image-box-sm img {
  flex-basis: fit-content;
  max-height: var(--_size);
  max-width: var(--_size);
}

.img-checkerboard {
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none"  viewBox="0 0 5 5" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="2.5" height="2.5" fill="grey" /><rect x="2.5" y="2.5" width="2.5" height="2.5" fill="grey" /><rect x="2.5" y="0" width="2.5" height="2.5" fill="lightgrey" /><rect x="0" y="2.5" width="2.5" height="2.5" fill="lightgrey" /></svg>') 0 0/20px 20px;
}

body {
  font-family: "Manrope", sans-serif;
}

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

.selected {
  border: 1px solid blue !important;
}

.highlight {
  -webkit-animation: bgfadeout 4s ease;
          animation: bgfadeout 4s ease;
}

@keyframes bgfadeout {
  0% {
    background-color: white;
  }

  20% {
    background-color: yellow;
  }

  100% {
    background-color: white;
  }
}

.fade-out {
  -webkit-animation: fadeout 2s ease;
          animation: fadeout 2s ease;
}

@keyframes fadeout {
  0% {
    opacity: 99%;
  }

  100% {
    opacity: 0;
  }
}

.click-file,
.has-click {
  cursor: pointer;
}

.click-filea,
.has-clicka {
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

#merchr-designer-here.mr-custom-designer .resizeCanvasWithPreview #merchrd-canvas {
  background: transparent;
  border: 1px dashed #F22018;
}

#merchr-designer-here.mr-custom-designer #merchrd-loading {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#merchr-designer-here.mr-custom-designer #merchrd-design-wrapper {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 20px;
  border: none;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-section-four {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 20px;
  background: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer {
  gap: normal;
  flex-wrap: wrap;
  display: flex;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-design-wrapper {
  margin: 0 auto;
}

@media (max-width: 768px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) {
    width: auto;
    margin-right: 10px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-button.has-text:not(.merchrd-like-image-button) .merchrd-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  color: #29B8E2;
  background: rgba(37, 174, 215, 0.1) !important;
  border-radius: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
  width: 100%;
  gap: normal;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
    width: 62px;
  }
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one {
    width: 139px;
  }
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one .merchrd-button {
    margin-bottom: 15px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-menus-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-menus-wrapper {
    padding: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    overflow: visible;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper,
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-selection-menu-wrapper {
    flex-direction: column;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-context-menu-wrapper {
  flex-direction: row;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-one #merchrd-context-menu-wrapper {
    flex-direction: column;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
  gap: normal;
  width: 100%;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
    width: calc(100% - 62px);
  }
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-two {
    width: calc(100% - 139px);
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three {
  width: 100%;
  gap: normal;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three {
    width: 50%;
    padding: 0 15px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper {
  gap: normal;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: center;
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper {
    padding: 0;
    margin-bottom: 18px;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-actions .merchrd-button {
  margin-right: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom {
  gap: normal;
  align-items: center;
  padding: 10px 0;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1400px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom {
    width: auto;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper {
  background: #FFFFFF;
  border: 1px solid #CACFDC;
  box-shadow: 4px 4px 30px rgba(20, 56, 66, 0.05);
  border-radius: 14px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button {
  margin: 0;
  box-shadow: none;
  padding: 10px !important;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button .merchrd-icon {
  display: none;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button:hover {
  background: transparent;
  border-color: transparent;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom .mr-btn-wrapper .merchrd-button.merchrd-button-highlighted {
  border: 1px solid #29B8E2;
  background: #29B8E2;
  color: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-three #merchrd-actions-menu-wrapper .merchrd-buttons-zoom label {
  margin: 0 5px 0 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-four {
  gap: normal;
  width: 100%;
}

@media (min-width: 1024px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-main-section-four {
    width: 50%;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper {
  width: 100%;
  padding: 20px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper ul.merchrd-flyout-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-text-editor-flyout-wrapper .merchrd-button {
  margin-bottom: 5px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-layers li {
  flex-wrap: wrap;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper #merchrd-layers .canvas-container {
  margin: 15px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button {
  box-shadow: 4px 24px 30px rgba(12, 161, 204, 0.06);
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  color: #29B8E2;
  cursor: pointer;
  background-color: rgba(37, 174, 215, 0.05);
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button:hover,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button:hover {
  border-color: #29B8E2;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-image-button svg,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons .merchrd-like-image-button svg {
  fill: #29B8E2;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-button > span {
  display: none;
}

@media (min-width: 1200px) {
  #merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-button > span {
    display: block;
  }
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-flyout-tab-selected .merchrd-button {
  border: 1px solid #29B8E2;
  box-shadow: inset 0 0 1px 1px #29b8e2;
  background: #fff;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-image-buttons {
  justify-content: center;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-flyouts-wrapper .merchrd-search-wrapper input {
  padding: 5px 18px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #DFE9FF;
  border-radius: 10px;
  background: none;
  outline: none !important;
  font-size: 14px;
  color: #000000;
  height: 48px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-context-menu-wrapper,
#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-selection-menu-wrapper {
  gap: normal;
  margin: 0;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer #merchrd-menus-wrapper .merchrd-button {
  padding: 10px;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions {
  gap: normal;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6F7D81;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button .merchrd-icon {
  font-size: inherit;
}

#merchr-designer-here.mr-custom-designer #merchrd-main-wrapper #merchr-designer .merchrd-buttons-actions .merchrd-button[title=Delete] {
  color: #FF0000;
}

#merchr-designer-here.mr-custom-designer .merchrd-button {
  border: 1px solid transparent;
  box-shadow: 4px 4px 30px rgba(20, 56, 66, 0.05);
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

#merchr-designer-here.mr-custom-designer .merchrd-button:hover {
  border: 1px solid #29B8E2;
}

#merchr-designer-here.mr-custom-designer .merchrd-button.merchrd-button-highlighted {
  border: 1px solid #29B8E2;
  background: #fff;
}

.alert {
  padding: 12px 45px 12px 15px !important;
  display: flex !important;
  min-width: 150px;
  overflow: hidden;
}

.AlertTopComponent > div {
  width: 100% !important;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 15px;
}

.c-wrapper {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-left: 43px;
}

.c-header {
  left: 43px !important;
}

@media (min-width: 1024px) {
  .mr-sidebar.mr-sidebar-active ~ .c-wrapper {
    margin-left: 250px;
  }
}

.mr-vue-core-uploader input {
  cursor: pointer !important;
}

.modal-header,
.modal-body,
.modal-footer {
  background: var(--body-bg);
  color: var(--body-color);
  border-color: var(--header-border-color);
}

.modal-body-lg {
  overflow-y: scroll;
  height: 500px;
}

.modal-dialog {
  margin-top: 5em;
}

.modal-content {
  border-radius: 20px;
  border: 1px solid #7ACBE2;
}

.modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
  background-color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #000;
  padding: 25px 30px;
}

.modal-header h5 {
  font-size: 22px;
}

.modal-danger .modal-header {
  background-color: white;
  color: #000;
}

.modal-body {
  background-color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #585B5E;
  padding: 0 30px 20px;
}

.modal-body .lead {
  font-size: 16px;
}

.modal-footer {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-top: 0;
  background-color: white;
  padding: 0 50px 25px;
}

.modal-footer.btn-primary,
.modal-footer .btn-danger,
.modal-footer .btn-secondary,
.modal-footer .btn {
  border: 1px solid #29B8E2;
  text-align: center;
  width: auto;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  outline: none !important;
  color: #29B8E2;
  transition: all 0.3s ease-in-out;
  border-radius: 60px;
  background: transparent;
}

@media (min-width: 1200px) {
  .modal-footer.btn-primary,
  .modal-footer .btn-danger,
  .modal-footer .btn-secondary,
  .modal-footer .btn {
    font-size: 14px;
  }
}

.modal-footer.btn-primary,
.modal-footer .btn-danger,
.modal-footer .btn {
  background: #29B8E2;
  color: #fff;
  border: 1px solid transparent;
}

.modal-footer.btn-primary:hover,
.modal-footer .btn-danger:hover,
.modal-footer .btn:hover {
  background: transparent;
  color: #29B8E2;
  border-color: #29B8E2;
}

.modal-footer.btn-secondary:hover {
  background: #29B8E2;
  color: #fff;
}

#dashboard h3 {
  font-size: 1.8rem;
  font-weight: 100;
}

#dashboard .dashboard-card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
}

#dashboard .dashboard-card-wrapper .dashboard-card {
  height: 100%;
}

#dashboard .dashboard-card {
  border-radius: 10px;
}

#dashboard .dashboard-card .card-header {
  order: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 1rem;
}

#dashboard .dashboard-card .card-header h3,
#dashboard .dashboard-card .card-header h4,
#dashboard .dashboard-card .card-header .card-options {
  font-size: 1.2rem;
}

#dashboard .dashboard-card .card-header p {
  margin: 0;
  padding: 0;
}

#dashboard .dashboard-card .card-header .card-options {
  margin-left: auto;
}

#dashboard .dashboard-card .card-header .card-options .form-group {
  margin-bottom: 0;
}

#dashboard .dashboard-card > .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

#dashboard .btn {
  border-radius: 100px;
}

.dashboard-card-banner .card-body {
  padding: 0;
}

.dashboard-card-banner .card-body img {
  border-radius: 10px;
}

.dashboard-card-blog-cards {
  display: flex;
  align-items: stretch;
}

.dashboard-card-blog-cards .post {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.dashboard-card-blog-cards .post .post-img-side {
  border-radius: 10px;
  width: 30%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid var(--primary);
}

.dashboard-card-blog-cards .post .card-title {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#dashboard-header .btn-primary {
  border-radius: 100px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#dashboard-header .btn-outline-primary {
  border: 0;
}

.dashboard-card-help-area {
  height: 100%;
}

.dashboard-card-help-area .list-group {
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
}

.dashboard-card-help-area .list-group .list-group-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 6em;
}

.dashboard-card-help-area .IconComponent {
  color: black;
  font-size: 1.5em;
  margin-right: 1em;
}

.dashboard-card-ordered-recently,
.dashboard-card-sent-recently,
.dashboard-card-profit-recently {
  text-align: center;
  height: 100%;
}

.dashboard-card-ordered-recently .card-title,
.dashboard-card-sent-recently .card-title,
.dashboard-card-profit-recently .card-title {
  width: 100%;
}

.dashboard-card-ordered-recently .card-body,
.dashboard-card-sent-recently .card-body,
.dashboard-card-profit-recently .card-body {
  padding-top: 0;
  font-size: 1.2rem;
}

.dashboard-card-ordered-recently .card-footer,
.dashboard-card-sent-recently .card-footer,
.dashboard-card-profit-recently .card-footer {
  border-top: 0;
}

.dashboard-card-ordered-recently .card-text {
  color: var(--danger);
}

.dashboard-card-sent-recently .card-text {
  color: var(--success);
}

.dashboard-card-profit-recently .card-text {
  color: var(--primary);
}

#dashboard-stores .card {
  box-shadow: none !important;
  background: transparent;
  border: 0;
  text-align: center;
  width: 12em;
}

#dashboard-stores .card .card-body img {
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), 0.14), 0 2px 1px -1px rgba(var(--elevation-base-color), 0.12), 0 1px 3px 0 rgba(var(--elevation-base-color), 0.2);
}

#dashboard-stores .card .card-body .card-text.store-url,
#dashboard-stores .card .card-body .card-text.store-type {
  display: none;
}

#dashboard-stores .card .card-body .card-text .IconComponent {
  display: none;
}

.dashboard-card-order-overview {
  height: 100%;
}

.dashboard-card-top-selling-products .top-selling-products > [class*=col-] ~ [class*=col-] ~ [class*=col-] ~ [class*=col-] {
  display: none;
}

.dashboard-card-top-selling-products .card {
  border-radius: 15px;
  background: var(--body-color);
  color: var(--body-bg);
  text-align: center;
  height: 100%;
}

.dashboard-card-top-selling-products .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dashboard-card-top-selling-products .card .card-img {
  width: 50%;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.dashboard-overview-net-profit,
.dashboard-overview-net-revenue {
  display: flex;
}

.dashboard-overview-net-profit .bull,
.dashboard-overview-net-revenue .bull {
  margin-right: 0.5em;
  color: var(--success);
}

.dashboard-overview-net-profit.dashboard-overview-net-revenue .bull,
.dashboard-overview-net-revenue.dashboard-overview-net-revenue .bull {
  color: var(--primary);
}

.alert-sm {
  padding: 0.1rem 0.5rem;
}

.input-group-danger input,
.form-group-danger input {
  border: 1px solid #e55353 !important;
}

.input-group-danger .input-group-text,
.form-group-danger .input-group-text {
  background: #e55353;
  color: white;
  border: 1px solid #e55353;
}

.input-group-warning input,
.form-group-warning input {
  border: 1px solid #f9b115 !important;
}

.input-group-warning .input-group-text,
.form-group-warning .input-group-text {
  background: #f9b115;
  color: white;
  border: 1px solid #f9b115;
}

.alert {
  position: relative;
  padding: 12px 30px;
  margin: 10px 0;
  border: none;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}

.alert-danger {
  background: #f9d4d4;
  color: #e55353;
}

.alert-success {
  background: #cbedd6;
  color: #2eb85c;
}

.alert-warning {
  background: #feecc5;
  color: #f9b115;
}

.alert-primary {
  background: #ccc7f6;
  color: #088eb5;
}

.alert-secondary {
  background: #ced2d8;
  color: #3c4b64;
}

.alert .close {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4px;
  padding: 0.75rem 1.25rem;
}

.lead {
  font-weight: normal;
}

.store-header {
  --_logo-size: 60px;
  background: #eaeaea;
  padding: 1em;
  display: flex;
  margin: 1em 0;
}

.store-header .store-header-menu {
  background: #ccc;
  padding: 1em;
  width: 100%;
}

.store-header .store-header-menu span {
  margin: 0.5em;
}

.store-header .store-header-logo img {
  max-width: var(--_logo-size);
  max-height: var(--_logo-size);
}

.store-header.store-header-inline {
  flex-direction: row;
  align-items: stretch;
}

.store-header.store-header-inline .store-header-logo {
  margin-right: 1em;
}

.store-header.store-header-inline .store-header-menu {
  display: flex;
  align-items: center;
}

.store-header.store-header-stacked {
  flex-direction: column;
  text-align: center;
}

.store-header.store-header-stacked .store-header-logo,
.store-header.store-header-stacked .store-header-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.store-header.store-header-stacked .store-header-logo {
  margin-bottom: 1em;
}

.store-header.store-header-logo-0-menu-1 .store-header-logo {
  order: 0;
}

.store-header.store-header-logo-0-menu-1 .store-header-menu {
  order: 1;
}

.store-header.store-header-menu-pull-right .store-header-menu {
  display: flex;
  justify-content: flex-end;
}

.highchart-h-sm {
  height: 150px;
}

.AlertTopComponent {
  position: fixed;
  top: 1%;
  left: 0;
  right: 0;
  display: block;
  z-index: 99999;
  margin: 0 auto;
  max-width: var(--breakpoint-lg);
}

.AlertTopComponent > div {
  width: 50%;
  margin: 0 auto;
}

.AlertTopComponent .close {
  outline: none;
}

.AlertTopComponent .progress {
  margin-top: 0.5em;
  height: 2px;
}

.AlertTopComponent-highlight {
  border: 1px solid #e55353 !important;
}

.ConfirmComponent {
  z-index: 2050;
}

.ConfirmComponent .modal-footer {
  display: flex;
  justify-content: space-between;
}

.CurrencyValueComponent {
  font-family: monospace;
}

.CurrencyValueComponent.currency-negative {
  color: #c00;
}

.IconComponent span {
  vertical-align: text-bottom;
  display: inline-block;
}

.IconComponent span,
.IconComponent i {
  font-size: 1.3em;
  width: 1em;
}

.IconComponent.IconComponent-x2 span {
  font-size: 2.6em;
}

.IconComponent.IconComponent-circle {
  border-radius: 100%;
  background: var(--body-bg-alt);
  padding: 1em;
}

.OrderByComponent .form-group {
  margin: 0;
}

.OrderByComponent label {
  margin-right: 0.5rem;
}

.PaginationComponent .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.PaginationComponent .wrapper .form-group {
  margin: 0;
}

.PaginationComponent .wrapper .how-many,
.PaginationComponent .wrapper .pages {
  display: flex;
  align-items: center;
}

.PaginationComponent .wrapper .how-many,
.PaginationComponent .wrapper .btn {
  white-space: nowrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ProductInListComponent {
  display: flex;
  height: 100%;
}

.ProductInListComponent .ProductInListComponent-content {
  flex-grow: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.SearchComponent button.search-button {
  white-space: nowrap;
}

.SearchComponent button.search-button span {
  margin-left: 1em;
}

.SearchComponent-input {
  margin-bottom: 0;
}

.SearchComponent-conjoined {
  display: flex;
  flex-direction: row;
}

.SearchComponent-conjoined input {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

.SearchComponent-conjoined button.search-button {
  border-left: none;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}

.SearchComponent-conjoined button.search-button span {
  display: none;
}

.SearchComponent-conjoined .SearchComponent-results {
  margin-right: 1em;
}

.SearchPanelComponent.no-filters-selected .filter-label {
  display: none;
}

.SearchPanelComponent-panel .SearchComponent-results {
  text-align: right;
}

.SearchPanelComponent-panel .SearchComponent-results label {
  padding: 2px 0.5em;
  border: 1px solid var(--field-border-color);
  margin-right: 0.5em;
}

.SearchPanelComponent-panel-5col .row {
  display: block;
}

@media (min-width: 768px) {
  .SearchPanelComponent-panel-5col .row {
    display: flex;
    align-items: center;
  }

  .SearchPanelComponent-panel-5col .row .col.col-search-button {
    flex-grow: 0.8;
  }
}

@media (min-width: 1400px) {
  .SearchPanelComponent-panel-5col .row .col.col-search-button {
    flex-grow: 0.5;
  }
}

.SearchPanelComponent-panel-5col button.search-button {
  width: 100%;
}

.SearchPanelComponent-panel > .row > .col {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .SearchPanelComponent-panel > .row > .col {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .SearchPanelComponent-panel > .row > .col {
    margin-bottom: 0;
  }
}

.col-design-owner-checkboxes {
  height: var(--field-height);
}

.StoreCardComponent-2col .card-body {
  display: flex;
}

.StoreCardComponent-2col .card-body img,
.StoreCardComponent-2col .card-body div {
  flex: 1;
}

.StoreCardComponent-2col .card-body div {
  padding-left: 1em;
}

.StoreCardComponent-2col .card-body div .card-text:first-child {
  margin-top: 0 !important;
}

.StoreCardComponent-minimal .thumbnail {
  display: inline-block;
  height: var(--field-height);
}

.external-modal header {
  background: #333;
  padding: 0.5em;
  margin-bottom: 1em;
}

.external-modal header button {
  font-weight: bold;
}

/*
* Style for nestable
*/

.nestable {
  position: relative;
}

.nestable-rtl {
  direction: rtl;
}

.nestable .nestable-list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}

.nestable .nestable-list :last-child > div {
  border-bottom: none !important;
}

.nestable-rtl .nestable-list {
  padding: 0 40px 0 0;
}

.nestable > .nestable-list {
  padding: 0;
}

.nestable-item:first-child,
.nestable-item-copy:first-child {
  margin-top: 0;
}

.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
  margin-top: 10px;
}

.nestable-item {
  position: relative;
}

.nestable-item.is-dragging .nestable-list {
  pointer-events: none;
}

.nestable-item.is-dragging * {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nestable-item.is-dragging:before {
  content: "Draggable item";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0 0 20px;
  color: #29B8E2;
  background-color: transparent;
  border: 1px dashed #29B8E2;
  border-radius: 0;
}

.nestable-drag-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.nestable-rtl .nestable-drag-layer {
  left: auto;
  right: 0;
}

.nestable-drag-layer > .nestable-list {
  display: none;
}

.nestable-rtl .nestable-drag-layer > .nestable-list {
  padding: 0;
}

.nestable [draggable=true] {
  cursor: -webkit-grab;
  cursor: grab;
}

.nestable-handle {
  display: inline;
  cursor: pointer;
}

.nestable .nestable-list {
  margin-top: 0;
}

.nestable .nestable-list .nestable-item:hover {
  box-shadow: 0 0 18px -4px rgba(12, 161, 204, 0.35);
  background: rgba(41, 184, 226, 0.05);
  border-radius: 0;
}

.nestable .nestable-list .nestable-item .nestable-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: default;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 10px;
  border-radius: 0;
  position: relative;
  margin: 0;
  min-height: 80px;
  border-bottom: 1px solid #DFE9FF;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .nestable .nestable-list .nestable-item .nestable-item-content:hover {
    border-radius: 0;
  }
}

.nestable .nestable-list .nestable-item .nestable-item-content .nestable-handle {
  padding-right: 1em;
}

.nestable .nestable-list .nestable-item .nestable-item-content .button-group {
  margin-left: auto;
  display: flex;
  padding: 10px 0 10px 0;
}

.first-load-incomplete {
  -webkit-animation: fadeindelayed 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadeindelayed 1.5s;
}

@-webkit-keyframes fadeindelayed {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeindelayed {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Internet Explorer */

#auth-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 100vh;
  background-color: #379f96;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 992px) {
  #auth-container {
    background-image: url("/images/auth-pages-background.jpg");
    justify-content: left;
  }
}

#auth-contents {
  text-align: center;
  width: auto;
}

@media (min-width: 992px) {
  #auth-contents {
    margin-left: 3rem;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  #auth-contents {
    margin-left: 10em;
  }
}

#auth-contents .card {
  border-radius: 1rem;
}

@media (min-width: 992px) {
  #auth-contents .card {
    width: 25rem;
  }
}

#auth-contents .card .card-body {
  padding: 3rem 2rem;
  background: transparent;
}

#auth-contents .card .card-body img {
  width: 250px;
  max-width: 80%;
  margin-bottom: 2rem;
}

#auth-contents .card .card-body h1 {
  font-size: 1.53125rem;
}

#auth-contents .card .card-body .row {
  margin-top: 2rem;
}

#auth-contents .alert {
  text-align: left;
}

/*
	Form with label + field pair per line
*/

@media (min-width: 992px) {
  .form-container {
    max-width: 83.333%;
  }
}

@media (min-width: 1200px) {
  .form-container {
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .form-container .col-label {
    max-width: 33.333%;
  }
}

@media (min-width: 768px) {
  .form-container .col-label {
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .form-container .col-field {
    max-width: 66.666%;
  }
}

@media (min-width: 768px) {
  .form-container .col-field {
    max-width: 75%;
  }
}

.row.card-list > .col {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.card-list > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .row.card-list > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .row.card-list > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.row.card-list-lg > .col {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.card-list-lg > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .row.card-list-lg > .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .row.card-list-lg > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

#tempdashboard {
  /* Bootstrap  */
  /* FontAwesome icons */
  /* OWL Slider default */
  /* Select2 */
  /* @import "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/css/select2.min"; */
  /* Default styling */
  /* ================================= */
  /* ----------- FONTS CSS ----------- */
  /* ================================= */
  /*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');*/
  /* ================================= */
  /* ----------- General CSS --------- */
  /* ================================= */
  /* Circles */
  /* Circles */
  /* Badge */
  /* Badge Ends */
  /* spaces */
  /* Text Color */
  /* Forms */
  /* Forms Ends */
  /* Buttons */
  /* Buttons Ends */
  /* Pagination */
  /* Pagination Ends */
  /* DropDown Menu */
  /* DropDown Menu Ends */
  /* Cards */
  /* Flex Heading Style */
  /* Flex Heading Ends */
  /* BreadCrumbs */
  /* BreadCrumbs Ends */
  /* TITLE BAR Apears behind the header */
  /* Stores with logo */
  /* TITLE BAR Apears behind the header */
  /* CTA Banner */
  /* CTA Banner */
  /* Sidebar Menu on left */
  /* @media (min-width: 992px) {
  	.left-menu-wrapp:hover {
  		width: 170px;
  	}
  } */
  /** Logo **/
  /** Menu **/
  /* .left-menu li .dropdown-menu {
  	position: relative !important;
  	margin-top: -52px !important;
  	font-size: 14px;
  	padding: 15px 0 40px 20px;
  } */
  /** Log Out **/
  /* Menu Toggle */
  /* .body-overlay {
  	background: rgba(29,38,47,0.9);
  	width: 0;
  	z-index: 8;
  	right: 0;
  	position: fixed;
  	height: 100%;
  	top: 0;
  	bottom: 0;
  } */
  /* @media (max-width: 575px) {
  	.left-menu-wrapp.active {
  		width: 170px;
      }
      .leftmenu-toggle.active {
  		margin-left: 170px;
  	}
  } */
  /* Main Header */
  /*** HEADER ***/
  /* Logo for Mobile */
  /* Header Search */
  /* Darkview */
  /* notification dropdown */
  /* User */
  /*** HEADER ENDS ***/
  /* Main Footer */
  /*** FOOTER ***/
  /*** FOOTER ENDS ***/
  /* Latest Articles slider */
  /* ARTICLES */
  /* ARTICLES ENDS */
  /* Top Selling product */
  /* Helping area */
  /* Tables */
  /* .tbl-web .tbl-drop .dropdown-menu {
  	padding: 15px 10px;
      border: none;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
  	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  	   -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  	        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  } */
  /* Charts */
  /* .chart-sm-height .highcharts-exporting-group, */
  /* Dark Layout Mode */
  /* Designs */
  /* same color */
  /* Modals */
  /* Edit design */
  /* new design */
  /* Products */
  /* colors */
  /* all product listing */
  /* Add to store */
  /* input number*/
  /* Products Tabs */
  /* .product-tabs .nav-tabs::before, .product-tabs .nav-tabs::after {
  	content: "";
  	background: #D3DAEA;
  	display: inline-block;
  	width: 100%;
  	height: 1px;
  	position: absolute;
  	bottom: -0.5px;
  } */
  /* .product-tabs .nav-tabs::before {
      left: -100%;
  }
  .product-tabs .nav-tabs::after {
      right: -100%;
  } */
  /* Store */
  /* stores card */
  /* Payment */
  /* Profile */
}

#tempdashboard section {
  margin-bottom: 30px;
}

#tempdashboard .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

#tempdashboard .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#tempdashboard .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tempdashboard .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

#tempdashboard .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

#tempdashboard .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#tempdashboard .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tempdashboard .select2-container .select2-search--inline {
  float: left;
}

#tempdashboard .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

#tempdashboard .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#tempdashboard .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

#tempdashboard .select2-results {
  display: block;
}

#tempdashboard .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tempdashboard .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#tempdashboard .select2-results__option[aria-selected] {
  cursor: pointer;
}

#tempdashboard .select2-container--open .select2-dropdown {
  left: 0;
}

#tempdashboard .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#tempdashboard .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#tempdashboard .select2-search--dropdown {
  display: block;
  padding: 4px;
}

#tempdashboard .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

#tempdashboard .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#tempdashboard .select2-search--dropdown.select2-search--hide {
  display: none;
}

#tempdashboard .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

#tempdashboard .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

#tempdashboard .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

#tempdashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

#tempdashboard .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

#tempdashboard .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

#tempdashboard .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

#tempdashboard .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#tempdashboard .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

#tempdashboard .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

#tempdashboard .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

#tempdashboard .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

#tempdashboard .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

#tempdashboard .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

#tempdashboard .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
#tempdashboard .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
#tempdashboard .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

#tempdashboard .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

#tempdashboard .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

#tempdashboard .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

#tempdashboard .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

#tempdashboard .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

#tempdashboard .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
#tempdashboard .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#tempdashboard .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
#tempdashboard .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#tempdashboard .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

#tempdashboard .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

#tempdashboard .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

#tempdashboard .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

#tempdashboard .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

#tempdashboard .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

#tempdashboard .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

#tempdashboard .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

#tempdashboard .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

#tempdashboard .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

#tempdashboard .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

#tempdashboard .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

#tempdashboard .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

#tempdashboard .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

#tempdashboard .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

#tempdashboard .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#tempdashboard .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

#tempdashboard .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

#tempdashboard .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

#tempdashboard .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

#tempdashboard .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

#tempdashboard .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

#tempdashboard .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

#tempdashboard .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

#tempdashboard .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

#tempdashboard .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

#tempdashboard .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

#tempdashboard .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

#tempdashboard .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

#tempdashboard .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

#tempdashboard .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

#tempdashboard .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

#tempdashboard .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

#tempdashboard .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

#tempdashboard .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#tempdashboard .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#tempdashboard .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

#tempdashboard .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

#tempdashboard .select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

#tempdashboard .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

#tempdashboard .select2-container--classic .select2-dropdown--below {
  border-top: none;
}

#tempdashboard .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

#tempdashboard .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

#tempdashboard .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

#tempdashboard .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

#tempdashboard .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

#tempdashboard .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#tempdashboard body,
#tempdashboard html {
  font-weight: 400;
  font-size: 14px;
  color: #2A2A2A;
  font-family: "Roboto", sans-serif;
}

#tempdashboard html {
  height: 100%;
}

#tempdashboard body {
  min-height: 100%;
}

#tempdashboard .web-wrapper {
  position: relative;
  background: #f4f7fe;
  padding-bottom: 110px;
  transition: all 450ms ease;
  min-height: 100vh;
}

@media (min-width: 991px) {
  #tempdashboard .web-wrapper {
    padding-left: 170px;
  }

  #tempdashboard .web-wrapper.active {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  #tempdashboard .web-wrapper,
  #tempdashboard .web-wrapper.active {
    padding-left: 0;
  }

  #tempdashboard .web-wrapper.active::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: #1B252E;
    opacity: 0.9;
    position: fixed;
    right: 0;
    z-index: 5;
  }
}

#tempdashboard h1,
#tempdashboard h2,
#tempdashboard h3,
#tempdashboard h4,
#tempdashboard h5,
#tempdashboard h6 {
  margin: 0;
  font-weight: inherit;
}

#tempdashboard h4 {
  font-size: 18px;
}

#tempdashboard h3 {
  font-size: 24px;
}

#tempdashboard h6 {
  font-size: 16px;
}

#tempdashboard ol,
#tempdashboard ul {
  list-style: none;
  padding: 11px;
  margin: 0;
}

#tempdashboard a,
#tempdashboard a:hover,
#tempdashboard a:focus {
  text-decoration: none;
  color: inherit;
}

#tempdashboard a,
#tempdashboard a:hover,
#tempdashboard a:focus,
#tempdashboard button,
#tempdashboard button:focus,
#tempdashboard button:active {
  outline: none;
}

#tempdashboard button {
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: inherit;
}

#tempdashboard .form-control:focus {
  box-shadow: none;
}

#tempdashboard ol li,
#tempdashboard ul li {
  display: inline-block;
}

#tempdashboard a,
#tempdashboard button,
#tempdashboard span {
  transition: all 0.5s ease;
}

#tempdashboard p {
  margin: 0;
}

#tempdashboard .circle-success,
#tempdashboard .circle-primary {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

#tempdashboard .circle-success {
  background: #60CC0C;
}

#tempdashboard .circle-primary {
  background: #0CA1CC;
}

#tempdashboard .badge-web {
  display: inline-block;
  background: #F4F7FE;
  text-align: center;
  border-radius: 3px;
  padding: 3px 5px;
  color: #1B252E;
}

#tempdashboard .mb-30 {
  margin-bottom: 30px;
}

#tempdashboard .mt-30 {
  margin-top: 30px;
}

#tempdashboard .no-padding {
  padding: 0;
}

#tempdashboard .text--pink {
  color: #EB979C;
}

#tempdashboard .text--green {
  color: #1BCC0C;
}

#tempdashboard .text--blue {
  color: #0CA1CC;
}

#tempdashboard .text--light {
  color: #8B8F94;
}

#tempdashboard .text--dark {
  color: #1B252E;
}

#tempdashboard .form-control {
  font-size: 14px;
}

#tempdashboard .form-select {
  background-image: url(/images/select.png) !important;
  background-position: calc(100% - 15px) 50%, calc(100% - 15px) 15px, 100% 0 !important;
  background-size: 9px auto !important;
  background-repeat: no-repeat !important;
}

#tempdashboard .form-control.form-select,
#tempdashboard .form-control.form-select:focus {
  color: #1B252E;
}

#tempdashboard .form-control,
#tempdashboard .form-control:focus,
#tempdashboard .select2-results__option {
  color: #8B8F94;
}

#tempdashboard textarea.form-control {
  min-height: 140px;
  resize: none;
}

#tempdashboard .form-control,
#tempdashboard .select2-container--default.select2-container--focus .select2-selection--multiple,
#tempdashboard .select2-container--default .select2-selection--multiple {
  border-radius: 6px;
  padding: 11px 15px;
}

#tempdashboard .select2-container--default .select2-selection--multiple {
  background: #FFFFFF;
  height: 45px;
}

#tempdashboard .select2-container {
  width: 100% !important;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice,
#tempdashboard .select2-container .select2-search--inline .select2-search__field,
#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #0CA1CC;
}

#tempdashboard .select2-results__option {
  padding: 6px;
  display: block;
}

#tempdashboard .select2-container--default .select2-results__option[aria-selected=true] {
  background: #D4D7DB;
}

#tempdashboard .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #0CA1CC;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #60CC0C;
  border: none;
  border-radius: 6px;
}

#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice,
#tempdashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFFFFF;
}

#tempdashboard .select2-container--default.select2-container--focus .select2-selection--multiple,
#tempdashboard .select2-container--default .select2-selection--multiple,
#tempdashboard .form-control,
#tempdashboard .form-control:focus,
#tempdashboard .select2-container:focus,
#tempdashboard .form-check-input,
#tempdashboard .form-check-input:focus {
  border: 1px solid #D4D7DB;
}

#tempdashboard .form-check-input {
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

#tempdashboard .form-check-label {
  vertical-align: middle;
}

#tempdashboard .form-check-input:focus {
  box-shadow: none;
}

#tempdashboard .form-check-input:checked,
#tempdashboard .form-check-input:checked {
  background-color: #1B252E;
  border-color: #1B252E;
}

#tempdashboard .form-check-input:checked[type=radio],
#tempdashboard .form-check-input:checked[type=radio] {
  background-color: #0CA1CC;
  border-color: #0CA1CC;
}

#tempdashboard .form-control::-moz-placeholder {
  color: #8B8F94;
}

#tempdashboard .form-control::placeholder {
  color: #8B8F94;
}

#tempdashboard .readmore,
#tempdashboard .btn--dark,
#tempdashboard .btn--primary,
#tempdashboard .btn--black,
#tempdashboard .btn--darkborder,
#tempdashboard .btn--white,
#tempdashboard .btn--grey {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

#tempdashboard .readmore:hover,
#tempdashboard .btn--dark:hover,
#tempdashboard .btn--primary:hover,
#tempdashboard .btn--black:hover,
#tempdashboard .btn--darkborder:hover,
#tempdashboard .btn--white:hover,
#tempdashboard .btn--grey:hover {
  text-decoration: none;
}

#tempdashboard .readmore {
  font-weight: 700;
  margin-top: 10px;
  color: #18518A;
  text-decoration: none;
}

#tempdashboard .readmore > i {
  color: #0CA1CC;
}

#tempdashboard .btn--dark,
#tempdashboard .btn--primary,
#tempdashboard .btn--black,
#tempdashboard .btn--white,
#tempdashboard .btn--grey {
  border: 1px solid transparent;
}

#tempdashboard .btn--darkborder {
  border: 1px solid #18518A;
  color: #18518A;
}

#tempdashboard .btn--darkborder:hover,
#tempdashboard .btn--darkborder:focus,
#tempdashboard .btn--dark {
  background: #18518A;
}

#tempdashboard .btn--black {
  background: #1B252E;
}

#tempdashboard .btn--primary {
  background: #0CA1CC;
}

#tempdashboard .btn--white {
  background: #FFFFFF;
  color: #18518A;
}

#tempdashboard .btn--grey {
  color: #FFFFFF;
  background: #8B8F94;
}

#tempdashboard .btn--white:hover,
#tempdashboard .btn--white:focus {
  background: #0CA1CC;
}

#tempdashboard .btn--dark,
#tempdashboard .btn--primary,
#tempdashboard .btn--black,
#tempdashboard .btn--darkborder,
#tempdashboard .btn--white,
#tempdashboard .btn--grey {
  border-radius: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px;
}

#tempdashboard .btn--dark,
#tempdashboard .btn--primary,
#tempdashboard .btn--black,
#tempdashboard .btn--dark:hover,
#tempdashboard .btn--dark:focus,
#tempdashboard .btn--black:hover,
#tempdashboard .btn--black:focus,
#tempdashboard .btn--primary:hover,
#tempdashboard .btn--primary:focus,
#tempdashboard .btn--white:hover,
#tempdashboard .btn--white:focus,
#tempdashboard .btn--grey:hover,
#tempdashboard .btn--grey:focus,
#tempdashboard .btn--darkborder:hover,
#tempdashboard .btn--darkborder:focus {
  color: #FFFFFF;
  text-decoration: none;
}

#tempdashboard .btn--dark:hover,
#tempdashboard .btn--dark:focus,
#tempdashboard .btn--black:hover,
#tempdashboard .btn--black:focus,
#tempdashboard .btn--grey:hover,
#tempdashboard .btn--grey:focus {
  background: #0CA1CC;
}

#tempdashboard .btn--primary:hover,
#tempdashboard .btn--primary:focus {
  background: #18518A;
}

#tempdashboard .disabled {
  opacity: 0.5;
}

#tempdashboard .btn--lg {
  padding: 12px 30px;
}

#tempdashboard .pagination .page-link {
  color: #1B252E;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 2px rgba(24, 81, 138, 0.15);
  border-radius: 6px;
  padding: 0;
  font-size: 18px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 1px 5px;
}

#tempdashboard .pagination .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 0;
}

#tempdashboard .pagination .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: 0;
}

#tempdashboard .pagination .page-link:hover,
#tempdashboard .pagination .page-item:first-child .page-link:hover,
#tempdashboard .pagination .page-item:last-child .page-link:hover,
#tempdashboard .pagination .page-item.active .page-link:hover {
  background: #0CA1CC;
  color: #FFFFFF;
}

#tempdashboard .pagination .page-item:first-child .page-link,
#tempdashboard .pagination .page-item:last-child .page-link,
#tempdashboard .pagination .page-item.active .page-link {
  color: #0CA1CC;
  background: #FFFFFF;
}

#tempdashboard .dropdown-menu {
  padding: 15px 10px !important;
  border: none;
  color: inherit;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}

#tempdashboard .dropdown-menu li,
#tempdashboard .dropdown-menu li a {
  display: block;
}

#tempdashboard .dropdown-menu li a,
#tempdashboard .dropdown-menu li a:hover,
#tempdashboard .dropdown-menu li a:focus {
  color: inherit;
}

#tempdashboard .dropdown-menu li a:hover,
#tempdashboard .dropdown-menu li a:focus {
  background: rgba(247, 244, 254, 0.05);
}

#tempdashboard .dropdown-menu li + li {
  margin-top: 10px;
}

#tempdashboard .web-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}

#tempdashboard .heading-flexy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin-left: 6px;
}

#tempdashboard .web-breadcrumb {
  border-bottom: 1px solid #D4D7DB;
  background: #FFFFFF;
}

#tempdashboard .web-breadcrumb .breadcrumb {
  margin: 0;
  padding: 10px 0;
}

#tempdashboard .breadcrumb .breadcrumb-item {
  font-weight: 500;
  color: #2A2A2A;
}

#tempdashboard .breadcrumb .breadcrumb-item.active {
  font-weight: 400;
}

#tempdashboard .breadcrumb .breadcrumb-item.active,
#tempdashboard .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #0CA1CC;
}

#tempdashboard .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

#tempdashboard .web-titles .head-title,
#tempdashboard .web-titles .right-head {
  margin: 30px 0 0 0;
}

#tempdashboard .head-title h4 {
  font-size: 20px;
  font-weight: 500;
}

#tempdashboard .head-title h4,
#tempdashboard .head-title .store-dropdown {
  display: inline-block;
}

#tempdashboard .head-title h4,
#tempdashboard .head-title .store-dropdown .dropdown-toggle,
#tempdashboard .store-dropdown .dropdown-menu li {
  color: #2A2A2A;
}

#tempdashboard .head-title .store-dropdown .dropdown-toggle {
  background: transparent;
  font-size: 16px;
}

#tempdashboard .head-title .store-dropdown .dropdown-toggle::after {
  content: "\F107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0CA1CC;
  border: none;
  vertical-align: middle;
  transition: transform 0.35s ease;
}

#tempdashboard .head-title .store-dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

#tempdashboard .head-title .store-dropdown .dropdown-toggle {
  border-left: 1px solid #0CA1CC;
  padding: 3px 0 3px 10px;
  margin-left: 10px;
  text-decoration: none;
}

#tempdashboard .head-title .store-dropdown .dropdown-menu {
  min-width: 240px;
  height: 275px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1B252E transparent;
}

#tempdashboard .head-title .store-dropdown .dropdown-menu li {
  font-size: 14px;
}

#tempdashboard .head-title .store-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

#tempdashboard .head-title .store-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

#tempdashboard .head-title .store-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #1B252E;
  border-radius: 10px;
}

#tempdashboard .store-dropdown .dropdown-menu li {
  display: block;
}

#tempdashboard .store-dropdown .dropdown-menu li + li {
  margin-top: 10px;
}

#tempdashboard .web-titles .right-head .btn--addnew {
  color: #18518A;
  font-weight: 500;
  margin-right: 10px;
  text-decoration: none;
}

#tempdashboard .web-titles .right-head .btn--addnew,
#tempdashboard .web-titles .right-head .btn--addnew > i {
  display: inline-block;
}

#tempdashboard .web-titles .right-head .btn--addnew > i {
  border: 2px solid #18518A;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
}

#tempdashboard .web-titles .right-head .btn--addnew > i,
#tempdashboard .stores-wrapp .store-thumb,
#tempdashboard .stores-wrapp .store-thumb > img {
  border-radius: 50%;
}

#tempdashboard .stores-wrapp {
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #1B252E transparent;
  justify-content: space-between;
  overflow-x: auto;
}

#tempdashboard .stores-wrapp::-webkit-scrollbar-track {
  background: transparent;
}

#tempdashboard .stores-wrapp::-webkit-scrollbar {
  width: 4px;
}

#tempdashboard .stores-wrapp::-webkit-scrollbar-thumb {
  background-color: #1B252E;
  border-radius: 10px;
}

#tempdashboard .stores-wrapp .store-thumb {
  height: 105px;
  width: 105px;
  margin: 30px 0 0 0;
  border: 2px solid transparent;
  cursor: pointer;
}

#tempdashboard .stores-wrapp .store-thumb.active {
  border: 2px solid #0CA1CC;
  cursor: default;
}

#tempdashboard .stores-wrapp .store-thumb h4 {
  color: #2A2A2A;
}

#tempdashboard .stores-wrapp .store-col {
  padding-left: 15px;
  padding-right: 15px;
}

#tempdashboard .stores-wrapp .store-col:first-child {
  margin-left: 0;
}

#tempdashboard .stores-wrapp .store-col:last-child {
  margin-right: 0;
}

#tempdashboard .stores-wrapp .store-thumb > img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  #tempdashboard .stores-wrapp {
    display: none;
  }
}

@media (max-width: 767px) {
  #tempdashboard .web-titles .heading-flexy {
    flex-direction: column;
    align-items: flex-start;
  }
}

#tempdashboard .cta-banner {
  margin-top: 30px;
  background: url(/images/cta1.png) no-repeat;
  background-size: cover;
  padding: 30px;
  color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-position: center center;
}

#tempdashboard .cta-banner h3 {
  font-size: 22px;
  font-weight: 700;
}

#tempdashboard .cta-banner .cta-thumb {
  max-width: 235px;
  height: 163px;
}

#tempdashboard .cta-banner .cta-thumb > img {
  width: 100%;
}

@media (max-width: 1280px) {
  #tempdashboard .btn--dark,
  #tempdashboard .btn--primary,
  #tempdashboard .btn--black,
  #tempdashboard .btn--darkborder,
  #tempdashboard .btn--white,
  #tempdashboard .btn--grey {
    font-size: 13px;
    padding: 10px 20px;
  }

  #tempdashboard .container-fluid,
  #tempdashboard .container-sm,
  #tempdashboard .container-md,
  #tempdashboard .container-lg,
  #tempdashboard .container-xl,
  #tempdashboard .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  #tempdashboard .container-fluid,
  #tempdashboard .container-sm,
  #tempdashboard .container-md,
  #tempdashboard .container-lg,
  #tempdashboard .container-xl,
  #tempdashboard .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  #tempdashboard .cta-banner h3 {
    font-size: 20px;
    font-weight: 300;
  }

  #tempdashboard .cta-banner h4 {
    font-size: 16px;
  }

  #tempdashboard .cta-banner h6 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #tempdashboard .btn--dark,
  #tempdashboard .btn--primary,
  #tempdashboard .btn--black {
    min-width: auto;
  }

  #tempdashboard .cta-banner h3 {
    font-size: 18px;
  }

  #tempdashboard .cta-banner h4 {
    font-size: 14px;
  }

  #tempdashboard .cta-banner h6 {
    font-size: 12px;
  }
}

#tempdashboard .left-menu-wrapp {
  background: #1B252E;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  padding: 30px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scrollbar-color: #fff;
  scrollbar-width: thin;
  transition: left 450ms ease, width 450ms ease;
}

#tempdashboard .left-menu-wrapp,
#tempdashboard .left-menu-wrapp.menu-active {
  width: 170px;
}

#tempdashboard .left-menu-wrapp.active {
  width: 60px;
}

#tempdashboard .menu-logo {
  max-width: 117px;
  margin: 0 auto 30px auto;
}

#tempdashboard .menu-logo img {
  max-width: 100%;
  transition: all 450ms ease;
}

#tempdashboard .left-menu-wrapp .small-logo {
  display: none;
  padding: 0 0 0 10px;
}

#tempdashboard .left-menu-wrapp .large-logo {
  display: inline-block;
}

#tempdashboard .left-menu-wrapp.active .large-logo {
  display: none;
}

#tempdashboard .left-menu-wrapp.active .small-logo {
  display: inline-block;
}

#tempdashboard .left-menu li {
  display: block;
}

#tempdashboard .left-menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 40px 0 0 40px;
  padding: 13px 0 13px 15px;
  font-weight: 500;
  margin: 5px 0;
  position: relative;
}

#tempdashboard .left-menu-wrapp.active .left-menu li a {
  padding: 13px 15px;
}

#tempdashboard .left-menu li img,
#tempdashboard .logout a img {
  width: 17px;
}

#tempdashboard .left-menu li .menu-text,
#tempdashboard .logout a span {
  margin-left: 15px;
}

#tempdashboard .left-menu-wrapp.active .left-menu li .menu-text,
#tempdashboard .left-menu-wrapp.active .logout a span,
#tempdashboard .left-menu-wrapp .menu-user,
#tempdashboard .left-menu-wrapp.active .left-menu li .dropdown-toggle::after {
  display: none;
}

#tempdashboard .left-menu li a:hover,
#tempdashboard .left-menu li a.show {
  background: #F4F7FE;
}

#tempdashboard .left-menu li a:hover .menu-text,
#tempdashboard .left-menu li a.show .menu-text {
  color: #1B252E;
}

#tempdashboard .left-menu .dropdown-menu {
  position: relative !important;
  margin-top: -60px !important;
  margin-bottom: 50px !important;
  background: #fff;
  padding: 15px 0 5px 20px;
}

#tempdashboard .left-menu .dropdown-menu,
#tempdashboard .left-menu .dropdown-menu li a,
#tempdashboard .left-menu .dropdown-menu li a:hover,
#tempdashboard .left-menu .dropdown-menu li a:focus {
  background: transparent;
}

#tempdashboard .left-menu .dropdown-menu li a:hover,
#tempdashboard .left-menu .dropdown-menu li a:focus,
#tempdashboard .left-menu .dropdown-menu li a.active,
#tempdashboard .left-menu li .dropdown-toggle::after {
  color: #0CA1CC;
}

#tempdashboard .left-menu .dropdown-menu li a {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14px;
}

#tempdashboard .left-menu li .dropdown-toggle {
  background: inherit;
}

#tempdashboard .left-menu li .dropdown-toggle::after {
  content: "\F107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  position: absolute;
  right: 12px;
  transition: all 0.5s ease;
}

#tempdashboard .left-menu li .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

#tempdashboard .left-menu-wrapp .menu-user {
  margin: 0 0 30px 0;
  text-align: center;
}

#tempdashboard .menu-user .userimg {
  display: block;
}

#tempdashboard .menu-user .userimg > img {
  width: 91px;
  height: 91px;
  border-radius: 50%;
}

#tempdashboard .menu-user h6 {
  color: #8B8F94;
  font-weight: 500;
  margin: 5px 0 10px 0;
}

#tempdashboard .menu-user h4 {
  font-weight: 600;
  color: #F4F7FE;
}

@media (min-width: 992px) {
  #tempdashboard .left-menu-wrapp.active .left-menu li .dropdown-menu {
    display: none;
  }
}

#tempdashboard .logout a {
  display: block;
  padding: 14px 15px;
  border-top: 1px solid #2C3A46;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#tempdashboard .leftmenu-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  z-index: 99;
}

#tempdashboard .leftmenu-toggle i {
  height: 3px;
  display: block;
  width: 100%;
  background: #2C3A46;
}

#tempdashboard .leftmenu-toggle i:nth-child(2) {
  margin: 4px 0;
}

@media (max-width: 991px) {
  #tempdashboard .left-menu-wrapp {
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s ease;
  }

  #tempdashboard .left-menu-wrapp.active {
    transform: translate3d(0, 0, 0);
    width: 230px;
  }

  #tempdashboard .leftmenu-toggle.active {
    margin-left: 230px;
  }

  #tempdashboard .web-wrapper.active .leftmenu-toggle.active i {
    background: #fff;
  }

  #tempdashboard .left-menu-wrapp.active .small-logo {
    display: none;
  }

  #tempdashboard .left-menu-wrapp.active .menu-user,
  #tempdashboard .left-menu-wrapp.active .large-logo,
  #tempdashboard .left-menu-wrapp.active .left-menu li .menu-text,
  #tempdashboard .left-menu-wrapp.active .logout a span {
    display: inline-block;
  }
}

#tempdashboard .header-top {
  padding: 0 15px;
  align-items: center;
  border-bottom: 1px solid #F4F7FE;
  background: #FFFFFF;
}

#tempdashboard .header-top,
#tempdashboard .header-top .header-flex,
#tempdashboard .header-searcher,
#tempdashboard .header-top .header-metas,
#tempdashboard .header-searcher .search-cate,
#tempdashboard .drop-user .dropdown-toggle {
  display: flex;
}

#tempdashboard .header-top .header-flex {
  justify-content: space-between;
}

#tempdashboard .header-top .header-flex,
#tempdashboard .header-top .header-metas {
  align-items: center;
}

#tempdashboard .header-searcher .search-cate {
  padding: 15px 0;
}

#tempdashboard .header-top .header-metas {
  margin-left: 15px;
  border-left: 1px solid #F4F7FE;
  padding-left: 15px;
}

#tempdashboard .search-cate .form-control {
  border-radius: 3px;
}

#tempdashboard .search-cate .form-control {
  color: #C7D0D8;
}

#tempdashboard .search-cate .form-control::-moz-placeholder {
  color: #C7D0D8;
}

#tempdashboard .search-cate .form-control::placeholder {
  color: #C7D0D8;
}

#tempdashboard .mobile-brand {
  max-width: 100px;
  margin: 0 15px;
  display: none;
}

#tempdashboard .mobile-brand > img {
  width: 100%;
}

#tempdashboard .header-searcher,
#tempdashboard .header-searcher .search-cate + .search-cate {
  border-left: 1px solid #F4F7FE;
  padding-left: 15px;
}

#tempdashboard .header-search .dropdown-toggle {
  background: #F4F7FE;
  color: #1B252E;
  padding: 5px 10px;
}

#tempdashboard .header-search .dropdown-toggle,
#tempdashboard .search-cate .form-control {
  border-radius: 3px;
  font-size: 12px;
  margin-right: 15px;
}

#tempdashboard .header-search .dropdown-toggle,
#tempdashboard .header-search .dropdown-toggle::after {
  border: none;
}

#tempdashboard .header-search .dropdown-toggle::after {
  content: "\F107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0CA1CC;
  vertical-align: 0;
}

#tempdashboard .search-cate .form-control {
  color: #C7D0D8;
  height: 31px;
}

#tempdashboard .search-cate .btn-headersearch {
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #18518A;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
}

#tempdashboard .header-searcher .search-cate + .search-cate {
  margin-left: 15px;
}

#tempdashboard .header-metas .darkview-clicker,
#tempdashboard .header-metas .search-btner {
  margin-right: 20px;
  cursor: pointer;
  width: 20px;
}

#tempdashboard .header-metas .darkview-clicker,
#tempdashboard .darkview-clicker .lightlayout {
  display: inline-block;
}

#tempdashboard .darkview-clicker .darklayout {
  display: none;
}

#tempdashboard .header-metas .darkview-clicker,
#tempdashboard .drop-notification .dropdown-toggle,
#tempdashboard .drop-notification .bege,
#tempdashboard .header-metas .search-btner {
  font-size: 20px;
  color: #1B252E;
}

#tempdashboard .header-metas .search-btner {
  display: none;
}

#tempdashboard .drop-notification .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
}

#tempdashboard .drop-notification .dropdown-toggle::after {
  display: none;
}

#tempdashboard .drop-notification .bege {
  position: absolute;
  font-size: 10px;
  background: #FBDA3A;
  height: 14px;
  width: 14px;
  text-align: center;
  top: 1px;
  right: -5px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 50%;
}

#tempdashboard .header-metas .drop-user {
  padding: 15px 0 15px 15px;
  border-left: 1px solid #F4F7FE;
  margin-left: 15px;
}

#tempdashboard .drop-user .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
}

#tempdashboard .drop-user .dropdown-toggle::after {
  content: "\F107";
  border: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 20px 0 0 5px;
  color: #0CA1CC;
}

#tempdashboard .drop-user .dropdown-toggle > img {
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0;
  border-radius: 50%;
}

#tempdashboard .drop-user .dropdown-toggle .user-tag {
  color: #8B8F94;
  display: block;
  font-weight: 500;
}

#tempdashboard .drop-user .dropdown-toggle .user-name {
  font-weight: 600;
}

#tempdashboard .drop-user .dropdown-toggle .user-tag,
#tempdashboard .drop-user .dropdown-toggle .user-name {
  font-size: 12px;
}

#tempdashboard .drop-user .dropdown-menu i {
  color: #0CA1CC;
}

@media (max-width: 1199px) {
  #tempdashboard .search-cate .btn-headersearch {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  #tempdashboard #header {
    padding-bottom: 120px;
  }

  #tempdashboard .header-top {
    padding: 10px 15px;
  }

  #tempdashboard .drop-user {
    display: none;
  }

  #tempdashboard .header-metas .search-btner,
  #tempdashboard .mobile-brand {
    display: inline-block;
  }

  #tempdashboard .header-searcher {
    flex-direction: column;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50px;
    height: 120px;
    background: #fff;
    border-top: 1px solid #ccc;
  }

  #tempdashboard .header-searcher .search-cate {
    padding: 6px 0;
  }

  #tempdashboard .header-searcher .search-cate + .search-cate {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  #tempdashboard .header-top .header-metas {
    border-left: 1px solid #F4F7FE;
    padding-left: 15px;
  }

  #tempdashboard .sidemenu-toggle.active {
    transform: translateX(170px);
  }

  #tempdashboard .search-cate .btn-headersearch {
    display: flex;
    align-items: center;
    text-align: left;
  }

  #tempdashboard .search-cate .btn-headersearch {
    font-size: 12px;
    line-height: 12px;
  }

  #tempdashboard .search-cate .btn-headersearch i {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  #tempdashboard .header-search .dropdown-toggle,
  #tempdashboard .search-cate .form-control {
    margin-right: 10px;
  }
}

#tempdashboard .webfooter {
  border-top: 1px solid #F4F7FE;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  margin-top: 50px;
  padding-left: 170px;
}

#tempdashboard .web-wrapper.active .webfooter {
  padding-left: 60px;
}

#tempdashboard .webfooter .footer-inner {
  display: flex;
  justify-content: space-between;
}

#tempdashboard .footer-inner .copyright-text,
#tempdashboard .footer-inner .footer-links {
  font-size: 12px;
  padding: 15px 0;
}

#tempdashboard .footer-inner .copyright-text {
  color: #1B252E;
}

#tempdashboard .footer-inner .footer-links li a {
  color: #18518A;
  display: inline-block;
}

#tempdashboard .footer-inner .footer-links li a:hover {
  color: #0CA1CC;
}

#tempdashboard .footer-inner .footer-links li + li a {
  margin-left: 5px;
}

@media (max-width: 991px) {
  #tempdashboard .webfooter {
    padding-left: 0;
  }
}

#tempdashboard .article-box {
  display: flex;
  align-items: center;
}

#tempdashboard .article-box .article-thumb {
  margin-right: 15px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 100%;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
}

#tempdashboard .article-box .article-thumb > img {
  width: 100%;
  border-radius: 12px;
}

#tempdashboard #latest-articles {
  margin-top: 20px;
}

#tempdashboard #latest-articles .owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
}

#tempdashboard #latest-articles .owl-nav button.owl-prev,
#tempdashboard #latest-articles .owl-nav button.owl-next {
  font-size: 36px;
  height: 24px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
  color: #0CA1CC;
}

#tempdashboard .top-sellling-box .selling-box {
  background: #1B252E;
  text-align: center;
  padding: 20px 15px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}

#tempdashboard .selling-box .thumb-round {
  width: 77px;
  height: 77px;
  border: 1px solid rgba(27, 37, 46, 0.15);
  display: inline-block;
}

#tempdashboard .selling-box .thumb-round > img {
  height: 100%;
  width: 100%;
}

#tempdashboard .selling-box .thumb-round,
#tempdashboard .selling-box .thumb-round > img {
  border-radius: 50%;
}

#tempdashboard .selling-box p {
  color: #FFFFFF;
  font-weight: 500;
  margin: 10px 0;
}

#tempdashboard .selling-box .price-text {
  color: #707981;
}

#tempdashboard .selling-box .selling-rating {
  display: inline-block;
  color: #FBDA3A;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}

#tempdashboard #topsellings .owl-nav {
  position: absolute;
  top: -45px;
  right: 0;
}

#tempdashboard #topsellings .owl-nav button.owl-prev,
#tempdashboard #topsellings .owl-nav button.owl-next {
  font-size: 36px;
  height: 24px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
  color: #0CA1CC;
}

#tempdashboard .help-card {
  margin: 30px 0 0 0;
  padding: 20px 15px;
}

#tempdashboard .help-card .help-list li {
  display: block;
  padding: 14px 0;
}

#tempdashboard .help-card .help-list li + li {
  border-top: 1px solid #F4F7FE;
}

#tempdashboard .help-card .help-list li a .icon-list {
  width: 50px;
  height: 50px;
}

#tempdashboard .help-card .help-list li a .icon-list,
#tempdashboard .help-card .help-list li a .icon-list > img {
  border-radius: 50%;
}

#tempdashboard .help-card .help-list li a .icon-list > img {
  width: 100%;
}

#tempdashboard .help-card .help-list li a .icon-list,
#tempdashboard .help-card .help-list li a h6 {
  display: inline-block;
}

#tempdashboard .help-card .help-list li a h6 {
  font-weight: 700;
  margin-left: 5px;
}

#tempdashboard .help-card .help-list li a h6,
#tempdashboard .help-card .help-list li a .anglez {
  color: #0CA1CC;
}

#tempdashboard .help-card .help-list li a .anglez {
  font-size: 16px;
}

#tempdashboard .table {
  color: inherit;
}

#tempdashboard .tbl-web {
  border-collapse: inherit;
  margin: 0;
}

#tempdashboard .table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #1B252E transparent;
}

#tempdashboard .table-responsive::-webkit-scrollbar-track {
  background: transparent;
}

#tempdashboard .table-responsive::-webkit-scrollbar {
  width: 4px;
}

#tempdashboard .table-responsive::-webkit-scrollbar-thumb {
  background-color: #1B252E;
  border-radius: 10px;
}

#tempdashboard .tbl-web thead th,
#tempdashboard .tbl-web tr td {
  white-space: nowrap;
  padding: 14px 10px;
}

#tempdashboard .tbl-web .form-check label {
  font-size: inherit;
}

#tempdashboard .tbl-web thead th {
  color: #8B8F94;
  border: none;
  padding-top: 0;
}

#tempdashboard .tbl-web thead th,
#tempdashboard .tbl-web tr td .tbl-total,
#tempdashboard .tbl-web tr td .staus-pending {
  font-weight: 500;
}

#tempdashboard .tbl-web tr td {
  border: none;
  border-top: 1px solid #EDF0F5;
  /* padding-left: 10px;
  padding-right: 10px; */
}

#tempdashboard .tbl-web tr td,
#tempdashboard .tbl-web tr td p {
  color: #1B252E;
}

#tempdashboard .tbl-web tr td .staus-pending,
#tempdashboard .tbl-web tr td .staus-delivered,
#tempdashboard .tbl-web tr td .staus-declined {
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  min-width: 70px;
}

#tempdashboard .tbl-web tr td .staus-delivered {
  color: #1BCC0C;
  background: #D2FFCE;
}

#tempdashboard .tbl-web tr td .staus-pending {
  color: #E3C329;
  background: #FFF9DA;
}

#tempdashboard .tbl-web tr td .staus-declined {
  background: #FFE1ED;
  color: #D6125E;
}

#tempdashboard .tbl-web tr td .tbl-button {
  display: inline-block;
  color: #18518A;
}

#tempdashboard .tbl-web tr td .tbl-button:hover {
  color: #0CA1CC;
}

#tempdashboard .tbl-web .tbl-flex {
  display: flex;
  align-items: center;
}

#tempdashboard .tbl-web .tbl-flex a {
  margin-right: 10px;
}

#tempdashboard .tbl-web .tbl-drop .dropdown-toggle::after {
  display: none;
}

#tempdashboard .tbl-web .tbl-drop .dropdown-toggle {
  background: transparent;
  padding: 0;
}

#tempdashboard .tbl-drop .dropdown-toggle > i {
  height: 4px;
  width: 4px;
  background: #8B8F94;
  border-radius: 50%;
  display: block;
}

#tempdashboard .tbl-drop .dropdown-toggle > i:nth-child(2) {
  margin: 1px 0;
}

#tempdashboard .tbl-web .tbl-drop ul li,
#tempdashboard .tbl-web .tbl-drop ul li a {
  display: block;
}

#tempdashboard .tbl-web .tbl-drop ul li + li {
  margin-top: 5px;
}

#tempdashboard .tbl-web .tbl-drop ul li a > i {
  color: #0CA1CC;
  display: inline-block;
  margin-right: 10px;
}

#tempdashboard .chart-card {
  padding: 15px;
  margin: 30px 0 0 0;
}

#tempdashboard .chart-card h4,
#tempdashboard .chart-card .chart-bottom {
  color: #2A2A2A;
}

#tempdashboard .chart-card .chart-unit {
  font-size: 30px;
  font-weight: 300;
}

#tempdashboard .chart-card .chart-bottom {
  font-size: 13px;
}

#tempdashboard .chart-sm-height {
  height: 110px;
  min-width: 100%;
}

#tempdashboard #salesStatics {
  height: 270px;
  min-width: 100%;
}

#tempdashboard .chart-sm-height .highcharts-axis-labels {
  display: none;
  visibility: hidden;
}

#tempdashboard .chart-card .highcharts-figure {
  margin: 0;
}

#tempdashboard .chart-dropdown .dropdown-toggle {
  background: #F4F7FE;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
}

#tempdashboard .chart-dropdown .dropdown-toggle::after {
  content: "\F107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0CA1CC;
  border: none;
  vertical-align: middle;
}

#tempdashboard .chart-card .revenuebox h4 {
  font-weight: 500;
}

#tempdashboard .chart-card .revenuebox p {
  color: #8B8F94;
}

#tempdashboard body.darklayout,
#tempdashboard .darklayout .left-menu li a:hover .menu-text,
#tempdashboard .darklayout .header-search .dropdown-toggle,
#tempdashboard .darklayout .header-metas .darkview-clicker,
#tempdashboard .darklayout .header-metas .search-btner,
#tempdashboard .darklayout .drop-notification .dropdown-toggle,
#tempdashboard .darklayout .readmore,
#tempdashboard .darklayout .form-group label,
#tempdashboard .darklayout .breadcrumb .breadcrumb-item,
#tempdashboard .darklayout .head-title h4,
#tempdashboard .darklayout .head-title .store-dropdown .dropdown-toggle,
#tempdashboard .darklayout .store-dropdown .dropdown-menu li,
#tempdashboard .darklayout .chart-card h4,
#tempdashboard .darklayout .chart-card .chart-bottom,
#tempdashboard .darklayout .tbl-web tr td,
#tempdashboard .darklayout .tbl-web tr td p,
#tempdashboard .darklayout .design-box h4,
#tempdashboard .darklayout .edit-design-heading,
#tempdashboard .darklayout .design-media .media-txt,
#tempdashboard .darklayout .design-modal .modal-box h3,
#tempdashboard .darklayout .design-modal .modal-box h4,
#tempdashboard .darklayout .design-modal .modal-box h6,
#tempdashboard .darklayout .design-modal .upload-box h3,
#tempdashboard .darklayout .design-modal .file-namer,
#tempdashboard .darklayout .footer-inner .copyright-text,
#tempdashboard .darklayout .newdesign-box h4,
#tempdashboard .darklayout .product-box h4,
#tempdashboard .darklayout .product-box .pro-price .p1,
#tempdashboard .darklayout .boxes-wrapp .product-card h4,
#tempdashboard .darklayout .boxes-wrapp .product-card h6,
#tempdashboard .darklayout .product-tabs .choosen-variation h4,
#tempdashboard .darklayout .product-tabs .choosen-variation p,
#tempdashboard .darklayout .stores-row .store-card h4,
#tempdashboard .darklayout .stores-row .store-card h6,
#tempdashboard .darklayout .editstore-card h4,
#tempdashboard .darklayout .payment-card .ur-balance,
#tempdashboard .darklayout .pagination .page-link,
#tempdashboard .darklayout .payment-card .pagination .page-link {
  color: #FFFFFF;
}

#tempdashboard .darklayout .search-cate .btn-headersearch,
#tempdashboard .darklayout .web-titles .right-head .btn--addnew,
#tempdashboard .darklayout .tbl-web tr td .tbl-button,
#tempdashboard .darklayout .footer-inner .footer-links li a,
#tempdashboard .darklayout .btn--darkborder,
#tempdashboard .darklayout .product-box .pro-meta a,
#tempdashboard .darklayout .store-card .btn-editstore {
  color: #0CA1CC;
}

#tempdashboard .darklayout .form-control,
#tempdashboard .darklayout .form-control:focus,
#tempdashboard .darklayout .select2-results__option {
  color: #C7D0D8;
}

#tempdashboard .darklayout .form-control::-moz-placeholder {
  color: #C7D0D8;
}

#tempdashboard .darklayout .form-control::placeholder {
  color: #C7D0D8;
}

#tempdashboard .darklayout .web-titles .right-head .btn--addnew > i,
#tempdashboard .darklayout .btn--darkborder {
  border-color: #0CA1CC;
}

#tempdashboard .darklayout .header-top,
#tempdashboard .darklayout .left-menu-wrapp,
#tempdashboard .darklayout .web-card,
#tempdashboard .darklayout .webfooter,
#tempdashboard .darklayout .web-breadcrumb,
#tempdashboard .darklayout .pagination .page-link,
#tempdashboard .darklayout .pagination .page-item:first-child .page-link,
#tempdashboard .darklayout .pagination .page-item:last-child .page-link,
#tempdashboard .darklayout .showentry {
  background: #1B252E;
}

#tempdashboard .darklayout .btn--darkborder:hover,
#tempdashboard .darklayout .btn--darkborder:focus,
#tempdashboard .pagination .page-link:hover,
#tempdashboard .darklayout .pagination .page-item:first-child .page-link:hover,
#tempdashboard .darklayout .pagination .page-item:last-child .page-link:hover,
#tempdashboard .darklayout .pagination .page-item.active .page-link:hover {
  background: #0CA1CC;
  color: #FFFFFF;
}

#tempdashboard .darklayout .web-wrapper,
#tempdashboard .darklayout .left-menu li a:hover {
  background: #000000;
}

#tempdashboard .darklayout .dropdown-menu,
#tempdashboard .darklayout .header-search .dropdown-toggle,
#tempdashboard .darklayout .chart-dropdown .dropdown-toggle,
#tempdashboard .darklayout .top-sellling-box .selling-box,
#tempdashboard .darklayout .tbl-web tr td .staus-pending,
#tempdashboard .darklayout .tbl-web tr td .staus-delivered,
#tempdashboard .darklayout .tbl-web tr td .staus-declined,
#tempdashboard .darklayout .payment-card .pagination .page-link,
#tempdashboard .darklayout .payment-card .pagination .page-item:first-child .page-link,
#tempdashboard .darklayout .payment-card .pagination .page-item:last-child .page-link {
  background: #2A3640;
}

#tempdashboard .darklayout .search-cate .form-control,
#tempdashboard .darklayout .search-cate .form-control:focus,
#tempdashboard .darklayout .form-control,
#tempdashboard .darklayout .form-control:focus,
#tempdashboard .darklayout .select2-container--default .select2-selection--multiple {
  background: transparent;
}

#tempdashboard .darklayout .leftmenu-toggle i {
  background: #FFFFFF;
}

#tempdashboard .darklayout .header-searcher,
#tempdashboard .darklayout .header-searcher .search-cate + .search-cate,
#tempdashboard .darklayout .header-top .header-metas,
#tempdashboard .darklayout .header-metas .drop-user,
#tempdashboard .darklayout .tbl-web tr td,
#tempdashboard .darklayout .payment-card .tbl-web tr:last-child td,
#tempdashboard .darklayout .help-card .help-list li + li {
  border-color: #2A3640;
}

#tempdashboard .darklayout .search-cate .form-control,
#tempdashboard .darklayout .search-cate .form-control:focus,
#tempdashboard .darklayout .form-control,
#tempdashboard .darklayout .form-control:focus {
  border: 1px solid #D4D7DB;
}

#tempdashboard .darklayout .header-top,
#tempdashboard .darklayout .webfooter,
#tempdashboard .darklayout .web-breadcrumb {
  border-color: rgba(0, 0, 0, 0.1);
}

#tempdashboard .darklayout .darkview-clicker .lightlayout {
  display: none;
  visibility: hidden;
}

#tempdashboard .darklayout .darkview-clicker .darklayout {
  display: inline-block;
}

@media (max-width: 991px) {
  #tempdashboard .darklayout .header-searcher {
    background: #1B252E;
  }
}

#tempdashboard .design-box h4,
#tempdashboard .edit-design-heading,
#tempdashboard .design-media .media-txt,
#tempdashboard .design-modal .modal-box h3,
#tempdashboard .design-modal .modal-box h4,
#tempdashboard .design-modal .modal-box h6,
#tempdashboard .design-modal .upload-box h3,
#tempdashboard .design-modal .file-namer,
#tempdashboard .design-modal .form-control,
#tempdashboard .design-modal .form-group label,
#tempdashboard .newdesign-box h4 {
  color: #1B252E;
}

#tempdashboard .edit-design-heading > a {
  color: #0CA1CC;
}

#tempdashboard .design-wrapp .design-inner,
#tempdashboard .design-wrapp .design-media,
#tempdashboard .file-box,
#tempdashboard .file-box .progress-flex,
#tempdashboard .design-edit-attr,
#tempdashboard .design-edit .overlay-edit {
  display: flex;
}

#tempdashboard .design-wrapp .design-inner,
#tempdashboard .design-wrapp .design-media {
  justify-content: center;
}

#tempdashboard .design-wrapp .design-inner,
#tempdashboard .design-wrapp .design-media,
#tempdashboard .design-modal .file-box,
#tempdashboard .design-edit-attr {
  align-items: center;
}

#tempdashboard .file-box .progress-flex,
#tempdashboard .design-edit .design-edit-attr {
  justify-content: space-between;
}

#tempdashboard .design-box,
#tempdashboard .newdesign-box {
  padding: 30px 15px;
}

#tempdashboard .design-box .design-thumb > img,
#tempdashboard .design-wrapp .design-inner,
#tempdashboard .design-wrapp .design-media,
#tempdashboard .design-wrapp .design-media {
  width: 100%;
}

#tempdashboard .design-box .design-thumb {
  display: inline-block;
  width: 100px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#tempdashboard .design-categories {
  padding: 20px 15px;
}

#tempdashboard .design-wrapp .design-inner {
  box-shadow: 0px 1px 4px rgba(24, 81, 138, 0.15);
  border-radius: 0 12px 12px 0;
  height: 236px;
  padding: 20px;
}

#tempdashboard .design-wrapp .design-media,
#tempdashboard .design-modal .modal-box {
  background: rgba(12, 161, 204, 0.06);
  border: 1px solid #0CA1CC;
  border-radius: 6px;
}

#tempdashboard .design-wrapp .design-media {
  text-align: center;
}

#tempdashboard .design-wrapp .design-media.box1-1 {
  height: 186px;
}

#tempdashboard .design-wrapp .design-media.boxlandscape8-6,
#tempdashboard .design-wrapp .design-media.letterbox5-2 {
  height: 134px;
  max-width: 220px;
}

#tempdashboard .design-wrapp .design-media.portrait5-8 {
  height: 125px;
  max-width: 184px;
}

#tempdashboard .design-wrapp .design-media.pillarbox2-5 {
  max-width: 100px;
  height: 186px;
}

#tempdashboard .design-wrapp .design-media.line10-1 {
  height: 60px;
}

#tempdashboard .design-wrapp .design-footer {
  padding: 20px 15px;
}

#tempdashboard .helptxt {
  font-size: 12px;
  padding-left: 30px;
}

#tempdashboard .helptxt > i {
  width: 30px;
  font-size: 18px;
  margin-left: -30px;
  vertical-align: text-top;
}

#tempdashboard .design-modal .modal-dialog {
  max-width: 810px;
}

#tempdashboard .design-modal .modal-content {
  box-shadow: 0px 1px 4px rgba(24, 81, 138, 0.15);
  border-radius: 12px;
}

#tempdashboard .design-modal .modal-content,
#tempdashboard .design-modal .modal-header {
  border: none;
}

#tempdashboard .design-modal .modal-header {
  padding: 20px;
}

#tempdashboard .design-modal .modal-header .btn-close {
  color: #8B8F94;
  opacity: 1;
}

#tempdashboard .design-modal .modal-title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#tempdashboard .design-modal .modal-body {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#tempdashboard .design-modal .modal-box {
  padding: 5rem 3rem;
  max-width: 680px;
}

#tempdashboard .design-modal .hint-text {
  font-weight: 500;
}

#tempdashboard .design-modal .btn--lg {
  font-size: 16px;
  padding: 15px 30px;
  min-width: 205px;
}

#tempdashboard .file-box .progress-col {
  width: calc(100% - 57px);
}

#tempdashboard .file-box .file-img,
#tempdashboard .progress-flex .file-namer > span {
  display: inline-block;
}

#tempdashboard .file-box .file-img {
  width: 42px;
  height: 50px;
  font-size: 50px;
  line-height: 1;
  margin-right: 15px;
}

#tempdashboard .file-box .progress {
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 20px;
  position: relative;
}

#tempdashboard .file-box .progress-bar {
  background: #60CC0C;
}

#tempdashboard .progress-flex .pro-text,
#tempdashboard .progress-flex .pro-speed,
#tempdashboard .progress-flex .file-namer > span,
#tempdashboard .progress-flex .toggle-uploader {
  color: #707981;
}

#tempdashboard .progress-flex .file-namer > span {
  margin-left: 5px;
}

#tempdashboard .progress-flex .toggle-uploader {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#tempdashboard .design-modal .input-flex {
  position: relative;
}

#tempdashboard .design-modal .input-flex > .input-flex-text {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  color: #18518A;
}

#tempdashboard .design-modal .input-flex .form-control {
  padding-left: 30px;
}

#tempdashboard .design-edit {
  position: relative;
}

#tempdashboard .design-edit .design-edit-attr,
#tempdashboard .overlay-edit {
  transition: all 0.4s ease;
}

#tempdashboard .design-edit .design-edit-attr {
  margin-bottom: 30px;
  min-width: 460px;
  max-width: 50%;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
}

#tempdashboard .design-edit:hover .design-edit-attr {
  opacity: 1;
  visibility: visible;
}

#tempdashboard .design-edit-attr .del-edit {
  color: #EB979C;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

#tempdashboard .design-edit-attr .del-edit,
#tempdashboard .design-edit .overlay-edit .close-ovelay,
#tempdashboard .design-edit-attr .edit-edit {
  cursor: pointer;
  display: inline-block;
}

#tempdashboard .design-edit .edit-thumb {
  max-width: 460px;
  max-height: 460px;
  margin: 0 auto;
}

#tempdashboard .design-edit .edit-thumb > img {
  width: 100%;
  height: 100%;
}

#tempdashboard .design-edit .overlay-edit {
  background: #18518A;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(24, 81, 138, 0.15);
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
}

#tempdashboard .design-edit .overlay-edit,
#tempdashboard .design-edit .overlay-edit .close-ovelay {
  position: absolute;
}

#tempdashboard .design-edit .overlay-edit.active {
  opacity: 1;
  visibility: visible;
}

#tempdashboard .design-edit .overlay-edit h2 {
  font-size: 30px;
}

#tempdashboard .design-edit .overlay-edit p {
  font-size: 18px;
}

#tempdashboard .design-edit .overlay-edit h2,
#tempdashboard .design-edit .overlay-edit p {
  color: #fff;
}

#tempdashboard .design-edit .overlay-edit p {
  max-width: 60%;
  margin: 30px auto 15px auto;
}

#tempdashboard .overlay-edit .btn--white {
  min-width: 200px;
  margin: 0 auto;
}

#tempdashboard .design-edit .overlay-edit .close-ovelay {
  top: 15px;
  right: 30px;
}

#tempdashboard .newdesign-box {
  position: relative;
}

#tempdashboard .newdesign-box .design-thumb {
  max-width: 90%;
  height: 184px;
  text-align: center;
  margin: 0 auto;
}

#tempdashboard .newdesign-box .design-thumb > img {
  height: 100%;
  max-width: 100%;
  display: inline-block;
}

#tempdashboard .newdesign-box .design-edit-attr {
  justify-content: flex-end;
}

#tempdashboard .design-edit-attr .edit-edit {
  color: #18518A;
  font-size: 18px;
}

@media (max-width: 991px) {
  #tempdashboard .design-edit .overlay-edit h2 {
    font-size: 26px;
  }

  #tempdashboard .design-edit .overlay-edit p {
    font-size: 16px;
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  #tempdashboard .design-edit .design-edit-attr {
    min-width: 100%;
    max-width: 100%;
  }

  #tempdashboard .design-edit .overlay-edit h2 {
    font-size: 20px;
  }

  #tempdashboard .design-edit .overlay-edit p {
    font-size: 14px;
  }

  #tempdashboard .newdesign-box .design-thumb {
    height: 115px;
  }

  #tempdashboard .newdesign-box h4 {
    font-size: 16px;
  }
}

#tempdashboard li.nestable-item {
  display: block;
}

#tempdashboard .product-box {
  padding: 30px 15px 15px 15px;
}

#tempdashboard .product-box .pro-price,
#tempdashboard .product-box .pro-meta,
#tempdashboard .product-box .product-thumb,
#tempdashboard .all-product .pro-store-wrapp,
#tempdashboard .product-tabs .nav-tabs .nav-link,
#tempdashboard .product-tabs .imgs-tab .imgs-wrapp {
  display: flex;
}

#tempdashboard .product-box .product-thumb,
#tempdashboard .product-tabs .imgs-tab .imgs-wrapp {
  align-items: center;
  justify-content: center;
}

#tempdashboard .product-box .product-thumb {
  max-width: 90%;
  height: 184px;
  margin: 0 auto;
}

#tempdashboard .product-box .product-thumb > img {
  max-height: 100%;
  max-width: 100%;
}

#tempdashboard .product-box .pro-price,
#tempdashboard .product-box .pro-meta,
#tempdashboard .all-product .pro-store-wrapp,
#tempdashboard .product-tabs .nav-tabs .nav-link {
  justify-content: space-between;
}

#tempdashboard .product-box h4,
#tempdashboard .product-box .pro-price .p1,
#tempdashboard .boxes-wrapp .product-card h4,
#tempdashboard .boxes-wrapp .product-card h6,
#tempdashboard .all-product .product-title,
#tempdashboard .product-tabs .nav-tabs .nav-link,
#tempdashboard .product-tabs .nav-tabs .nav-link > .badge,
#tempdashboard .product-tabs .choosen-variation h4,
#tempdashboard .product-tabs .choosen-variation p {
  color: #1B252E;
}

#tempdashboard .product-box .pro-price .p1,
#tempdashboard .store-info p .pr-price,
#tempdashboard .product-tabs .choosen-variation h4 {
  font-size: 20px;
}

#tempdashboard .product-box .pro-price .p2,
#tempdashboard .product-card .select-txt,
#tempdashboard .store-info p > small,
#tempdashboard .product-tabs .select2-container--default .select2-selection--multiple .select2-selection__choice,
#tempdashboard .product-tabs .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
#tempdashboard .product-tabs .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #8B8F94;
}

#tempdashboard .product-box .pro-meta a > i,
#tempdashboard .productlist .owl-nav button.owl-prev,
#tempdashboard .productlist .owl-nav button.owl-next,
#tempdashboard .store-info p .pr-price,
#tempdashboard .pro-store-wrapp .btn--edit,
#tempdashboard .number-group-nav .number-button {
  color: #0CA1CC;
}

#tempdashboard .product-box .pro-meta {
  border-top: 1px solid #EBEFF8;
  margin: 0 -15px;
}

#tempdashboard .product-box .pro-meta a {
  color: #18518A;
  font-weight: 700;
  padding: 15px 15px 0 15px;
}

#tempdashboard .product-box .pro-meta a + a {
  border-left: 1px solid #EBEFF8;
}

#tempdashboard .product-box .pro-meta a:hover,
#tempdashboard .product-box .pro-meta a:focus {
  text-decoration: none;
}

#tempdashboard .showentry,
#tempdashboard .showentry:focus {
  border: none;
}

#tempdashboard .showentry {
  max-width: 120px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(24, 81, 138, 0.15);
}

#tempdashboard #boxes-wrapp {
  background: #E6EBF7;
}

#tempdashboard .boxes-wrapp,
#tempdashboard .product-tabs .nav-tabs {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #D4D7DB transparent;
  flex-wrap: nowrap;
}

#tempdashboard .boxes-wrapp::-webkit-scrollbar-track,
#tempdashboard .product-tabs .nav-tabs::-webkit-scrollbar-track {
  background: transparent;
}

#tempdashboard .boxes-wrapp::-webkit-scrollbar,
#tempdashboard .product-tabs .nav-tabs::-webkit-scrollbar {
  width: 4px;
}

#tempdashboard .boxes-wrapp::-webkit-scrollbar-thumb,
#tempdashboard .product-tabs .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #D4D7DB;
  border-radius: 4px;
}

#tempdashboard .boxes-wrapp .product-card {
  padding: 15px;
  height: 130px;
}

#tempdashboard .boxes-wrapp .heading-flexy {
  margin-bottom: 20px;
}

#tempdashboard .product-card .pro-media {
  display: table;
}

#tempdashboard .pro-media .thumb-ico,
#tempdashboard .pro-store-wrapp .btn--edit {
  background: #D3F5FF;
  border-radius: 3px;
  text-align: center;
}

#tempdashboard .pro-media .thumb-ico {
  width: 43px;
  height: 43px;
  display: table-cell;
  line-height: 43px;
}

#tempdashboard .pro-media .thumb-ico > img {
  max-width: 27px;
}

#tempdashboard .pro-media .thumb-ico > img,
#tempdashboard .productlist .owl-nav button.owl-prev > span,
#tempdashboard .productlist .owl-nav button.owl-next > span,
#tempdashboard .productlist .img-thumb > img,
#tempdashboard .pro-store-wrapp .store-info .store-logo,
#tempdashboard .pro-store-wrapp .store-info p,
#tempdashboard .pro-store-wrapp .btn--edit {
  display: inline-block;
}

#tempdashboard .product-card .pro-media h6 {
  display: table-cell;
  padding-left: 10px;
}

#tempdashboard .product-card .btn--darkborder {
  font-size: 12px;
  padding: 5px 20px;
}

#tempdashboard .all-product.row {
  margin-left: 0;
  margin-right: 0;
}

#tempdashboard .all-product .left-col {
  border-right: 1px solid #F4F7FE;
}

#tempdashboard .all-product .left-col,
#tempdashboard .all-product .right-col {
  padding: 30px;
}

#tempdashboard .productlist.owl-carousel {
  padding-top: 40px;
}

#tempdashboard .productlist .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#tempdashboard .productlist .owl-nav button.owl-prev,
#tempdashboard .productlist .owl-nav button.owl-next {
  height: 21px;
  width: 21px;
  background: #EEF2FC;
}

#tempdashboard .productlist .owl-nav button.owl-prev,
#tempdashboard .productlist .owl-nav button.owl-next,
#tempdashboard .pro-store-wrapp .store-info .store-logo {
  border-radius: 50%;
}

#tempdashboard .productlist .owl-nav button.owl-next {
  margin-left: 10px;
}

#tempdashboard .productlist .owl-nav button.owl-prev > span,
#tempdashboard .productlist .owl-nav button.owl-next > span {
  font-size: 24px;
  line-height: 18px;
}

#tempdashboard .productlist .img-thumb {
  max-width: 90%;
  height: 147px;
  margin: 0 auto;
  text-align: center;
}

#tempdashboard .productlist .img-thumb > img {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
}

#tempdashboard .all-product .pro-store-wrapp {
  align-items: baseline;
}

#tempdashboard .all-product .product-title {
  font-weight: 500;
}

#tempdashboard .all-product .product-txt {
  color: #575859;
  margin-top: 15px;
}

#tempdashboard .all-product .product-txt,
#tempdashboard .store-info p > small {
  font-size: 12px;
}

#tempdashboard .pro-store-wrapp .store-info {
  display: inline-table;
  min-width: 200px;
}

#tempdashboard .pro-store-wrapp .store-info .store-logo {
  width: 48px;
  height: 48px;
}

#tempdashboard .store-info .store-logo > img {
  height: 100%;
  width: 100%;
}

#tempdashboard .pro-store-wrapp .store-info p {
  padding-left: 10px;
  vertical-align: middle;
}

#tempdashboard .store-info p > small {
  display: block;
  margin-bottom: 5px;
}

#tempdashboard .store-info p .pr-price,
#tempdashboard .pro-store-wrapp .btn--edit {
  font-weight: 700;
}

#tempdashboard .pro-store-wrapp .btn--edit {
  background: #E1F8FF;
  padding: 6px 20px;
  white-space: nowrap;
}

#tempdashboard .addstore-product {
  padding: 50px 30px;
}

#tempdashboard .addto-store-products label {
  font-size: 16px;
}

#tempdashboard .addto-store-products .input-group .input-group-text,
#tempdashboard .form-control.bg--grey,
#tempdashboard .form-control.bg--grey:focus {
  background: #EAEEF6;
}

#tempdashboard .addto-store-products .input-group .input-group-text:first-child {
  border-right: none;
}

#tempdashboard .addto-store-products .input-group .input-group-text:last-child {
  border-left: none;
}

#tempdashboard .addto-store-products .input-group .input-group-tex {
  border-color: #D4D7DB;
}

#tempdashboard input[type=number]::-webkit-inner-spin-button,
#tempdashboard input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#tempdashboard input[type=number] {
  -moz-appearance: textfield;
}

#tempdashboard .number-group {
  position: relative;
}

#tempdashboard .input-group .number-group {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

#tempdashboard .number-group .form-control {
  padding-right: 25px;
}

#tempdashboard .number-group .number-group-nav {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  z-index: 5;
  height: 20px;
}

#tempdashboard .number-group-nav .number-button {
  cursor: pointer;
  font-size: 10px;
  display: block;
  height: 10px;
}

#tempdashboard .product-tabs .tabs-card {
  padding: 40px 30px;
}

#tempdashboard .product-tabs .nav-tabs {
  border-bottom: 1px solid #D3DAEA;
  position: relative;
  overflow-y: hidden;
}

#tempdashboard .product-tabs .nav-tabs .nav-link {
  background: #E6EBF6;
  font-size: 18px;
  border-radius: 12px 12px 0px 0px;
  padding: 11px 15px;
  margin-right: 5px;
  min-width: 160px;
  align-items: center;
}

#tempdashboard .product-tabs .nav-tabs .nav-link > .badge {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #D3DAEA;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 0;
}

#tempdashboard .product-tabs .nav-tabs .nav-link > .badge,
#tempdashboard .product-tabs .nav-tabs .nav-item.show .nav-link,
#tempdashboard .product-tabs .nav-tabs .nav-link.active {
  background: #FFFFFF;
}

#tempdashboard .product-tabs .nav-tabs .nav-item.show .nav-link > .badge,
#tempdashboard .product-tabs .nav-tabs .nav-link.active > .badge {
  border: none;
  background: #0CA1CC;
  color: #FFFFFF;
}

#tempdashboard .product-tabs .select2-container--default .select2-selection--multiple {
  background: #F9F9F9;
}

#tempdashboard .product-tabs .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #FFFFFF;
  border: 1px solid #D4D7DB;
}

#tempdashboard .product-tabs .img-variation {
  max-width: 174px;
  max-height: 174px;
  background: #f4f7fe;
  border-radius: 12px;
  padding: 10px;
}

#tempdashboard .product-tabs .img-variation.hide-desktop {
  display: none;
}

#tempdashboard .product-tabs .img-variation > img {
  width: 100%;
}

#tempdashboard .product-tabs .btn--autofill {
  margin-top: 30px;
}

#tempdashboard .product-tabs .imgs-tab .imgs-wrapp {
  height: 100%;
  padding: 30px;
}

#tempdashboard .imgs-tab .imgs-wrapp > img {
  max-width: 100%;
  /* min-height: 175px; */
  max-height: 175px;
}

@media (max-width: 1199px) {
  #tempdashboard .boxes-wrapp .col-3 {
    flex: 0 0 270px;
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  #tempdashboard .product-tabs .img-variation.hide-desktop {
    display: block;
  }

  #tempdashboard .product-tabs .hide-mobile {
    display: none;
  }

  #tempdashboard .product-tabs .btn--autofill {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  #tempdashboard .product-box h4,
  #tempdashboard .product-box .pro-price .p1 {
    font-size: 16px;
  }

  #tempdashboard .product-tabs .tabs-card {
    padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  #tempdashboard .product-box h4,
  #tempdashboard .product-box .pro-price .p1 {
    font-size: 15px;
  }

  #tempdashboard .product-box .pro-price .p2,
  #tempdashboard .product-box .pro-meta a {
    font-size: 12px;
  }

  #tempdashboard .pro-meta {
    flex-direction: column;
  }

  #tempdashboard .product-box .pro-meta a + a {
    border-left: none;
  }
}

#tempdashboard .stores-row {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #D4D7DB transparent;
  flex-wrap: nowrap;
}

#tempdashboard .stores-row .store-card h4,
#tempdashboard .stores-row .store-card h6,
#tempdashboard .editstore-card h4 {
  color: #1B252E;
}

#tempdashboard .stores-row::-webkit-scrollbar-track {
  background: transparent;
}

#tempdashboard .stores-row::-webkit-scrollbar {
  width: 4px;
}

#tempdashboard .stores-row::-webkit-scrollbar-thumb {
  background-color: #D4D7DB;
  border-radius: 4px;
}

#tempdashboard .stores-row .store-card {
  padding: 15px;
  height: 130px;
}

#tempdashboard .store-card .store-brand {
  display: table;
}

#tempdashboard .store-card .store-brand > .thumbz,
#tempdashboard .store-card .store-brand h6 {
  display: table-cell;
  vertical-align: middle;
}

#tempdashboard .store-card .store-brand > .thumbz > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#tempdashboard .store-card .store-brand h6 {
  padding: 0 0 0 15px;
}

#tempdashboard .store-card .btn-editstore,
#tempdashboard .store-card .btn-editstore:hover,
#tempdashboard .store-card .btn-editstore:focus,
#tempdashboard .edit-store-form .btn-frm,
#tempdashboard .edit-store-form .btn-frm:hover,
#tempdashboard .edit-store-form .btn-frm:focus {
  text-decoration: none;
}

#tempdashboard .store-card .btn-editstore,
#tempdashboard .edit-store-form .btn-frm {
  display: inline-block;
}

#tempdashboard .store-card .btn-editstore {
  color: #18518A;
  font-size: 18px;
}

#tempdashboard .editstore-card {
  padding: 40px 30px;
}

#tempdashboard .editstore-card h4 {
  font-size: 20px;
}

#tempdashboard .editstore-card .store-thumbnail,
#tempdashboard .editstore-card .create-thumbnail {
  max-width: 191px;
  height: 185px;
}

#tempdashboard .editstore-card .store-thumbnail > img {
  height: 100%;
  width: 100%;
}

#tempdashboard .editstore-card .store-thumbnail > img,
#tempdashboard .editstore-card .create-thumbnail {
  border-radius: 12px;
}

#tempdashboard .edit-store-form label,
#tempdashboard .edit-store-form .btn-frm {
  font-size: 16px;
}

#tempdashboard .edit-store-form .btn-frm {
  font-weight: 500;
  color: #0CA1CC;
}

#tempdashboard .editstore-card .create-thumbnail {
  background: rgba(12, 161, 204, 0.06);
  border: 1px solid #0CA1CC;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tempdashboard .editstore-card .create-thumbnail .btn--dark {
  font-weight: 500;
}

@media (max-width: 1199px) {
  #tempdashboard .stores-row .col-3 {
    flex: 0 0 270px;
    max-width: 270px;
  }
}

#tempdashboard .payment-card {
  padding: 30px 15px;
}

#tempdashboard .payment-card label {
  font-size: 16px;
}

#tempdashboard .payment-card .ur-balance,
#tempdashboard .payment-card .ur-amount,
#tempdashboard .payment-card .tbl-amount {
  font-weight: 500;
}

#tempdashboard .payment-card .ur-balance {
  font-size: 20px;
}

#tempdashboard .payment-card .ur-balance,
#tempdashboard .payment-card .paymment-tbl-heading {
  color: #1B252E;
}

#tempdashboard .payment-card .ur-amount {
  color: #0CA1CC;
}

#tempdashboard .payment-card .pagination .page-link {
  height: 25px;
  width: 25px;
  font-size: 12px;
  line-height: 25px;
}

#tempdashboard .payment-card .pagination .page-link,
#tempdashboard .payment-card .pagination .page-item:first-child .page-link,
#tempdashboard .payment-card .pagination .page-item:last-child .page-link {
  background: #F4F7FE;
}

#tempdashboard .payment-card .pagination .page-item:first-child .page-link:hover,
#tempdashboard .payment-card .pagination .page-item:last-child .page-link:hover,
#tempdashboard .payment-card .pagination .page-item.active .page-link,
#tempdashboard .payment-card .pagination .page-link:hover {
  color: #FFFFFF;
  background: #0CA1CC;
}

#tempdashboard .payment-card .tbl-web tr:last-child td {
  border-bottom: 1px solid #EDF0F5;
}

#tempdashboard .editprofile-card {
  padding: 40px 30px;
}

#tempdashboard .editprofile-card h4 {
  font-size: 20px;
  color: #1B252E;
}

#tempdashboard .editprofile-card .create-thumbnail {
  background: #EAEEF6;
  border-radius: 12px;
  max-width: 191px;
  height: 185px;
}

#tempdashboard .editprofile-card .create-thumbnail > img {
  max-width: 100%;
  max-height: 100%;
}

