@charset "UTF-8";

/* node_modules/@ng-select/ng-select/scss/default.theme.scss */
.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: rgb(178.5, 178.5, 178.5) #ccc rgb(216.75, 216.75, 216.75);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: rgb(229.5, 229.5, 229.5);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: rgb(229.5, 229.5, 229.5);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: rgb(229.5, 229.5, 229.5);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: rgb(229.5, 229.5, 229.5);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #cccccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/@usitsdasdesign/dds-ng/styles/assets/fonts/open-sans/style.css */
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Extra Bold"),
    local("OpenSans-Extra-Bold"),
    url("./media/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Extra Bold Italic"),
    local("OpenSans-Extra-Bold-Italic"),
    url("./media/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Bold"),
    local("OpenSans-Bold"),
    url("./media/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Bold Italic"),
    local("OpenSans-Bold-Italic"),
    url("./media/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Semi Bold"),
    local("OpenSans-Semi-Bold"),
    url("./media/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Semi Bold Italic"),
    local("OpenSans-Semi-Bold-Italic"),
    url("./media/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url("./media/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Italic"),
    local("OpenSans-Italic"),
    url("./media/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Light"),
    local("OpenSans-Light"),
    url("./media/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Light Italic"),
    local("OpenSans-Light-Italic"),
    url("./media/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* node_modules/@usitsdasdesign/dds-ng/styles/assets/fonts/dds-icon/style.css */
@font-face {
  font-family: "dds-icon";
  src:
    url("./media/dds-icon.ttf?zzzbh") format("truetype"),
    url("./media/dds-icon.woff?zzzbh") format("woff"),
    url("./media/dds-icon.svg?zzzbh#dds-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dds-icon {
  font-family: "dds-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dds-icon_file_csv__l__filled:before {
  content: "\e939";
}
.dds-icon_file_doc__l__filled:before {
  content: "\e93a";
}
.dds-icon_file_png__l__filled:before {
  content: "\e93b";
}
.dds-icon_file_psd__l__filled:before {
  content: "\e93c";
}
.dds-icon_file_pdf__l__filled:before {
  content: "\e93d";
}
.dds-icon_file_txt__l__filled:before {
  content: "\e93e";
}
.dds-icon_file_xls__l__filled:before {
  content: "\e93f";
}
.dds-icon_file_xml__l__filled:before {
  content: "\e940";
}
.dds-icon_file_zip__l__filled:before {
  content: "\e941";
}
.dds-icon_file_jpg__l__filled:before {
  content: "\e942";
}
.dds-icon_file_other__l__filled:before {
  content: "\e943";
}
.dds-icon_search__l__stroke:before {
  content: "\e96b";
}
.dds-icon_ascending_sorting__l__stroke:before {
  content: "\e96c";
}
.dds-icon_descending_sorting__l__stroke:before {
  content: "\e96d";
}
.dds-icon_sort_down__l__stroke:before {
  content: "\e96e";
}
.dds-icon_sort_up__l__stroke:before {
  content: "\e96f";
}
.dds-icon_upload__l__stroke:before {
  content: "\e970";
}
.dds-icon_download__l__stroke:before {
  content: "\e971";
}
.dds-icon_delete__l__stroke:before {
  content: "\e972";
}
.dds-icon_bold__l__stroke:before {
  content: "\e973";
}
.dds-icon_italic__l__stroke:before {
  content: "\e974";
}
.dds-icon_underline__l__stroke:before {
  content: "\e975";
}
.dds-icon_strikethrough__l__stroke:before {
  content: "\e976";
}
.dds-icon_superscript__l__stroke:before {
  content: "\e977";
}
.dds-icon_subscript__l__stroke:before {
  content: "\e978";
}
.dds-icon_unordered_list__l__stroke:before {
  content: "\e979";
}
.dds-icon_orderlist__l__stroke:before {
  content: "\e97a";
}
.dds-icon_truncate__l__stroke:before {
  content: "\e97b";
}
.dds-icon_context_menu__l__filled:before {
  content: "\e97c";
}
.dds-icon_draggable_indicator__l__stroke:before {
  content: "\e97d";
}
.dds-icon_align_right__l__stroke:before {
  content: "\e97e";
}
.dds-icon_align_center__l__stroke:before {
  content: "\e97f";
}
.dds-icon_align_left__l__stroke:before {
  content: "\e980";
}
.dds-icon_link__l__stroke:before {
  content: "\e981";
}
.dds-icon_bookmark__l__stroke:before {
  content: "\e982";
}
.dds-icon_bookmark__l__filled:before {
  content: "\e9ed";
}
.dds-icon_info__l__stroke:before {
  content: "\e983";
}
.dds-icon_close__l__stroke:before {
  content: "\e984";
}
.dds-icon_plus__l__stroke:before {
  content: "\e985";
}
.dds-icon_minus__l__stroke:before {
  content: "\e986";
}
.dds-icon_include__l__stroke:before {
  content: "\e987";
}
.dds-icon_add_line__l__stroke:before {
  content: "\e988";
}
.dds-icon_add_folder__l__stroke:before {
  content: "\e989";
}
.dds-icon_heading_1__l__stroke:before {
  content: "\e98a";
}
.dds-icon_heading_2__l__stroke:before {
  content: "\e98b";
}
.dds-icon_heading_3__l__stroke:before {
  content: "\e98c";
}
.dds-icon_user__l__stroke:before {
  content: "\e98d";
}
.dds-icon_users__l__stroke:before {
  content: "\e98e";
}
.dds-icon_add_user__l__stroke:before {
  content: "\e98f";
}
.dds-icon_achievement__l__stroke:before {
  content: "\e99a";
}
.dds-icon_calendar__l__stroke:before {
  content: "\e99b";
}
.dds-icon_resize__l__stroke:before {
  content: "\e99c";
}
.dds-icon_chevron_down__l__stroke:before {
  content: "\e99d";
}
.dds-icon_chevron_up__l__stroke:before {
  content: "\e99e";
}
.dds-icon_chevron_left__l__stroke:before {
  content: "\e99f";
}
.dds-icon_chevron_right__l__stroke:before {
  content: "\e9a0";
}
.dds-icon_checkmark__l__stroke:before {
  content: "\e9a1";
}
.dds-icon_select_all__l__stroke:before {
  content: "\e9a2";
}
.dds-icon_adjustments__l__stroke:before {
  content: "\e9a3";
}
.dds-icon_archive__l__stroke:before {
  content: "\e9a4";
}
.dds-icon_edit__l__stroke:before {
  content: "\e9a5";
}
.dds-icon_copy__l__stroke:before {
  content: "\e9a6";
}
.dds-icon_chat__l__stroke:before {
  content: "\e9a7";
}
.dds-icon_file__l__stroke:before {
  content: "\e9a8";
}
.dds-icon_folder__l__stroke:before {
  content: "\e9a9";
}
.dds-icon_email__l__stroke:before {
  content: "\e9aa";
}
.dds-icon_crop__l__stroke:before {
  content: "\e9ab";
}
.dds-icon_setting__l__stroke:before {
  content: "\e9ac";
}
.dds-icon_exit__l__stroke:before {
  content: "\e9ad";
}
.dds-icon_filter__l__stroke:before {
  content: "\e9ae";
}
.dds-icon_home__l__stroke:before {
  content: "\e9af";
}
.dds-icon_show__l__stroke:before {
  content: "\e9b0";
}
.dds-icon_hide__l__stroke:before {
  content: "\e9b1";
}
.dds-icon_attachment__l__stroke:before {
  content: "\e9b2";
}
.dds-icon_clock__l__stroke:before {
  content: "\e9b3";
}
.dds-icon_arrange_horizontally__l__stroke:before {
  content: "\e9b4";
}
.dds-icon_arrange_vertically__l__stroke:before {
  content: "\e9b5";
}
.dds-icon_arrow_down__l__stroke:before {
  content: "\e9b6";
}
.dds-icon_arrow_up__l__stroke:before {
  content: "\e9b7";
}
.dds-icon_arrow_left__l__stroke:before {
  content: "\e9b8";
}
.dds-icon_arrow_right__l__stroke:before {
  content: "\e9b9";
}
.dds-icon_arrow_rotate_right__l__stroke:before {
  content: "\e9ba";
}
.dds-icon_arrow_back__l__stroke:before {
  content: "\e9bb";
}
.dds-icon_arrow_redo__l__stroke:before {
  content: "\ea2b";
}
.dds-icon_arrow_turn_right__l__stroke:before {
  content: "\e9bc";
}
.dds-icon_hourglass__l__stroke:before {
  content: "\e9bd";
}
.dds-icon_canceled_hourglass__l__stroke:before {
  content: "\e9be";
}
.dds-icon_print__l__stroke:before {
  content: "\e9bf";
}
.dds-icon_alert__l__stroke:before {
  content: "\e9c0";
}
.dds-icon_target__l__stroke:before {
  content: "\e9c1";
}
.dds-icon_exclude__l__stroke:before {
  content: "\e9c2";
}
.dds-icon_help__l__stroke:before {
  content: "\e9c3";
}
.dds-icon_cancel__l__stroke:before {
  content: "\e9c4";
}
.dds-icon_lightbulb__l__stroke:before {
  content: "\e9c5";
}
.dds-icon_location__l__stroke:before {
  content: "\e9c6";
}
.dds-icon_notification__l__stroke:before {
  content: "\e9c7";
}
.dds-icon_heart__l__stroke:before {
  content: "\e9c8";
}
.dds-icon_heart__l__filled:before {
  content: "\e9ee";
}
.dds-icon_accrual__l__stroke:before {
  content: "\e9c9";
}
.dds-icon_credit_memo__l__stroke:before {
  content: "\e9ca";
}
.dds-icon_percentage__l__stroke:before {
  content: "\e9cb";
}
.dds-icon_grid__l__stroke:before {
  content: "\e9cc";
}
.dds-icon_pin__l__stroke:before {
  content: "\e9cd";
}
.dds-icon_locked__l__stroke:before {
  content: "\e9ce";
}
.dds-icon_unlocked__l__stroke:before {
  content: "\e9cf";
}
.dds-icon_camera__l__stroke:before {
  content: "\e9d0";
}
.dds-icon_screen__l__stroke:before {
  content: "\e9d1";
}
.dds-icon_play_bordered__l__stroke:before {
  content: "\e9d2";
}
.dds-icon_pause_bordered__l__stroke:before {
  content: "\e9d3";
}
.dds-icon_play__l__stroke:before {
  content: "\e9d4";
}
.dds-icon_pause__l__stroke:before {
  content: "\e9d5";
}
.dds-icon_share__l__stroke:before {
  content: "\e9d6";
}
.dds-icon_external_link__l__stroke:before {
  content: "\e9d7";
}
.dds-icon_star__l__stroke:before {
  content: "\e9d8";
}
.dds-icon_star__l__filled:before {
  content: "\e9d9";
}
.dds-icon_cut__l__stroke:before {
  content: "\e9da";
}
.dds-icon_align_horizontal__l__stroke:before {
  content: "\e9db";
}
.dds-icon_align_vertical__l__stroke:before {
  content: "\e9dc";
}
.dds-icon_distribute_horizontal__l__stroke:before {
  content: "\e9dd";
}
.dds-icon_distribute_vertical__l__stroke:before {
  content: "\e9de";
}
.dds-icon_list__l__stroke:before {
  content: "\e9df";
}
.dds-icon_wide_view__l__filled:before {
  content: "\e9e0";
}
.dds-icon_chair__l__stroke:before {
  content: "\e9e1";
}
.dds-icon_payment_method__l__stroke:before {
  content: "\e9e3";
}
.dds-icon_money__l__stroke:before {
  content: "\e9e4";
}
.dds-icon_collapse__l__stroke:before {
  content: "\e9e7";
}
.dds-icon_expand__l__stroke:before {
  content: "\e9e8";
}
.dds-icon_sun__l__stroke:before {
  content: "\e9e9";
}
.dds-icon_bag__l__stroke:before {
  content: "\e9f1";
}
.dds-icon_bagcrossed__l__stroke:before {
  content: "\e9f3";
}
.dds-icon_globe__l__stroke:before {
  content: "\e9f5";
}
.dds-icon_flag__l__stroke:before {
  content: "\e9f7";
}
.dds-icon_service__l__stroke:before {
  content: "\e9f9";
}
.dds-icon_chart__l__stroke:before {
  content: "\e9fb";
}
.dds-icon_education__l__stroke:before {
  content: "\e9fd";
}
.dds-icon_antenna__l__stroke:before {
  content: "\e9ff";
}
.dds-icon_dna__l__stroke:before {
  content: "\ea01";
}
.dds-icon_basket__l__stroke:before {
  content: "\ea03";
}
.dds-icon_lighting__l__filled:before {
  content: "\ea05";
}
.dds-icon_quote__l__stroke:before {
  content: "\ea07";
}
.dds-icon_qr__l__stroke:before {
  content: "\ea09";
}
.dds-icon_sound_on__l__stroke:before {
  content: "\ea0b";
}
.dds-icon_sound_off__l__stroke:before {
  content: "\ea0c";
}
.dds-icon_key__l__stroke:before {
  content: "\ea0d";
}
.dds-icon_chart__l__stroke1:before {
  content: "\ea0e";
}
.dds-icon_enter__l__stroke:before {
  content: "\ea0f";
}
.dds-icon_add_file__l__stroke:before {
  content: "\ea10";
}
.dds-icon_create_message__l__stroke:before {
  content: "\ea17";
}
.dds-icon_image__l__stroke:before {
  content: "\ea18";
}
.dds-icon_add_link__l__stroke:before {
  content: "\ea19";
}
.dds-icon_prize_cup__l__stroke:before {
  content: "\ea1a";
}
.dds-icon_send__l__stroke:before {
  content: "\ea1b";
}
.dds-icon_todo_list__l__stroke:before {
  content: "\ea1c";
}
.dds-icon_many_files__l__stroke:before {
  content: "\ea1d";
}
.dds-icon_delegate_user__l__stroke:before {
  content: "\ea25";
}
.dds-icon_wifi__l__stroke:before {
  content: "\ea27";
}
.dds-icon_mobile__l__stroke:before {
  content: "\ea28";
}
.dds-icon_shield__l__stroke:before {
  content: "\ea2c";
}
.dds-icon_laptop__l__stroke:before {
  content: "\ea2d";
}
.dds-icon_save__l__stroke:before {
  content: "\ea31";
}
.dds-icon_open_envelope__l__stroke:before {
  content: "\ea33";
}
.dds-icon_sensor__l__stroke:before {
  content: "\ea35";
}
.dds-icon_move_arrows__l__stroke:before {
  content: "\ea36";
}
.dds-icon_select_area__l__stroke:before {
  content: "\ea37";
}
.dds-icon_skip_forward__l__stroke:before {
  content: "\ea38";
}
.dds-icon_skip_backward__l__stroke:before {
  content: "\ea39";
}
.dds-icon_font_color__l__stroke:before {
  content: "\ea3f";
}
.dds-icon_bg_color__l__stroke:before {
  content: "\ea40";
}
.dds-icon_reset_font_style__l__stroke:before {
  content: "\ea41";
}
.dds-icon_book__l__stroke:before {
  content: "\ea45";
}
.dds-icon_book_opened__l__stroke:before {
  content: "\ea46";
}
.dds-icon_pin__l__filled:before {
  content: "\ea49";
}
.dds-icon_diamond__l__stroke:before {
  content: "\ea4b";
}
.dds-icon_crystal__l__stroke:before {
  content: "\ea4c";
}
.dds-icon_crown__l__stroke:before {
  content: "\ea4d";
}
.dds-icon_shine__l__stroke:before {
  content: "\ea4e";
}
.dds-icon_fire__l__stroke:before {
  content: "\ea4f";
}
.dds-icon_service_credit__l__stroke:before {
  content: "\ea55";
}
.dds-icon_comment__l__stroke:before {
  content: "\ea56";
}
.dds-icon_question_mark__l__stroke:before {
  content: "\ea59";
}
.dds-icon_exclamation_mark__l__stroke:before {
  content: "\ea5a";
}
.dds-icon_import__l__stroke:before {
  content: "\ea5d";
}
.dds-icon_export__l__stroke:before {
  content: "\ea5e";
}
.dds-icon_inbox__l__stroke:before {
  content: "\ea61";
}
.dds-icon_outbox__l__stroke:before {
  content: "\ea62";
}
.dds-icon_rocket__l__stroke:before {
  content: "\ea66";
}
.dds-icon_header__l__stroke:before {
  content: "\ea67";
}
.dds-icon_footer__l__stroke:before {
  content: "\ea68";
}
.dds-icon_card__l__stroke:before {
  content: "\ea69";
}
.dds-icon_external_window__l__stroke:before {
  content: "\ea6e";
}
.dds-icon_trending__l__stroke:before {
  content: "\ea70";
}
.dds-icon_code__l__stroke:before {
  content: "\ea72";
}
.dds-icon_edit_user__l__stroke:before {
  content: "\ea77";
}
.dds-icon_delete_user__l__stroke:before {
  content: "\ea78";
}
.dds-icon_arrange_horizontally_cross__l__stroke:before {
  content: "\ea79";
}
.dds-icon_flask__l__stroke:before {
  content: "\ea7a";
}
.dds-icon_order_default_alphabet__l__stroke:before {
  content: "\ea7c";
}
.dds-icon_order_default_numbers__l__stroke:before {
  content: "\ea7d";
}
.dds-icon_search:before {
  content: "\e90b";
}
.dds-icon_search__s__stroke:before {
  content: "\e90b";
}
.dds-icon_sorting-Z-A:before {
  content: "\e901";
}
.dds-icon_ascending_sorting__s__stroke:before {
  content: "\e901";
}
.dds-icon_sorting-A-Z:before {
  content: "\e902";
}
.dds-icon_descending_sorting__s__stroke:before {
  content: "\e902";
}
.dds-icon_sort-down:before {
  content: "\e910";
}
.dds-icon_sort_down__s__stroke:before {
  content: "\e910";
}
.dds-icon_sort-up:before {
  content: "\e90f";
}
.dds-icon_sort_up__s__stroke:before {
  content: "\e90f";
}
.dds-icon_upload:before {
  content: "\e903";
}
.dds-icon_upload__s__stroke:before {
  content: "\e903";
}
.dds-icon_download:before {
  content: "\e911";
}
.dds-icon_download__s__stroke:before {
  content: "\e911";
}
.dds-icon_delete:before {
  content: "\e912";
}
.dds-icon_delete__s__stroke:before {
  content: "\e912";
}
.dds-icon_bold:before {
  content: "\e916";
}
.dds-icon_bold__s__stroke:before {
  content: "\e916";
}
.dds-icon_italic:before {
  content: "\e917";
}
.dds-icon_italic__s__stroke:before {
  content: "\e917";
}
.dds-icon_underline:before {
  content: "\e918";
}
.dds-icon_underline__s__stroke:before {
  content: "\e918";
}
.dds-icon_crossed-out:before {
  content: "\e919";
}
.dds-icon_strikethrough__s__stroke:before {
  content: "\e919";
}
.dds-icon_x2:before {
  content: "\e92c";
}
.dds-icon_superscript__s__stroke:before {
  content: "\e92c";
}
.dds-icon_x2-2:before {
  content: "\e92b";
}
.dds-icon_subscript__s__stroke:before {
  content: "\e92b";
}
.dds-icon_list-bulit:before {
  content: "\e921";
}
.dds-icon_unordered_list__s__stroke:before {
  content: "\e921";
}
.dds-icon_number-list:before {
  content: "\e922";
}
.dds-icon_orderlist__s__stroke:before {
  content: "\e922";
}
.dds-icon_truncate:before {
  content: "\e914";
}
.dds-icon_truncate__s__stroke:before {
  content: "\e914";
}
.dds-icon_dots-v:before {
  content: "\e904";
}
.dds-icon_context_menu__s__filled:before {
  content: "\e904";
}
.dds-icon_drag-drop:before {
  content: "\e95d";
}
.dds-icon_draggable_indicator__s__stroke:before {
  content: "\e95d";
}
.dds-icon_align-right:before {
  content: "\e913";
}
.dds-icon_align_right__s__stroke:before {
  content: "\e913";
}
.dds-icon_align-center:before {
  content: "\e908";
}
.dds-icon_align_center__s__stroke:before {
  content: "\e908";
}
.dds-icon_align-left:before {
  content: "\e900";
}
.dds-icon_align_left__s__stroke:before {
  content: "\e900";
}
.dds-icon_hyperlink:before {
  content: "\e923";
}
.dds-icon_link__s__stroke:before {
  content: "\e923";
}
.dds-icon_bookmark:before {
  content: "\e925";
}
.dds-icon_bookmark__s__stroke:before {
  content: "\e925";
}
.dds-icon_bookmark__s__filled:before {
  content: "\e9ef";
}
.dds-icon_info:before {
  content: "\e91a";
}
.dds-icon_info__s__stroke:before {
  content: "\e91a";
}
.dds-icon_close:before {
  content: "\e92d";
}
.dds-icon_close__s__stroke:before {
  content: "\e92d";
}
.dds-icon_plus:before {
  content: "\e947";
}
.dds-icon_plus__s__stroke:before {
  content: "\e947";
}
.dds-icon_minus:before {
  content: "\e946";
}
.dds-icon_minus__s__stroke:before {
  content: "\e946";
}
.dds-icon_add-dot:before {
  content: "\e963";
}
.dds-icon_include__s__stroke:before {
  content: "\e963";
}
.dds-icon_add-line:before {
  content: "\ea65";
}
.dds-icon_add_line__s__stroke:before {
  content: "\ea65";
}
.dds-icon_add-folder:before {
  content: "\e95c";
}
.dds-icon_add_folder__s__stroke:before {
  content: "\e95c";
}
.dds-icon_h1:before {
  content: "\e92f";
}
.dds-icon_heading_1__s__stroke:before {
  content: "\e92f";
}
.dds-icon_h2:before {
  content: "\e930";
}
.dds-icon_heading_2__s__stroke:before {
  content: "\e930";
}
.dds-icon_h3:before {
  content: "\e931";
}
.dds-icon_heading_3__s__stroke:before {
  content: "\e931";
}
.dds-icon_user:before {
  content: "\e938";
}
.dds-icon_user__s__stroke:before {
  content: "\e938";
}
.dds-icon_users:before {
  content: "\e905";
}
.dds-icon_users__s__stroke:before {
  content: "\e905";
}
.dds-icon_addfriend:before {
  content: "\e927";
}
.dds-icon_add_user__s__stroke:before {
  content: "\e927";
}
.dds-icon_achievement:before {
  content: "\e969";
}
.dds-icon_achievement_medal__s__stroke:before {
  content: "\e969";
}
.dds-icon_calendar:before {
  content: "\e90c";
}
.dds-icon_calendar__s__stroke:before {
  content: "\e90c";
}
.dds-icon_add-space:before {
  content: "\e96a";
}
.dds-icon_resize__s__stroke:before {
  content: "\e96a";
}
.dds-icon_arrow-down:before {
  content: "\e932";
}
.dds-icon_chevron_down__s__stroke:before {
  content: "\e932";
}
.dds-icon_arrow-up:before {
  content: "\e935";
}
.dds-icon_chevron_up__s__stroke:before {
  content: "\e935";
}
.dds-icon_arrow-left:before {
  content: "\e933";
}
.dds-icon_chevron_left__s__stroke:before {
  content: "\e933";
}
.dds-icon_arrow-right:before {
  content: "\e934";
}
.dds-icon_chevron_right__s__stroke:before {
  content: "\e934";
}
.dds-icon_check:before {
  content: "\e945";
}
.dds-icon_checkmark__s__stroke:before {
  content: "\e945";
}
.dds-icon_select-all:before {
  content: "\e94b";
}
.dds-icon_select_all__s__stroke:before {
  content: "\e94b";
}
.dds-icon_adjustment:before {
  content: "\e994";
}
.dds-icon_adjustments__s__stroke:before {
  content: "\e994";
}
.dds-icon_archive:before {
  content: "\e915";
}
.dds-icon_archive__s__stroke:before {
  content: "\e915";
}
.dds-icon_edit:before {
  content: "\e90a";
}
.dds-icon_edit__s__filled:before {
  content: "\e90a";
}
.dds-icon_copy:before {
  content: "\e91b";
}
.dds-icon_copy__s__stroke:before {
  content: "\e91b";
}
.dds-icon_chat:before {
  content: "\e91c";
}
.dds-icon_chat__s__stroke:before {
  content: "\e91c";
}
.dds-icon_file:before {
  content: "\e937";
}
.dds-icon_file__s__stroke:before {
  content: "\e937";
}
.dds-icon_folder:before {
  content: "\e909";
}
.dds-icon_folder__s__stroke:before {
  content: "\e909";
}
.dds-icon_email:before {
  content: "\e954";
}
.dds-icon_email__s__stroke:before {
  content: "\e954";
}
.dds-icon_crop:before {
  content: "\e91d";
}
.dds-icon_crop__s__stroke:before {
  content: "\e91d";
}
.dds-icon_setting:before {
  content: "\e91e";
}
.dds-icon_setting__s__stroke:before {
  content: "\e91e";
}
.dds-icon_exit:before {
  content: "\e960";
}
.dds-icon_exit__s__stroke:before {
  content: "\e960";
}
.dds-icon_filter:before {
  content: "\e920";
}
.dds-icon_filter__s__stroke:before {
  content: "\e920";
}
.dds-icon_home:before {
  content: "\e953";
}
.dds-icon_home__s__stroke:before {
  content: "\e953";
}
.dds-icon_eyeopen:before {
  content: "\e92e";
}
.dds-icon_show__s__stroke:before {
  content: "\e92e";
}
.dds-icon_eyeclose:before {
  content: "\e936";
}
.dds-icon_hide__s__stroke:before {
  content: "\e936";
}
.dds-icon_clip:before {
  content: "\e944";
}
.dds-icon_attachment__s__stroke:before {
  content: "\e944";
}
.dds-icon_timer:before {
  content: "\e92a";
}
.dds-icon_clock__s__stroke:before {
  content: "\e92a";
}
.dds-icon_switch:before {
  content: "\e924";
}
.dds-icon_arrange_horizontally__s__stroke:before {
  content: "\e924";
}
.dds-icon_sort:before {
  content: "\e91f";
}
.dds-icon_arrange_vertically__s__stroke:before {
  content: "\e91f";
}
.dds-icon_arrow-long-down:before {
  content: "\e998";
}
.dds-icon_arrow_down__s__stroke:before {
  content: "\e998";
}
.dds-icon_arrow-long-up:before {
  content: "\e997";
}
.dds-icon_arrow_up__s__stroke:before {
  content: "\e997";
}
.dds-icon_arrow_v3:before {
  content: "\e961";
}
.dds-icon_arrow_left__s__stroke:before {
  content: "\e961";
}
.dds-icon_arrow_v2:before {
  content: "\e928";
}
.dds-icon_arrow_right__s__stroke:before {
  content: "\e928";
}
.dds-icon_arrow-round-right:before {
  content: "\e996";
}
.dds-icon_arrow_rotate_right__s__stroke:before {
  content: "\e996";
}
.dds-icon_arrow-back:before {
  content: "\e968";
}
.dds-icon_arrow_back__s__stroke:before {
  content: "\e968";
}
.dds-icon_arrow_redo__s__stroke:before {
  content: "\ea2e";
}
.dds-icon_arrow-turn-right:before {
  content: "\e995";
}
.dds-icon_arrow_turn_right__s__stroke:before {
  content: "\e995";
}
.dds-icon_hourglass:before {
  content: "\e94";
}
.dds-icon_hourglass__s__stroke:before {
  content: "\e94";
}
.dds-icon_canceled-hourglass:before {
  content: "\e999";
}
.dds-icon_canceled_hourglass__s__stroke:before {
  content: "\e999";
}
.dds-icon_print:before {
  content: "\e94a";
}
.dds-icon_print__s__stroke:before {
  content: "\e94a";
}
.dds-icon_exclemation-mark:before {
  content: "\e94d";
}
.dds-icon_alert__s__stroke:before {
  content: "\e94d";
}
.dds-icon_dot-size:before {
  content: "\e962";
}
.dds-icon_target__s__stroke:before {
  content: "\e962";
}
.dds-icon_removefrom:before {
  content: "\e929";
}
.dds-icon_exclude__s__stroke:before {
  content: "\e929";
}
.dds-icon_help:before {
  content: "\e95a";
}
.dds-icon_help__s__stroke:before {
  content: "\e95a";
}
.dds-icon_cancel:before {
  content: "\e991";
}
.dds-icon_cancel__s__stroke:before {
  content: "\e991";
}
.dds-icon_lightbulb:before {
  content: "\e90d";
}
.dds-icon_lightbulb__s__stroke:before {
  content: "\e90d";
}
.dds-icon_location:before {
  content: "\e959";
}
.dds-icon_location__s__stroke:before {
  content: "\e959";
}
.dds-icon_bell:before {
  content: "\e95b";
}
.dds-icon_notification__s__stroke:before {
  content: "\e95b";
}
.dds-icon_heart:before {
  content: "\e956";
}
.dds-icon_heart__s__stroke:before {
  content: "\e956";
}
.dds-icon_heart__s__filled:before {
  content: "\e9f0";
}
.dds-icon_accrual:before {
  content: "\e993";
}
.dds-icon_accrual__s__stroke:before {
  content: "\e993";
}
.dds-icon_credit-memo:before {
  content: "\e992";
}
.dds-icon_credit_memo__s__stroke:before {
  content: "\e992";
}
.dds-icon_discount:before {
  content: "\e990";
}
.dds-icon_percentage__s__stroke:before {
  content: "\e990";
}
.dds-icon_grid__s__filled:before {
  content: "\e907";
}
.dds-icon_pin:before {
  content: "\e952";
}
.dds-icon_pin__s__stroke:before {
  content: "\e952";
}
.dds-icon_lock:before {
  content: "\e95e";
}
.dds-icon_locked__s__stroke:before {
  content: "\e95e";
}
.dds-icon_unlock:before {
  content: "\e95f";
}
.dds-icon_unlocked__s__stroke:before {
  content: "\e95f";
}
.dds-icon_camera:before {
  content: "\e955";
}
.dds-icon_camera__s__stroke:before {
  content: "\e955";
}
.dds-icon_screen:before {
  content: "\e958";
}
.dds-icon_screen__s__stroke:before {
  content: "\e958";
}
.dds-icon_play-stroke:before {
  content: "\e94f";
}
.dds-icon_play_bordered__s__stroke:before {
  content: "\e94f";
}
.dds-icon_pause-stroke:before {
  content: "\e951";
}
.dds-icon_pause_bordered__s__stroke:before {
  content: "\e951";
}
.dds-icon_play:before {
  content: "\e94e";
}
.dds-icon_play__s__stroke:before {
  content: "\e94e";
}
.dds-icon_pause:before {
  content: "\e950";
}
.dds-icon_pause__s__stroke:before {
  content: "\e950";
}
.dds-icon_share:before {
  content: "\e957";
}
.dds-icon_share__s__stroke:before {
  content: "\e957";
}
.dds-icon_external-link:before {
  content: "\e90e";
}
.dds-icon_external_link__s__stroke:before {
  content: "\e90e";
}
.dds-icon_star-border:before {
  content: "\e948";
}
.dds-icon_star__s__stroke:before {
  content: "\e948";
}
.dds-icon_star-filled:before {
  content: "\e949";
}
.dds-icon_star__s__filled:before {
  content: "\e949";
}
.dds-icon_scissors:before {
  content: "\e926";
}
.dds-icon_cut__s__stroke:before {
  content: "\e926";
}
.dds-icon_align-horizontal:before {
  content: "\e964";
}
.dds-icon_align_horizontal__l__stroke1:before {
  content: "\e964";
}
.dds-icon_align-vertical:before {
  content: "\e965";
}
.dds-icon_align_vertical__s__stroke:before {
  content: "\e965";
}
.dds-icon_distribute-horizontal:before {
  content: "\e967";
}
.dds-icon_distribute_horizontal__s__stroke:before {
  content: "\e967";
}
.dds-icon_distribute-vertical:before {
  content: "\e966";
}
.dds-icon_distribute_vertical__s__stroke:before {
  content: "\e966";
}
.dds-icon_list:before {
  content: "\e906";
}
.dds-icon_list__s__stroke:before {
  content: "\e906";
}
.dds-icon_wide-view:before {
  content: "\e94c";
}
.dds-icon_wide_view__s__filled:before {
  content: "\e94c";
}
.dds-icon_chair__s__stroke:before {
  content: "\e9e2";
}
.dds-icon_payment_method__s__stroke:before {
  content: "\e9e5";
}
.dds-icon_money__s__filled:before {
  content: "\e9e6";
}
.dds-icon_collapse__s__stroke:before {
  content: "\e9ea";
}
.dds-icon_expand__s__stroke:before {
  content: "\e9eb";
}
.dds-icon_sun__s__stroke:before {
  content: "\e9ec";
}
.dds-icon_bag__s__stroke:before {
  content: "\e9f2";
}
.dds-icon_bagcrossed__s__stroke:before {
  content: "\e9f4";
}
.dds-icon_globe__s__stroke:before {
  content: "\e9f6";
}
.dds-icon_flag__s__stroke:before {
  content: "\e9f8";
}
.dds-icon_service__s__stroke:before {
  content: "\e9fa";
}
.dds-icon_chart__s__stroke:before {
  content: "\e9fc";
}
.dds-icon_education__s__stroke:before {
  content: "\e9fe";
}
.dds-icon_antenna__s__stroke:before {
  content: "\ea00";
}
.dds-icon_dna__s__stroke:before {
  content: "\ea02";
}
.dds-icon_basket__s__stroke:before {
  content: "\ea04";
}
.dds-icon_lighting__s__filled:before {
  content: "\ea06";
}
.dds-icon_quote__s__stroke:before {
  content: "\ea08";
}
.dds-icon_qr__s__stroke:before {
  content: "\ea0a";
}
.dds-icon_sound_on__s__stroke:before {
  content: "\ea11";
}
.dds-icon_sound_off__s__stroke:before {
  content: "\ea12";
}
.dds-icon_key__s__stroke:before {
  content: "\ea13";
}
.dds-icon_chart__s__stroke1:before {
  content: "\ea14";
}
.dds-icon_enter__s__stroke:before {
  content: "\ea15";
}
.dds-icon_add_file__s__stroke:before {
  content: "\ea16";
}
.dds-icon_create_message__s__stroke:before {
  content: "\ea1e";
}
.dds-icon_image__s__stroke:before {
  content: "\ea1f";
}
.dds-icon_add_link__s__stroke:before {
  content: "\ea20";
}
.dds-icon_prize_cup__s__stroke:before {
  content: "\ea21";
}
.dds-icon_send__s__stroke:before {
  content: "\ea22";
}
.dds-icon_todo_list__s__stroke:before {
  content: "\ea23";
}
.dds-icon_many_files__s__stroke:before {
  content: "\ea24";
}
.dds-icon_delegate_user__s__stroke:before {
  content: "\ea26";
}
.dds-icon_wifi__s__stroke:before {
  content: "\ea29";
}
.dds-icon_mobile__s__stroke:before {
  content: "\ea2a";
}
.dds-icon_shield__s__stroke:before {
  content: "\ea2f";
}
.dds-icon_laptop__s__stroke:before {
  content: "\ea30";
}
.dds-icon_save__s__stroke:before {
  content: "\ea32";
}
.dds-icon_open_envelope__s__stroke:before {
  content: "\ea34";
}
.dds-icon_sensor__s__stroke:before {
  content: "\ea3a";
}
.dds-icon_move_arrows__s__stroke:before {
  content: "\ea3b";
}
.dds-icon_select_area__s__stroke:before {
  content: "\ea3c";
}
.dds-icon_skip_forward__s__stroke:before {
  content: "\ea3d";
}
.dds-icon_skip_backward__s__stroke:before {
  content: "\ea3e";
}
.dds-icon_font_color__s__stroke:before {
  content: "\ea42";
}
.dds-icon_bg_color__s__stroke:before {
  content: "\ea43";
}
.dds-icon_reset_font_style__s__stroke:before {
  content: "\ea44";
}
.dds-icon_book__s__stroke:before {
  content: "\ea47";
}
.dds-icon_book_opened__s__stroke:before {
  content: "\ea48";
}
.dds-icon_pin__s__filled:before {
  content: "\ea4a";
}
.dds-icon_diamond__s__stroke:before {
  content: "\ea50";
}
.dds-icon_crystal__s__stroke:before {
  content: "\ea51";
}
.dds-icon_crown__s__stroke:before {
  content: "\ea52";
}
.dds-icon_shine__s__stroke:before {
  content: "\ea53";
}
.dds-icon_fire__s__stroke:before {
  content: "\ea54";
}
.dds-icon_service_credit__s__stroke:before {
  content: "\ea57";
}
.dds-icon_comment__s__stroke:before {
  content: "\ea58";
}
.dds-icon_question_mark__s__stroke:before {
  content: "\ea5b";
}
.dds-icon_exclamation_mark__s__stroke:before {
  content: "\ea5c";
}
.dds-icon_import__s__stroke:before {
  content: "\ea5f";
}
.dds-icon_export__s__stroke:before {
  content: "\ea60";
}
.dds-icon_inbox__s__stroke:before {
  content: "\ea63";
}
.dds-icon_outbox__s__stroke:before {
  content: "\ea64";
}
.dds-icon_rocket__s__stroke:before {
  content: "\ea6a";
}
.dds-icon_header__s__stroke:before {
  content: "\ea6b";
}
.dds-icon_footer__s__stroke:before {
  content: "\ea6c";
}
.dds-icon_card__s__stroke:before {
  content: "\ea6d";
}
.dds-icon_external_window__s__stroke:before {
  content: "\ea6f";
}
.dds-icon_trending__s__stroke:before {
  content: "\ea71";
}
.dds-icon_code__s__stroke:before {
  content: "\ea73";
}
.dds-icon_edit_user__s__stroke:before {
  content: "\ea74";
}
.dds-icon_delete_user__s__stroke:before {
  content: "\ea75";
}
.dds-icon_arrange_horizontally_cross__s__stroke:before {
  content: "\ea76";
}
.dds-icon_flask__s__stroke:before {
  content: "\ea7b";
}
.dds-icon_order_default_alphabet__s__stroke:before {
  content: "\ea7e";
}
.dds-icon_order_default_numbers__s__stroke:before {
  content: "\ea7f";
}

/* node_modules/@usitsdasdesign/dds-ng/styles/assets/fonts/dds-icon-sm/style.css */
@font-face {
  font-family: "dds-icon-sm";
  src: url("./media/dds-icon-sm.eot?1wpiqq");
  src:
    url("./media/dds-icon-sm.eot?1wpiqq#iefix") format("embedded-opentype"),
    url("./media/dds-icon-sm.ttf?1wpiqq") format("truetype"),
    url("./media/dds-icon-sm.woff?1wpiqq") format("woff"),
    url("./media/dds-icon-sm.svg?1wpiqq#dds-icon-sm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dds-icon_sm {
  font-family: "dds-icon-sm";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dds-icon_jpg:before {
  content: "\e939";
}
.dds-icon_png:before {
  content: "\e93a";
}
.dds-icon_pdf:before {
  content: "\e93b";
}
.dds-icon_psd:before {
  content: "\e93c";
}
.dds-icon_doc:before {
  content: "\e93d";
}
.dds-icon_xls:before {
  content: "\e93e";
}
.dds-icon_csv:before {
  content: "\e93f";
}
.dds-icon_xml:before {
  content: "\e940";
}
.dds-icon_zip:before {
  content: "\e941";
}
.dds-icon_txt:before {
  content: "\e942";
}
.dds-icon_other:before {
  content: "\e943";
}
.dds-icon_search:before {
  content: "\e90b";
}
.dds-icon_sorting-Z-A:before {
  content: "\e901";
}
.dds-icon_sorting-A-Z:before {
  content: "\e902";
}
.dds-icon_sort-up:before {
  content: "\e90f";
}
.dds-icon_sort-down:before {
  content: "\e910";
}
.dds-icon_download:before {
  content: "\e911";
}
.dds-icon_upload:before {
  content: "\e903";
}
.dds-icon_delete:before {
  content: "\e912";
}
.dds-icon_bold:before {
  content: "\e916";
}
.dds-icon_italic:before {
  content: "\e917";
}
.dds-icon_underline:before {
  content: "\e918";
}
.dds-icon_crossed-out:before {
  content: "\e919";
}
.dds-icon_x2:before {
  content: "\e92c";
}
.dds-icon_x2-2:before {
  content: "\e92b";
}
.dds-icon_bulit-list:before {
  content: "\e921";
}
.dds-icon_number-list:before {
  content: "\e922";
}
.dds-icon_truncate:before {
  content: "\e914";
}
.dds-icon_dots-v:before {
  content: "\e904";
}
.dds-icon_align-left:before {
  content: "\e900";
}
.dds-icon_align-center:before {
  content: "\e908";
}
.dds-icon_align-right:before {
  content: "\e913";
}
.dds-icon_hyperlink:before {
  content: "\e923";
}
.dds-icon_bookmark:before {
  content: "\e925";
}
.dds-icon_info:before {
  content: "\e91a";
}
.dds-icon_close:before {
  content: "\e92d";
}
.dds-icon_h1:before {
  content: "\e92f";
}
.dds-icon_h2:before {
  content: "\e930";
}
.dds-icon_h3:before {
  content: "\e931";
}
.dds-icon_arrow-down:before {
  content: "\e932";
}
.dds-icon_arrow-up:before {
  content: "\e935";
}
.dds-icon_arrow-left:before {
  content: "\e933";
}
.dds-icon_arrow-right:before {
  content: "\e934";
}
.dds-icon_check:before {
  content: "\e945";
}
.dds-icon_file:before {
  content: "\e937";
}
.dds-icon_user:before {
  content: "\e938";
}
.dds-icon_users:before {
  content: "\e905";
}
.dds-icon_minus:before {
  content: "\e946";
}
.dds-icon_plus:before {
  content: "\e947";
}
.dds-icon_star-border:before {
  content: "\e948";
}
.dds-icon_star-filled:before {
  content: "\e949";
}
.dds-icon_list-24:before {
  content: "\e906";
}
.dds-icon_grid-24:before {
  content: "\e907";
}
.dds-icon_folder-24:before {
  content: "\e909";
}
.dds-icon_edit-24:before {
  content: "\e90a";
}
.dds-icon_calendar:before {
  content: "\e90c";
}
.dds-icon_external-link:before {
  content: "\e90e";
}
.dds-icon_archive:before {
  content: "\e915";
}
.dds-icon_copy:before {
  content: "\e91b";
}
.dds-icon_chat:before {
  content: "\e91c";
}
.dds-icon_timer:before {
  content: "\e92a";
}
.dds-icon_lightbulb:before {
  content: "\e90d";
}
.dds-icon_crop:before {
  content: "\e91d";
}
.dds-icon_settings:before {
  content: "\e91e";
}
.dds-icon_sort:before {
  content: "\e91f";
}
.dds-icon_filter:before {
  content: "\e920";
}
.dds-icon_switch:before {
  content: "\e924";
}
.dds-icon_scissors:before {
  content: "\e926";
}
.dds-icon_addfriend:before {
  content: "\e927";
}
.dds-icon_arrow_v2:before {
  content: "\e928";
}
.dds-icon_removefrom:before {
  content: "\e929";
}
.dds-icon_eyeopen:before {
  content: "\e92e";
}
.dds-icon_eyeclose:before {
  content: "\e936";
}
.dds-icon_clip:before {
  content: "\e944";
}
.dds-icon_print:before {
  content: "\e94a";
}
.dds-icon_discount:before {
  content: "\e990";
}
.dds-icon_cancel:before {
  content: "\e991";
}
.dds-icon_credit-memo:before {
  content: "\e992";
}
.dds-icon_accrual:before {
  content: "\e993";
}
.dds-icon_adjustment:before {
  content: "\e994";
}
.dds-icon_arrow-turn-right:before {
  content: "\e995";
}
.dds-icon_arrow-round-right:before {
  content: "\e996";
}
.dds-icon_arrow-long-up:before {
  content: "\e997";
}
.dds-icon_arrow-long-down:before {
  content: "\e998";
}
.dds-icon_canceled-hourglass:before {
  content: "\e999";
}
.dds-icon_hourglass:before {
  content: "\e94";
}
.dds-icon_select-all:before {
  content: "\e94b";
}
.dds-icon_wide-view:before {
  content: "\e94c";
}
.dds-icon_add-line:before {
  content: "\e9567";
}
.dds-icon_exclemation-mark:before {
  content: "\e94d";
}
.dds-icon_play:before {
  content: "\e94e";
}
.dds-icon_pause:before {
  content: "\e950";
}
.dds-icon_play-stroke:before {
  content: "\e94f";
}
.dds-icon_pause_stroke:before {
  content: "\e951";
}
.dds-icon_pin:before {
  content: "\e952";
}
.dds-icon_home:before {
  content: "\e953";
}
.dds-icon_email:before {
  content: "\e954";
}
.dds-icon_camera:before {
  content: "\e955";
}
.dds-icon_heart:before {
  content: "\e956";
}
.dds-icon_share:before {
  content: "\e957";
}
.dds-icon_screen:before {
  content: "\e958";
}
.dds-icon_location:before {
  content: "\e959";
}
.dds-icon_help:before {
  content: "\e95a";
}

/* node_modules/@usitsdasdesign/dds-ng/styles/assets/fonts/font.css */

/* node_modules/@usitsdasdesign/dds-ng/styles/main.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, sans-serif;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.dds-h1 {
  font: 600 56px / 72px "Open Sans", sans-serif;
}
.dds-h2 {
  font: 600 40px / 52px "Open Sans", sans-serif;
}
.dds-h3 {
  font: 600 32px / 40px "Open Sans", sans-serif;
}
.dds-h4 {
  font: 700 24px / 36px "Open Sans", sans-serif;
}
.dds-h5 {
  font: 600 16px / 24px "Open Sans", sans-serif;
}
.dds-body {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-body-semibold {
  font: 600 14px / 20px "Open Sans", sans-serif;
}
.dds-body-bold {
  font: 700 14px / 20px "Open Sans", sans-serif;
}
.dds-label {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-label-semibold {
  font: 600 12px / 16px "Open Sans", sans-serif;
}
.dds-link {
  font: 400 14px / 20px "Open Sans", sans-serif;
  text-decoration: underline;
}
.dds-link-sm {
  font: 400 12px / 16px "Open Sans", sans-serif;
  text-decoration: underline;
}
.dds-blockquote {
  font: 400 14px / 20px "Open Sans", sans-serif;
  margin: 16px;
}
.dds-blockquote:before {
  content: open-quote;
}
.dds-blockquote:after {
  content: close-quote;
}
.dds-align-baseline {
  vertical-align: baseline !important;
}
.dds-align-top {
  vertical-align: top !important;
}
.dds-align-middle {
  vertical-align: middle !important;
}
.dds-align-bottom {
  vertical-align: bottom !important;
}
.dds-align-text-bottom {
  vertical-align: text-bottom !important;
}
.dds-align-text-top {
  vertical-align: text-top !important;
}
.dds-float-start {
  float: left !important;
}
.dds-float-end {
  float: right !important;
}
.dds-float-none {
  float: none !important;
}
.dds-opacity-0 {
  opacity: 0 !important;
}
.dds-opacity-25 {
  opacity: 0.25 !important;
}
.dds-opacity-50 {
  opacity: 0.5 !important;
}
.dds-opacity-75 {
  opacity: 0.75 !important;
}
.dds-opacity-100 {
  opacity: 1 !important;
}
.dds-overflow-auto {
  overflow: auto !important;
}
.dds-overflow-hidden {
  overflow: hidden !important;
}
.dds-overflow-visible {
  overflow: visible !important;
}
.dds-overflow-scroll {
  overflow: scroll !important;
}
.dds-d-inline {
  display: inline !important;
}
.dds-d-inline-block {
  display: inline-block !important;
}
.dds-d-block {
  display: block !important;
}
.dds-d-grid {
  display: grid !important;
}
.dds-d-table {
  display: table !important;
}
.dds-d-table-row {
  display: table-row !important;
}
.dds-d-table-cell {
  display: table-cell !important;
}
.dds-d-flex {
  display: flex !important;
}
.dds-d-inline-flex {
  display: inline-flex !important;
}
.dds-d-none {
  display: none !important;
}
.dds-shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}
.dds-shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}
.dds-shadow-lg {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
}
.dds-shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
}
.dds-shadow-none {
  box-shadow: none !important;
}
.dds-position-static {
  position: static !important;
}
.dds-position-relative {
  position: relative !important;
}
.dds-position-absolute {
  position: absolute !important;
}
.dds-position-fixed {
  position: fixed !important;
}
.dds-position-sticky {
  position: sticky !important;
}
.dds-top-0 {
  top: 0 !important;
}
.dds-top-50 {
  top: 50% !important;
}
.dds-top-100 {
  top: 100% !important;
}
.dds-bottom-0 {
  bottom: 0 !important;
}
.dds-bottom-50 {
  bottom: 50% !important;
}
.dds-bottom-100 {
  bottom: 100% !important;
}
.dds-start-0 {
  left: 0 !important;
}
.dds-start-50 {
  left: 50% !important;
}
.dds-start-100 {
  left: 100% !important;
}
.dds-end-0 {
  right: 0 !important;
}
.dds-end-50 {
  right: 50% !important;
}
.dds-end-100 {
  right: 100% !important;
}
.dds-translate-middle {
  transform: translate(-50%, -50%) !important;
}
.dds-translate-middle-x {
  transform: translateX(-50%) !important;
}
.dds-translate-middle-y {
  transform: translateY(-50%) !important;
}
.dds-border {
  border: 1px solid #d0d0ce !important;
}
.dds-border-0 {
  border: 0 !important;
}
.dds-border-top {
  border-top: 1px solid #d0d0ce !important;
}
.dds-border-top-0 {
  border-top: 0 !important;
}
.dds-border-end {
  border-right: 1px solid #d0d0ce !important;
}
.dds-border-end-0 {
  border-right: 0 !important;
}
.dds-border-bottom {
  border-bottom: 1px solid #d0d0ce !important;
}
.dds-border-bottom-0 {
  border-bottom: 0 !important;
}
.dds-border-start {
  border-left: 1px solid #d0d0ce !important;
}
.dds-border-start-0 {
  border-left: 0 !important;
}
.dds-border-green {
  border-color: #26890d !important;
}
.dds-border-dark {
  border-color: #000000 !important;
}
.dds-border-white {
  border-color: #ffffff !important;
}
.dds-border-blue {
  border-color: #007cb0 !important;
}
.dds-border-danger {
  border-color: #da291c !important;
}
.dds-border-1 {
  border-width: 1px !important;
}
.dds-border-2 {
  border-width: 2px !important;
}
.dds-border-3 {
  border-width: 3px !important;
}
.dds-border-4 {
  border-width: 4px !important;
}
.dds-border-5 {
  border-width: 5px !important;
}
.dds-w-25 {
  width: 25% !important;
}
.dds-w-50 {
  width: 50% !important;
}
.dds-w-75 {
  width: 75% !important;
}
.dds-w-100 {
  width: 100% !important;
}
.dds-w-auto {
  width: auto !important;
}
.dds-mw-100 {
  max-width: 100% !important;
}
.dds-vw-100 {
  width: 100vw !important;
}
.dds-min-vw-100 {
  min-width: 100vw !important;
}
.dds-h-25 {
  height: 25% !important;
}
.dds-h-50 {
  height: 50% !important;
}
.dds-h-75 {
  height: 75% !important;
}
.dds-h-100 {
  height: 100% !important;
}
.dds-h-auto {
  height: auto !important;
}
.dds-mh-100 {
  max-height: 100% !important;
}
.dds-vh-100 {
  height: 100vh !important;
}
.dds-min-vh-100 {
  min-height: 100vh !important;
}
.dds-flex-fill {
  flex: 1 1 auto !important;
}
.dds-flex-row {
  flex-direction: row !important;
}
.dds-flex-column {
  flex-direction: column !important;
}
.dds-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.dds-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.dds-flex-grow-0 {
  flex-grow: 0 !important;
}
.dds-flex-grow-1 {
  flex-grow: 1 !important;
}
.dds-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.dds-flex-shrink-1 {
  flex-shrink: 1 !important;
}
.dds-flex-wrap {
  flex-wrap: wrap !important;
}
.dds-flex-nowrap {
  flex-wrap: nowrap !important;
}
.dds-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.dds-gap-0 {
  gap: 0 !important;
}
.dds-gap-1 {
  gap: 8px !important;
}
.dds-gap-2 {
  gap: 12px !important;
}
.dds-gap-3 {
  gap: 16px !important;
}
.dds-gap-4 {
  gap: 20px !important;
}
.dds-gap-5 {
  gap: 24px !important;
}
.dds-justify-content-start {
  justify-content: flex-start !important;
}
.dds-justify-content-end {
  justify-content: flex-end !important;
}
.dds-justify-content-center {
  justify-content: center !important;
}
.dds-justify-content-between {
  justify-content: space-between !important;
}
.dds-justify-content-around {
  justify-content: space-around !important;
}
.dds-justify-content-evenly {
  justify-content: space-evenly !important;
}
.dds-align-items-start {
  align-items: flex-start !important;
}
.dds-align-items-end {
  align-items: flex-end !important;
}
.dds-align-items-center {
  align-items: center !important;
}
.dds-align-items-baseline {
  align-items: baseline !important;
}
.dds-align-items-stretch {
  align-items: stretch !important;
}
.dds-align-content-start {
  align-content: flex-start !important;
}
.dds-align-content-end {
  align-content: flex-end !important;
}
.dds-align-content-center {
  align-content: center !important;
}
.dds-align-content-between {
  align-content: space-between !important;
}
.dds-align-content-around {
  align-content: space-around !important;
}
.dds-align-content-stretch {
  align-content: stretch !important;
}
.dds-align-self-auto {
  align-self: auto !important;
}
.dds-align-self-start {
  align-self: flex-start !important;
}
.dds-align-self-end {
  align-self: flex-end !important;
}
.dds-align-self-center {
  align-self: center !important;
}
.dds-align-self-baseline {
  align-self: baseline !important;
}
.dds-align-self-stretch {
  align-self: stretch !important;
}
.dds-order-first {
  order: -1 !important;
}
.dds-order-0 {
  order: 0 !important;
}
.dds-order-1 {
  order: 1 !important;
}
.dds-order-2 {
  order: 2 !important;
}
.dds-order-3 {
  order: 3 !important;
}
.dds-order-4 {
  order: 4 !important;
}
.dds-order-5 {
  order: 5 !important;
}
.dds-order-last {
  order: 6 !important;
}
.dds-m-0 {
  margin: 0 !important;
}
.dds-m-1 {
  margin: 8px !important;
}
.dds-m-2 {
  margin: 12px !important;
}
.dds-m-3 {
  margin: 16px !important;
}
.dds-m-4 {
  margin: 20px !important;
}
.dds-m-5 {
  margin: 24px !important;
}
.dds-m-auto {
  margin: auto !important;
}
.dds-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.dds-mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.dds-mx-2 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.dds-mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.dds-mx-4 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.dds-mx-5 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.dds-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.dds-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dds-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.dds-my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.dds-my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.dds-my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.dds-my-5 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.dds-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.dds-mt-0 {
  margin-top: 0 !important;
}
.dds-mt-1 {
  margin-top: 8px !important;
}
.dds-mt-2 {
  margin-top: 12px !important;
}
.dds-mt-3 {
  margin-top: 16px !important;
}
.dds-mt-4 {
  margin-top: 20px !important;
}
.dds-mt-5 {
  margin-top: 24px !important;
}
.dds-mt-auto {
  margin-top: auto !important;
}
.dds-me-0 {
  margin-right: 0 !important;
}
.dds-me-1 {
  margin-right: 8px !important;
}
.dds-me-2 {
  margin-right: 12px !important;
}
.dds-me-3 {
  margin-right: 16px !important;
}
.dds-me-4 {
  margin-right: 20px !important;
}
.dds-me-5 {
  margin-right: 24px !important;
}
.dds-me-auto {
  margin-right: auto !important;
}
.dds-mb-0 {
  margin-bottom: 0 !important;
}
.dds-mb-1 {
  margin-bottom: 8px !important;
}
.dds-mb-2 {
  margin-bottom: 12px !important;
}
.dds-mb-3 {
  margin-bottom: 16px !important;
}
.dds-mb-4 {
  margin-bottom: 20px !important;
}
.dds-mb-5 {
  margin-bottom: 24px !important;
}
.dds-mb-auto {
  margin-bottom: auto !important;
}
.dds-ms-0 {
  margin-left: 0 !important;
}
.dds-ms-1 {
  margin-left: 8px !important;
}
.dds-ms-2 {
  margin-left: 12px !important;
}
.dds-ms-3 {
  margin-left: 16px !important;
}
.dds-ms-4 {
  margin-left: 20px !important;
}
.dds-ms-5 {
  margin-left: 24px !important;
}
.dds-ms-auto {
  margin-left: auto !important;
}
.dds-m-n1 {
  margin: -8px !important;
}
.dds-m-n2 {
  margin: -12px !important;
}
.dds-m-n3 {
  margin: -16px !important;
}
.dds-m-n4 {
  margin: -20px !important;
}
.dds-m-n5 {
  margin: -24px !important;
}
.dds-mx-n1 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.dds-mx-n2 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.dds-mx-n3 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}
.dds-mx-n4 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.dds-mx-n5 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
.dds-my-n1 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
.dds-my-n2 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.dds-my-n3 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}
.dds-my-n4 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.dds-my-n5 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}
.dds-mt-n1 {
  margin-top: -8px !important;
}
.dds-mt-n2 {
  margin-top: -12px !important;
}
.dds-mt-n3 {
  margin-top: -16px !important;
}
.dds-mt-n4 {
  margin-top: -20px !important;
}
.dds-mt-n5 {
  margin-top: -24px !important;
}
.dds-me-n1 {
  margin-right: -8px !important;
}
.dds-me-n2 {
  margin-right: -12px !important;
}
.dds-me-n3 {
  margin-right: -16px !important;
}
.dds-me-n4 {
  margin-right: -20px !important;
}
.dds-me-n5 {
  margin-right: -24px !important;
}
.dds-mb-n1 {
  margin-bottom: -8px !important;
}
.dds-mb-n2 {
  margin-bottom: -12px !important;
}
.dds-mb-n3 {
  margin-bottom: -16px !important;
}
.dds-mb-n4 {
  margin-bottom: -20px !important;
}
.dds-mb-n5 {
  margin-bottom: -24px !important;
}
.dds-ms-n1 {
  margin-left: -8px !important;
}
.dds-ms-n2 {
  margin-left: -12px !important;
}
.dds-ms-n3 {
  margin-left: -16px !important;
}
.dds-ms-n4 {
  margin-left: -20px !important;
}
.dds-ms-n5 {
  margin-left: -24px !important;
}
.dds-p-0 {
  padding: 0 !important;
}
.dds-p-1 {
  padding: 8px !important;
}
.dds-p-2 {
  padding: 12px !important;
}
.dds-p-3 {
  padding: 16px !important;
}
.dds-p-4 {
  padding: 20px !important;
}
.dds-p-5 {
  padding: 24px !important;
}
.dds-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.dds-px-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.dds-px-2 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.dds-px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.dds-px-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.dds-px-5 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.dds-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dds-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.dds-py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.dds-py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.dds-py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dds-py-5 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.dds-pt-0 {
  padding-top: 0 !important;
}
.dds-pt-1 {
  padding-top: 8px !important;
}
.dds-pt-2 {
  padding-top: 12px !important;
}
.dds-pt-3 {
  padding-top: 16px !important;
}
.dds-pt-4 {
  padding-top: 20px !important;
}
.dds-pt-5 {
  padding-top: 24px !important;
}
.dds-pe-0 {
  padding-right: 0 !important;
}
.dds-pe-1 {
  padding-right: 8px !important;
}
.dds-pe-2 {
  padding-right: 12px !important;
}
.dds-pe-3 {
  padding-right: 16px !important;
}
.dds-pe-4 {
  padding-right: 20px !important;
}
.dds-pe-5 {
  padding-right: 24px !important;
}
.dds-pb-0 {
  padding-bottom: 0 !important;
}
.dds-pb-1 {
  padding-bottom: 8px !important;
}
.dds-pb-2 {
  padding-bottom: 12px !important;
}
.dds-pb-3 {
  padding-bottom: 16px !important;
}
.dds-pb-4 {
  padding-bottom: 20px !important;
}
.dds-pb-5 {
  padding-bottom: 24px !important;
}
.dds-ps-0 {
  padding-left: 0 !important;
}
.dds-ps-1 {
  padding-left: 8px !important;
}
.dds-ps-2 {
  padding-left: 12px !important;
}
.dds-ps-3 {
  padding-left: 16px !important;
}
.dds-ps-4 {
  padding-left: 20px !important;
}
.dds-ps-5 {
  padding-left: 24px !important;
}
.dds-font-base {
  font-family: "Open Sans", sans-serif !important;
}
.dds-font-monospace {
  font-family: monospace !important;
}
.dds-fs-1 {
  font-size: 56px !important;
}
.dds-fs-2 {
  font-size: 40px !important;
}
.dds-fs-3 {
  font-size: 32px !important;
}
.dds-fs-4 {
  font-size: 24px !important;
}
.dds-fs-5 {
  font-size: 16px !important;
}
.dds-fs-6 {
  font-size: 14px !important;
}
.dds-fs-7 {
  font-size: 12px !important;
}
.dds-fs-8 {
  font-size: 10px !important;
}
.dds-fs-9 {
  font-size: 8px !important;
}
.dds-fst-italic {
  font-style: italic !important;
}
.dds-fst-normal {
  font-style: normal !important;
}
.dds-fw-lighter {
  font-weight: "lighter" !important;
}
.dds-fw-light {
  font-weight: 300 !important;
}
.dds-fw-normal {
  font-weight: 400 !important;
}
.dds-fw-semibold {
  font-weight: 600 !important;
}
.dds-fw-bold {
  font-weight: 700 !important;
}
.dds-fw-bolder {
  font-weight: "bolder" !important;
}
.dds-lh-1 {
  line-height: 72px !important;
}
.dds-lh-2 {
  line-height: 52px !important;
}
.dds-lh-3 {
  line-height: 40px !important;
}
.dds-lh-4 {
  line-height: 36px !important;
}
.dds-lh-5 {
  line-height: 24px !important;
}
.dds-lh-6 {
  line-height: 20px !important;
}
.dds-lh-7 {
  line-height: 16px !important;
}
.dds-text-start {
  text-align: left !important;
}
.dds-text-end {
  text-align: right !important;
}
.dds-text-center {
  text-align: center !important;
}
.dds-text-decoration-none {
  text-decoration: none !important;
}
.dds-text-decoration-underline {
  text-decoration: underline !important;
}
.dds-text-decoration-line-through {
  text-decoration: line-through !important;
}
.dds-text-lowercase {
  text-transform: lowercase !important;
}
.dds-text-uppercase {
  text-transform: uppercase !important;
}
.dds-text-capitalize {
  text-transform: capitalize !important;
}
.dds-text-wrap {
  white-space: normal !important;
}
.dds-text-nowrap {
  white-space: nowrap !important;
}
.dds-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.dds-text-green {
  color: #26890d !important;
}
.dds-text-dark {
  color: #000000 !important;
}
.dds-text-white {
  color: #ffffff !important;
}
.dds-text-blue {
  color: #007cb0 !important;
}
.dds-text-danger {
  color: #da291c !important;
}
.dds-text-body {
  color: #000000 !important;
}
.dds-text-muted {
  color: #d0d0ce !important;
}
.dds-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.dds-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.dds-text-reset {
  color: inherit !important;
}
.dds-bg-green {
  background-color: #26890d !important;
}
.dds-bg-dark {
  background-color: #000000 !important;
}
.dds-bg-white {
  background-color: #ffffff !important;
}
.dds-bg-blue {
  background-color: #007cb0 !important;
}
.dds-bg-danger {
  background-color: #da291c !important;
}
.dds-bg-body {
  background-color: #ffffff !important;
}
.dds-bg-transparent {
  background-color: transparent !important;
}
.dds-user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.dds-user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.dds-user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.dds-pe-none {
  pointer-events: none !important;
}
.dds-pe-auto {
  pointer-events: auto !important;
}
.dds-rounded {
  border-radius: 4px !important;
}
.dds-rounded-0 {
  border-radius: 0 !important;
}
.dds-rounded-1 {
  border-radius: 2px !important;
}
.dds-rounded-2 {
  border-radius: 4px !important;
}
.dds-rounded-3 {
  border-radius: 6px !important;
}
.dds-rounded-circle {
  border-radius: 50% !important;
}
.dds-rounded-pill {
  border-radius: 50rem !important;
}
.dds-rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.dds-rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.dds-rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.dds-rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.dds--visible {
  visibility: visible !important;
}
.dds--invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .dds-float-sm-start {
    float: left !important;
  }
  .dds-float-sm-end {
    float: right !important;
  }
  .dds-float-sm-none {
    float: none !important;
  }
  .dds-d-sm-inline {
    display: inline !important;
  }
  .dds-d-sm-inline-block {
    display: inline-block !important;
  }
  .dds-d-sm-block {
    display: block !important;
  }
  .dds-d-sm-grid {
    display: grid !important;
  }
  .dds-d-sm-table {
    display: table !important;
  }
  .dds-d-sm-table-row {
    display: table-row !important;
  }
  .dds-d-sm-table-cell {
    display: table-cell !important;
  }
  .dds-d-sm-flex {
    display: flex !important;
  }
  .dds-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-sm-none {
    display: none !important;
  }
  .dds-flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .dds-flex-sm-row {
    flex-direction: row !important;
  }
  .dds-flex-sm-column {
    flex-direction: column !important;
  }
  .dds-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dds-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dds-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .dds-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .dds-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dds-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dds-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .dds-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .dds-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dds-gap-sm-0 {
    gap: 0 !important;
  }
  .dds-gap-sm-1 {
    gap: 8px !important;
  }
  .dds-gap-sm-2 {
    gap: 12px !important;
  }
  .dds-gap-sm-3 {
    gap: 16px !important;
  }
  .dds-gap-sm-4 {
    gap: 20px !important;
  }
  .dds-gap-sm-5 {
    gap: 24px !important;
  }
  .dds-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .dds-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .dds-justify-content-sm-center {
    justify-content: center !important;
  }
  .dds-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .dds-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .dds-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .dds-align-items-sm-start {
    align-items: flex-start !important;
  }
  .dds-align-items-sm-end {
    align-items: flex-end !important;
  }
  .dds-align-items-sm-center {
    align-items: center !important;
  }
  .dds-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .dds-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .dds-align-content-sm-start {
    align-content: flex-start !important;
  }
  .dds-align-content-sm-end {
    align-content: flex-end !important;
  }
  .dds-align-content-sm-center {
    align-content: center !important;
  }
  .dds-align-content-sm-between {
    align-content: space-between !important;
  }
  .dds-align-content-sm-around {
    align-content: space-around !important;
  }
  .dds-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .dds-align-self-sm-auto {
    align-self: auto !important;
  }
  .dds-align-self-sm-start {
    align-self: flex-start !important;
  }
  .dds-align-self-sm-end {
    align-self: flex-end !important;
  }
  .dds-align-self-sm-center {
    align-self: center !important;
  }
  .dds-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .dds-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .dds-order-sm-first {
    order: -1 !important;
  }
  .dds-order-sm-0 {
    order: 0 !important;
  }
  .dds-order-sm-1 {
    order: 1 !important;
  }
  .dds-order-sm-2 {
    order: 2 !important;
  }
  .dds-order-sm-3 {
    order: 3 !important;
  }
  .dds-order-sm-4 {
    order: 4 !important;
  }
  .dds-order-sm-5 {
    order: 5 !important;
  }
  .dds-order-sm-last {
    order: 6 !important;
  }
  .dds-m-sm-0 {
    margin: 0 !important;
  }
  .dds-m-sm-1 {
    margin: 8px !important;
  }
  .dds-m-sm-2 {
    margin: 12px !important;
  }
  .dds-m-sm-3 {
    margin: 16px !important;
  }
  .dds-m-sm-4 {
    margin: 20px !important;
  }
  .dds-m-sm-5 {
    margin: 24px !important;
  }
  .dds-m-sm-auto {
    margin: auto !important;
  }
  .dds-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dds-mx-sm-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .dds-mx-sm-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .dds-mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .dds-mx-sm-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .dds-mx-sm-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .dds-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .dds-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .dds-my-sm-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .dds-my-sm-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .dds-my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .dds-my-sm-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .dds-my-sm-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .dds-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .dds-mt-sm-0 {
    margin-top: 0 !important;
  }
  .dds-mt-sm-1 {
    margin-top: 8px !important;
  }
  .dds-mt-sm-2 {
    margin-top: 12px !important;
  }
  .dds-mt-sm-3 {
    margin-top: 16px !important;
  }
  .dds-mt-sm-4 {
    margin-top: 20px !important;
  }
  .dds-mt-sm-5 {
    margin-top: 24px !important;
  }
  .dds-mt-sm-auto {
    margin-top: auto !important;
  }
  .dds-me-sm-0 {
    margin-right: 0 !important;
  }
  .dds-me-sm-1 {
    margin-right: 8px !important;
  }
  .dds-me-sm-2 {
    margin-right: 12px !important;
  }
  .dds-me-sm-3 {
    margin-right: 16px !important;
  }
  .dds-me-sm-4 {
    margin-right: 20px !important;
  }
  .dds-me-sm-5 {
    margin-right: 24px !important;
  }
  .dds-me-sm-auto {
    margin-right: auto !important;
  }
  .dds-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .dds-mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .dds-mb-sm-2 {
    margin-bottom: 12px !important;
  }
  .dds-mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .dds-mb-sm-4 {
    margin-bottom: 20px !important;
  }
  .dds-mb-sm-5 {
    margin-bottom: 24px !important;
  }
  .dds-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .dds-ms-sm-0 {
    margin-left: 0 !important;
  }
  .dds-ms-sm-1 {
    margin-left: 8px !important;
  }
  .dds-ms-sm-2 {
    margin-left: 12px !important;
  }
  .dds-ms-sm-3 {
    margin-left: 16px !important;
  }
  .dds-ms-sm-4 {
    margin-left: 20px !important;
  }
  .dds-ms-sm-5 {
    margin-left: 24px !important;
  }
  .dds-ms-sm-auto {
    margin-left: auto !important;
  }
  .dds-m-sm-n1 {
    margin: -8px !important;
  }
  .dds-m-sm-n2 {
    margin: -12px !important;
  }
  .dds-m-sm-n3 {
    margin: -16px !important;
  }
  .dds-m-sm-n4 {
    margin: -20px !important;
  }
  .dds-m-sm-n5 {
    margin: -24px !important;
  }
  .dds-mx-sm-n1 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .dds-mx-sm-n2 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .dds-mx-sm-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .dds-mx-sm-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .dds-mx-sm-n5 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .dds-my-sm-n1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .dds-my-sm-n2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .dds-my-sm-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .dds-my-sm-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .dds-my-sm-n5 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .dds-mt-sm-n1 {
    margin-top: -8px !important;
  }
  .dds-mt-sm-n2 {
    margin-top: -12px !important;
  }
  .dds-mt-sm-n3 {
    margin-top: -16px !important;
  }
  .dds-mt-sm-n4 {
    margin-top: -20px !important;
  }
  .dds-mt-sm-n5 {
    margin-top: -24px !important;
  }
  .dds-me-sm-n1 {
    margin-right: -8px !important;
  }
  .dds-me-sm-n2 {
    margin-right: -12px !important;
  }
  .dds-me-sm-n3 {
    margin-right: -16px !important;
  }
  .dds-me-sm-n4 {
    margin-right: -20px !important;
  }
  .dds-me-sm-n5 {
    margin-right: -24px !important;
  }
  .dds-mb-sm-n1 {
    margin-bottom: -8px !important;
  }
  .dds-mb-sm-n2 {
    margin-bottom: -12px !important;
  }
  .dds-mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  .dds-mb-sm-n4 {
    margin-bottom: -20px !important;
  }
  .dds-mb-sm-n5 {
    margin-bottom: -24px !important;
  }
  .dds-ms-sm-n1 {
    margin-left: -8px !important;
  }
  .dds-ms-sm-n2 {
    margin-left: -12px !important;
  }
  .dds-ms-sm-n3 {
    margin-left: -16px !important;
  }
  .dds-ms-sm-n4 {
    margin-left: -20px !important;
  }
  .dds-ms-sm-n5 {
    margin-left: -24px !important;
  }
  .dds-p-sm-0 {
    padding: 0 !important;
  }
  .dds-p-sm-1 {
    padding: 8px !important;
  }
  .dds-p-sm-2 {
    padding: 12px !important;
  }
  .dds-p-sm-3 {
    padding: 16px !important;
  }
  .dds-p-sm-4 {
    padding: 20px !important;
  }
  .dds-p-sm-5 {
    padding: 24px !important;
  }
  .dds-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dds-px-sm-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .dds-px-sm-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .dds-px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .dds-px-sm-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .dds-px-sm-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .dds-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dds-py-sm-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .dds-py-sm-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .dds-py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .dds-py-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .dds-py-sm-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .dds-pt-sm-0 {
    padding-top: 0 !important;
  }
  .dds-pt-sm-1 {
    padding-top: 8px !important;
  }
  .dds-pt-sm-2 {
    padding-top: 12px !important;
  }
  .dds-pt-sm-3 {
    padding-top: 16px !important;
  }
  .dds-pt-sm-4 {
    padding-top: 20px !important;
  }
  .dds-pt-sm-5 {
    padding-top: 24px !important;
  }
  .dds-pe-sm-0 {
    padding-right: 0 !important;
  }
  .dds-pe-sm-1 {
    padding-right: 8px !important;
  }
  .dds-pe-sm-2 {
    padding-right: 12px !important;
  }
  .dds-pe-sm-3 {
    padding-right: 16px !important;
  }
  .dds-pe-sm-4 {
    padding-right: 20px !important;
  }
  .dds-pe-sm-5 {
    padding-right: 24px !important;
  }
  .dds-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .dds-pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .dds-pb-sm-2 {
    padding-bottom: 12px !important;
  }
  .dds-pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .dds-pb-sm-4 {
    padding-bottom: 20px !important;
  }
  .dds-pb-sm-5 {
    padding-bottom: 24px !important;
  }
  .dds-ps-sm-0 {
    padding-left: 0 !important;
  }
  .dds-ps-sm-1 {
    padding-left: 8px !important;
  }
  .dds-ps-sm-2 {
    padding-left: 12px !important;
  }
  .dds-ps-sm-3 {
    padding-left: 16px !important;
  }
  .dds-ps-sm-4 {
    padding-left: 20px !important;
  }
  .dds-ps-sm-5 {
    padding-left: 24px !important;
  }
  .dds-text-sm-start {
    text-align: left !important;
  }
  .dds-text-sm-end {
    text-align: right !important;
  }
  .dds-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .dds-float-md-start {
    float: left !important;
  }
  .dds-float-md-end {
    float: right !important;
  }
  .dds-float-md-none {
    float: none !important;
  }
  .dds-d-md-inline {
    display: inline !important;
  }
  .dds-d-md-inline-block {
    display: inline-block !important;
  }
  .dds-d-md-block {
    display: block !important;
  }
  .dds-d-md-grid {
    display: grid !important;
  }
  .dds-d-md-table {
    display: table !important;
  }
  .dds-d-md-table-row {
    display: table-row !important;
  }
  .dds-d-md-table-cell {
    display: table-cell !important;
  }
  .dds-d-md-flex {
    display: flex !important;
  }
  .dds-d-md-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-md-none {
    display: none !important;
  }
  .dds-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .dds-flex-md-row {
    flex-direction: row !important;
  }
  .dds-flex-md-column {
    flex-direction: column !important;
  }
  .dds-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dds-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dds-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .dds-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .dds-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dds-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dds-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .dds-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .dds-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dds-gap-md-0 {
    gap: 0 !important;
  }
  .dds-gap-md-1 {
    gap: 8px !important;
  }
  .dds-gap-md-2 {
    gap: 12px !important;
  }
  .dds-gap-md-3 {
    gap: 16px !important;
  }
  .dds-gap-md-4 {
    gap: 20px !important;
  }
  .dds-gap-md-5 {
    gap: 24px !important;
  }
  .dds-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .dds-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .dds-justify-content-md-center {
    justify-content: center !important;
  }
  .dds-justify-content-md-between {
    justify-content: space-between !important;
  }
  .dds-justify-content-md-around {
    justify-content: space-around !important;
  }
  .dds-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .dds-align-items-md-start {
    align-items: flex-start !important;
  }
  .dds-align-items-md-end {
    align-items: flex-end !important;
  }
  .dds-align-items-md-center {
    align-items: center !important;
  }
  .dds-align-items-md-baseline {
    align-items: baseline !important;
  }
  .dds-align-items-md-stretch {
    align-items: stretch !important;
  }
  .dds-align-content-md-start {
    align-content: flex-start !important;
  }
  .dds-align-content-md-end {
    align-content: flex-end !important;
  }
  .dds-align-content-md-center {
    align-content: center !important;
  }
  .dds-align-content-md-between {
    align-content: space-between !important;
  }
  .dds-align-content-md-around {
    align-content: space-around !important;
  }
  .dds-align-content-md-stretch {
    align-content: stretch !important;
  }
  .dds-align-self-md-auto {
    align-self: auto !important;
  }
  .dds-align-self-md-start {
    align-self: flex-start !important;
  }
  .dds-align-self-md-end {
    align-self: flex-end !important;
  }
  .dds-align-self-md-center {
    align-self: center !important;
  }
  .dds-align-self-md-baseline {
    align-self: baseline !important;
  }
  .dds-align-self-md-stretch {
    align-self: stretch !important;
  }
  .dds-order-md-first {
    order: -1 !important;
  }
  .dds-order-md-0 {
    order: 0 !important;
  }
  .dds-order-md-1 {
    order: 1 !important;
  }
  .dds-order-md-2 {
    order: 2 !important;
  }
  .dds-order-md-3 {
    order: 3 !important;
  }
  .dds-order-md-4 {
    order: 4 !important;
  }
  .dds-order-md-5 {
    order: 5 !important;
  }
  .dds-order-md-last {
    order: 6 !important;
  }
  .dds-m-md-0 {
    margin: 0 !important;
  }
  .dds-m-md-1 {
    margin: 8px !important;
  }
  .dds-m-md-2 {
    margin: 12px !important;
  }
  .dds-m-md-3 {
    margin: 16px !important;
  }
  .dds-m-md-4 {
    margin: 20px !important;
  }
  .dds-m-md-5 {
    margin: 24px !important;
  }
  .dds-m-md-auto {
    margin: auto !important;
  }
  .dds-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dds-mx-md-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .dds-mx-md-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .dds-mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .dds-mx-md-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .dds-mx-md-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .dds-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .dds-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .dds-my-md-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .dds-my-md-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .dds-my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .dds-my-md-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .dds-my-md-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .dds-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .dds-mt-md-0 {
    margin-top: 0 !important;
  }
  .dds-mt-md-1 {
    margin-top: 8px !important;
  }
  .dds-mt-md-2 {
    margin-top: 12px !important;
  }
  .dds-mt-md-3 {
    margin-top: 16px !important;
  }
  .dds-mt-md-4 {
    margin-top: 20px !important;
  }
  .dds-mt-md-5 {
    margin-top: 24px !important;
  }
  .dds-mt-md-auto {
    margin-top: auto !important;
  }
  .dds-me-md-0 {
    margin-right: 0 !important;
  }
  .dds-me-md-1 {
    margin-right: 8px !important;
  }
  .dds-me-md-2 {
    margin-right: 12px !important;
  }
  .dds-me-md-3 {
    margin-right: 16px !important;
  }
  .dds-me-md-4 {
    margin-right: 20px !important;
  }
  .dds-me-md-5 {
    margin-right: 24px !important;
  }
  .dds-me-md-auto {
    margin-right: auto !important;
  }
  .dds-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .dds-mb-md-1 {
    margin-bottom: 8px !important;
  }
  .dds-mb-md-2 {
    margin-bottom: 12px !important;
  }
  .dds-mb-md-3 {
    margin-bottom: 16px !important;
  }
  .dds-mb-md-4 {
    margin-bottom: 20px !important;
  }
  .dds-mb-md-5 {
    margin-bottom: 24px !important;
  }
  .dds-mb-md-auto {
    margin-bottom: auto !important;
  }
  .dds-ms-md-0 {
    margin-left: 0 !important;
  }
  .dds-ms-md-1 {
    margin-left: 8px !important;
  }
  .dds-ms-md-2 {
    margin-left: 12px !important;
  }
  .dds-ms-md-3 {
    margin-left: 16px !important;
  }
  .dds-ms-md-4 {
    margin-left: 20px !important;
  }
  .dds-ms-md-5 {
    margin-left: 24px !important;
  }
  .dds-ms-md-auto {
    margin-left: auto !important;
  }
  .dds-m-md-n1 {
    margin: -8px !important;
  }
  .dds-m-md-n2 {
    margin: -12px !important;
  }
  .dds-m-md-n3 {
    margin: -16px !important;
  }
  .dds-m-md-n4 {
    margin: -20px !important;
  }
  .dds-m-md-n5 {
    margin: -24px !important;
  }
  .dds-mx-md-n1 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .dds-mx-md-n2 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .dds-mx-md-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .dds-mx-md-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .dds-mx-md-n5 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .dds-my-md-n1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .dds-my-md-n2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .dds-my-md-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .dds-my-md-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .dds-my-md-n5 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .dds-mt-md-n1 {
    margin-top: -8px !important;
  }
  .dds-mt-md-n2 {
    margin-top: -12px !important;
  }
  .dds-mt-md-n3 {
    margin-top: -16px !important;
  }
  .dds-mt-md-n4 {
    margin-top: -20px !important;
  }
  .dds-mt-md-n5 {
    margin-top: -24px !important;
  }
  .dds-me-md-n1 {
    margin-right: -8px !important;
  }
  .dds-me-md-n2 {
    margin-right: -12px !important;
  }
  .dds-me-md-n3 {
    margin-right: -16px !important;
  }
  .dds-me-md-n4 {
    margin-right: -20px !important;
  }
  .dds-me-md-n5 {
    margin-right: -24px !important;
  }
  .dds-mb-md-n1 {
    margin-bottom: -8px !important;
  }
  .dds-mb-md-n2 {
    margin-bottom: -12px !important;
  }
  .dds-mb-md-n3 {
    margin-bottom: -16px !important;
  }
  .dds-mb-md-n4 {
    margin-bottom: -20px !important;
  }
  .dds-mb-md-n5 {
    margin-bottom: -24px !important;
  }
  .dds-ms-md-n1 {
    margin-left: -8px !important;
  }
  .dds-ms-md-n2 {
    margin-left: -12px !important;
  }
  .dds-ms-md-n3 {
    margin-left: -16px !important;
  }
  .dds-ms-md-n4 {
    margin-left: -20px !important;
  }
  .dds-ms-md-n5 {
    margin-left: -24px !important;
  }
  .dds-p-md-0 {
    padding: 0 !important;
  }
  .dds-p-md-1 {
    padding: 8px !important;
  }
  .dds-p-md-2 {
    padding: 12px !important;
  }
  .dds-p-md-3 {
    padding: 16px !important;
  }
  .dds-p-md-4 {
    padding: 20px !important;
  }
  .dds-p-md-5 {
    padding: 24px !important;
  }
  .dds-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dds-px-md-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .dds-px-md-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .dds-px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .dds-px-md-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .dds-px-md-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .dds-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dds-py-md-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .dds-py-md-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .dds-py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .dds-py-md-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .dds-py-md-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .dds-pt-md-0 {
    padding-top: 0 !important;
  }
  .dds-pt-md-1 {
    padding-top: 8px !important;
  }
  .dds-pt-md-2 {
    padding-top: 12px !important;
  }
  .dds-pt-md-3 {
    padding-top: 16px !important;
  }
  .dds-pt-md-4 {
    padding-top: 20px !important;
  }
  .dds-pt-md-5 {
    padding-top: 24px !important;
  }
  .dds-pe-md-0 {
    padding-right: 0 !important;
  }
  .dds-pe-md-1 {
    padding-right: 8px !important;
  }
  .dds-pe-md-2 {
    padding-right: 12px !important;
  }
  .dds-pe-md-3 {
    padding-right: 16px !important;
  }
  .dds-pe-md-4 {
    padding-right: 20px !important;
  }
  .dds-pe-md-5 {
    padding-right: 24px !important;
  }
  .dds-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .dds-pb-md-1 {
    padding-bottom: 8px !important;
  }
  .dds-pb-md-2 {
    padding-bottom: 12px !important;
  }
  .dds-pb-md-3 {
    padding-bottom: 16px !important;
  }
  .dds-pb-md-4 {
    padding-bottom: 20px !important;
  }
  .dds-pb-md-5 {
    padding-bottom: 24px !important;
  }
  .dds-ps-md-0 {
    padding-left: 0 !important;
  }
  .dds-ps-md-1 {
    padding-left: 8px !important;
  }
  .dds-ps-md-2 {
    padding-left: 12px !important;
  }
  .dds-ps-md-3 {
    padding-left: 16px !important;
  }
  .dds-ps-md-4 {
    padding-left: 20px !important;
  }
  .dds-ps-md-5 {
    padding-left: 24px !important;
  }
  .dds-text-md-start {
    text-align: left !important;
  }
  .dds-text-md-end {
    text-align: right !important;
  }
  .dds-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .dds-float-lg-start {
    float: left !important;
  }
  .dds-float-lg-end {
    float: right !important;
  }
  .dds-float-lg-none {
    float: none !important;
  }
  .dds-d-lg-inline {
    display: inline !important;
  }
  .dds-d-lg-inline-block {
    display: inline-block !important;
  }
  .dds-d-lg-block {
    display: block !important;
  }
  .dds-d-lg-grid {
    display: grid !important;
  }
  .dds-d-lg-table {
    display: table !important;
  }
  .dds-d-lg-table-row {
    display: table-row !important;
  }
  .dds-d-lg-table-cell {
    display: table-cell !important;
  }
  .dds-d-lg-flex {
    display: flex !important;
  }
  .dds-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-lg-none {
    display: none !important;
  }
  .dds-flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .dds-flex-lg-row {
    flex-direction: row !important;
  }
  .dds-flex-lg-column {
    flex-direction: column !important;
  }
  .dds-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dds-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dds-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .dds-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .dds-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dds-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dds-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .dds-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .dds-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dds-gap-lg-0 {
    gap: 0 !important;
  }
  .dds-gap-lg-1 {
    gap: 8px !important;
  }
  .dds-gap-lg-2 {
    gap: 12px !important;
  }
  .dds-gap-lg-3 {
    gap: 16px !important;
  }
  .dds-gap-lg-4 {
    gap: 20px !important;
  }
  .dds-gap-lg-5 {
    gap: 24px !important;
  }
  .dds-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .dds-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .dds-justify-content-lg-center {
    justify-content: center !important;
  }
  .dds-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .dds-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .dds-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .dds-align-items-lg-start {
    align-items: flex-start !important;
  }
  .dds-align-items-lg-end {
    align-items: flex-end !important;
  }
  .dds-align-items-lg-center {
    align-items: center !important;
  }
  .dds-align-items-lg-baseline {
    align-items: baseline !important;
  }
  .dds-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .dds-align-content-lg-start {
    align-content: flex-start !important;
  }
  .dds-align-content-lg-end {
    align-content: flex-end !important;
  }
  .dds-align-content-lg-center {
    align-content: center !important;
  }
  .dds-align-content-lg-between {
    align-content: space-between !important;
  }
  .dds-align-content-lg-around {
    align-content: space-around !important;
  }
  .dds-align-content-lg-stretch {
    align-content: stretch !important;
  }
  .dds-align-self-lg-auto {
    align-self: auto !important;
  }
  .dds-align-self-lg-start {
    align-self: flex-start !important;
  }
  .dds-align-self-lg-end {
    align-self: flex-end !important;
  }
  .dds-align-self-lg-center {
    align-self: center !important;
  }
  .dds-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .dds-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .dds-order-lg-first {
    order: -1 !important;
  }
  .dds-order-lg-0 {
    order: 0 !important;
  }
  .dds-order-lg-1 {
    order: 1 !important;
  }
  .dds-order-lg-2 {
    order: 2 !important;
  }
  .dds-order-lg-3 {
    order: 3 !important;
  }
  .dds-order-lg-4 {
    order: 4 !important;
  }
  .dds-order-lg-5 {
    order: 5 !important;
  }
  .dds-order-lg-last {
    order: 6 !important;
  }
  .dds-m-lg-0 {
    margin: 0 !important;
  }
  .dds-m-lg-1 {
    margin: 8px !important;
  }
  .dds-m-lg-2 {
    margin: 12px !important;
  }
  .dds-m-lg-3 {
    margin: 16px !important;
  }
  .dds-m-lg-4 {
    margin: 20px !important;
  }
  .dds-m-lg-5 {
    margin: 24px !important;
  }
  .dds-m-lg-auto {
    margin: auto !important;
  }
  .dds-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dds-mx-lg-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .dds-mx-lg-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .dds-mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .dds-mx-lg-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .dds-mx-lg-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .dds-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .dds-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .dds-my-lg-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .dds-my-lg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .dds-my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .dds-my-lg-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .dds-my-lg-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .dds-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .dds-mt-lg-0 {
    margin-top: 0 !important;
  }
  .dds-mt-lg-1 {
    margin-top: 8px !important;
  }
  .dds-mt-lg-2 {
    margin-top: 12px !important;
  }
  .dds-mt-lg-3 {
    margin-top: 16px !important;
  }
  .dds-mt-lg-4 {
    margin-top: 20px !important;
  }
  .dds-mt-lg-5 {
    margin-top: 24px !important;
  }
  .dds-mt-lg-auto {
    margin-top: auto !important;
  }
  .dds-me-lg-0 {
    margin-right: 0 !important;
  }
  .dds-me-lg-1 {
    margin-right: 8px !important;
  }
  .dds-me-lg-2 {
    margin-right: 12px !important;
  }
  .dds-me-lg-3 {
    margin-right: 16px !important;
  }
  .dds-me-lg-4 {
    margin-right: 20px !important;
  }
  .dds-me-lg-5 {
    margin-right: 24px !important;
  }
  .dds-me-lg-auto {
    margin-right: auto !important;
  }
  .dds-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .dds-mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .dds-mb-lg-2 {
    margin-bottom: 12px !important;
  }
  .dds-mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .dds-mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .dds-mb-lg-5 {
    margin-bottom: 24px !important;
  }
  .dds-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .dds-ms-lg-0 {
    margin-left: 0 !important;
  }
  .dds-ms-lg-1 {
    margin-left: 8px !important;
  }
  .dds-ms-lg-2 {
    margin-left: 12px !important;
  }
  .dds-ms-lg-3 {
    margin-left: 16px !important;
  }
  .dds-ms-lg-4 {
    margin-left: 20px !important;
  }
  .dds-ms-lg-5 {
    margin-left: 24px !important;
  }
  .dds-ms-lg-auto {
    margin-left: auto !important;
  }
  .dds-m-lg-n1 {
    margin: -8px !important;
  }
  .dds-m-lg-n2 {
    margin: -12px !important;
  }
  .dds-m-lg-n3 {
    margin: -16px !important;
  }
  .dds-m-lg-n4 {
    margin: -20px !important;
  }
  .dds-m-lg-n5 {
    margin: -24px !important;
  }
  .dds-mx-lg-n1 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .dds-mx-lg-n2 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .dds-mx-lg-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .dds-mx-lg-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .dds-mx-lg-n5 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .dds-my-lg-n1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .dds-my-lg-n2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .dds-my-lg-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .dds-my-lg-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .dds-my-lg-n5 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .dds-mt-lg-n1 {
    margin-top: -8px !important;
  }
  .dds-mt-lg-n2 {
    margin-top: -12px !important;
  }
  .dds-mt-lg-n3 {
    margin-top: -16px !important;
  }
  .dds-mt-lg-n4 {
    margin-top: -20px !important;
  }
  .dds-mt-lg-n5 {
    margin-top: -24px !important;
  }
  .dds-me-lg-n1 {
    margin-right: -8px !important;
  }
  .dds-me-lg-n2 {
    margin-right: -12px !important;
  }
  .dds-me-lg-n3 {
    margin-right: -16px !important;
  }
  .dds-me-lg-n4 {
    margin-right: -20px !important;
  }
  .dds-me-lg-n5 {
    margin-right: -24px !important;
  }
  .dds-mb-lg-n1 {
    margin-bottom: -8px !important;
  }
  .dds-mb-lg-n2 {
    margin-bottom: -12px !important;
  }
  .dds-mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  .dds-mb-lg-n4 {
    margin-bottom: -20px !important;
  }
  .dds-mb-lg-n5 {
    margin-bottom: -24px !important;
  }
  .dds-ms-lg-n1 {
    margin-left: -8px !important;
  }
  .dds-ms-lg-n2 {
    margin-left: -12px !important;
  }
  .dds-ms-lg-n3 {
    margin-left: -16px !important;
  }
  .dds-ms-lg-n4 {
    margin-left: -20px !important;
  }
  .dds-ms-lg-n5 {
    margin-left: -24px !important;
  }
  .dds-p-lg-0 {
    padding: 0 !important;
  }
  .dds-p-lg-1 {
    padding: 8px !important;
  }
  .dds-p-lg-2 {
    padding: 12px !important;
  }
  .dds-p-lg-3 {
    padding: 16px !important;
  }
  .dds-p-lg-4 {
    padding: 20px !important;
  }
  .dds-p-lg-5 {
    padding: 24px !important;
  }
  .dds-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dds-px-lg-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .dds-px-lg-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .dds-px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .dds-px-lg-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .dds-px-lg-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .dds-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dds-py-lg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .dds-py-lg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .dds-py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .dds-py-lg-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .dds-py-lg-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .dds-pt-lg-0 {
    padding-top: 0 !important;
  }
  .dds-pt-lg-1 {
    padding-top: 8px !important;
  }
  .dds-pt-lg-2 {
    padding-top: 12px !important;
  }
  .dds-pt-lg-3 {
    padding-top: 16px !important;
  }
  .dds-pt-lg-4 {
    padding-top: 20px !important;
  }
  .dds-pt-lg-5 {
    padding-top: 24px !important;
  }
  .dds-pe-lg-0 {
    padding-right: 0 !important;
  }
  .dds-pe-lg-1 {
    padding-right: 8px !important;
  }
  .dds-pe-lg-2 {
    padding-right: 12px !important;
  }
  .dds-pe-lg-3 {
    padding-right: 16px !important;
  }
  .dds-pe-lg-4 {
    padding-right: 20px !important;
  }
  .dds-pe-lg-5 {
    padding-right: 24px !important;
  }
  .dds-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .dds-pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .dds-pb-lg-2 {
    padding-bottom: 12px !important;
  }
  .dds-pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .dds-pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .dds-pb-lg-5 {
    padding-bottom: 24px !important;
  }
  .dds-ps-lg-0 {
    padding-left: 0 !important;
  }
  .dds-ps-lg-1 {
    padding-left: 8px !important;
  }
  .dds-ps-lg-2 {
    padding-left: 12px !important;
  }
  .dds-ps-lg-3 {
    padding-left: 16px !important;
  }
  .dds-ps-lg-4 {
    padding-left: 20px !important;
  }
  .dds-ps-lg-5 {
    padding-left: 24px !important;
  }
  .dds-text-lg-start {
    text-align: left !important;
  }
  .dds-text-lg-end {
    text-align: right !important;
  }
  .dds-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .dds-float-xl-start {
    float: left !important;
  }
  .dds-float-xl-end {
    float: right !important;
  }
  .dds-float-xl-none {
    float: none !important;
  }
  .dds-d-xl-inline {
    display: inline !important;
  }
  .dds-d-xl-inline-block {
    display: inline-block !important;
  }
  .dds-d-xl-block {
    display: block !important;
  }
  .dds-d-xl-grid {
    display: grid !important;
  }
  .dds-d-xl-table {
    display: table !important;
  }
  .dds-d-xl-table-row {
    display: table-row !important;
  }
  .dds-d-xl-table-cell {
    display: table-cell !important;
  }
  .dds-d-xl-flex {
    display: flex !important;
  }
  .dds-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-xl-none {
    display: none !important;
  }
  .dds-flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .dds-flex-xl-row {
    flex-direction: row !important;
  }
  .dds-flex-xl-column {
    flex-direction: column !important;
  }
  .dds-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dds-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dds-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .dds-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .dds-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dds-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dds-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .dds-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .dds-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dds-gap-xl-0 {
    gap: 0 !important;
  }
  .dds-gap-xl-1 {
    gap: 8px !important;
  }
  .dds-gap-xl-2 {
    gap: 12px !important;
  }
  .dds-gap-xl-3 {
    gap: 16px !important;
  }
  .dds-gap-xl-4 {
    gap: 20px !important;
  }
  .dds-gap-xl-5 {
    gap: 24px !important;
  }
  .dds-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .dds-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .dds-justify-content-xl-center {
    justify-content: center !important;
  }
  .dds-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .dds-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .dds-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .dds-align-items-xl-start {
    align-items: flex-start !important;
  }
  .dds-align-items-xl-end {
    align-items: flex-end !important;
  }
  .dds-align-items-xl-center {
    align-items: center !important;
  }
  .dds-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .dds-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .dds-align-content-xl-start {
    align-content: flex-start !important;
  }
  .dds-align-content-xl-end {
    align-content: flex-end !important;
  }
  .dds-align-content-xl-center {
    align-content: center !important;
  }
  .dds-align-content-xl-between {
    align-content: space-between !important;
  }
  .dds-align-content-xl-around {
    align-content: space-around !important;
  }
  .dds-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .dds-align-self-xl-auto {
    align-self: auto !important;
  }
  .dds-align-self-xl-start {
    align-self: flex-start !important;
  }
  .dds-align-self-xl-end {
    align-self: flex-end !important;
  }
  .dds-align-self-xl-center {
    align-self: center !important;
  }
  .dds-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .dds-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .dds-order-xl-first {
    order: -1 !important;
  }
  .dds-order-xl-0 {
    order: 0 !important;
  }
  .dds-order-xl-1 {
    order: 1 !important;
  }
  .dds-order-xl-2 {
    order: 2 !important;
  }
  .dds-order-xl-3 {
    order: 3 !important;
  }
  .dds-order-xl-4 {
    order: 4 !important;
  }
  .dds-order-xl-5 {
    order: 5 !important;
  }
  .dds-order-xl-last {
    order: 6 !important;
  }
  .dds-m-xl-0 {
    margin: 0 !important;
  }
  .dds-m-xl-1 {
    margin: 8px !important;
  }
  .dds-m-xl-2 {
    margin: 12px !important;
  }
  .dds-m-xl-3 {
    margin: 16px !important;
  }
  .dds-m-xl-4 {
    margin: 20px !important;
  }
  .dds-m-xl-5 {
    margin: 24px !important;
  }
  .dds-m-xl-auto {
    margin: auto !important;
  }
  .dds-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dds-mx-xl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .dds-mx-xl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .dds-mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .dds-mx-xl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .dds-mx-xl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .dds-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .dds-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .dds-my-xl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .dds-my-xl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .dds-my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .dds-my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .dds-my-xl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .dds-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .dds-mt-xl-0 {
    margin-top: 0 !important;
  }
  .dds-mt-xl-1 {
    margin-top: 8px !important;
  }
  .dds-mt-xl-2 {
    margin-top: 12px !important;
  }
  .dds-mt-xl-3 {
    margin-top: 16px !important;
  }
  .dds-mt-xl-4 {
    margin-top: 20px !important;
  }
  .dds-mt-xl-5 {
    margin-top: 24px !important;
  }
  .dds-mt-xl-auto {
    margin-top: auto !important;
  }
  .dds-me-xl-0 {
    margin-right: 0 !important;
  }
  .dds-me-xl-1 {
    margin-right: 8px !important;
  }
  .dds-me-xl-2 {
    margin-right: 12px !important;
  }
  .dds-me-xl-3 {
    margin-right: 16px !important;
  }
  .dds-me-xl-4 {
    margin-right: 20px !important;
  }
  .dds-me-xl-5 {
    margin-right: 24px !important;
  }
  .dds-me-xl-auto {
    margin-right: auto !important;
  }
  .dds-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .dds-mb-xl-1 {
    margin-bottom: 8px !important;
  }
  .dds-mb-xl-2 {
    margin-bottom: 12px !important;
  }
  .dds-mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .dds-mb-xl-4 {
    margin-bottom: 20px !important;
  }
  .dds-mb-xl-5 {
    margin-bottom: 24px !important;
  }
  .dds-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .dds-ms-xl-0 {
    margin-left: 0 !important;
  }
  .dds-ms-xl-1 {
    margin-left: 8px !important;
  }
  .dds-ms-xl-2 {
    margin-left: 12px !important;
  }
  .dds-ms-xl-3 {
    margin-left: 16px !important;
  }
  .dds-ms-xl-4 {
    margin-left: 20px !important;
  }
  .dds-ms-xl-5 {
    margin-left: 24px !important;
  }
  .dds-ms-xl-auto {
    margin-left: auto !important;
  }
  .dds-m-xl-n1 {
    margin: -8px !important;
  }
  .dds-m-xl-n2 {
    margin: -12px !important;
  }
  .dds-m-xl-n3 {
    margin: -16px !important;
  }
  .dds-m-xl-n4 {
    margin: -20px !important;
  }
  .dds-m-xl-n5 {
    margin: -24px !important;
  }
  .dds-mx-xl-n1 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .dds-mx-xl-n2 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .dds-mx-xl-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .dds-mx-xl-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .dds-mx-xl-n5 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .dds-my-xl-n1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .dds-my-xl-n2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .dds-my-xl-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .dds-my-xl-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .dds-my-xl-n5 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .dds-mt-xl-n1 {
    margin-top: -8px !important;
  }
  .dds-mt-xl-n2 {
    margin-top: -12px !important;
  }
  .dds-mt-xl-n3 {
    margin-top: -16px !important;
  }
  .dds-mt-xl-n4 {
    margin-top: -20px !important;
  }
  .dds-mt-xl-n5 {
    margin-top: -24px !important;
  }
  .dds-me-xl-n1 {
    margin-right: -8px !important;
  }
  .dds-me-xl-n2 {
    margin-right: -12px !important;
  }
  .dds-me-xl-n3 {
    margin-right: -16px !important;
  }
  .dds-me-xl-n4 {
    margin-right: -20px !important;
  }
  .dds-me-xl-n5 {
    margin-right: -24px !important;
  }
  .dds-mb-xl-n1 {
    margin-bottom: -8px !important;
  }
  .dds-mb-xl-n2 {
    margin-bottom: -12px !important;
  }
  .dds-mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  .dds-mb-xl-n4 {
    margin-bottom: -20px !important;
  }
  .dds-mb-xl-n5 {
    margin-bottom: -24px !important;
  }
  .dds-ms-xl-n1 {
    margin-left: -8px !important;
  }
  .dds-ms-xl-n2 {
    margin-left: -12px !important;
  }
  .dds-ms-xl-n3 {
    margin-left: -16px !important;
  }
  .dds-ms-xl-n4 {
    margin-left: -20px !important;
  }
  .dds-ms-xl-n5 {
    margin-left: -24px !important;
  }
  .dds-p-xl-0 {
    padding: 0 !important;
  }
  .dds-p-xl-1 {
    padding: 8px !important;
  }
  .dds-p-xl-2 {
    padding: 12px !important;
  }
  .dds-p-xl-3 {
    padding: 16px !important;
  }
  .dds-p-xl-4 {
    padding: 20px !important;
  }
  .dds-p-xl-5 {
    padding: 24px !important;
  }
  .dds-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dds-px-xl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .dds-px-xl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .dds-px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .dds-px-xl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .dds-px-xl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .dds-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dds-py-xl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .dds-py-xl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .dds-py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .dds-py-xl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .dds-py-xl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .dds-pt-xl-0 {
    padding-top: 0 !important;
  }
  .dds-pt-xl-1 {
    padding-top: 8px !important;
  }
  .dds-pt-xl-2 {
    padding-top: 12px !important;
  }
  .dds-pt-xl-3 {
    padding-top: 16px !important;
  }
  .dds-pt-xl-4 {
    padding-top: 20px !important;
  }
  .dds-pt-xl-5 {
    padding-top: 24px !important;
  }
  .dds-pe-xl-0 {
    padding-right: 0 !important;
  }
  .dds-pe-xl-1 {
    padding-right: 8px !important;
  }
  .dds-pe-xl-2 {
    padding-right: 12px !important;
  }
  .dds-pe-xl-3 {
    padding-right: 16px !important;
  }
  .dds-pe-xl-4 {
    padding-right: 20px !important;
  }
  .dds-pe-xl-5 {
    padding-right: 24px !important;
  }
  .dds-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .dds-pb-xl-1 {
    padding-bottom: 8px !important;
  }
  .dds-pb-xl-2 {
    padding-bottom: 12px !important;
  }
  .dds-pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .dds-pb-xl-4 {
    padding-bottom: 20px !important;
  }
  .dds-pb-xl-5 {
    padding-bottom: 24px !important;
  }
  .dds-ps-xl-0 {
    padding-left: 0 !important;
  }
  .dds-ps-xl-1 {
    padding-left: 8px !important;
  }
  .dds-ps-xl-2 {
    padding-left: 12px !important;
  }
  .dds-ps-xl-3 {
    padding-left: 16px !important;
  }
  .dds-ps-xl-4 {
    padding-left: 20px !important;
  }
  .dds-ps-xl-5 {
    padding-left: 24px !important;
  }
  .dds-text-xl-start {
    text-align: left !important;
  }
  .dds-text-xl-end {
    text-align: right !important;
  }
  .dds-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .dds-float-xxl-start {
    float: left !important;
  }
  .dds-float-xxl-end {
    float: right !important;
  }
  .dds-float-xxl-none {
    float: none !important;
  }
  .dds-d-xxl-inline {
    display: inline !important;
  }
  .dds-d-xxl-inline-block {
    display: inline-block !important;
  }
  .dds-d-xxl-block {
    display: block !important;
  }
  .dds-d-xxl-grid {
    display: grid !important;
  }
  .dds-d-xxl-table {
    display: table !important;
  }
  .dds-d-xxl-table-row {
    display: table-row !important;
  }
  .dds-d-xxl-table-cell {
    display: table-cell !important;
  }
  .dds-d-xxl-flex {
    display: flex !important;
  }
  .dds-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-xxl-none {
    display: none !important;
  }
  .dds-flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .dds-flex-xxl-row {
    flex-direction: row !important;
  }
  .dds-flex-xxl-column {
    flex-direction: column !important;
  }
  .dds-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dds-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dds-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .dds-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .dds-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dds-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dds-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .dds-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .dds-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dds-gap-xxl-0 {
    gap: 0 !important;
  }
  .dds-gap-xxl-1 {
    gap: 8px !important;
  }
  .dds-gap-xxl-2 {
    gap: 12px !important;
  }
  .dds-gap-xxl-3 {
    gap: 16px !important;
  }
  .dds-gap-xxl-4 {
    gap: 20px !important;
  }
  .dds-gap-xxl-5 {
    gap: 24px !important;
  }
  .dds-justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .dds-justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .dds-justify-content-xxl-center {
    justify-content: center !important;
  }
  .dds-justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .dds-justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .dds-justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .dds-align-items-xxl-start {
    align-items: flex-start !important;
  }
  .dds-align-items-xxl-end {
    align-items: flex-end !important;
  }
  .dds-align-items-xxl-center {
    align-items: center !important;
  }
  .dds-align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .dds-align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .dds-align-content-xxl-start {
    align-content: flex-start !important;
  }
  .dds-align-content-xxl-end {
    align-content: flex-end !important;
  }
  .dds-align-content-xxl-center {
    align-content: center !important;
  }
  .dds-align-content-xxl-between {
    align-content: space-between !important;
  }
  .dds-align-content-xxl-around {
    align-content: space-around !important;
  }
  .dds-align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .dds-align-self-xxl-auto {
    align-self: auto !important;
  }
  .dds-align-self-xxl-start {
    align-self: flex-start !important;
  }
  .dds-align-self-xxl-end {
    align-self: flex-end !important;
  }
  .dds-align-self-xxl-center {
    align-self: center !important;
  }
  .dds-align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .dds-align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .dds-order-xxl-first {
    order: -1 !important;
  }
  .dds-order-xxl-0 {
    order: 0 !important;
  }
  .dds-order-xxl-1 {
    order: 1 !important;
  }
  .dds-order-xxl-2 {
    order: 2 !important;
  }
  .dds-order-xxl-3 {
    order: 3 !important;
  }
  .dds-order-xxl-4 {
    order: 4 !important;
  }
  .dds-order-xxl-5 {
    order: 5 !important;
  }
  .dds-order-xxl-last {
    order: 6 !important;
  }
  .dds-m-xxl-0 {
    margin: 0 !important;
  }
  .dds-m-xxl-1 {
    margin: 8px !important;
  }
  .dds-m-xxl-2 {
    margin: 12px !important;
  }
  .dds-m-xxl-3 {
    margin: 16px !important;
  }
  .dds-m-xxl-4 {
    margin: 20px !important;
  }
  .dds-m-xxl-5 {
    margin: 24px !important;
  }
  .dds-m-xxl-auto {
    margin: auto !important;
  }
  .dds-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dds-mx-xxl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .dds-mx-xxl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .dds-mx-xxl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .dds-mx-xxl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .dds-mx-xxl-5 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .dds-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .dds-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .dds-my-xxl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .dds-my-xxl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .dds-my-xxl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .dds-my-xxl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .dds-my-xxl-5 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .dds-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .dds-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .dds-mt-xxl-1 {
    margin-top: 8px !important;
  }
  .dds-mt-xxl-2 {
    margin-top: 12px !important;
  }
  .dds-mt-xxl-3 {
    margin-top: 16px !important;
  }
  .dds-mt-xxl-4 {
    margin-top: 20px !important;
  }
  .dds-mt-xxl-5 {
    margin-top: 24px !important;
  }
  .dds-mt-xxl-auto {
    margin-top: auto !important;
  }
  .dds-me-xxl-0 {
    margin-right: 0 !important;
  }
  .dds-me-xxl-1 {
    margin-right: 8px !important;
  }
  .dds-me-xxl-2 {
    margin-right: 12px !important;
  }
  .dds-me-xxl-3 {
    margin-right: 16px !important;
  }
  .dds-me-xxl-4 {
    margin-right: 20px !important;
  }
  .dds-me-xxl-5 {
    margin-right: 24px !important;
  }
  .dds-me-xxl-auto {
    margin-right: auto !important;
  }
  .dds-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .dds-mb-xxl-1 {
    margin-bottom: 8px !important;
  }
  .dds-mb-xxl-2 {
    margin-bottom: 12px !important;
  }
  .dds-mb-xxl-3 {
    margin-bottom: 16px !important;
  }
  .dds-mb-xxl-4 {
    margin-bottom: 20px !important;
  }
  .dds-mb-xxl-5 {
    margin-bottom: 24px !important;
  }
  .dds-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .dds-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .dds-ms-xxl-1 {
    margin-left: 8px !important;
  }
  .dds-ms-xxl-2 {
    margin-left: 12px !important;
  }
  .dds-ms-xxl-3 {
    margin-left: 16px !important;
  }
  .dds-ms-xxl-4 {
    margin-left: 20px !important;
  }
  .dds-ms-xxl-5 {
    margin-left: 24px !important;
  }
  .dds-ms-xxl-auto {
    margin-left: auto !important;
  }
  .dds-m-xxl-n1 {
    margin: -8px !important;
  }
  .dds-m-xxl-n2 {
    margin: -12px !important;
  }
  .dds-m-xxl-n3 {
    margin: -16px !important;
  }
  .dds-m-xxl-n4 {
    margin: -20px !important;
  }
  .dds-m-xxl-n5 {
    margin: -24px !important;
  }
  .dds-mx-xxl-n1 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .dds-mx-xxl-n2 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .dds-mx-xxl-n3 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .dds-mx-xxl-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .dds-mx-xxl-n5 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .dds-my-xxl-n1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .dds-my-xxl-n2 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .dds-my-xxl-n3 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .dds-my-xxl-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .dds-my-xxl-n5 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .dds-mt-xxl-n1 {
    margin-top: -8px !important;
  }
  .dds-mt-xxl-n2 {
    margin-top: -12px !important;
  }
  .dds-mt-xxl-n3 {
    margin-top: -16px !important;
  }
  .dds-mt-xxl-n4 {
    margin-top: -20px !important;
  }
  .dds-mt-xxl-n5 {
    margin-top: -24px !important;
  }
  .dds-me-xxl-n1 {
    margin-right: -8px !important;
  }
  .dds-me-xxl-n2 {
    margin-right: -12px !important;
  }
  .dds-me-xxl-n3 {
    margin-right: -16px !important;
  }
  .dds-me-xxl-n4 {
    margin-right: -20px !important;
  }
  .dds-me-xxl-n5 {
    margin-right: -24px !important;
  }
  .dds-mb-xxl-n1 {
    margin-bottom: -8px !important;
  }
  .dds-mb-xxl-n2 {
    margin-bottom: -12px !important;
  }
  .dds-mb-xxl-n3 {
    margin-bottom: -16px !important;
  }
  .dds-mb-xxl-n4 {
    margin-bottom: -20px !important;
  }
  .dds-mb-xxl-n5 {
    margin-bottom: -24px !important;
  }
  .dds-ms-xxl-n1 {
    margin-left: -8px !important;
  }
  .dds-ms-xxl-n2 {
    margin-left: -12px !important;
  }
  .dds-ms-xxl-n3 {
    margin-left: -16px !important;
  }
  .dds-ms-xxl-n4 {
    margin-left: -20px !important;
  }
  .dds-ms-xxl-n5 {
    margin-left: -24px !important;
  }
  .dds-p-xxl-0 {
    padding: 0 !important;
  }
  .dds-p-xxl-1 {
    padding: 8px !important;
  }
  .dds-p-xxl-2 {
    padding: 12px !important;
  }
  .dds-p-xxl-3 {
    padding: 16px !important;
  }
  .dds-p-xxl-4 {
    padding: 20px !important;
  }
  .dds-p-xxl-5 {
    padding: 24px !important;
  }
  .dds-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dds-px-xxl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .dds-px-xxl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .dds-px-xxl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .dds-px-xxl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .dds-px-xxl-5 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .dds-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .dds-py-xxl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .dds-py-xxl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .dds-py-xxl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .dds-py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .dds-py-xxl-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .dds-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .dds-pt-xxl-1 {
    padding-top: 8px !important;
  }
  .dds-pt-xxl-2 {
    padding-top: 12px !important;
  }
  .dds-pt-xxl-3 {
    padding-top: 16px !important;
  }
  .dds-pt-xxl-4 {
    padding-top: 20px !important;
  }
  .dds-pt-xxl-5 {
    padding-top: 24px !important;
  }
  .dds-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .dds-pe-xxl-1 {
    padding-right: 8px !important;
  }
  .dds-pe-xxl-2 {
    padding-right: 12px !important;
  }
  .dds-pe-xxl-3 {
    padding-right: 16px !important;
  }
  .dds-pe-xxl-4 {
    padding-right: 20px !important;
  }
  .dds-pe-xxl-5 {
    padding-right: 24px !important;
  }
  .dds-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .dds-pb-xxl-1 {
    padding-bottom: 8px !important;
  }
  .dds-pb-xxl-2 {
    padding-bottom: 12px !important;
  }
  .dds-pb-xxl-3 {
    padding-bottom: 16px !important;
  }
  .dds-pb-xxl-4 {
    padding-bottom: 20px !important;
  }
  .dds-pb-xxl-5 {
    padding-bottom: 24px !important;
  }
  .dds-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .dds-ps-xxl-1 {
    padding-left: 8px !important;
  }
  .dds-ps-xxl-2 {
    padding-left: 12px !important;
  }
  .dds-ps-xxl-3 {
    padding-left: 16px !important;
  }
  .dds-ps-xxl-4 {
    padding-left: 20px !important;
  }
  .dds-ps-xxl-5 {
    padding-left: 24px !important;
  }
  .dds-text-xxl-start {
    text-align: left !important;
  }
  .dds-text-xxl-end {
    text-align: right !important;
  }
  .dds-text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .dds-d-print-inline {
    display: inline !important;
  }
  .dds-d-print-inline-block {
    display: inline-block !important;
  }
  .dds-d-print-block {
    display: block !important;
  }
  .dds-d-print-grid {
    display: grid !important;
  }
  .dds-d-print-table {
    display: table !important;
  }
  .dds-d-print-table-row {
    display: table-row !important;
  }
  .dds-d-print-table-cell {
    display: table-cell !important;
  }
  .dds-d-print-flex {
    display: flex !important;
  }
  .dds-d-print-inline-flex {
    display: inline-flex !important;
  }
  .dds-d-print-none {
    display: none !important;
  }
}
.dds-container,
.dds-container-fluid,
.dds-container-xl,
.dds-container-lg,
.dds-container-md,
.dds-container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .dds-container-sm,
  .dds-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dds-container-md,
  .dds-container-sm,
  .dds-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dds-container-lg,
  .dds-container-md,
  .dds-container-sm,
  .dds-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dds-container-xl,
  .dds-container-lg,
  .dds-container-md,
  .dds-container-sm,
  .dds-container {
    max-width: 1280px;
  }
}
.dds-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.dds-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.dds-no-gutters > .dds-col,
.dds-no-gutters > [class*=dds-col-] {
  padding-right: 0;
  padding-left: 0;
}
.dds-col-xxl,
.dds-col-xxl-auto,
.dds-col-xxl-12,
.dds-col-xxl-11,
.dds-col-xxl-10,
.dds-col-xxl-9,
.dds-col-xxl-8,
.dds-col-xxl-7,
.dds-col-xxl-6,
.dds-col-xxl-5,
.dds-col-xxl-4,
.dds-col-xxl-3,
.dds-col-xxl-2,
.dds-col-xxl-1,
.dds-col-xl,
.dds-col-xl-auto,
.dds-col-xl-12,
.dds-col-xl-11,
.dds-col-xl-10,
.dds-col-xl-9,
.dds-col-xl-8,
.dds-col-xl-7,
.dds-col-xl-6,
.dds-col-xl-5,
.dds-col-xl-4,
.dds-col-xl-3,
.dds-col-xl-2,
.dds-col-xl-1,
.dds-col-lg,
.dds-col-lg-auto,
.dds-col-lg-12,
.dds-col-lg-11,
.dds-col-lg-10,
.dds-col-lg-9,
.dds-col-lg-8,
.dds-col-lg-7,
.dds-col-lg-6,
.dds-col-lg-5,
.dds-col-lg-4,
.dds-col-lg-3,
.dds-col-lg-2,
.dds-col-lg-1,
.dds-col-md,
.dds-col-md-auto,
.dds-col-md-12,
.dds-col-md-11,
.dds-col-md-10,
.dds-col-md-9,
.dds-col-md-8,
.dds-col-md-7,
.dds-col-md-6,
.dds-col-md-5,
.dds-col-md-4,
.dds-col-md-3,
.dds-col-md-2,
.dds-col-md-1,
.dds-col-sm,
.dds-col-sm-auto,
.dds-col-sm-12,
.dds-col-sm-11,
.dds-col-sm-10,
.dds-col-sm-9,
.dds-col-sm-8,
.dds-col-sm-7,
.dds-col-sm-6,
.dds-col-sm-5,
.dds-col-sm-4,
.dds-col-sm-3,
.dds-col-sm-2,
.dds-col-sm-1,
.dds-col,
.dds-col-auto,
.dds-col-12,
.dds-col-11,
.dds-col-10,
.dds-col-9,
.dds-col-8,
.dds-col-7,
.dds-col-6,
.dds-col-5,
.dds-col-4,
.dds-col-3,
.dds-col-2,
.dds-col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.dds-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.dds-row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.dds-row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.dds-row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.dds-row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.dds-row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.dds-row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.dds-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.dds-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.dds-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.dds-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.dds-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.dds-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.dds-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.dds-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.dds-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.dds-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.dds-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.dds-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.dds-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.dds-order-first {
  order: -1;
}
.dds-order-last {
  order: 13;
}
.dds-order-0 {
  order: 0;
}
.dds-order-1 {
  order: 1;
}
.dds-order-2 {
  order: 2;
}
.dds-order-3 {
  order: 3;
}
.dds-order-4 {
  order: 4;
}
.dds-order-5 {
  order: 5;
}
.dds-order-6 {
  order: 6;
}
.dds-order-7 {
  order: 7;
}
.dds-order-8 {
  order: 8;
}
.dds-order-9 {
  order: 9;
}
.dds-order-10 {
  order: 10;
}
.dds-order-11 {
  order: 11;
}
.dds-order-12 {
  order: 12;
}
.dds-offset-1 {
  margin-left: 8.3333333333%;
}
.dds-offset-2 {
  margin-left: 16.6666666667%;
}
.dds-offset-3 {
  margin-left: 25%;
}
.dds-offset-4 {
  margin-left: 33.3333333333%;
}
.dds-offset-5 {
  margin-left: 41.6666666667%;
}
.dds-offset-6 {
  margin-left: 50%;
}
.dds-offset-7 {
  margin-left: 58.3333333333%;
}
.dds-offset-8 {
  margin-left: 66.6666666667%;
}
.dds-offset-9 {
  margin-left: 75%;
}
.dds-offset-10 {
  margin-left: 83.3333333333%;
}
.dds-offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .dds-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dds-row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dds-row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .dds-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .dds-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .dds-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .dds-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dds-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dds-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .dds-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .dds-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-order-sm-first {
    order: -1;
  }
  .dds-order-sm-last {
    order: 13;
  }
  .dds-order-sm-0 {
    order: 0;
  }
  .dds-order-sm-1 {
    order: 1;
  }
  .dds-order-sm-2 {
    order: 2;
  }
  .dds-order-sm-3 {
    order: 3;
  }
  .dds-order-sm-4 {
    order: 4;
  }
  .dds-order-sm-5 {
    order: 5;
  }
  .dds-order-sm-6 {
    order: 6;
  }
  .dds-order-sm-7 {
    order: 7;
  }
  .dds-order-sm-8 {
    order: 8;
  }
  .dds-order-sm-9 {
    order: 9;
  }
  .dds-order-sm-10 {
    order: 10;
  }
  .dds-order-sm-11 {
    order: 11;
  }
  .dds-order-sm-12 {
    order: 12;
  }
  .dds-offset-sm-0 {
    margin-left: 0;
  }
  .dds-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .dds-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .dds-offset-sm-3 {
    margin-left: 25%;
  }
  .dds-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .dds-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .dds-offset-sm-6 {
    margin-left: 50%;
  }
  .dds-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .dds-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .dds-offset-sm-9 {
    margin-left: 75%;
  }
  .dds-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .dds-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .dds-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dds-row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dds-row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .dds-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .dds-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .dds-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .dds-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dds-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dds-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .dds-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .dds-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-order-md-first {
    order: -1;
  }
  .dds-order-md-last {
    order: 13;
  }
  .dds-order-md-0 {
    order: 0;
  }
  .dds-order-md-1 {
    order: 1;
  }
  .dds-order-md-2 {
    order: 2;
  }
  .dds-order-md-3 {
    order: 3;
  }
  .dds-order-md-4 {
    order: 4;
  }
  .dds-order-md-5 {
    order: 5;
  }
  .dds-order-md-6 {
    order: 6;
  }
  .dds-order-md-7 {
    order: 7;
  }
  .dds-order-md-8 {
    order: 8;
  }
  .dds-order-md-9 {
    order: 9;
  }
  .dds-order-md-10 {
    order: 10;
  }
  .dds-order-md-11 {
    order: 11;
  }
  .dds-order-md-12 {
    order: 12;
  }
  .dds-offset-md-0 {
    margin-left: 0;
  }
  .dds-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .dds-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .dds-offset-md-3 {
    margin-left: 25%;
  }
  .dds-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .dds-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .dds-offset-md-6 {
    margin-left: 50%;
  }
  .dds-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .dds-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .dds-offset-md-9 {
    margin-left: 75%;
  }
  .dds-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .dds-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .dds-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dds-row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dds-row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .dds-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .dds-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .dds-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .dds-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dds-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dds-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .dds-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .dds-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-order-lg-first {
    order: -1;
  }
  .dds-order-lg-last {
    order: 13;
  }
  .dds-order-lg-0 {
    order: 0;
  }
  .dds-order-lg-1 {
    order: 1;
  }
  .dds-order-lg-2 {
    order: 2;
  }
  .dds-order-lg-3 {
    order: 3;
  }
  .dds-order-lg-4 {
    order: 4;
  }
  .dds-order-lg-5 {
    order: 5;
  }
  .dds-order-lg-6 {
    order: 6;
  }
  .dds-order-lg-7 {
    order: 7;
  }
  .dds-order-lg-8 {
    order: 8;
  }
  .dds-order-lg-9 {
    order: 9;
  }
  .dds-order-lg-10 {
    order: 10;
  }
  .dds-order-lg-11 {
    order: 11;
  }
  .dds-order-lg-12 {
    order: 12;
  }
  .dds-offset-lg-0 {
    margin-left: 0;
  }
  .dds-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .dds-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .dds-offset-lg-3 {
    margin-left: 25%;
  }
  .dds-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .dds-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .dds-offset-lg-6 {
    margin-left: 50%;
  }
  .dds-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .dds-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .dds-offset-lg-9 {
    margin-left: 75%;
  }
  .dds-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .dds-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .dds-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dds-row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dds-row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .dds-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .dds-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .dds-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .dds-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dds-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dds-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .dds-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .dds-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-order-xl-first {
    order: -1;
  }
  .dds-order-xl-last {
    order: 13;
  }
  .dds-order-xl-0 {
    order: 0;
  }
  .dds-order-xl-1 {
    order: 1;
  }
  .dds-order-xl-2 {
    order: 2;
  }
  .dds-order-xl-3 {
    order: 3;
  }
  .dds-order-xl-4 {
    order: 4;
  }
  .dds-order-xl-5 {
    order: 5;
  }
  .dds-order-xl-6 {
    order: 6;
  }
  .dds-order-xl-7 {
    order: 7;
  }
  .dds-order-xl-8 {
    order: 8;
  }
  .dds-order-xl-9 {
    order: 9;
  }
  .dds-order-xl-10 {
    order: 10;
  }
  .dds-order-xl-11 {
    order: 11;
  }
  .dds-order-xl-12 {
    order: 12;
  }
  .dds-offset-xl-0 {
    margin-left: 0;
  }
  .dds-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .dds-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .dds-offset-xl-3 {
    margin-left: 25%;
  }
  .dds-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .dds-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .dds-offset-xl-6 {
    margin-left: 50%;
  }
  .dds-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .dds-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .dds-offset-xl-9 {
    margin-left: 75%;
  }
  .dds-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .dds-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .dds-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .dds-row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dds-row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .dds-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .dds-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .dds-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dds-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dds-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .dds-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dds-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .dds-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dds-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dds-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .dds-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .dds-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dds-order-xxl-first {
    order: -1;
  }
  .dds-order-xxl-last {
    order: 13;
  }
  .dds-order-xxl-0 {
    order: 0;
  }
  .dds-order-xxl-1 {
    order: 1;
  }
  .dds-order-xxl-2 {
    order: 2;
  }
  .dds-order-xxl-3 {
    order: 3;
  }
  .dds-order-xxl-4 {
    order: 4;
  }
  .dds-order-xxl-5 {
    order: 5;
  }
  .dds-order-xxl-6 {
    order: 6;
  }
  .dds-order-xxl-7 {
    order: 7;
  }
  .dds-order-xxl-8 {
    order: 8;
  }
  .dds-order-xxl-9 {
    order: 9;
  }
  .dds-order-xxl-10 {
    order: 10;
  }
  .dds-order-xxl-11 {
    order: 11;
  }
  .dds-order-xxl-12 {
    order: 12;
  }
  .dds-offset-xxl-0 {
    margin-left: 0;
  }
  .dds-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .dds-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .dds-offset-xxl-3 {
    margin-left: 25%;
  }
  .dds-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .dds-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .dds-offset-xxl-6 {
    margin-left: 50%;
  }
  .dds-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .dds-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .dds-offset-xxl-9 {
    margin-left: 75%;
  }
  .dds-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .dds-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
:root {
  --transparent: transparent;
  --transparent_dark_white_hover: rgba(255, 255, 255, 0.16);
  --transparent_dark_white_active: rgba(255, 255, 255, 0.24);
  --transparent_dark_white_s_hover: rgba(255, 255, 255, 0.32);
  --transparent_dark_white_s_active: rgba(255, 255, 255, 0.48);
  --transparent_dark_black_hover: rgba(0, 0, 0, 0.16);
  --transparent_dark_black_active: rgba(0, 0, 0, 0.24);
  --transparent_dark_black_s_hover: rgba(0, 0, 0, 0.32);
  --transparent_dark_black_s_active: rgba(0, 0, 0, 0.48);
  --transparent_light_black_hover: rgba(0, 0, 0, 0.08);
  --transparent_light_black_active: rgba(0, 0, 0, 0.12);
  --transparent_light_black_s_hover: rgba(0, 0, 0, 0.16);
  --transparent_light_black_s_active: rgba(0, 0, 0, 0.24);
  --black: #000000;
  --black_hover: rgb(40.8, 40.8, 40.8);
  --black_active: rgb(61.2, 61.2, 61.2);
  --black_s_hover: rgb(81.6, 81.6, 81.6);
  --black_s_active: rgb(122.4, 122.4, 122.4);
  --white: #ffffff;
  --white_hover: rgb(234.6, 234.6, 234.6);
  --white_active: rgb(224.4, 224.4, 224.4);
  --white_s_hover: rgb(214.2, 214.2, 214.2);
  --white_s_active: rgb(193.8, 193.8, 193.8);
  --accessible-green: #26890d;
  --accessible-green_hover: rgb(31.92, 115.08, 10.92);
  --accessible-green_active: rgb(28.88, 104.12, 9.88);
  --accessible-green_s_hover: rgb(25.84, 93.16, 8.84);
  --accessible-green_s_active: rgb(19.76, 71.24, 6.76);
  --accessible-green_s_hover_inverse: rgb(107.44, 174.76, 90.44);
  --accessible-green_s_active_inverse: rgb(142.16, 193.64, 129.16);
  --accessible-blue: #007cb0;
  --accessible-blue_hover: rgb(0, 104.16, 147.84);
  --accessible-blue_active: rgb(0, 94.24, 133.76);
  --accessible-blue_s_hover: rgb(0, 84.32, 119.68);
  --accessible-blue_s_active: rgb(0, 64.48, 91.52);
  --accessible-blue_s_hover_inverse: rgb(81.6, 165.92, 201.28);
  --accessible-blue_s_active_inverse: rgb(122.4, 186.88, 213.92);
  --accessible-teal: #0d8390;
  --accessible-teal_hover: rgb(10.92, 110.04, 120.96);
  --accessible-teal_active: rgb(9.88, 99.56, 109.44);
  --accessible-teal_s_hover: rgb(8.84, 89.08, 97.92);
  --accessible-teal_s_active: rgb(6.76, 68.12, 74.88);
  --accessible-teal_s_hover_inverse: rgb(90.44, 170.68, 179.52);
  --accessible-teal_s_active_inverse: rgb(129.16, 190.52, 197.28);
  --red: #da291c;
  --red_hover: rgb(183.12, 34.44, 23.52);
  --red_active: rgb(165.68, 31.16, 21.28);
  --red_s_hover: rgb(148.24, 27.88, 19.04);
  --red_s_active: rgb(113.36, 21.32, 14.56);
  --red_s_hover_inverse: rgb(229.84, 109.48, 100.64);
  --red_s_active_inverse: rgb(235.76, 143.72, 136.96);
  --cool-gray-2: #d0d0ce;
  --cool-gray-2_hover: rgb(191.36, 191.36, 189.52);
  --cool-gray-2_active: rgb(183.04, 183.04, 181.28);
  --cool-gray-2_s_hover: rgb(174.72, 174.72, 173.04);
  --cool-gray-2_s_active: rgb(158.08, 158.08, 156.56);
  --cool-gray-2_s_hover_inverse: rgb(215.52, 215.52, 213.84);
  --cool-gray-2_s_active_inverse: rgb(219.28, 219.28, 217.76);
  --cool-gray-4: #bbbcbc;
  --cool-gray-4_hover: rgb(172.04, 172.96, 172.96);
  --cool-gray-4_active: rgb(164.56, 165.44, 165.44);
  --cool-gray-4_s_hover: rgb(157.08, 157.92, 157.92);
  --cool-gray-4_s_active: rgb(142.12, 142.88, 142.88);
  --cool-gray-4_s_hover_inverse: rgb(197.88, 198.72, 198.72);
  --cool-gray-4_s_active_inverse: rgb(203.32, 204.08, 204.08);
  --cool-gray-6: #a7a8aa;
  --cool-gray-6_hover: rgb(153.64, 154.56, 156.4);
  --cool-gray-6_active: rgb(146.96, 147.84, 149.6);
  --cool-gray-6_s_hover: rgb(140.28, 141.12, 142.8);
  --cool-gray-6_s_active: rgb(126.92, 127.68, 129.2);
  --cool-gray-6_s_hover_inverse: rgb(181.08, 181.92, 183.6);
  --cool-gray-6_s_active_inverse: rgb(188.12, 188.88, 190.4);
  --cool-gray-7: #97999b;
  --cool-gray-7_hover: rgb(138.92, 140.76, 142.6);
  --cool-gray-7_active: rgb(132.88, 134.64, 136.4);
  --cool-gray-7_s_hover: rgb(126.84, 128.52, 130.2);
  --cool-gray-7_s_active: rgb(114.76, 116.28, 117.8);
  --cool-gray-7_s_hover_inverse: rgb(167.64, 169.32, 171);
  --cool-gray-7_s_active_inverse: rgb(175.96, 177.48, 179);
  --cool-gray-9: #75787b;
  --cool-gray-9_hover: rgb(98.28, 100.8, 103.32);
  --cool-gray-9_active: rgb(88.92, 91.2, 93.48);
  --cool-gray-9_s_hover: rgb(79.56, 81.6, 83.64);
  --cool-gray-9_s_active: rgb(60.84, 62.4, 63.96);
  --cool-gray-9_s_hover_inverse: rgb(161.16, 163.2, 165.24);
  --cool-gray-9_s_active_inverse: rgb(183.24, 184.8, 186.36);
  --cool-gray-10: #63666a;
  --cool-gray-10_hover: rgb(83.16, 85.68, 89.04);
  --cool-gray-10_active: rgb(75.24, 77.52, 80.56);
  --cool-gray-10_s_hover: rgb(67.32, 69.36, 72.08);
  --cool-gray-10_s_active: rgb(51.48, 53.04, 55.12);
  --cool-gray-10_s_hover_inverse: rgb(148.92, 150.96, 153.68);
  --cool-gray-10_s_active_inverse: rgb(173.88, 175.44, 177.52);
  --cool-gray-11: #53565a;
  --cool-gray-11_hover: rgb(69.72, 72.24, 75.6);
  --cool-gray-11_active: rgb(63.08, 65.36, 68.4);
  --cool-gray-11_s_hover: rgb(56.44, 58.48, 61.2);
  --cool-gray-11_s_active: rgb(43.16, 44.72, 46.8);
  --cool-gray-11_s_hover_inverse: rgb(138.04, 140.08, 142.8);
  --cool-gray-11_s_active_inverse: rgb(165.56, 167.12, 169.2);
  --green-1: #e3e48d;
  --green-1_hover: rgb(208.84, 209.76, 129.72);
  --green-1_active: rgb(199.76, 200.64, 124.08);
  --green-1_s_hover: rgb(190.68, 191.52, 118.44);
  --green-1_s_active: rgb(172.52, 173.28, 107.16);
  --green-1_s_hover_inverse: rgb(231.48, 232.32, 159.24);
  --green-1_s_active_inverse: rgb(233.72, 234.48, 168.36);
  --green-2: #c4d600;
  --green-2_hover: rgb(180.32, 196.88, 0);
  --green-2_active: rgb(172.48, 188.32, 0);
  --green-2_s_hover: rgb(164.64, 179.76, 0);
  --green-2_s_active: rgb(148.96, 162.64, 0);
  --green-2_s_hover_inverse: rgb(205.44, 220.56, 40.8);
  --green-2_s_active_inverse: rgb(210.16, 223.84, 61.2);
  --deloitte-green: #86bc25;
  --deloitte-green_hover: rgb(123.28, 172.96, 34.04);
  --deloitte-green_active: rgb(117.92, 165.44, 32.56);
  --deloitte-green_s_hover: rgb(112.56, 157.92, 31.08);
  --deloitte-green_s_active: rgb(101.84, 142.88, 28.12);
  --deloitte-green_s_hover_inverse: rgb(153.36, 198.72, 71.88);
  --deloitte-green_s_active_inverse: rgb(163.04, 204.08, 89.32);
  --green-4: #43b02a;
  --green-4_hover_inverse: rgb(97.08, 188.64, 76.08);
  --green-4_active_inverse: rgb(112.12, 194.96, 93.12);
  --green-4_s_hover_inverse: rgb(127.16, 201.28, 110.16);
  --green-4_s_active_inverse: rgb(157.24, 213.92, 144.24);
  --green-5: #009a44;
  --green-5_hover_inverse: rgb(40.8, 170.16, 97.92);
  --green-5_active_inverse: rgb(61.2, 178.24, 112.88);
  --green-5_s_hover_inverse: rgb(81.6, 186.32, 127.84);
  --green-5_s_active_inverse: rgb(122.4, 202.48, 157.76);
  --green-6: #046a38;
  --green-6_hover: rgb(3.36, 89.04, 47.04);
  --green-6_active: rgb(3.04, 80.56, 42.56);
  --green-6_s_hover: rgb(2.72, 72.08, 38.08);
  --green-6_s_active: rgb(2.08, 55.12, 29.12);
  --green-6_s_hover_inverse: rgb(84.32, 153.68, 119.68);
  --green-6_s_active_inverse: rgb(124.48, 177.52, 151.52);
  --green-7: #2c5234;
  --green-7_hover: rgb(36.96, 68.88, 43.68);
  --green-7_active: rgb(33.44, 62.32, 39.52);
  --green-7_s_hover: rgb(29.92, 55.76, 35.36);
  --green-7_s_active: rgb(22.88, 42.64, 27.04);
  --green-7_s_hover_inverse: rgb(111.52, 137.36, 116.96);
  --green-7_s_active_inverse: rgb(145.28, 165.04, 149.44);
  --blue-1: #a0dcff;
  --blue-1_hover: rgb(147.2, 202.4, 234.6);
  --blue-1_active: rgb(140.8, 193.6, 224.4);
  --blue-1_s_hover: rgb(134.4, 184.8, 214.2);
  --blue-1_s_active: rgb(121.6, 167.2, 193.8);
  --blue-1_s_hover_inverse: rgb(175.2, 225.6, 255);
  --blue-1_s_active_inverse: rgb(182.8, 228.4, 255);
  --blue-2: #62b5e5;
  --blue-2_hover: rgb(90.16, 166.52, 210.68);
  --blue-2_active: rgb(86.24, 159.28, 201.52);
  --blue-2_s_hover: rgb(82.32, 152.04, 192.36);
  --blue-2_s_active: rgb(74.48, 137.56, 174.04);
  --blue-2_s_hover_inverse: rgb(123.12, 192.84, 233.16);
  --blue-2_s_active_inverse: rgb(135.68, 198.76, 235.24);
  --blue-3: #00a3e0;
  --blue-3_hover_inverse: rgb(40.8, 177.72, 228.96);
  --blue-3_active_inverse: rgb(61.2, 185.08, 231.44);
  --blue-3_s_hover_inverse: rgb(81.6, 192.44, 233.92);
  --blue-3_s_active_inverse: rgb(122.4, 207.16, 238.88);
  --blue-4: #0076a8;
  --blue-4_hover: rgb(0, 99.12, 141.12);
  --blue-4_active: rgb(0, 89.68, 127.68);
  --blue-4_s_hover: rgb(0, 80.24, 114.24);
  --blue-4_s_active: rgb(0, 61.36, 87.36);
  --blue-4_s_hover_inverse: rgb(81.6, 161.84, 195.84);
  --blue-4_s_active_inverse: rgb(122.4, 183.76, 209.76);
  --blue-5: #005587;
  --blue-5_hover: rgb(0, 71.4, 113.4);
  --blue-5_active: rgb(0, 64.6, 102.6);
  --blue-5_s_hover: rgb(0, 57.8, 91.8);
  --blue-5_s_active: rgb(0, 44.2, 70.2);
  --blue-5_s_hover_inverse: rgb(81.6, 139.4, 173.4);
  --blue-5_s_active_inverse: rgb(122.4, 166.6, 192.6);
  --blue-6: #012169;
  --blue-6_hover_inverse: rgb(41.64, 68.52, 129);
  --blue-6_active_inverse: rgb(61.96, 86.28, 141);
  --blue-6_s_hover_inverse: rgb(82.28, 104.04, 153);
  --blue-6_s_active_inverse: rgb(122.92, 139.56, 177);
  --blue-7: #041e42;
  --blue-7_hover_inverse: rgb(44.16, 66, 96.24);
  --blue-7_active_inverse: rgb(64.24, 84, 111.36);
  --blue-7_s_hover_inverse: rgb(84.32, 102, 126.48);
  --blue-7_s_active_inverse: rgb(124.48, 138, 156.72);
  --teal-1: #ddefe8;
  --teal-1_hover: rgb(203.32, 219.88, 213.44);
  --teal-1_active: rgb(194.48, 210.32, 204.16);
  --teal-1_s_hover: rgb(185.64, 200.76, 194.88);
  --teal-1_s_active: rgb(167.96, 181.64, 176.32);
  --teal-1_s_hover_inverse: rgb(223.72, 240.28, 233.84);
  --teal-1_s_active_inverse: rgb(229.16, 242.84, 237.52);
  --teal-2: #9dd4cf;
  --teal-2_hover: rgb(144.44, 195.04, 190.44);
  --teal-2_active: rgb(138.16, 186.56, 182.16);
  --teal-2_s_hover: rgb(131.88, 178.08, 173.88);
  --teal-2_s_active: rgb(119.32, 161.12, 157.32);
  --teal-2_s_hover_inverse: rgb(164.84, 215.44, 210.84);
  --teal-2_s_active_inverse: rgb(180.52, 222.32, 218.52);
  --teal-3: #6fc2b4;
  --teal-3_hover: rgb(102.12, 178.48, 165.6);
  --teal-3_active: rgb(97.68, 170.72, 158.4);
  --teal-3_s_hover: rgb(93.24, 162.96, 151.2);
  --teal-3_s_active: rgb(84.36, 147.44, 136.8);
  --teal-3_s_hover_inverse: rgb(122.52, 198.88, 186);
  --teal-3_s_active_inverse: rgb(145.56, 208.64, 198);
  --teal-4: #00abab;
  --teal-4_hover_inverse: rgb(40.8, 184.44, 184.44);
  --teal-4_active_inverse: rgb(61.2, 191.16, 191.16);
  --teal-4_s_hover_inverse: rgb(81.6, 197.88, 197.88);
  --teal-4_s_active_inverse: rgb(122.4, 211.32, 211.32);
  --teal-5: #0097a9;
  --teal-5_hover_inverse: rgb(40.8, 167.64, 182.76);
  --teal-5_active_inverse: rgb(61.2, 175.96, 189.64);
  --teal-5_s_hover_inverse: rgb(81.6, 184.28, 196.52);
  --teal-5_s_active_inverse: rgb(122.4, 200.92, 210.28);
  --teal-6: #007680;
  --teal-6_hover: rgb(0, 99.12, 107.52);
  --teal-6_active: rgb(0, 89.68, 97.28);
  --teal-6_s_hover: rgb(0, 80.24, 87.04);
  --teal-6_s_active: rgb(0, 61.36, 66.56);
  --teal-6_s_hover_inverse: rgb(81.6, 161.84, 168.64);
  --teal-6_s_active_inverse: rgb(122.4, 183.76, 188.96);
  --teal-7: #004f59;
  --teal-7_hover: rgb(0, 66.36, 74.76);
  --teal-7_active: rgb(0, 60.04, 67.64);
  --teal-7_s_hover: rgb(0, 53.72, 60.52);
  --teal-7_s_active: rgb(0, 41.08, 46.28);
  --teal-7_s_hover_inverse: rgb(81.6, 135.32, 142.12);
  --teal-7_s_active_inverse: rgb(122.4, 163.48, 168.68);
  --orange: #ed8b00;
  --orange_hover: rgb(218.04, 127.88, 0);
  --orange_active: rgb(208.56, 122.32, 0);
  --orange_s_hover: rgb(199.08, 116.76, 0);
  --orange_s_active: rgb(180.12, 105.64, 0);
  --orange_s_hover_inverse: rgb(238.44, 148.28, 20.4);
  --orange_s_active_inverse: rgb(241.32, 166.84, 61.2);
  --yellow: #ffcd00;
  --yellow_hover: rgb(234.6, 188.6, 0);
  --yellow_active: rgb(224.4, 180.4, 0);
  --yellow_s_hover: rgb(214.2, 172.2, 0);
  --yellow_s_active: rgb(193.8, 155.8, 0);
  --yellow_s_hover_inverse: rgb(255, 209, 20.4);
  --yellow_s_active_inverse: rgb(255, 217, 61.2);
  --bright-green: #0df200;
  --bright-green_hover: rgb(11.96, 222.64, 0);
  --bright-green_active: rgb(11.44, 212.96, 0);
  --bright-green_s_hover: rgb(10.92, 203.28, 0);
  --bright-green_s_active: rgb(9.88, 183.92, 0);
  --bright-green_s_hover_inverse: rgb(32.36, 243.04, 20.4);
  --bright-green_s_active_inverse: rgb(71.08, 245.12, 61.2);
  --bright-teal: #3efac5;
  --bright-teal_hover: rgb(57.04, 230, 181.24);
  --bright-teal_active: rgb(54.56, 220, 173.36);
  --bright-teal_s_hover: rgb(52.08, 210, 165.48);
  --bright-teal_s_active: rgb(47.12, 190, 149.72);
  --bright-teal_s_hover_inverse: rgb(77.44, 250.4, 201.64);
  --bright-teal_s_active_inverse: rgb(108.32, 251.2, 210.92);
  --bright-blue: #33f0ff;
  --bright-blue_hover: rgb(46.92, 220.8, 234.6);
  --bright-blue_active: rgb(44.88, 211.2, 224.4);
  --bright-blue_s_hover: rgb(42.84, 201.6, 214.2);
  --bright-blue_s_active: rgb(38.76, 182.4, 193.8);
  --bright-blue_s_hover_inverse: rgb(67.32, 241.2, 255);
  --bright-blue_s_active_inverse: rgb(99.96, 243.6, 255);
}
* {
  box-sizing: border-box;
}
.dds-disabled {
  cursor: default;
  pointer-events: none !important;
}
.dds-full-width {
  width: 100%;
}
.dds-highlight {
  color: #63666a;
}
.dds-keyboard-focused:focus-visible,
.dds-modal__close:focus-visible:not(:hover):focus {
  outline: 0;
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-keyboard-focused.dds-vertical-tabs__item,
.dds-vertical-tabs__item.dds-modal__close:not(:hover):focus {
  z-index: 1;
}
.dds-filter__section_sorting.dds-keyboard-focused:focus-visible,
.dds-filter__section_sorting.dds-modal__close:focus-visible:not(:hover):focus,
.dds-search__close.dds-keyboard-focused:focus-visible,
.dds-search__close.dds-modal__close:focus-visible:not(:hover):focus,
.dds-datepicker__clear.dds-keyboard-focused:focus-visible,
.dds-datepicker__clear.dds-modal__close:focus-visible:not(:hover):focus,
.dds-datepicker__btn.dds-keyboard-focused:focus-visible,
.dds-datepicker__btn.dds-modal__close:focus-visible:not(:hover):focus,
.dds-daterangepicker__clear.dds-keyboard-focused:focus-visible,
.dds-daterangepicker__clear.dds-modal__close:focus-visible:not(:hover):focus,
.dds-daterangepicker__btn.dds-keyboard-focused:focus-visible,
.dds-daterangepicker__btn.dds-modal__close:focus-visible:not(:hover):focus,
.dds-timepicker__clear.dds-keyboard-focused:focus-visible,
.dds-timepicker__clear.dds-modal__close:focus-visible:not(:hover):focus,
.dds-timepicker__btn.dds-keyboard-focused:focus-visible,
.dds-timepicker__btn.dds-modal__close:focus-visible:not(:hover):focus,
.dds-datepicker-popup__body .dds-btn.dds-keyboard-focused:focus-visible,
.dds-datepicker-popup__body .dds-btn.dds-modal__close:focus-visible:not(:hover):focus,
.dds-daterangepicker__body .dds-btn.dds-keyboard-focused:focus-visible,
.dds-daterangepicker__body .dds-btn.dds-modal__close:focus-visible:not(:hover):focus,
.dds-rte__control .dds-rte__button.dds-keyboard-focused:focus-visible,
.dds-rte__control .dds-rte__button.dds-modal__close:focus-visible:not(:hover):focus,
.dds-tree .dds-tree__content.dds-keyboard-focused:focus-visible,
.dds-tree .dds-tree__content.dds-modal__close:focus-visible:not(:hover):focus {
  outline: 0;
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-flex {
  display: flex;
}
.dds-inline-flex {
  display: inline-flex;
}
.dds-max-width {
  max-width: 100%;
}
.dds-required::after {
  content: "*";
  color: #da291c;
}
.hidden-aria-polite {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.dds-chart {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
.dds-chart:fullscreen {
  background: #fff;
}
.dds-chart_funnel-chart path:focus-visible,
.dds-chart_rounded path:focus-visible {
  outline: none;
  stroke: #005587;
  stroke-width: 2;
}
.dds-chart svg:focus,
.dds-chart svg g:focus,
.dds-chart rect:focus,
.dds-chart circle:focus,
.dds-chart path:focus {
  outline: none;
}
.dds-chart svg:focus-visible,
.dds-chart svg g:focus-visible {
  outline: 2px solid #005587;
  outline-offset: 0px;
}
.dds-chart rect:focus-visible,
.dds-chart circle:focus-visible {
  outline: 3px solid #005587;
  outline-offset: -3px;
}
.dds-chart .x-axis,
.dds-chart .y-axis {
  font-size: 12px;
}
.dds-chart__header {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  margin-bottom: 14px;
}
.dds-chart_full-screen {
  padding: 24px;
  overflow: auto;
}
.dds-chart__title,
.dds-chart__subtitle {
  margin: 0;
  word-break: break-word;
}
.dds-chart__menu {
  margin-top: 4px;
}
.dds-chart_full-screen .dds-chart__menu {
  display: none;
}
.dds-chart__skeleton {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.dds-chart__skeleton img {
  display: block;
}
.dds-chart__description {
  margin-top: 24px;
  word-break: break-word;
}
.dds-chart .bar {
  transition: 0.15s;
}
.dds-chart .legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.dds-chart .legend__item {
  cursor: pointer;
}
.dds-chart .legend__item > * {
  pointer-events: none;
}
.dds-chart .legend__item:focus-visible {
  outline: 2px solid #005587;
  outline-offset: 2px;
}
.dds-chart .legend__item_active {
  text-decoration: line-through;
}
.dds-chart .legend__title {
  margin-left: 8px;
}
.full-screen {
  width: 100%;
}
.dds-icon {
  font-size: 16px;
  line-height: 16px;
}
.dds-icon_lg {
  font-size: 20px;
  line-height: 20px;
}
.dds-btn {
  display: inline-flex;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #ffffff;
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  white-space: nowrap;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #26890d;
  outline: 1px solid #26890d;
  outline-offset: -1px;
}
.dds-btn:focus,
.dds-btn__content {
  outline: none;
}
.dds-btn-custom {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  cursor: pointer;
}
.dds-btn:disabled,
.dds-btn-custom:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.dds-btn::-moz-focus-inner {
  border: none;
}
.dds-btn_loading .dds-btn__content {
  justify-content: center;
}
.dds-btn_fluid-width {
  width: 100%;
}
.dds-btn__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 36px;
  min-height: 32px;
  padding: 5px 24px 7px 12px;
  overflow: hidden;
}
.dds-btn_with-icon .dds-btn__content {
  padding: 5px 8px 7px 12px;
}
.dds-btn_with-icon-left .dds-btn__content {
  padding: 5px 12px 7px 8px;
}
.dds-btn__loading {
  position: absolute;
}
.dds-btn__icon {
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  margin-left: 8px;
  align-items: center;
}
.dds-btn__icon_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
}
.dds-btn__icon_left {
  margin-left: 0 !important;
  margin-right: 8px;
}
.dds-btn_lg .dds-btn__content {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 9px 32px 11px 16px;
  min-width: 44px;
  min-height: 40px;
}
.dds-btn_lg .dds-btn__icon {
  margin-left: 12px;
}
.dds-btn_lg.dds-btn_with-icon .dds-btn__content {
  padding: 9px 12px 11px 16px;
}
.dds-btn_lg.dds-btn_with-icon-left .dds-btn__content {
  padding: 9px 16px 11px 12px;
}
.dds-btn_lg.dds-btn_with-icon-left .dds-btn__icon {
  margin-right: 12px;
}
.dds-btn_sm .dds-btn__content {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 3px 16px 5px 8px;
  min-width: 26px;
  min-height: 24px;
}
.dds-btn_sm .dds-btn__icon {
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}
.dds-btn_sm.dds-btn_with-icon .dds-btn__content {
  padding: 3px 5px 5px 8px;
}
.dds-btn_sm.dds-btn_with-icon-left .dds-btn__content {
  padding: 3px 8px 5px 5px;
}
.dds-btn_sm.dds-btn_with-icon-left .dds-btn__icon {
  margin-right: 5px;
}
.dds-btn__text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-btn__text_loading {
  opacity: 0;
}
.dds-btn_empty.dds-btn_with-icon .dds-btn__content {
  padding-left: 8px;
  padding-right: 8px;
}
.dds-btn_empty.dds-btn_sm.dds-btn_with-icon .dds-btn__content {
  padding-left: 5px;
  padding-right: 5px;
}
.dds-btn_empty.dds-btn_lg.dds-btn_with-icon .dds-btn__content {
  padding-left: 12px;
  padding-right: 12px;
}
.dds-btn_empty.dds-btn_with-icon .dds-btn__icon,
.dds-btn .dds-btn_sm.dds-btn_empty.dds-btn_with-icon .dds-btn__icon,
.dds-btn .dds-btn_lg.dds-btn_empty.dds-btn_with-icon .dds-btn__icon {
  margin-left: 0;
}
.dds-btn:hover {
  background-color: rgb(31.92, 115.08, 10.92);
  outline: 1px solid rgb(31.92, 115.08, 10.92);
  outline-offset: -1px;
}
.dds-btn.dds-btn_selected,
.dds-btn:active {
  background-color: rgb(28.88, 104.12, 9.88);
  outline: 1px solid rgb(28.88, 104.12, 9.88);
  outline-offset: -1px;
}
.dds-btn.dds-btn_secondary-loud {
  background-color: #53565a;
  outline: 1px solid #53565a;
  outline-offset: -1px;
}
.dds-btn.dds-btn_secondary-loud:hover {
  background-color: rgb(69.72, 72.24, 75.6);
  outline: 1px solid rgb(69.72, 72.24, 75.6);
  outline-offset: -1px;
}
.dds-btn.dds-btn_secondary-loud.dds-btn_selected,
.dds-btn.dds-btn_secondary-loud:active {
  background-color: rgb(63.08, 65.36, 68.4);
  outline: 1px solid rgb(63.08, 65.36, 68.4);
  outline-offset: -1px;
}
.dds-btn.dds-btn_primary {
  background-color: transparent;
  outline: 1px solid #26890d;
  outline-offset: -1px;
  color: #26890d;
}
.dds-btn.dds-btn_primary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(25.84, 93.16, 8.84);
  outline: 1px solid rgb(25.84, 93.16, 8.84);
  outline-offset: -1px;
}
.dds-btn.dds-btn_primary.dds-btn_selected,
.dds-btn.dds-btn_primary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(19.76, 71.24, 6.76);
  outline: 1px solid rgb(19.76, 71.24, 6.76);
  outline-offset: -1px;
}
.dds-btn.dds-btn_primary.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(107.44, 174.76, 90.44);
  outline: 1px solid rgb(107.44, 174.76, 90.44);
  outline-offset: -1px;
}
.dds-btn.dds-btn_primary.dds-btn_inverse.dds-btn_selected,
.dds-btn.dds-btn_primary.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(142.16, 193.64, 129.16);
  outline: 1px solid rgb(142.16, 193.64, 129.16);
  outline-offset: -1px;
}
.dds-btn.dds-btn_secondary {
  background-color: transparent;
  outline: 1px solid #53565a;
  outline-offset: -1px;
  color: #53565a;
}
.dds-btn.dds-btn_secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(56.44, 58.48, 61.2);
  outline: 1px solid rgb(56.44, 58.48, 61.2);
  outline-offset: -1px;
}
.dds-btn.dds-btn_secondary.dds-btn_selected,
.dds-btn.dds-btn_secondary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(43.16, 44.72, 46.8);
  outline: 1px solid rgb(43.16, 44.72, 46.8);
  outline-offset: -1px;
}
.dds-btn.dds-btn_silent {
  background-color: transparent;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #26890d;
}
.dds-btn.dds-btn_silent:hover {
  background-color: rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(25.84, 93.16, 8.84);
}
.dds-btn.dds-btn_silent.dds-btn_selected,
.dds-btn.dds-btn_silent:active {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(19.76, 71.24, 6.76);
}
.dds-btn.dds-btn_silent.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(107.44, 174.76, 90.44);
}
.dds-btn.dds-btn_silent.dds-btn_inverse.dds-btn_selected,
.dds-btn.dds-btn_silent.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(142.16, 193.64, 129.16);
}
.dds-btn_blue {
  background-color: #007cb0;
  outline: 1px solid #007cb0;
  outline-offset: -1px;
}
.dds-btn_blue:hover {
  background-color: rgb(0, 104.16, 147.84);
  outline: 1px solid rgb(0, 104.16, 147.84);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_selected,
.dds-btn_blue:active {
  background-color: rgb(0, 94.24, 133.76);
  outline: 1px solid rgb(0, 94.24, 133.76);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_secondary-loud {
  background-color: #53565a;
  outline: 1px solid #53565a;
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_secondary-loud:hover {
  background-color: rgb(69.72, 72.24, 75.6);
  outline: 1px solid rgb(69.72, 72.24, 75.6);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_secondary-loud.dds-btn_selected,
.dds-btn_blue.dds-btn_secondary-loud:active {
  background-color: rgb(63.08, 65.36, 68.4);
  outline: 1px solid rgb(63.08, 65.36, 68.4);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_primary {
  background-color: transparent;
  outline: 1px solid #007cb0;
  outline-offset: -1px;
  color: #007cb0;
}
.dds-btn_blue.dds-btn_primary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(0, 84.32, 119.68);
  outline: 1px solid rgb(0, 84.32, 119.68);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_primary.dds-btn_selected,
.dds-btn_blue.dds-btn_primary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(0, 64.48, 91.52);
  outline: 1px solid rgb(0, 64.48, 91.52);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_primary.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(81.6, 165.92, 201.28);
  outline: 1px solid rgb(81.6, 165.92, 201.28);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_primary.dds-btn_inverse.dds-btn_selected,
.dds-btn_blue.dds-btn_primary.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(122.4, 186.88, 213.92);
  outline: 1px solid rgb(122.4, 186.88, 213.92);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_secondary {
  background-color: transparent;
  outline: 1px solid #53565a;
  outline-offset: -1px;
  color: #53565a;
}
.dds-btn_blue.dds-btn_secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(56.44, 58.48, 61.2);
  outline: 1px solid rgb(56.44, 58.48, 61.2);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_secondary.dds-btn_selected,
.dds-btn_blue.dds-btn_secondary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(43.16, 44.72, 46.8);
  outline: 1px solid rgb(43.16, 44.72, 46.8);
  outline-offset: -1px;
}
.dds-btn_blue.dds-btn_silent {
  background-color: transparent;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #007cb0;
}
.dds-btn_blue.dds-btn_silent:hover {
  background-color: rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(0, 84.32, 119.68);
}
.dds-btn_blue.dds-btn_silent.dds-btn_selected,
.dds-btn_blue.dds-btn_silent:active {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(0, 64.48, 91.52);
}
.dds-btn_blue.dds-btn_silent.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(81.6, 165.92, 201.28);
}
.dds-btn_blue.dds-btn_silent.dds-btn_inverse.dds-btn_selected,
.dds-btn_blue.dds-btn_silent.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(122.4, 186.88, 213.92);
}
.dds-btn_danger {
  background-color: #da291c;
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-btn_danger:hover {
  background-color: rgb(183.12, 34.44, 23.52);
  outline: 1px solid rgb(183.12, 34.44, 23.52);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_selected,
.dds-btn_danger:active {
  background-color: rgb(165.68, 31.16, 21.28);
  outline: 1px solid rgb(165.68, 31.16, 21.28);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_secondary-loud {
  background-color: #53565a;
  outline: 1px solid #53565a;
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_secondary-loud:hover {
  background-color: rgb(69.72, 72.24, 75.6);
  outline: 1px solid rgb(69.72, 72.24, 75.6);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_secondary-loud.dds-btn_selected,
.dds-btn_danger.dds-btn_secondary-loud:active {
  background-color: rgb(63.08, 65.36, 68.4);
  outline: 1px solid rgb(63.08, 65.36, 68.4);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_primary {
  background-color: transparent;
  outline: 1px solid #da291c;
  outline-offset: -1px;
  color: #da291c;
}
.dds-btn_danger.dds-btn_primary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(148.24, 27.88, 19.04);
  outline: 1px solid rgb(148.24, 27.88, 19.04);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_primary.dds-btn_selected,
.dds-btn_danger.dds-btn_primary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(113.36, 21.32, 14.56);
  outline: 1px solid rgb(113.36, 21.32, 14.56);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_primary.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(229.84, 109.48, 100.64);
  outline: 1px solid rgb(229.84, 109.48, 100.64);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_primary.dds-btn_inverse.dds-btn_selected,
.dds-btn_danger.dds-btn_primary.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(235.76, 143.72, 136.96);
  outline: 1px solid rgb(235.76, 143.72, 136.96);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_secondary {
  background-color: transparent;
  outline: 1px solid #53565a;
  outline-offset: -1px;
  color: #53565a;
}
.dds-btn_danger.dds-btn_secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(56.44, 58.48, 61.2);
  outline: 1px solid rgb(56.44, 58.48, 61.2);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_secondary.dds-btn_selected,
.dds-btn_danger.dds-btn_secondary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(43.16, 44.72, 46.8);
  outline: 1px solid rgb(43.16, 44.72, 46.8);
  outline-offset: -1px;
}
.dds-btn_danger.dds-btn_silent {
  background-color: transparent;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #da291c;
}
.dds-btn_danger.dds-btn_silent:hover {
  background-color: rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(148.24, 27.88, 19.04);
}
.dds-btn_danger.dds-btn_silent.dds-btn_selected,
.dds-btn_danger.dds-btn_silent:active {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: rgb(113.36, 21.32, 14.56);
}
.dds-btn_danger.dds-btn_silent.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(229.84, 109.48, 100.64);
}
.dds-btn_danger.dds-btn_silent.dds-btn_inverse.dds-btn_selected,
.dds-btn_danger.dds-btn_silent.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(235.76, 143.72, 136.96);
}
.dds-btn_dark {
  background-color: #000000;
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-btn_dark:hover {
  background-color: rgb(40.8, 40.8, 40.8);
  outline: 1px solid rgb(40.8, 40.8, 40.8);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_selected,
.dds-btn_dark:active {
  background-color: rgb(61.2, 61.2, 61.2);
  outline: 1px solid rgb(61.2, 61.2, 61.2);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_secondary-loud {
  background-color: #53565a;
  outline: 1px solid #53565a;
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_secondary-loud:hover {
  background-color: rgb(69.72, 72.24, 75.6);
  outline: 1px solid rgb(69.72, 72.24, 75.6);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_secondary-loud.dds-btn_selected,
.dds-btn_dark.dds-btn_secondary-loud:active {
  background-color: rgb(63.08, 65.36, 68.4);
  outline: 1px solid rgb(63.08, 65.36, 68.4);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_primary {
  background-color: transparent;
  outline: 1px solid #000000;
  outline-offset: -1px;
  color: #000000;
}
.dds-btn_dark.dds-btn_primary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #000000;
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_primary.dds-btn_selected,
.dds-btn_dark.dds-btn_primary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_primary.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(81.6, 81.6, 81.6);
  outline: 1px solid rgb(81.6, 81.6, 81.6);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_primary.dds-btn_inverse.dds-btn_selected,
.dds-btn_dark.dds-btn_primary.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(122.4, 122.4, 122.4);
  outline: 1px solid rgb(122.4, 122.4, 122.4);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_secondary {
  background-color: transparent;
  outline: 1px solid #53565a;
  outline-offset: -1px;
  color: #53565a;
}
.dds-btn_dark.dds-btn_secondary:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: rgb(56.44, 58.48, 61.2);
  outline: 1px solid rgb(56.44, 58.48, 61.2);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_secondary.dds-btn_selected,
.dds-btn_dark.dds-btn_secondary:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgb(43.16, 44.72, 46.8);
  outline: 1px solid rgb(43.16, 44.72, 46.8);
  outline-offset: -1px;
}
.dds-btn_dark.dds-btn_silent {
  background-color: transparent;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #000000;
}
.dds-btn_dark.dds-btn_silent:hover {
  background-color: rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #000000;
}
.dds-btn_dark.dds-btn_silent.dds-btn_selected,
.dds-btn_dark.dds-btn_silent:active {
  background-color: rgba(0, 0, 0, 0.12);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #000000;
}
.dds-btn_dark.dds-btn_silent.dds-btn_inverse:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(81.6, 81.6, 81.6);
}
.dds-btn_dark.dds-btn_silent.dds-btn_inverse.dds-btn_selected,
.dds-btn_dark.dds-btn_silent.dds-btn_inverse:active {
  background-color: rgba(255, 255, 255, 0.24);
  color: rgb(122.4, 122.4, 122.4);
}
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_primary:hover,
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_silent:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_primary.dds-btn_selected,
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_primary:active,
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_silent.dds-btn_selected,
.dds-btn.dds-btn_color-bg.dds-btn_dark.dds-btn_silent:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-btn.dds-btn_inverse.dds-btn_dark,
.dds-btn.dds-btn_inverse.dds-btn_secondary-loud {
  background-color: #ffffff;
  color: #000000;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}
.dds-btn.dds-btn_inverse.dds-btn_dark:hover,
.dds-btn.dds-btn_inverse.dds-btn_secondary-loud:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  outline: 1px solid rgb(234.6, 234.6, 234.6);
  outline-offset: -1px;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_dark:active,
.dds-btn.dds-btn_inverse.dds-btn_secondary-loud.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_secondary-loud:active {
  background-color: rgb(224.4, 224.4, 224.4);
  outline: 1px solid rgb(224.4, 224.4, 224.4);
  outline-offset: -1px;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary,
.dds-btn.dds-btn_inverse.dds-btn_secondary {
  background-color: transparent;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
  color: #ffffff;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary:hover,
.dds-btn.dds-btn_inverse.dds-btn_secondary:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary:active,
.dds-btn.dds-btn_inverse.dds-btn_secondary.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_secondary:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary.dds-btn_color-bg:hover,
.dds-btn.dds-btn_inverse.dds-btn_secondary.dds-btn_color-bg:hover {
  background-color: rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary.dds-btn_color-bg.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_primary.dds-btn_color-bg:active,
.dds-btn.dds-btn_inverse.dds-btn_secondary.dds-btn_color-bg.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_secondary.dds-btn_color-bg:active {
  background-color: rgba(0, 0, 0, 0.24);
  color: #ffffff;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent {
  background-color: transparent;
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent.dds-btn_color-bg:hover {
  background-color: rgba(0, 0, 0, 0.16);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
}
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent.dds-btn_color-bg.dds-btn_selected,
.dds-btn.dds-btn_inverse.dds-btn_dark.dds-btn_silent.dds-btn_color-bg:active {
  background-color: rgba(0, 0, 0, 0.24);
  outline: 1px solid transparent;
  outline-offset: -1px;
  color: #ffffff;
}
.dds-btn,
.dds-btn * {
  box-sizing: border-box;
}
.dds-custom-control {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.dds-custom-control .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #000000;
}
.dds-custom-control .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #000000;
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-custom-control:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(81.6, 81.6, 81.6);
}
.dds-custom-control:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(81.6, 81.6, 81.6);
  outline: 1px solid rgb(81.6, 81.6, 81.6);
  outline-offset: -1px;
}
.dds-custom-control:hover .dds-custom-control__icon {
  background: rgb(214.2, 214.2, 214.2);
}
.dds-custom-control:hover .dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  background: #ffffff;
}
.dds-custom-control:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.dds-custom-control input {
  position: absolute;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.dds-custom-control input.dds-keyboard-focused:focus-visible + .dds-custom-control__icon,
.dds-custom-control input.dds-modal__close:focus-visible:not(:hover):focus + .dds-custom-control__icon {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-custom-control__title {
  display: block;
  word-break: break-all;
  word-break: break-word;
  width: 100%;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  margin: 0 0 14px;
}
.dds-custom-control_blue .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_blue .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #007cb0;
}
.dds-custom-control_blue .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_blue .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #007cb0;
  outline: 1px solid #007cb0;
  outline-offset: -1px;
}
.dds-custom-control_blue:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_blue:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(0, 84.32, 119.68);
}
.dds-custom-control_blue:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_blue:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(0, 84.32, 119.68);
  outline: 1px solid rgb(0, 84.32, 119.68);
  outline-offset: -1px;
}
.dds-custom-control_green .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_green .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #26890d;
}
.dds-custom-control_green .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_green .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #26890d;
  outline: 1px solid #26890d;
  outline-offset: -1px;
}
.dds-custom-control_green:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_green:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(25.84, 93.16, 8.84);
}
.dds-custom-control_green:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_green:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(25.84, 93.16, 8.84);
  outline: 1px solid rgb(25.84, 93.16, 8.84);
  outline-offset: -1px;
}
.dds-custom-control_inverse .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #ffffff;
}
.dds-custom-control_inverse .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}
.dds-custom-control_inverse:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(214.2, 214.2, 214.2);
}
.dds-custom-control_inverse:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(214.2, 214.2, 214.2);
  outline: 1px solid rgb(214.2, 214.2, 214.2);
  outline-offset: -1px;
}
.dds-custom-control_inverse:hover .dds-custom-control__icon {
  background: rgba(255, 255, 255, 0.32);
}
.dds-custom-control_inverse:hover .dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  background: #000000;
}
.dds-custom-control_inverse .dds-custom-control__icon {
  border-color: #ffffff;
  background: transparent;
}
.dds-custom-control_inverse .dds-custom-control__icon_checkbox {
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}
.dds-custom-control_inverse .dds-custom-control__field_checkbox:checked + .dds-custom-control__icon,
.dds-custom-control_inverse .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  color: #000000;
}
.dds-custom-control_inverse .dds-custom-control__text {
  color: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control__title {
  color: #97999b;
}
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #007cb0;
}
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #007cb0;
  outline: 1px solid #007cb0;
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_blue:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_blue:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(0, 84.32, 119.68);
}
.dds-custom-control_inverse.dds-custom-control_blue:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_blue:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(0, 84.32, 119.68);
  outline: 1px solid rgb(0, 84.32, 119.68);
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  background: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field_checkbox:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_blue .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  color: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #26890d;
}
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #26890d;
  outline: 1px solid #26890d;
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_green:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_green:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(25.84, 93.16, 8.84);
}
.dds-custom-control_inverse.dds-custom-control_green:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_green:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(25.84, 93.16, 8.84);
  outline: 1px solid rgb(25.84, 93.16, 8.84);
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  background: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field_checkbox:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_green .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  color: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #da291c;
}
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #da291c;
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  background: #ffffff;
}
.dds-custom-control_inverse.dds-custom-control_danger:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_danger:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(229.84, 109.48, 100.64);
}
.dds-custom-control_inverse.dds-custom-control_danger:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_inverse.dds-custom-control_danger:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(229.84, 109.48, 100.64);
  outline: 1px solid rgb(229.84, 109.48, 100.64);
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_danger:hover .dds-custom-control__icon_checkbox {
  outline: 1px solid rgb(229.84, 109.48, 100.64);
  outline-offset: -1px;
}
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field_checkbox:checked + .dds-custom-control__icon,
.dds-custom-control_inverse.dds-custom-control_danger .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  color: #ffffff;
}
.dds-custom-control_danger .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_danger .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: #da291c;
}
.dds-custom-control_danger .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_danger .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: #da291c;
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-custom-control_danger .dds-custom-control__icon_checkbox {
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-custom-control_danger:hover .dds-custom-control__field:checked + .dds-custom-control__icon,
.dds-custom-control_danger:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  border-color: rgb(148.24, 27.88, 19.04);
}
.dds-custom-control_danger:hover .dds-custom-control__field:checked + .dds-custom-control__icon_checkbox,
.dds-custom-control_danger:hover .dds-custom-control__field_indeterminate + .dds-custom-control__icon_checkbox {
  background: rgb(148.24, 27.88, 19.04);
  outline: 1px solid rgb(148.24, 27.88, 19.04);
  outline-offset: -1px;
}
.dds-custom-control_danger:hover .dds-custom-control__icon_checkbox {
  outline: 1px solid rgb(148.24, 27.88, 19.04);
  outline-offset: -1px;
}
.dds-custom-control__icon {
  font-family: "dds-icon";
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #ffffff;
}
.dds-custom-control__icon_checkbox {
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-custom-control__icon_radio {
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all 0.15s linear;
}
.dds-custom-control__icon:before {
  position: absolute;
  top: 0;
  left: 0;
}
.dds-custom-control__field_radio:checked + .dds-custom-control__icon {
  border-width: 6px;
  border-color: #000000;
}
.dds-custom-control__field_checkbox:checked + .dds-custom-control__icon,
.dds-custom-control__field_indeterminate + .dds-custom-control__icon {
  color: #ffffff;
  outline: 1px solid #000000;
  outline-offset: -1px;
  background: #000000;
}
.dds-custom-control__field_checkbox:checked + .dds-custom-control__icon:before {
  content: "\e945";
}
.dds-custom-control__text {
  margin-left: 8px;
  word-break: break-word;
  color: #000000;
}
.dds-custom-control [type=radio].dds-keyboard-focused + .dds-custom-control__icon,
.dds-custom-control [type=radio].dds-modal__close:not(:hover):focus + .dds-custom-control__icon,
.dds-custom-control [type=radio].dds-keyboard-focused:checked + .dds-custom-control__icon {
  outline: none;
}
.dds-custom-control_disabled,
.dds-custom-control_disabled * {
  pointer-events: none;
}
.dds-custom-control_disabled {
  opacity: 0.4;
}
.dds-custom-control,
.dds-custom-control * {
  box-sizing: border-box;
}
.dds-radio-group_error .dds-custom-control__icon_radio {
  border: 1px solid #da291c;
}
.dds-dropdown {
  position: relative;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  white-space: nowrap;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}
.dds-dropdown__menu {
  width: 100%;
  display: flex;
}
.dds-dropdown__menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
}
.dds-dropdown__menu-wrap.bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dds-dropdown__menu-wrap.bottom-left {
  top: 100%;
  left: 0;
}
.dds-dropdown__menu-wrap.bottom-right {
  top: 100%;
  left: auto;
  right: 0;
}
.dds-dropdown__menu-wrap.top {
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dds-dropdown__menu-wrap.top-left {
  top: auto;
  bottom: 100%;
  left: 0;
}
.dds-dropdown__menu-wrap.top-right {
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
.dds-dropdown__menu-wrap.left {
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  left: auto;
}
.dds-dropdown__menu-wrap.left-top {
  top: 0;
  right: 100%;
  left: auto;
}
.dds-dropdown__menu-wrap.left-bottom {
  top: auto;
  bottom: 0;
  right: 100%;
  left: auto;
}
.dds-dropdown__menu-wrap.right {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.dds-dropdown__menu-wrap.right-top {
  top: 0;
  left: 100%;
}
.dds-dropdown__menu-wrap.right-bottom {
  top: auto;
  bottom: 0;
  left: 100%;
}
.dds-dropdown-item_selected .dds-context-menu-item {
  background-color: #000000;
  color: #ffffff;
}
.dds-dropdown-item_selected .dds-context-menu-item:hover {
  color: #000000;
}
.dds-dropdown.active .dds-btn__icon {
  transform: rotate(180deg);
}
.dds-dropdown.active .dds-dropdown__menu-wrap {
  display: flex;
}
.dds-dropdown .dds-context-menu-item__text {
  white-space: initial;
}
.dds-dropdown_disabled {
  opacity: 0.4;
}
.dds-dropdown,
.dds-dropdown * {
  box-sizing: border-box;
}
.dds-context-menu_inverse .dds-dropdown-item_selected .dds-context-menu-item {
  background-color: #ffffff;
  color: #000000;
}
.dds-context-menu_inverse .dds-dropdown-item_selected .dds-context-menu-item:hover {
  color: #ffffff;
}
.dds-modal {
  background-color: #ffffff;
  width: 400px;
  max-height: calc(100vh - 60px);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 14px 24px 24px;
  overflow-y: auto;
  z-index: 1000;
}
.dds-modal_inverse {
  background-color: #000000;
  color: #ffffff;
}
.dds-modal_inverse .dds-modal__title {
  color: #ffffff;
}
.dds-modal_inverse .dds-modal__close {
  color: #ffffff;
}
.dds-modal_lg {
  width: 800px;
}
.dds-modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.dds-modal__close {
  border: 0;
  appearance: none;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
  margin-left: auto;
  cursor: pointer;
}
.dds-modal__close:focus {
  outline: none;
}
.dds-modal__title {
  display: block;
  font: 600 16px / 24px "Open Sans", sans-serif;
  color: #000000;
  padding-right: 12px;
}
.dds-modal__body {
  overflow-y: auto;
}
.dds-modal__footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}
.dds-modal__footer-content {
  display: flex;
  width: 100%;
}
.dds-modal__footer-content:empty {
  display: none;
}
.dds-modal__footer-content_left {
  margin-right: auto;
}
.dds-modal__footer-content_right {
  margin-left: auto;
  justify-content: flex-end;
}
.dds-modal__footer-item + .dds-modal__footer-item {
  margin-left: 16px;
}
.dds-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.dds-modal-init {
  opacity: 0;
  transition: opacity 0.15s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.dds-modal-open {
  display: flex;
  opacity: 1;
}
.dds-modal-open .dds-modal {
  animation-name: zoomIn;
  animation-duration: 0.15s;
  animation-fill-mode: both;
}
.dds-modal.dds-tablet.dds-modal_lg,
.dds-modal.dds-mobile.dds-modal_lg {
  width: 100%;
  height: 100%;
  max-height: none;
}
.dds-modal.dds-tablet .dds-modal__title,
.dds-modal.dds-mobile .dds-modal__title {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-modal.dds-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.dds-modal,
.dds-modal * {
  box-sizing: border-box;
}
.dds-pagination {
  display: flex;
  align-items: center;
}
.dds-pagination__prev.dds-btn_icon,
.dds-pagination__next.dds-btn_icon {
  min-width: 40px;
}
.dds-pagination__prev {
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
.dds-pagination__next {
  margin: 0 0 0 15px;
  flex-shrink: 0;
}
.dds-pagination__list {
  display: flex;
}
.dds-pagination__dots {
  flex-shrink: 0;
  width: 45px;
  margin: 0 2px;
  cursor: default;
  pointer-events: none !important;
}
.dds-pagination:not(.dds-pagination_disabled) .dds-pagination__dots .dds-btn:disabled {
  opacity: 1;
}
.dds-pagination .dds-pagination__item {
  min-width: 33px;
  padding: 0;
  margin: 0 2px;
  flex-shrink: 0;
  cursor: pointer;
}
.dds-pagination .dds-pagination__item_active {
  pointer-events: none;
  cursor: default;
}
.dds-pagination .dds-btn__content {
  padding: 5px 12px 7px 12px;
  min-width: 32px;
}
.dds-pagination_sm .dds-pagination__item {
  min-width: 23px;
}
.dds-pagination_sm .dds-pagination__dots {
  width: 34px;
}
.dds-pagination_sm .dds-btn__content {
  padding: 3px 8px 5px 8px;
  min-width: 24px;
}
.dds-pagination_indefinite .dds-pagination__dots,
.dds-pagination_indefinite .dds-pagination__item:not(.dds-pagination__item_active) {
  display: none;
}
.dds-pagination_tablet {
  justify-content: space-between;
  box-shadow: 0px 1px 0px 0px #D0D0CE inset;
  width: 100%;
}
.dds-pagination_tablet .dds-pagination__controls .dds-pagination__next,
.dds-pagination_tablet .dds-pagination__controls .dds-pagination__prev {
  margin: 0;
}
.dds-pagination_tablet .dds-pagination__info {
  font: 400 14px / 20px "Open Sans", sans-serif;
  margin: 0 16px;
}
.dds-pagination_tablet.dds-pagination_inverse {
  box-shadow: 0px 1px 0px 0px #53565A inset;
}
.dds-pagination_tablet.dds-pagination_inverse .dds-pagination__info {
  color: #ffffff;
}
.dds-pagination,
.dds-pagination * {
  box-sizing: border-box;
}
.dds-pager {
  display: flex;
  align-items: center;
}
.dds-pager__btn {
  appearance: none;
  border: 0;
  outline: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #000000;
  padding: 5px 12px 7px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dds-pager__input {
  display: flex;
  text-align: center;
  font: 400 14px / 20px "Open Sans", sans-serif;
  width: 49px;
  height: 32px;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #63666a;
  caret-color: #000000;
  color: #000000;
}
.dds-pager__input:focus,
.dds-pager__input:active {
  border: 2px solid #000000;
}
.dds-pager:hover .dds-pager__input {
  border: 1px solid rgb(67.32, 69.36, 72.08);
}
.dds-pager:hover .dds-pager__input:focus,
.dds-pager:hover .dds-pager__input:active {
  border: 2px solid #000000;
}
.dds-pager_sm .dds-pager__btn {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 7px 9px 9px;
}
.dds-pager_sm .dds-pager__input {
  font: 400 12px / 16px "Open Sans", sans-serif;
  width: 37px;
  height: 24px;
}
.dds-pager_disabled {
  opacity: 0.4;
}
.dds-pager,
.dds-pager * {
  box-sizing: border-box;
}
.dds-mobile-pager {
  display: flex;
  align-items: center;
}
.dds-mobile-pager__item {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  background-color: #d0d0ce;
  width: 40px;
  height: 4px;
  transition: background-color 0.15s;
  cursor: pointer;
}
.dds-mobile-pager__item:not(:last-child) {
  margin-right: 24px;
}
.dds-mobile-pager__item:focus {
  outline: none;
}
.dds-mobile-pager__item:hover {
  background-color: rgb(174.72, 174.72, 173.04);
}
.dds-mobile-pager__item_active,
.dds-mobile-pager__item:active {
  background-color: #000000;
}
.dds-mobile-pager__item_active:hover {
  background-color: #000000;
}
.dds-mobile-pager_inverse .dds-mobile-pager__item {
  background-color: #53565a;
}
.dds-mobile-pager_inverse .dds-mobile-pager__item:hover {
  background-color: rgb(138.04, 140.08, 142.8);
}
.dds-mobile-pager_inverse .dds-mobile-pager__item_active,
.dds-mobile-pager_inverse .dds-mobile-pager__item:active {
  background-color: #ffffff;
}
.dds-mobile-pager_inverse .dds-mobile-pager__item_active:hover {
  background-color: #ffffff;
}
.dds-mobile-pager,
.dds-mobile-pager * {
  box-sizing: border-box;
}
.dds-segmented {
  display: inline-flex;
  max-width: 100%;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #d0d0ce;
}
.dds-segmented:focus {
  outline: none;
}
.dds-segmented__item {
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  color: #000000;
  background-color: transparent;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}
.dds-segmented__item:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-segmented__item:focus {
  background-color: transparent;
}
.dds-segmented__item_active,
.dds-segmented__item_active:hover,
.dds-segmented__item_active:focus {
  color: #ffffff;
  cursor: default;
}
.dds-segmented__item_active:before,
.dds-segmented__item_active:hover:before,
.dds-segmented__item_active:focus:before {
  box-shadow: none !important;
}
.dds-segmented__item.dds-keyboard-focused,
.dds-segmented__item.dds-modal__close:not(:hover):focus {
  z-index: 1;
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-segmented__text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
}
.dds-segmented__icon {
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.dds-segmented .dds-segmented__item {
  font: 400 12px / 16px "Open Sans", sans-serif;
  height: 24px;
  padding: 0 8px;
}
.dds-segmented .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 8px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #d0d0ce;
}
.dds-segmented_md .dds-segmented__item {
  font: 400 14px / 20px "Open Sans", sans-serif;
  height: 32px;
  padding: 0 12px;
}
.dds-segmented_md .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 12px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #d0d0ce;
}
.dds-segmented_lg .dds-segmented__item {
  font: 400 14px / 20px "Open Sans", sans-serif;
  height: 40px;
  padding: 0 16px;
}
.dds-segmented_lg .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 16px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #d0d0ce;
}
.dds-segmented__wrap {
  display: flex;
}
.dds-segmented__wrap_hidden-divider .dds-segmented__item:before {
  display: none;
}
.dds-segmented__wrap_max-width {
  flex-shrink: 0;
}
.dds-segmented__wrap_active + .dds-segmented__wrap .dds-segmented__item:before {
  display: none;
}
.dds-segmented_full-width {
  width: 100%;
}
.dds-segmented_full-width .dds-segmented__wrap,
.dds-segmented_full-width .dds-segmented__item {
  width: 100%;
}
.dds-segmented_disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dds-segmented .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #26890d;
}
.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #000000;
}
.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #007cb0;
}
.dds-segmented_inverse {
  background-color: #000000;
  border: 1px solid #53565a;
}
.dds-segmented_inverse .dds-segmented__item {
  color: #ffffff;
}
.dds-segmented_inverse .dds-segmented__item:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-segmented_inverse .dds-segmented__item {
  font: 400 12px / 16px "Open Sans", sans-serif;
  height: 24px;
  padding: 0 8px;
}
.dds-segmented_inverse .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 8px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #53565a;
}
.dds-segmented_inverse.dds-segmented_md .dds-segmented__item {
  font: 400 14px / 20px "Open Sans", sans-serif;
  height: 32px;
  padding: 0 12px;
}
.dds-segmented_inverse.dds-segmented_md .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 12px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #53565a;
}
.dds-segmented_inverse.dds-segmented_lg .dds-segmented__item {
  font: 400 14px / 20px "Open Sans", sans-serif;
  height: 40px;
  padding: 0 16px;
}
.dds-segmented_inverse.dds-segmented_lg .dds-segmented__wrap:not(:first-child) .dds-segmented__item:before {
  content: "";
  width: 0px;
  height: 8px;
  top: 16px;
  position: absolute;
  left: 0px;
  box-shadow: 0 0 0 0.5px #53565a;
}
.dds-segmented_inverse .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented_inverse .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented_inverse .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #26890d;
}
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #ffffff;
}
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__item_active,
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__item_active:hover,
.dds-segmented_inverse.dds-segmented_dark .dds-segmented__item_active:focus {
  color: #000000;
}
.dds-segmented_inverse.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active,
.dds-segmented_inverse.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active:hover,
.dds-segmented_inverse.dds-segmented_blue .dds-segmented__wrap .dds-segmented__item_active:focus {
  background: #007cb0;
}
.dds-segmented,
.dds-segmented * {
  box-sizing: border-box;
}
.dds-quick-actions {
  display: inline-flex;
  border: 1px solid #d0d0ce;
}
.dds-quick-actions .dds-btn__content {
  padding: 9px 16px 11px 16px;
}
.dds-quick-actions .dds-btn.dds-keyboard-focused,
.dds-quick-actions .dds-btn.dds-modal__close:not(:hover):focus {
  outline: none !important;
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-quick-actions:focus {
  outline: none;
}
.dds-quick-actions__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font: 400 14px / 20px "Open Sans", sans-serif;
  background-color: #53565a;
  border: none;
  color: #ffffff;
  border-radius: 0;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dds-quick-actions__item:hover {
  background-color: rgb(69.72, 72.24, 75.6);
}
.dds-quick-actions__item:active {
  background-color: rgb(63.08, 65.36, 68.4);
}
.dds-quick-actions__item_disabled,
.dds-quick-actions__item:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.dds-quick-actions__item:focus > .dds-quick-actions__content {
  outline: 2px solid #005587;
  z-index: 1;
}
.dds-quick-actions__content {
  padding: 9px 16px 11px;
}
.dds-quick-actions__content:focus {
  outline: none !important;
}
.dds-quick-actions_secondary {
  position: relative;
  background-color: #ffffff;
}
.dds-quick-actions_secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #d0d0ce;
  pointer-events: none;
}
.dds-quick-actions_secondary .dds-quick-actions__item {
  color: #000000;
  background-color: #ffffff;
}
.dds-quick-actions_secondary .dds-quick-actions__item:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.dds-quick-actions_secondary .dds-quick-actions__item:active {
  background-color: rgba(0, 0, 0, 0.12);
}
.dds-quick-actions_dark {
  background-color: #000000;
}
.dds-quick-actions_dark .dds-quick-actions__item {
  color: #ffffff;
  background-color: #000000;
}
.dds-quick-actions_dark .dds-quick-actions__item:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-quick-actions_dark .dds-quick-actions__item:active {
  background-color: rgb(61.2, 61.2, 61.2);
}
.dds-quick-actions_icon .dds-quick-actions__content {
  padding: 10px;
}
.dds-quick-actions_inverse {
  border: 1px solid #53565a;
}
.dds-quick-actions,
.dds-quick-actions * {
  box-sizing: border-box;
}
.dds-select {
  display: block;
  position: relative;
  width: 100%;
}
.dds-select__title {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #53565a;
  padding-bottom: 2px;
}
.dds-select__field {
  position: relative;
  display: block;
  width: 100%;
  font: inherit;
  text-align: left;
  min-height: 52px;
  padding: 6px 38px 6px 12px;
  background: #ffffff;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
  border: none;
  cursor: pointer;
}
.dds-select__field:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08) !important;
  outline-offset: -1px;
}
.dds-select__field:hover .dds-select__placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-select__field:focus,
.dds-select__field:active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-select__field:focus .dds-select__placeholder,
.dds-select__field:active .dds-select__placeholder {
  color: #000000;
}
.dds-select__icon {
  position: absolute;
  bottom: 1px;
  right: 1px;
  color: #000000;
  width: 32px;
  height: 30px;
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dds-select__placeholder,
.dds-select__active-item,
.dds-select__separator {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dds-select__placeholder {
  color: #63666a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-select__active-item {
  color: #000000;
}
.dds-select__text-wrap {
  display: block;
  margin: 0 0 5px 0;
}
.dds-select__description {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #63666a;
}
.dds-select__description,
.dds-select__item,
.dds-select__error {
  word-break: break-all;
  word-break: break-word;
}
.dds-select__list {
  width: 100%;
  display: flex;
}
.dds-select__list .dds-context-menu-item_selected,
.dds-select__list .dds-context-menu-item_selected:hover {
  background-color: #000000;
  color: #ffffff;
}
.dds-select__list .dds-context-menu_inverse .dds-context-menu-item_selected,
.dds-select__list .dds-context-menu_inverse .dds-context-menu-item_selected:hover {
  color: #000000;
  background-color: #ffffff;
}
.dds-select__error {
  display: block;
  margin: 3px 0 0 0;
  color: #da291c;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-select__error:empty {
  display: none;
}
.dds-select__wrap.show .dds-select__list {
  display: block;
}
.dds-select.show .dds-select__field {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-select.show .dds-select__placeholder {
  color: #000000;
}
.dds-select.show .dds-select__icon {
  transform: rotate(180deg);
}
.dds-select_external .dds-select__title {
  padding-bottom: 0;
}
.dds-select_external .dds-select__field {
  padding: 5px 36px 7px 12px;
  min-height: 32px;
}
.dds-select_sm .dds-select__placeholder,
.dds-select_sm .dds-select__active-item,
.dds-select_sm .dds-select__separator {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-select_sm .dds-select__field {
  padding: 3px 24px 5px 8px;
  min-height: 24px;
}
.dds-select_sm .dds-select__icon {
  width: 24px;
  height: 22px;
  font-size: 14px;
}
.dds-select_lg .dds-select__placeholder,
.dds-select_lg .dds-select__active-item,
.dds-select_lg .dds-select__separator {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-select_lg .dds-select__field {
  padding: 9px 40px 11px 16px;
  min-height: 40px;
}
.dds-select_lg .dds-select__icon {
  width: 40px;
  height: 38px;
}
.dds-select_error .dds-select__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-select_error .dds-select__field:hover {
  outline: 1px solid rgb(148.24, 27.88, 19.04) !important;
  outline-offset: -1px;
}
.dds-select_error .dds-select__field:focus,
.dds-select_error .dds-select__field:active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-select_disabled {
  opacity: 0.4;
}
.dds-select_readonly.show .dds-select__field {
  outline: none !important;
}
.dds-select_readonly .dds-select__field {
  background: #f5f5f5;
  outline: none !important;
}
.dds-select_readonly .dds-select__separator {
  color: #000000;
}
.dds-select_readonly .dds-datepicker__input::placeholder,
.dds-select_readonly .dds-daterangepicker__input::placeholder {
  color: #000000;
}
.dds-select_readonly .dds-datepicker__btn,
.dds-select_readonly .dds-daterangepicker__btn {
  opacity: 0.4;
  pointer-events: none;
}
.dds-select_readonly .dds-datepicker__btn:hover,
.dds-select_readonly .dds-daterangepicker__btn:hover {
  background-color: transparent;
}
.dds-select_readonly .dds-daterangepicker__btn,
.dds-select_readonly .dds-timepicker__btn {
  opacity: 0.4;
  pointer-events: none;
}
.dds-select_readonly .dds-daterangepicker__btn:hover,
.dds-select_readonly .dds-timepicker__btn:hover {
  background-color: transparent;
}
.dds-select_readonly .dds-timepicker__separator {
  color: #000000;
}
.dds-select_readonly .dds-timepicker__input::placeholder {
  color: #000000;
}
.dds-select_inverse .dds-select__title {
  color: #bbbcbc;
}
.dds-select_inverse .dds-select__field {
  background: #0a0a0a;
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
}
.dds-select_inverse .dds-select__field:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84) !important;
  outline-offset: -1px;
}
.dds-select_inverse .dds-select__field:hover .dds-select__placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-select_inverse .dds-select__field:focus,
.dds-select_inverse .dds-select__field:active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-select_inverse .dds-select__field:focus .dds-select__placeholder,
.dds-select_inverse .dds-select__field:active .dds-select__placeholder {
  color: #ffffff;
}
.dds-select_inverse .dds-select__icon {
  color: #ffffff;
}
.dds-select_inverse .dds-select__placeholder {
  color: #97999b;
}
.dds-select_inverse .dds-select__active-item {
  color: #ffffff;
}
.dds-select_inverse .dds-select__description {
  color: #97999b;
}
.dds-select_inverse .dds-select__error {
  color: #da291c;
}
.dds-select_inverse.dds-select.show .dds-select__field {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-select_inverse.dds-select.show .dds-select__placeholder {
  color: #ffffff;
}
.dds-select_inverse.dds-select_error .dds-select__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-select_inverse.dds-select_error .dds-select__field:hover {
  outline: 1px solid rgb(229.84, 109.48, 100.64) !important;
  outline-offset: -1px;
}
.dds-select_inverse.dds-select_error .dds-select__field:focus,
.dds-select_inverse.dds-select_error .dds-select__field:active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-select_inverse.dds-select_readonly.show .dds-select__field,
.dds-select_inverse.dds-select_readonly:active .dds-select__field,
.dds-select_inverse.dds-select_readonly:hover .dds-select__field {
  outline: none !important;
}
.dds-select_inverse.dds-select_readonly .dds-select__separator {
  color: #ffffff;
}
.dds-select_inverse.dds-select_readonly .dds-datepicker__input::placeholder,
.dds-select_inverse.dds-select_readonly .dds-daterangepicker__input::placeholder {
  color: #ffffff;
}
.dds-select_inverse.dds-select_readonly .dds-timepicker__separator {
  color: #ffffff;
}
.dds-select_inverse.dds-select_readonly .dds-timepicker__input::placeholder {
  color: #ffffff;
}
.dds-select_inverse.dds-select_readonly .dds-select__field {
  outline: none !important;
}
.dds-select_inverse.dds-select_readonly .dds-select__field:hover {
  outline: none !important;
}
.dds-select_inverse.dds-select_readonly .dds-select__field:hover .dds-timepicker__separator {
  color: #ffffff;
}
.dds-select_inverse.dds-select_readonly .dds-select__field:hover .dds-timepicker__input::placeholder {
  color: #ffffff;
}
.dds-select,
.dds-select * {
  box-sizing: border-box;
}
.dds-multi-select {
  position: relative;
}
.dds-multi-select__title {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #53565a;
  padding-bottom: 2px;
}
.dds-multi-select__field {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  min-height: 56px;
  background: #ffffff;
  border: 0;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
  cursor: pointer;
}
.dds-multi-select__field:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08) !important;
  outline-offset: -1px;
}
.dds-multi-select__field:hover .dds-multi-select__placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-multi-select__field:focus {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-multi-select__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000000;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dds-multi-select__placeholder,
.dds-multi-select__active-items {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: block;
  max-width: 100%;
  word-break: break-all;
  word-break: break-word;
}
.dds-multi-select__placeholder {
  color: #63666a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-multi-select__active-items {
  color: #000000;
}
.dds-multi-select__text-wrap {
  display: block;
  margin: 0 0 4px 0;
}
.dds-multi-select__description {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #63666a;
}
.dds-multi-select__description,
.dds-multi-select__item,
.dds-multi-select__error {
  word-break: break-all;
  word-break: break-word;
}
.dds-multi-select__list {
  width: 100%;
  display: flex;
}
.dds-multi-select__list .dds-context-menu.dds-tablet .dds-context-menu__body,
.dds-multi-select__list .dds-context-menu.dds-mobile .dds-context-menu__body {
  padding: 0;
}
.dds-multi-select__list .dds-context-menu.dds-mobile .dds-context-menu__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dds-multi-select__list-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: auto 0 0 0;
  padding: 40px 16px 16px;
}
.dds-multi-select__list-footer dds-button + dds-button {
  margin: 0 0 0 16px;
}
.dds-multi-select__list_with-icon .dds-context-menu .dds-context-menu-item_selected,
.dds-multi-select__list_with-icon .dds-context-menu .dds-context-menu-item_selected:hover {
  background-color: #26890d;
  color: #ffffff;
}
.dds-multi-select__list_with-icon .dds-context-menu .dds-context-menu-item_selected .dds-counter,
.dds-multi-select__list_with-icon .dds-context-menu .dds-context-menu-item_selected:hover .dds-counter {
  background-color: #ffffff;
}
.dds-multi-select__list_with-icon .dds-context-menu_blue .dds-context-menu-item_selected,
.dds-multi-select__list_with-icon .dds-context-menu_blue .dds-context-menu-item_selected:hover {
  background-color: #007cb0;
}
.dds-multi-select__list_with-icon .dds-context-menu_dark .dds-context-menu-item_selected,
.dds-multi-select__list_with-icon .dds-context-menu_dark .dds-context-menu-item_selected:hover {
  background-color: #000000;
}
.dds-multi-select__list_with-icon .dds-context-menu-item_selected,
.dds-multi-select__list_with-icon .dds-context-menu-item_selected:hover {
  background-color: #26890d;
  color: #ffffff;
}
.dds-multi-select__list_with-icon .dds-context-menu_inverse.dds-context-menu_dark .dds-context-menu-item_selected,
.dds-multi-select__list_with-icon .dds-context-menu_inverse.dds-context-menu_dark .dds-context-menu-item_selected:hover {
  background-color: #ffffff;
  color: #000000;
}
.dds-multi-select__list_with-icon .dds-context-menu_inverse.dds-context-menu_dark .dds-context-menu-item_selected .dds-counter,
.dds-multi-select__list_with-icon .dds-context-menu_inverse.dds-context-menu_dark .dds-context-menu-item_selected:hover .dds-counter {
  background-color: #d0d0ce;
}
.dds-multi-select__error {
  display: block;
  margin: 3px 0 0 0;
  color: #da291c;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-multi-select__wrap.show .dds-multi-select__list {
  display: block;
}
.dds-multi-select.show .dds-multi-select__field {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-multi-select.show .dds-multi-select__icon {
  transform: rotate(180deg);
}
.dds-multi-select_external .dds-multi-select__title {
  padding-bottom: 0;
}
.dds-multi-select_external .dds-multi-select__field {
  padding: 5px 32px 7px 12px;
  min-height: 32px;
}
.dds-multi-select_external .dds-multi-select__field_tags {
  padding: 4px 28px 0 4px;
}
.dds-multi-select_sm .dds-multi-select__placeholder,
.dds-multi-select_sm .dds-multi-select__active-items {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-multi-select_sm .dds-multi-select__field {
  padding: 3px 24px 5px 8px;
  min-height: 24px;
}
.dds-multi-select_sm .dds-multi-select__field_tags {
  padding: 2px 22px 0 2px;
}
.dds-multi-select_sm .dds-multi-select__icon {
  width: 24px;
  height: 22px;
  font-size: 14px;
}
.dds-multi-select_lg .dds-multi-select__placeholder,
.dds-multi-select_lg .dds-multi-select__active-items {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-multi-select_lg .dds-multi-select__field {
  padding: 9px 40px 11px 16px;
  min-height: 40px;
}
.dds-multi-select_lg .dds-multi-select__field_tags {
  padding: 8px 36px 4px 8px;
}
.dds-multi-select_lg .dds-multi-select__icon {
  width: 40px;
  height: 38px;
}
.dds-multi-select_disabled {
  opacity: 0.4;
}
.dds-multi-select_disabled .dds-tag_disabled {
  opacity: 1;
}
.dds-multi-select_inverse .dds-multi-select__title {
  color: #bbbcbc;
}
.dds-multi-select_inverse .dds-multi-select__description {
  color: #97999b;
}
.dds-multi-select_inverse .dds-multi-select__field {
  background: #000000;
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
}
.dds-multi-select_inverse .dds-multi-select__field:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84) !important;
  outline-offset: -1px;
}
.dds-multi-select_inverse .dds-multi-select__field:hover .dds-multi-select__placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-multi-select_inverse .dds-multi-select__field:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-multi-select_inverse .dds-multi-select__active-items {
  color: #ffffff;
}
.dds-multi-select_inverse .dds-multi-select__icon {
  color: #ffffff;
}
.dds-multi-select_inverse .dds-multi-select__placeholder {
  color: #97999b;
}
.dds-multi-select_inverse.show .dds-multi-select__field {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-multi-select_inverse_error.show .dds-multi-select__field:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-multi-select_error .dds-multi-select__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-multi-select_error .dds-multi-select__field:hover {
  outline: 1px solid rgb(148.24, 27.88, 19.04) !important;
  outline-offset: -1px;
}
.dds-multi-select_error .dds-multi-select__field:focus {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-multi-select_error.show .dds-multi-select__field:focus {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-multi-select,
.dds-multi-select * {
  box-sizing: border-box;
}
.dds-tabs {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-tabs__header {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  height: 32px;
  padding: 0;
  max-width: 100%;
}
.dds-tabs__header_fluid-width {
  width: 100%;
}
.dds-tabs__header_fill .dds-tabs__header-item {
  color: #000000;
}
.dds-tabs__header_fill .dds-tabs__header-item_active {
  color: #ffffff;
  background-color: #26890d;
}
.dds-tabs__header_fill .dds-tabs__header-item_active .dds-tabs__header-counter {
  background-color: #ffffff;
}
.dds-tabs__header_fill .dds-tabs__header-item:after {
  display: none;
}
.dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active {
  background-color: #007cb0;
}
.dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active:after {
  background-color: #007cb0;
}
.dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active {
  background-color: #26890d;
}
.dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active:after {
  background-color: #26890d;
}
.dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active {
  background-color: #000000;
}
.dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active:after {
  background-color: #000000;
}
.dds-tabs__header-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  font: inherit;
  color: #000000;
  position: relative;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.dds-tabs__header-item:after {
  content: "";
  width: 100%;
  height: 2px;
  transition: 0.15s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.dds-tabs__header-item:not(:last-child) {
  margin-right: 8px;
}
.dds-tabs__header-item:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
}
.dds-tabs__header-item.dds-keyboard-focused,
.dds-tabs__header-item.dds-modal__close:not(:hover):focus {
  outline: 0 !important;
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-tabs__header-item_with-icon {
  padding: 0 12px 0 6px;
}
.dds-tabs__header-item_active {
  color: #000000;
  pointer-events: none;
}
.dds-tabs__header-item_active:after {
  background-color: #26890d;
}
.dds-tabs__header-item_has-children {
  pointer-events: auto;
}
.dds-tabs__header-item_disabled,
.dds-tabs__header-item_disabled * {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.dds-tabs__header-item_disabled {
  opacity: 0.4;
}
.dds-tabs__header-counter {
  margin: 0 0 0 12px;
}
.dds-tabs__header-icon {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 6px 0 0;
}
.dds-tabs__header-icon_only {
  margin: 0 8px;
}
.dds-tabs__header-icon_dropdown {
  font-size: 16px;
  margin: 0 0 0 6px;
}
.dds-tabs__header-icon + .dds-tabs__header-counter {
  margin: 0;
}
.dds-tabs__header:after {
  content: "";
  width: 100%;
  height: 1px;
  transition: 0.15s;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d0d0ce;
}
.dds-tabs__header_blue .dds-tabs__header-item_active:after {
  background-color: #007cb0;
}
.dds-tabs__header_green .dds-tabs__header-item_active:after {
  background-color: #26890d;
}
.dds-tabs__header_dark .dds-tabs__header-item_active:after {
  background-color: #000000;
}
.dds-tabs__header_lg {
  height: 40px;
}
.dds-tabs__header_lg .dds-tabs__header-icon {
  margin: 0 12px 0 0;
}
.dds-tabs__header_lg .dds-tabs__header-icon_dropdown {
  margin: 0 0 0 12px;
}
.dds-tabs__header_lg .dds-tabs__header-item {
  padding: 0 16px;
}
.dds-tabs__header_lg .dds-tabs__header-item:not(:last-child) {
  margin-right: 12px;
}
.dds-tabs__header_lg .dds-tabs__header-item_with-icon {
  padding: 0 16px 0 12px;
}
.dds-tabs__header_lg .dds-tabs__header-counter {
  margin: 0 0 0 16px;
}
.dds-tabs__header_sm {
  height: 24px;
}
.dds-tabs__header_sm .dds-tabs__header-icon {
  display: none;
}
.dds-tabs__header_sm .dds-tabs__header-icon_dropdown {
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 4px;
}
.dds-tabs__header_sm .dds-tabs__header-item {
  padding: 0 8px;
}
.dds-tabs__header_sm .dds-tabs__header-item:not(:last-child) {
  margin-right: 4px;
}
.dds-tabs__header_sm .dds-tabs__header-counter {
  height: 20px;
  margin: 0 0 0 8px;
  padding: 0 4px;
  display: flex;
  align-items: center;
}
.dds-tabs_inverse .dds-tab__content-item {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill .dds-tabs__header-item {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active {
  background-color: #007cb0;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_blue .dds-tabs__header-item_active:after {
  background-color: #007cb0;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active {
  background-color: #26890d;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_green .dds-tabs__header-item_active:after {
  background-color: #26890d;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active {
  background-color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active:hover {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active:after {
  background-color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active {
  color: #000000;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active:hover {
  color: #000000;
}
.dds-tabs_inverse .dds-tabs__header_fill.dds-tabs__header_dark .dds-tabs__header-item_active .dds-tabs__header-counter {
  background-color: #d0d0ce;
}
.dds-tabs_inverse .dds-tabs__header .dds-tabs__header-counter:hover {
  background-color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header-item {
  color: #ffffff;
}
.dds-tabs_inverse .dds-tabs__header-item:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-tabs_inverse .dds-tabs__header:after {
  background-color: #53565a;
}
.dds-tabs_inverse .dds-tabs__header_blue .dds-tabs__header-item_active:after {
  background-color: #007cb0;
}
.dds-tabs_inverse .dds-tabs__header_green .dds-tabs__header-item_active:after {
  background-color: #26890d;
}
.dds-tabs_inverse .dds-tabs__header_dark .dds-tabs__header-item_active:after {
  background-color: #ffffff;
}
.dds-tabs__content.dds-keyboard-focused,
.dds-tabs__content.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-tabs__list {
  display: flex;
  width: 100%;
}
.dds-tabs__list .dds-context-menu-item_selected {
  background-color: #000000;
  color: #ffffff;
}
.dds-tabs__list .dds-context-menu-item_selected:hover {
  color: #000000;
}
.dds-tabs,
.dds-tabs * {
  box-sizing: border-box;
}
.dds-list-item {
  display: flex;
  width: 100%;
  position: relative;
  padding: 9px 12px 11px;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  word-break: break-all;
  word-break: break-word;
}
.dds-list-item.dds-keyboard-focused:has(.dds-list-item__button:focus-visible),
.dds-list-item.dds-modal__close:has(.dds-list-item__button:focus-visible):not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-list-item:focus {
  outline: none;
}
.dds-list-item__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.dds-list-item__button:focus {
  outline: none;
}
.dds-list-item__left-content {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 3px;
}
.dds-list-item [control],
.dds-list-item [image] {
  margin-right: 12px;
}
.dds-list-item [image],
.dds-list-item img {
  position: relative;
  height: 32px;
  width: 32px;
  pointer-events: none;
}
.dds-list-item__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.dds-list-item__heading {
  display: block;
  font-weight: 600;
  margin-right: 12px;
}
.dds-list-item__actions {
  display: flex;
  align-self: flex-start;
  margin: -1px -6px -3px auto;
}
.dds-list-item [action] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 3px 5px 5px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 24px;
  font-size: 14px;
  line-height: 14px;
}
.dds-list-item [action]:focus {
  outline: none;
}
.dds-list-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dds-list-item__detail {
  margin-top: 2px;
}
.dds-list-item__text {
  margin: 0;
  color: #53565a;
}
.dds-list-item_clickable:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-list-item_has-border {
  box-shadow: inset 0px -1px 0px #d0d0ce;
}
.dds-list-item_disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.4;
}
.dds-list-item .dds-icon_navigational {
  font-size: 16px;
  line-height: 16px;
}
.dds-list-item_lg {
  padding: 13px 16px 15px;
}
.dds-list-item_lg .dds-list-item__left-content {
  margin-top: -1px;
}
.dds-list-item_lg .dds-list-item__actions {
  margin-right: -8px;
}
.dds-list-item_lg [control],
.dds-list-item_lg [image] {
  margin-right: 16px;
}
.dds-list-item_lg [image],
.dds-list-item_lg img {
  height: 40px;
  width: 40px;
}
.dds-list-item_lg [control],
.dds-list-item_lg [control] + [image] {
  margin-top: 4px;
}
.dds-list-item_sm {
  padding: 5px 8px 7px;
}
.dds-list-item_sm .dds-list-item__actions {
  margin: 0 -6px -4px auto;
}
.dds-list-item_sm [control],
.dds-list-item_sm [image] {
  margin-right: 8px;
}
.dds-list-item_sm .dds-icon_navigational {
  font-size: 14px;
  line-height: 14px;
}
.dds-list-item_only-title {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dds-list-item_only-title .dds-list-item__left-content {
  margin: 0;
}
.dds-list-item_only-title .dds-list-item__heading {
  font-weight: 400;
}
.dds-list-item_only-title.dds-list-item_sm {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dds-list-item_only-title.dds-list-item_sm .dds-list-item__head {
  margin: -3px 0 0;
}
.dds-list-item_only-title.dds-list-item_sm [image],
.dds-list-item_only-title.dds-list-item_sm img {
  height: 24px;
  width: 24px;
}
.dds-list-item.dds-keyboard-focused,
.dds-list-item.dds-modal__close:not(:hover):focus {
  z-index: 1;
}
.dds-list-item,
.dds-list-item * {
  box-sizing: border-box;
}
.dds-list {
  padding: 0;
  margin: 0;
}
.dds-list_inverse .dds-list-item,
.dds-list-item_inverse {
  background-color: #000000;
  color: #ffffff;
}
.dds-list_inverse .dds-list-item.dds-list-item_has-border,
.dds-list-item_inverse.dds-list-item_has-border {
  box-shadow: inset 0px -1px 0px #53565a;
}
.dds-list_inverse .dds-list-item .dds-list-item__text,
.dds-list-item_inverse .dds-list-item__text {
  color: #bbbcbc;
}
.dds-list_inverse .dds-list-item.dds-list-item_clickable:hover,
.dds-list-item_inverse.dds-list-item_clickable:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-vertical-tabs {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-vertical-tabs__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background-color: #26890d;
  transition: 0.15s;
}
.dds-vertical-tabs__line_disabled {
  opacity: 0.4;
}
.dds-vertical-tabs__item {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  outline: none;
  padding: 9px 16px 11px;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item {
  color: #000000;
}
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item:hover {
  color: #000000;
}
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item_active,
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item_active:hover {
  background-color: #26890d;
  color: #ffffff;
}
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item_active .dds-vertical-tabs__item-counter,
.dds-vertical-tabs__header_filled .dds-vertical-tabs__item_active:hover .dds-vertical-tabs__item-counter {
  background-color: #ffffff;
}
.dds-vertical-tabs__item-wrap_disabled .dds-vertical-tabs__item {
  opacity: 0.4;
}
.dds-vertical-tabs__item-wrap_disabled .dds-vertical-tabs__item,
.dds-vertical-tabs__item-wrap_disabled .dds-vertical-tabs__item * {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.dds-vertical-tabs__item:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  color: #000000;
}
.dds-vertical-tabs__item-wrap_active.dds-vertical-tabs__item-wrap_disabled ~ .dds-vertical-tabs__line {
  opacity: 0;
}
.dds-vertical-tabs__item_active {
  color: #000000;
  pointer-events: none;
}
.dds-vertical-tabs__item_active .dds-vertical-tabs__item-counter {
  background-color: #d0d0ce;
  color: #000000;
}
.dds-vertical-tabs__item-wrap_disabled .dds-vertical-tabs__item_active ~ .dds-vertical-tabs__header-line {
  opacity: 0;
}
.dds-vertical-tabs__item_active ~ .dds-vertical-tabs__line {
  opacity: 1;
}
.dds-vertical-tabs__item-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 8px 0 0;
}
.dds-vertical-tabs__item-counter {
  color: #000000;
  font: 400 12px / 16px "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #d0d0ce;
  padding: 4px;
  margin: -1px 0 0 auto;
  align-self: flex-start;
}
.dds-vertical-tabs__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.dds-vertical-tabs__item-icon + .dds-vertical-tabs__item-counter {
  margin: 0;
}
.dds-vertical-tabs__header {
  position: relative;
}
.dds-vertical-tabs__header:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d0d0ce;
  top: 0;
  left: 0;
}
.dds-vertical-tabs__header_md .dds-vertical-tabs__item {
  height: 32px;
  padding: 5px 12px 7px;
}
.dds-vertical-tabs__header_md .dds-vertical-tabs__item-icon {
  margin: 0 6px 0 0;
}
.dds-vertical-tabs__header_sm {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-vertical-tabs__header_sm .dds-vertical-tabs__item {
  height: 24px;
  padding: 2px 8px 2px;
}
.dds-vertical-tabs__header_sm .dds-vertical-tabs__item-icon {
  display: none;
}
.dds-vertical-tabs__header_sm .dds-vertical-tabs__item-counter {
  height: 20px;
  padding: 0 4px;
  line-height: 20px;
}
.dds-vertical-tabs__header_filled .dds-vertical-tabs__line {
  display: none;
}
.dds-vertical-tabs__header_filled.dds-vertical-tabs__header_blue .dds-vertical-tabs__item_active {
  background-color: #007cb0;
}
.dds-vertical-tabs__header_filled.dds-vertical-tabs__header_blue .dds-vertical-tabs__item_active .dds-vertical-tabs__item-counter {
  background-color: #ffffff;
}
.dds-vertical-tabs__header_filled.dds-vertical-tabs__header_dark .dds-vertical-tabs__item_active {
  background-color: #000000;
}
.dds-vertical-tabs__header_filled.dds-vertical-tabs__header_dark .dds-vertical-tabs__item_active .dds-vertical-tabs__item-counter {
  background-color: #d0d0ce;
}
.dds-vertical-tabs__header_blue .dds-vertical-tabs__line {
  background-color: #007cb0;
}
.dds-vertical-tabs__header_dark .dds-vertical-tabs__line {
  background-color: #000000;
}
.dds-vertical-tabs_dark .dds-vertical-tabs__item {
  color: #ffffff;
}
.dds-vertical-tabs_dark .dds-vertical-tabs__line {
  background-color: #86bc25;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__header:before {
  background-color: #53565a;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__header_dark .dds-vertical-tabs__line {
  background-color: #ffffff;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__header_filled.dds-vertical-tabs__header_dark .dds-vertical-tabs__item_active {
  background-color: #ffffff;
  color: #000000;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__item {
  color: #ffffff;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__item:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.dds-vertical-tabs_inverse .dds-vertical-tabs__item-counter {
  background-color: #ffffff;
}
.dds-vertical-tabs__content.dds-keyboard-focused,
.dds-vertical-tabs__content.dds-modal__close:not(:hover):focus {
  outline-offset: -2px !important;
}
.dds-vertical-tabs,
.dds-vertical-tabs * {
  box-sizing: border-box;
}
.dds-tooltip {
  font: 400 12px / 16px "Open Sans", sans-serif;
  position: absolute;
  padding: 7px 12px 9px;
  background: #000000;
  color: #ffffff;
  white-space: normal;
}
.dds-tooltip_lg {
  padding: 9px 16px 11px;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-tooltip_blue {
  background: #007cb0;
}
.dds-tooltip_blue .beak_top {
  border-top-color: #007cb0;
}
.dds-tooltip_blue .beak_bottom {
  border-bottom-color: #007cb0;
}
.dds-tooltip_blue .beak_left {
  border-left-color: #007cb0;
}
.dds-tooltip_blue .beak_right {
  border-right-color: #007cb0;
}
.dds-tooltip_green {
  background: #26890d;
}
.dds-tooltip_green .beak_top {
  border-top-color: #26890d;
}
.dds-tooltip_green .beak_bottom {
  border-bottom-color: #26890d;
}
.dds-tooltip_green .beak_left {
  border-left-color: #26890d;
}
.dds-tooltip_green .beak_right {
  border-right-color: #26890d;
}
.dds-tooltip_error {
  background: #da291c;
}
.dds-tooltip_error .beak_top {
  border-top-color: #da291c;
}
.dds-tooltip_error .beak_bottom {
  border-bottom-color: #da291c;
}
.dds-tooltip_error .beak_left {
  border-left-color: #da291c;
}
.dds-tooltip_error .beak_right {
  border-right-color: #da291c;
}
.dds-tooltip_inverse {
  background: #ffffff;
  color: #000000;
}
.dds-tooltip_inverse .beak_top {
  border-top-color: #ffffff;
}
.dds-tooltip_inverse .beak_bottom {
  border-bottom-color: #ffffff;
}
.dds-tooltip_inverse .beak_left {
  border-left-color: #ffffff;
}
.dds-tooltip_inverse .beak_right {
  border-right-color: #ffffff;
}
.dds-tooltip_inverse.dds-tooltip_blue {
  background: #007cb0;
  color: #ffffff;
}
.dds-tooltip_inverse.dds-tooltip_blue .beak_top {
  border-top-color: #007cb0;
}
.dds-tooltip_inverse.dds-tooltip_blue .beak_bottom {
  border-bottom-color: #007cb0;
}
.dds-tooltip_inverse.dds-tooltip_blue .beak_left {
  border-left-color: #007cb0;
}
.dds-tooltip_inverse.dds-tooltip_blue .beak_right {
  border-right-color: #007cb0;
}
.dds-tooltip_inverse.dds-tooltip_green {
  background: #26890d;
  color: #ffffff;
}
.dds-tooltip_inverse.dds-tooltip_green .beak_top {
  border-top-color: #26890d;
}
.dds-tooltip_inverse.dds-tooltip_green .beak_bottom {
  border-bottom-color: #26890d;
}
.dds-tooltip_inverse.dds-tooltip_green .beak_left {
  border-left-color: #26890d;
}
.dds-tooltip_inverse.dds-tooltip_green .beak_right {
  border-right-color: #26890d;
}
.dds-tooltip_inverse.dds-tooltip_error {
  background: #da291c;
  color: #ffffff;
}
.dds-tooltip_inverse.dds-tooltip_error .beak_top {
  border-top-color: #da291c;
}
.dds-tooltip_inverse.dds-tooltip_error .beak_bottom {
  border-bottom-color: #da291c;
}
.dds-tooltip_inverse.dds-tooltip_error .beak_left {
  border-left-color: #da291c;
}
.dds-tooltip_inverse.dds-tooltip_error .beak_right {
  border-right-color: #da291c;
}
.dds-tooltip-wrap {
  display: inline-block;
}
.dds-tooltip,
.dds-tooltip * {
  box-sizing: border-box;
}
.beak {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
  width: 8px;
  height: 8px;
  pointer-events: none;
}
.beak_top {
  top: 100% !important;
  border-top-color: #000000;
  border-width: 4px 4px 0 4px;
}
.beak_bottom {
  top: auto !important;
  bottom: 100% !important;
  border-bottom-color: #000000;
  border-width: 0 4px 4px 4px;
}
.beak_left {
  left: 100% !important;
  border-left-color: #000000;
  border-width: 4px 0 4px 4px;
}
.beak_right {
  left: auto !important;
  right: 100% !important;
  border-right-color: #000000;
  border-width: 4px 4px 4px 0;
}
.dds-accordion__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-accordion__item_open > .dds-accordion__header {
  border-bottom: 0;
}
.dds-accordion__item_open > .dds-accordion__header .dds-accordion__icon {
  transform: rotate(180deg);
}
.dds-accordion__item_open > .dds-accordion__body {
  height: auto;
  padding: 5px 12px 18px;
  border-bottom: 1px solid #d0d0ce;
}
.dds-accordion__item_open.dds-accordion__item_sm > .dds-accordion__body {
  padding: 8px 8px 12px;
}
.dds-accordion__item_open.dds-accordion__item_lg > .dds-accordion__body {
  padding: 9px 16px 26px;
}
.dds-accordion__item_sm .dds-accordion__header {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 3px 6px 4px 8px;
}
.dds-accordion__item_sm .dds-accordion__icon {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
}
.dds-accordion__item_sm .dds-accordion__body {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 0 8px;
}
.dds-accordion__item_lg .dds-accordion__header {
  padding: 9px 14px 8px 16px;
}
.dds-accordion__item_lg .dds-accordion__icon {
  margin-left: 16px;
}
.dds-accordion__item_lg .dds-accordion__body {
  padding: 0 16px;
}
.dds-accordion__icon {
  pointer-events: none;
  line-height: 20px;
  align-self: flex-start;
  margin-left: 12px;
}
.dds-accordion__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 6px 10px 5px 12px;
  background: #ffffff;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #d0d0ce;
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
  color: #000000;
  cursor: pointer;
}
.dds-accordion__header-wrap {
  width: 100%;
  display: flex;
}
.dds-accordion__header:focus {
  outline: none;
}
.dds-accordion__header.dds-keyboard-focused,
.dds-accordion__header.dds-modal__close:not(:hover):focus {
  z-index: 1;
}
.dds-accordion__header .dds-list-item {
  padding: 0;
}
.dds-accordion__header_disabled {
  opacity: 0.4;
}
.dds-accordion__header:hover {
  background: rgb(234.6, 234.6, 234.6);
}
.dds-accordion__header:hover .dds-list-item {
  background: rgb(234.6, 234.6, 234.6);
}
.dds-accordion__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 0;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 0 12px;
  background: #ffffff;
  transition: 0.15s;
}
.dds-accordion_inverse .dds-accordion__header {
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid #53565a;
}
.dds-accordion_inverse .dds-accordion__header:hover {
  background: rgb(40.8, 40.8, 40.8);
}
.dds-accordion_inverse .dds-accordion__header:hover .dds-list-item {
  background: rgb(40.8, 40.8, 40.8);
}
.dds-accordion_inverse .dds-accordion__body {
  background: #000000;
  color: #ffffff;
}
.dds-accordion_inverse .dds-accordion__item_open .dds-accordion__header {
  border-bottom: 0;
}
.dds-accordion_inverse .dds-accordion__item_open > .dds-accordion__body {
  border-bottom: 1px solid #53565a;
}
.dds-accordion,
.dds-accordion * {
  box-sizing: border-box;
}
.dds-search {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.dds-search__icon {
  position: absolute;
  top: 6px;
  left: 8px;
  color: #63666a;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}
.dds-search__close {
  display: none;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  color: #000000;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dds-search__close {
    height: calc(30px - 1px);
  }
}
.dds-search__close:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-search__close_shown {
  display: flex;
}
.dds-search:hover .dds-search__input {
  outline: 1px solid rgb(67.32, 69.36, 72.08);
  outline-offset: -1px;
}
.dds-search:hover .dds-search__input::placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-search:hover .dds-search__icon {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-search__input {
  font: 400 14px / 20px "Open Sans", sans-serif;
  border: none;
  border-radius: 0;
  outline: 1px solid #63666a;
  outline-offset: -1px;
  width: 100%;
  padding: 5px 36px 7px;
  background-color: #ffffff;
  color: #000000;
  caret-color: #000000;
  appearance: none;
}
.dds-search__input::-ms-clear,
.dds-search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.dds-search__input::-webkit-search-decoration,
.dds-search__input::-webkit-search-cancel-button,
.dds-search__input::-webkit-search-results-button,
.dds-search__input::-webkit-search-results-decoration {
  display: none;
}
.dds-search__input::placeholder {
  color: #63666a;
  opacity: 1;
}
.dds-search__input:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-search__input::-ms-clear {
  display: none;
}
.dds-search .dds-search__input:focus {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.dds-search .dds-search__input:focus ~ .dds-search__icon {
  color: #000000;
}
.dds-search .dds-search__input:focus::placeholder {
  text-overflow: ellipsis;
}
.dds-search .dds-search__input:focus[placeholder] {
  text-overflow: ellipsis;
}
.dds-search__input_active ~ .dds-search__close {
  display: flex;
}
.dds-search_readonly:hover .dds-search__input {
  outline: none;
}
.dds-search_readonly:hover .dds-search__icon {
  color: #63666a;
}
.dds-search_readonly .dds-search__input {
  outline: none;
  background: #f5f5f5;
}
.dds-search_readonly .dds-search__input::placeholder {
  color: #000000;
}
.dds-search_readonly .dds-search__input:focus {
  outline: none;
}
.dds-search_readonly .dds-search__close {
  pointer-events: none;
  opacity: 0.4;
}
.dds-search_inverse .dds-search__icon {
  color: #97999b;
}
.dds-search_inverse .dds-search__close {
  color: #ffffff;
}
.dds-search_inverse .dds-search__close:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-search_inverse:hover .dds-search__input {
  outline: 1px solid rgb(215.52, 215.52, 213.84);
  outline-offset: -1px;
}
.dds-search_inverse:hover .dds-search__input::placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-search_inverse:hover .dds-search__icon {
  color: rgb(167.64, 169.32, 171);
}
.dds-search_inverse .dds-search__input {
  background-color: #0a0a0a;
  color: #ffffff;
  outline: 1px solid #d0d0ce;
  outline-offset: -1px;
  caret-color: #ffffff;
}
.dds-search_inverse .dds-search__input::placeholder {
  color: #97999b;
}
.dds-search_inverse .dds-search__input:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.dds-search_inverse .dds-search__input:focus ~ .dds-search__icon {
  color: #ffffff;
}
.dds-search_inverse.dds-search_readonly .dds-search__input {
  outline: none;
}
.dds-search_inverse.dds-search_readonly .dds-search__input::placeholder {
  color: #ffffff;
}
.dds-search_inverse.dds-search_readonly .dds-search__input:hover ~ .dds-search__icon,
.dds-search_inverse.dds-search_readonly .dds-search__input:focus ~ .dds-search__icon {
  color: #97999b;
}
.dds-search_inverse.dds-search_readonly .dds-search__close {
  pointer-events: none;
  opacity: 0.4;
}
.dds-search_sm .dds-search__input {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 3px 26px 5px;
}
.dds-search_sm .dds-search__icon {
  top: 4px;
  left: 6px;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
}
.dds-search_sm .dds-search__close {
  font-size: 14px;
  line-height: 20px;
  top: 1px;
  right: 1px;
  width: 22px;
  height: 22px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dds-search_sm .dds-search__close {
    height: calc(22px - 1px);
  }
}
.dds-search_lg .dds-search__input {
  padding: 9px 42px 11px;
}
.dds-search_lg .dds-search__icon {
  top: 9px;
  left: 12px;
}
.dds-search_lg .dds-search__close {
  width: 38px;
  height: 38px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dds-search_lg .dds-search__close {
    height: calc(38px - 1px);
  }
}
.dds-search_disabled {
  opacity: 0.4;
}
.dds-search_disabled .dds-search__close {
  display: none;
}
.dds-search_disabled,
.dds-search_disabled * {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.dds-search,
.dds-search * {
  box-sizing: border-box;
}
.dds-progress-wrap {
  width: 100%;
  position: relative;
}
.dds-progress-wrap__hidden-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
  opacity: 0;
}
.dds-progress {
  padding: 12px 0 13px;
}
.dds-progress_inverse.dds-progress_indeterminate .dds-progress__bar {
  background-image:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 57%,
      transparent 58%,
      transparent 100%);
}
.dds-progress_inverse .dds-progress__value {
  background-color: #ffffff;
}
.dds-progress_inverse .dds-progress__bar {
  background-color: #53565a;
}
.dds-progress_inverse .dds-progress__description {
  color: #97999b;
}
.dds-progress_inverse .dds-progress__label {
  color: #bbbcbc;
}
.dds-progress_green .dds-progress__value {
  background-color: #26890d;
}
.dds-progress_green.dds-progress_indeterminate .dds-progress__bar {
  background-image:
    linear-gradient(
      90deg,
      #26890d 0%,
      #26890d 57%,
      transparent 58%,
      transparent 100%);
}
.dds-progress_blue .dds-progress__value {
  background-color: #007cb0;
}
.dds-progress_blue.dds-progress_indeterminate .dds-progress__bar {
  background-image:
    linear-gradient(
      90deg,
      #007cb0 0%,
      #007cb0 57%,
      transparent 58%,
      transparent 100%);
}
.dds-progress_vertical .dds-progress__bar {
  width: 4px;
  height: 80px;
}
.dds-progress__label {
  font: 400 12px / 16px "Open Sans", sans-serif;
  display: block;
  color: #53565a;
  margin-bottom: 5px;
}
.dds-progress__bar {
  position: relative;
  height: 4px;
  background-color: #d0d0ce;
  overflow: hidden;
  text-align: left;
}
.dds-progress__value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: 0.15s;
}
.dds-progress__description {
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #63666a;
  margin-top: 3px;
}
.dds-progress_without-label {
  padding: 16px 0 13px;
}
.dds-progress_without-description {
  padding: 12px 0 16px;
}
.dds-progress_without-info {
  padding: 0;
}
.dds-progress_indeterminate .dds-progress__bar {
  background-image:
    linear-gradient(
      90deg,
      #000000 0%,
      #000000 57%,
      transparent 58%,
      transparent 100%);
  background-size: 28px 100%;
  background-color: transparent;
  animation: progress-bar-animate 0.43s linear infinite;
}
.dds-progress_indeterminate .dds-progress__value {
  display: none;
}
.dds-progress.dds-progress_error .dds-progress__bar,
.dds-progress.dds-progress_inverse.dds-progress_error .dds-progress__bar {
  background: #da291c;
  background-image: none;
  box-shadow: inset 0 0 0 1px #da291c;
  animation: none;
  overflow: visible;
}
.dds-progress.dds-progress_error .dds-progress__value,
.dds-progress.dds-progress_inverse.dds-progress_error .dds-progress__value {
  display: none;
}
.dds-progress.dds-progress_error .dds-progress__description,
.dds-progress.dds-progress_inverse.dds-progress_error .dds-progress__description {
  overflow: visible;
}
.dds-progress.dds-progress_error .dds-progress__description_error,
.dds-progress.dds-progress_inverse.dds-progress_error .dds-progress__description_error {
  color: #da291c;
}
.dds-progress_lg .dds-progress__bar {
  height: 8px;
}
.dds-progress__description,
.dds-progress__label {
  word-break: break-all;
  word-break: break-word;
}
.dds-progress,
.dds-progress * {
  box-sizing: border-box;
}
@keyframes progress-bar-animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 56px;
  }
}
.dds-tags {
  display: flex;
  flex-wrap: wrap;
}
.dds-tags,
.dds-tags * {
  box-sizing: border-box;
}
.dds-tag {
  font: 400 12px / 16px "Open Sans", sans-serif;
  display: flex;
  max-width: 100%;
  height: 24px;
  background: #53565a;
  color: #ffffff;
  margin: 0 4px 4px 0;
}
.dds-tag-wrap {
  max-width: 100%;
}
.dds-tag__content {
  display: flex;
  max-width: 100%;
  padding: 4px 8px 0 5px;
}
.dds-tag__content.dds-keyboard-focused:has(.dds-tag__icon:focus-visible),
.dds-tag__content.dds-modal__close:has(.dds-tag__icon:focus-visible):not(:hover):focus {
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-tag__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dds-tag .dds-tag__icon {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.dds-tag:hover {
  background: rgb(69.72, 72.24, 75.6);
}
.dds-tag:hover .dds-user-pic {
  background-color: rgb(83.16, 85.68, 89.04);
}
.dds-tag:active {
  background: rgb(63.08, 65.36, 68.4);
}
.dds-tag:active .dds-user-pic {
  background-color: rgb(75.24, 77.52, 80.56);
}
.dds-tag_with-icon .dds-tag__content {
  padding: 4px 5px 0 8px;
}
.dds-tag_inverse {
  background: #ffffff;
  color: #000000;
}
.dds-tag_inverse .dds-tag__icon {
  color: #000000;
}
.dds-tag_inverse:hover {
  background: rgb(234.6, 234.6, 234.6);
}
.dds-tag_inverse:hover .dds-user-pic {
  background-color: rgb(191.36, 191.36, 189.52);
}
.dds-tag_inverse:active {
  background: rgb(224.4, 224.4, 224.4);
}
.dds-tag_inverse:active .dds-user-pic {
  background-color: rgb(183.04, 183.04, 181.28);
}
.dds-tag_green {
  background: #26890d;
  color: #ffffff;
}
.dds-tag_green .dds-tag__icon {
  color: #ffffff;
}
.dds-tag_green:hover {
  background: rgb(31.92, 115.08, 10.92);
}
.dds-tag_green:hover .dds-user-pic {
  background-color: rgb(28.88, 104.12, 9.88);
}
.dds-tag_green:active {
  background: rgb(28.88, 104.12, 9.88);
}
.dds-tag_green:active .dds-user-pic {
  background-color: rgb(25.84, 93.16, 8.84);
}
.dds-tag_blue {
  background: #007cb0;
  color: #ffffff;
}
.dds-tag_blue .dds-tag__icon {
  color: #ffffff;
}
.dds-tag_blue:hover {
  background: rgb(0, 104.16, 147.84);
}
.dds-tag_blue:hover .dds-user-pic {
  background-color: rgb(0, 94.24, 133.76);
}
.dds-tag_blue:active {
  background: rgb(0, 94.24, 133.76);
}
.dds-tag_blue:active .dds-user-pic {
  background-color: rgb(0, 84.32, 119.68);
}
.dds-tag_sm {
  height: 20px;
  margin: 0 2px 2px 0;
}
.dds-tag_sm .dds-tag__content {
  padding: 2px 4px 0 3px;
}
.dds-tag_sm .dds-tag__icon {
  margin-left: 3px;
}
.dds-tag_sm.dds-tag_with-icon .dds-tag__content {
  padding: 2px 3px 0 6px;
}
.dds-tag_error {
  background-color: #da291c;
  color: #ffffff;
}
.dds-tag_error .dds-tag__icon {
  color: #ffffff;
}
.dds-tag_error:hover,
.dds-tag_error:active {
  background: rgb(183.12, 34.44, 23.52);
}
.dds-tag_error:hover .dds-user-pic,
.dds-tag_error:active .dds-user-pic {
  background: rgba(0, 0, 0, 0.08);
}
.dds-tag_disabled {
  opacity: 0.4;
}
.dds-tag_disabled .dds-user-pic {
  opacity: 1;
}
.dds-tag,
.dds-tag * {
  box-sizing: border-box;
}
.dds-toast {
  display: flex;
  min-width: 400px;
  max-width: 545px;
  margin: 0 auto;
  background-color: #000000;
  overflow: hidden;
  flex-direction: column;
}
.dds-toast__wrapper {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .dds-toast {
    min-width: 300px;
    max-width: calc(100% - 20px);
  }
}
.dds-toast:focus {
  outline: none;
}
.dds-toast__message {
  color: #ffffff;
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-bottom: 16.2px;
  display: inline-block;
}
.dds-toast__content {
  margin-right: 40px;
}
.dds-toast__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  margin: 13px 20px 0 0;
  flex-shrink: 0;
}
.dds-toast__progress {
  width: 100%;
}
.dds-toast__progress .dds-progress__bar {
  background: #ffffff;
}
.dds-toast_green {
  background-color: #26890d;
}
.dds-toast_blue {
  background-color: #007cb0;
}
.dds-toast_danger {
  background-color: #da291c;
}
.dds-toast_danger .dds-toast__progress .dds-progress__value {
  background: #da291c;
}
.dds-toast_green .dds-toast__btn-container .dds-toast__btn_with-divider:after,
.dds-toast_blue .dds-toast__btn-container .dds-toast__btn_with-divider:after,
.dds-toast_danger .dds-toast__btn-container .dds-toast__btn_with-divider:after {
  background-color: #ffffff;
}
.dds-toast_inverse {
  background-color: #ffffff;
}
.dds-toast_inverse .dds-toast__progress .dds-progress__bar {
  background: #000000;
}
.dds-toast_inverse .dds-toast__title {
  color: #000000;
}
.dds-toast_inverse .dds-toast__message {
  color: #000000;
}
.dds-toast_inverse.dds-toast_green {
  background-color: #26890d;
}
.dds-toast_inverse.dds-toast_green .dds-toast__title {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_green .dds-toast__message {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_green .dds-toast__progress .dds-progress__bar {
  background: #ffffff;
}
.dds-toast_inverse.dds-toast_blue {
  background-color: #007cb0;
}
.dds-toast_inverse.dds-toast_blue .dds-toast__title {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_blue .dds-toast__message {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_blue .dds-toast__progress .dds-progress__bar {
  background: #ffffff;
}
.dds-toast_inverse.dds-toast_danger {
  background-color: #da291c;
}
.dds-toast_inverse.dds-toast_danger .dds-toast__title {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_danger .dds-toast__message {
  color: #ffffff;
}
.dds-toast_inverse.dds-toast_danger .dds-toast__progress .dds-progress__bar {
  background: #ffffff;
}
.dds-toast_inverse.dds-toast_danger .dds-toast__progress .dds-progress__value {
  background: #da291c;
}
.dds-toast__title {
  flex-grow: 1;
  font: 700 14px / 20px "Open Sans", sans-serif;
  margin: 13px 20px 10px 0;
  display: inline-block;
  color: #ffffff;
}
.dds-toast__btn-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
}
.dds-toast__btn-container .dds-toast__btn:hover + .dds-toast__btn_with-divider:after {
  display: none;
}
.dds-toast__btn-container .dds-toast__btn_with-divider {
  position: relative;
}
.dds-toast__btn-container .dds-toast__btn_with-divider:hover:after {
  display: none;
}
.dds-toast__btn-container .dds-toast__btn_with-divider:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #53565a;
}
.dds-toast__btn {
  align-items: center;
}
.dds-toast__btn .dds-btn__content,
.dds-toast__btn .dds-btn_with-icon .dds-btn__content {
  padding: 14px;
}
.dds-toast__btn_action .dds-btn__content {
  padding: 13px 20px 15px;
}
.dds-toast__btn .dds-keyboard-focused.dds-btn,
.dds-toast__btn .dds-btn.dds-modal__close:not(:hover):focus {
  outline: 0 !important;
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-toast-container {
  position: fixed;
  z-index: 1001;
}
.dds-toast-container.top-left {
  top: 0;
  left: 0;
}
.dds-toast-container.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dds-toast-container.top-right {
  top: 0;
  right: 0;
}
.dds-toast-container.bottom-left {
  bottom: 0;
  left: 0;
}
.dds-toast-container.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dds-toast-container.bottom-right {
  bottom: 0;
  right: 0;
}
.dds-toast-container *[hidden] {
  display: none !important;
}
.dds-toast-item {
  margin: 10px;
  display: block;
}
.dds-toast,
.dds-toast * {
  box-sizing: border-box;
}
.dds-toggle {
  display: inline-flex;
  height: auto;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.dds-toggle .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: #26890d;
  border-color: #26890d;
}
.dds-toggle .dds-toggle__switcher_active .dds-toggle__line {
  background-color: #26890d;
}
.dds-toggle:hover .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: rgb(25.84, 93.16, 8.84);
  border-color: rgb(25.84, 93.16, 8.84);
}
.dds-toggle:hover .dds-toggle__switcher_active .dds-toggle__line {
  background-color: rgb(25.84, 93.16, 8.84);
}
.dds-toggle:hover .dds-toggle__circle {
  border: 1px solid rgb(81.6, 81.6, 81.6);
}
.dds-toggle:hover .dds-toggle__circle:before {
  background-color: rgb(214.2, 214.2, 214.2);
}
.dds-toggle:hover .dds-toggle__line {
  background-color: rgb(81.6, 81.6, 81.6);
}
.dds-toggle__spinner {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
}
.dds-toggle__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #26890d;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: all 0.15s linear;
  overflow: hidden;
  will-change: left;
  z-index: 1;
}
.dds-toggle__circle:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%) scale(5);
  transition: transform 0.15s linear;
}
.dds-toggle__line {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #000000;
  transition: background-color 0.15s linear;
}
.dds-toggle__switcher {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  padding: 0 1px;
}
.dds-toggle__switcher_active .dds-toggle__circle {
  left: calc(100% - 16px);
}
.dds-toggle__switcher_active .dds-toggle__circle:before {
  background-color: #ffffff !important;
  transform: translate(-50%, -50%) scale(1);
}
.dds-toggle__switcher_active:hover .dds-toggle__circle:before {
  background-color: #ffffff;
}
.dds-toggle__title {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: inline-flex;
  vertical-align: middle;
  color: #000000;
  margin-left: 8px;
}
.dds-toggle__input {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.dds-keyboard-focused + .dds-toggle__switcher,
.dds-modal__close:not(:hover):focus + .dds-toggle__switcher {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-toggle_blue .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: #007cb0;
  border-color: #007cb0;
}
.dds-toggle_blue .dds-toggle__switcher_active .dds-toggle__line {
  background-color: #007cb0;
}
.dds-toggle_blue:hover .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: rgb(0, 84.32, 119.68);
  border-color: rgb(0, 84.32, 119.68);
}
.dds-toggle_blue:hover .dds-toggle__switcher_active .dds-toggle__line {
  background-color: rgb(0, 84.32, 119.68);
}
.dds-toggle_dark .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: #000000;
  border-color: #000000;
}
.dds-toggle_dark .dds-toggle__switcher_active .dds-toggle__line {
  background-color: #000000;
}
.dds-toggle_dark:hover .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: rgb(81.6, 81.6, 81.6);
  border-color: rgb(81.6, 81.6, 81.6);
}
.dds-toggle_dark:hover .dds-toggle__switcher_active .dds-toggle__line {
  background-color: rgb(81.6, 81.6, 81.6);
}
.dds-toggle_inverse .dds-toggle__circle {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.dds-toggle_inverse .dds-toggle__circle:before {
  background-color: #000000;
}
.dds-toggle_inverse .dds-toggle__line {
  background-color: #ffffff;
}
.dds-toggle_inverse .dds-toggle__title {
  color: #ffffff;
}
.dds-toggle_inverse:hover .dds-toggle__circle {
  border: 1px solid #ffffff;
}
.dds-toggle_inverse:hover .dds-toggle__circle:before {
  background-color: rgba(255, 255, 255, 0.32);
}
.dds-toggle_inverse:hover .dds-toggle__line {
  background-color: #ffffff;
}
.dds-toggle_inverse.dds-toggle_dark .dds-toggle__switcher_active .dds-toggle__line {
  background-color: #ffffff;
}
.dds-toggle_inverse.dds-toggle_dark .dds-toggle__switcher_active .dds-toggle__circle {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.dds-toggle_inverse.dds-toggle_dark .dds-toggle__switcher_active .dds-toggle__circle:before {
  background-color: #000000 !important;
}
.dds-toggle_inverse.dds-toggle_dark:hover .dds-toggle__switcher_active .dds-toggle__circle {
  border: 1px solid rgb(214.2, 214.2, 214.2);
  background: rgb(214.2, 214.2, 214.2);
}
.dds-toggle_inverse.dds-toggle_dark:hover .dds-toggle__switcher_active .dds-toggle__line {
  background-color: rgb(214.2, 214.2, 214.2);
}
.dds-toggle_inverse.dds-toggle_danger:hover .dds-toggle__switcher:not(.dds-toggle__switcher_active) .dds-toggle__circle {
  border: 1px solid rgb(229.84, 109.48, 100.64);
}
.dds-toggle_inverse.dds-toggle_danger:hover .dds-toggle__switcher:not(.dds-toggle__switcher_active) .dds-toggle__line {
  background-color: rgb(229.84, 109.48, 100.64);
}
.dds-toggle_inverse.dds-toggle_processing-status .dds-toggle__switcher .dds-spinner__line {
  stroke: #d0d0ce;
}
.dds-toggle_inverse.dds-toggle_processing-status .dds-toggle__switcher .dds-toggle__circle {
  border: 1px solid #ffffff;
}
.dds-toggle_inverse.dds-toggle_processing-status .dds-toggle__switcher .dds-toggle__line {
  background-color: #ffffff;
}
.dds-toggle_danger .dds-toggle__circle {
  border: 1px solid #da291c;
}
.dds-toggle_danger .dds-toggle__line {
  background-color: #da291c;
}
.dds-toggle_danger:hover .dds-toggle__circle {
  border: 1px solid rgb(148.24, 27.88, 19.04);
}
.dds-toggle_danger:hover .dds-toggle__line {
  background-color: rgb(148.24, 27.88, 19.04);
}
.dds-toggle_disabled {
  opacity: 0.4;
}
.dds-toggle_processing-status {
  pointer-events: none;
}
.dds-toggle_processing-status .dds-toggle__switcher .dds-toggle__circle {
  left: 0;
  border: 1px solid #000000;
}
.dds-toggle_processing-status .dds-toggle__switcher .dds-toggle__circle:before {
  transform: translate(-50%, -50%) scale(5);
}
.dds-toggle_processing-status .dds-toggle__switcher .dds-toggle__line {
  background-color: #000000;
}
.dds-toggle_disabled,
.dds-toggle_disabled * {
  cursor: default;
  pointer-events: none;
}
.dds-toggle,
.dds-toggle * {
  box-sizing: border-box;
}
.dds-uploader {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 14px 0;
}
.dds-uploader__title,
.dds-uploader__description,
.dds-uploader__error {
  word-break: break-all;
  word-break: break-word;
}
.dds-uploader__title {
  display: block;
  font: 600 16px / 24px "Open Sans", sans-serif;
  color: #000000;
  margin: 0 0 5px;
}
.dds-uploader__description,
.dds-uploader__error {
  display: block;
  margin: 0 0 4px;
}
.dds-uploader__description {
  color: #53565a;
}
.dds-uploader__error {
  color: #da291c;
}
.dds-uploader__label {
  cursor: pointer;
}
.dds-uploader__upload-btn.dds-keyboard-focused,
.dds-uploader__upload-btn.dds-modal__close:not(:hover):focus {
  outline: none !important;
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-uploader__status {
  position: absolute;
  scale: 0;
}
.dds-uploader__field {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.dds-uploader__list {
  margin: 16px 0 0;
}
.dds-uploader-drag-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 180px;
  border: 1px dashed #63666a;
  margin: 0 0 16px;
}
.dds-uploader-drag-area__icon,
.dds-uploader-drag-area__title {
  pointer-events: none;
}
.dds-uploader-drag-area__icon {
  color: #53565a;
  margin: 0 0 10px;
}
.dds-uploader-drag-area__title {
  color: #53565a;
  padding: 0 16px;
  margin: 0 0 10px;
  word-break: break-all;
  word-break: break-word;
  max-height: 100%;
  overflow: hidden;
}
.dds-uploader-drag-area_active {
  border-color: #26890d;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.dds-uploader-drag-area_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.dds-uploader-item {
  padding: 5px 0 8px;
  margin: 0 0 4px;
}
.dds-uploader-item_success {
  box-shadow: inset 0px -1px 0px #bbbcbc;
}
.dds-uploader-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 7px;
}
.dds-uploader-item__name,
.dds-uploader-item__info {
  display: flex;
  align-items: center;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #53565a;
  word-break: break-all;
  word-break: break-word;
}
.dds-uploader-item__info {
  flex-direction: column;
  align-items: flex-start;
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 0 10px 0 0;
}
.dds-uploader-item__extenstion-img {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
.dds-uploader-item__wrap {
  display: flex;
}
.dds-uploader-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 8px;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.dds-uploader-item__progress {
  display: block;
  margin: 0 0 3px;
}
.dds-uploader-item__progress .dds-progress {
  padding: 0;
}
.dds-uploader-item__footer {
  display: flex;
  align-items: flex-start;
}
.dds-uploader-item__size {
  color: #63666a;
}
.dds-uploader-item__message {
  color: #97999b;
}
.dds-uploader-item__message_error {
  color: #da291c;
  margin-bottom: 4px;
}
.dds-uploader-item__message_success {
  color: #26890d;
}
.dds-uploader-item__refresh {
  padding: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  font-family: inherit;
  background-color: transparent;
  color: #000000;
  margin-left: auto;
  white-space: nowrap;
  cursor: pointer;
  height: 18px;
}
.dds-uploader-item__refresh:focus {
  outline: none;
}
.dds-uploader_blue .dds-uploader-drag-area_active {
  border-color: #007cb0;
}
.dds-uploader_dark .dds-uploader-drag-area_active {
  border-color: #000000;
}
.dds-uploader_inverse .dds-uploader__title {
  color: #ffffff;
}
.dds-uploader_inverse .dds-uploader__description {
  color: #d0d0ce;
}
.dds-uploader_inverse .dds-uploader-drag-area {
  border: 1px dashed #d0d0ce;
}
.dds-uploader_inverse .dds-uploader-drag-area_active {
  border-color: #26890d;
}
.dds-uploader_inverse .dds-uploader-drag-area__icon {
  color: #bbbcbc;
}
.dds-uploader_inverse .dds-uploader-drag-area__title {
  color: #bbbcbc;
}
.dds-uploader_inverse .dds-uploader-item_success {
  box-shadow: inset 0px -1px 0px #53565a;
}
.dds-uploader_inverse .dds-uploader-item__name,
.dds-uploader_inverse .dds-uploader-item__info {
  color: #bbbcbc;
}
.dds-uploader_inverse .dds-uploader-item__size {
  color: #97999b;
}
.dds-uploader_inverse .dds-uploader-item__btn {
  color: #ffffff;
}
.dds-uploader_inverse .dds-uploader-item__refresh {
  color: #ffffff;
}
.dds-uploader_inverse.dds-uploader_blue .dds-uploader-drag-area_active {
  border-color: #007cb0;
}
.dds-uploader_inverse.dds-uploader_dark .dds-uploader-drag-area_active {
  border-color: #ffffff;
}
.dds-uploader .dds-btn_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.dds-uploader,
.dds-uploader * {
  box-sizing: border-box;
}
.dds-input {
  font: 400 12px / 16px "Open Sans", sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dds-input__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.dds-input__header {
  margin-bottom: 5px;
}
.dds-input__label,
.dds-input__description,
.dds-input__error-message {
  word-break: break-all;
  word-break: break-word;
}
.dds-input__label {
  color: #53565a;
}
.dds-input__description,
.dds-input__length-limit {
  color: #63666a;
}
.dds-input__length-limit {
  display: block;
}
.dds-input__symbols-count_error {
  color: #da291c;
}
.dds-input__symbols-count_right {
  margin-left: 12px;
  min-width: 50px;
  text-align: right;
}
.dds-input__field {
  font: 400 14px / 20px "Open Sans", sans-serif;
  width: 100%;
  color: #000000;
  padding: 9px 16px 11px;
  outline: 1px solid #63666a;
  outline-offset: -1px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  appearance: none;
  text-overflow: ellipsis;
}
.dds-input__field::-ms-clear {
  display: none;
}
.dds-input__field::placeholder {
  color: #63666a;
  opacity: 1;
}
.dds-input__field:-webkit-autofill,
.dds-input__field:-webkit-autofill:hover,
.dds-input__field:-webkit-autofill:focus,
.dds-input__field:-webkit-autofill:active {
  outline: 1px solid #63666a;
  outline-offset: -1px;
}
.dds-input__field:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-input__field:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08);
  outline-offset: -1px;
}
.dds-input__field:hover::placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-input__field:focus {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.dds-input__info ~ .dds-input__field {
  padding: 24px 12px 7px;
  height: 52px;
}
.dds-input__icon {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 36px;
  height: 32px;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  cursor: default;
}
.dds-input__icon:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-input__info,
.dds-input__footer {
  display: flex;
}
.dds-input__info_internal {
  position: absolute;
  top: 7px;
  left: 12px;
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dds-input__footer {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-top: 3px;
}
.dds-input__error-message {
  color: #da291c;
}
.dds-input_error .dds-input__field {
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-input_error .dds-input__field:hover {
  outline: 1px solid rgb(148.24, 27.88, 19.04);
  outline-offset: -1px;
}
.dds-input_error .dds-input__field:focus {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.dds-input_error .dds-input__icon {
  color: #da291c;
}
.dds-input_error .dds-input__icon:hover {
  color: rgb(148.24, 27.88, 19.04);
}
.dds-input_disabled {
  opacity: 0.4;
}
.dds-input_readonly .dds-input__field {
  outline: none;
  background: #f5f5f5;
}
.dds-input_readonly .dds-input__field::placeholder {
  color: #000000;
}
.dds-input_with-icon .dds-input__label_internal {
  width: calc(100% - 54px);
}
.dds-input_with-icon .dds-input__field {
  padding-right: 38px;
}
.dds-input_external .dds-input__field {
  padding: 5px 12px 7px;
  height: 32px;
}
.dds-input_external .dds-input__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  right: 1px;
  width: 36px;
  height: calc(100% - 2px);
  transform: none;
}
.dds-input_external.dds-input_lg .dds-input__field {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 9px 16px 11px;
  height: 40px;
}
.dds-input_external.dds-input_sm .dds-input__field {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 3px 8px 4px;
  height: 24px;
}
.dds-input_external.dds-input_with-icon .dds-input__field {
  padding-right: 48px;
}
.dds-input_sm .dds-input__icon {
  font-size: 14px;
}
.dds-input_sm.dds-input_external .dds-input__icon {
  width: 26px;
}
.dds-input_lg.dds-input_external .dds-input__icon {
  width: 44px;
}
.dds-input_text-align-right .dds-input__field {
  text-align: right;
}
.dds-input_counter-align-right .dds-input__length-limit {
  margin-left: auto;
}
.dds-input_disabled,
.dds-input_disabled * {
  cursor: default;
  pointer-events: none;
}
.dds-input_inverse .dds-input__label {
  color: #bbbcbc;
}
.dds-input_inverse .dds-input__description,
.dds-input_inverse .dds-input__length-limit {
  color: #97999b;
}
.dds-input_inverse .dds-input__field {
  color: #ffffff;
  background-color: #0a0a0a;
  outline: 1px solid #d0d0ce;
  outline-offset: -1px;
}
.dds-input_inverse .dds-input__field::placeholder {
  color: #97999b;
}
.dds-input_inverse .dds-input__field:-webkit-autofill,
.dds-input_inverse .dds-input__field:-webkit-autofill:hover,
.dds-input_inverse .dds-input__field:-webkit-autofill:focus,
.dds-input_inverse .dds-input__field:-webkit-autofill:active {
  outline: 1px solid #d0d0ce;
  outline-offset: -1px;
}
.dds-input_inverse .dds-input__field:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84);
  outline-offset: -1px;
}
.dds-input_inverse .dds-input__field:hover::placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-input_inverse .dds-input__field:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.dds-input_inverse .dds-input__field:focus::placeholder {
  color: #ffffff;
}
.dds-input_inverse .dds-input__icon {
  color: #ffffff;
}
.dds-input_inverse .dds-input__icon:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-input_inverse.dds-input_readonly .dds-input__field {
  outline: none;
}
.dds-input_inverse.dds-input_readonly .dds-input__field::placeholder {
  color: #ffffff;
}
.dds-input_inverse.dds-input_error .dds-input__field {
  outline: 1px solid #da291c;
  outline-offset: -1px;
}
.dds-input_inverse.dds-input_error .dds-input__field:hover {
  outline: 1px solid rgb(229.84, 109.48, 100.64);
  outline-offset: -1px;
}
.dds-input_inverse.dds-input_error .dds-input__field:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.dds-input_inverse.dds-input_error .dds-input__icon {
  color: #da291c;
}
.dds-input_inverse.dds-input_error .dds-input__icon:hover {
  color: #da291c;
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-input,
.dds-input * {
  box-sizing: border-box;
}
.dds-textarea__wrap {
  position: relative;
  display: flex;
  background: #ffffff;
}
.dds-textarea__label,
.dds-textarea__description,
.dds-textarea__error-message {
  word-break: break-all;
  word-break: break-word;
}
.dds-textarea__header {
  margin-bottom: 4px;
}
.dds-textarea__description,
.dds-textarea__length-limit {
  color: #63666a;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-textarea__description {
  width: 240px;
}
.dds-textarea__symbols-count_error {
  color: #da291c;
}
.dds-textarea__symbols-count_right {
  margin-left: 12px;
  min-width: 50px;
  text-align: right;
}
.dds-textarea__error-message {
  color: #da291c;
}
.dds-textarea__label {
  color: #53565a;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-textarea__info,
.dds-textarea__footer {
  display: flex;
}
.dds-textarea__info_internal {
  position: absolute;
  padding: 4px 15px;
  top: 1px;
  left: 1px;
  right: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #53565a;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dds-textarea__footer {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-top: 4px;
}
.dds-textarea_external.dds-textarea_with-label .dds-textarea__field {
  padding: 14px 15px;
}
.dds-textarea_external.dds-textarea .dds-textarea__field {
  padding: 4px 11px 6px;
}
.dds-textarea_external.dds-textarea_lg .dds-textarea__field {
  padding: 8px 15px 10px;
}
.dds-textarea_external.dds-textarea_sm .dds-textarea__field {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 4px 7px 3px;
}
.dds-textarea__field {
  font: 400 14px / 20px "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
  color: #000000;
  padding: 14px 15px;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
  border-radius: 0;
  background-color: transparent;
  appearance: none;
  overflow: auto;
  resize: vertical;
}
.dds-textarea__field::-webkit-input-placeholder {
  color: #63666a;
}
.dds-textarea__field::-moz-placeholder {
  color: #63666a;
}
.dds-textarea__field:-moz-placeholder {
  color: #63666a;
}
.dds-textarea__field::-ms-input-placeholder {
  color: #63666a;
}
.dds-textarea__field::placeholder {
  color: #63666a;
}
.dds-textarea__field:-ms-input-placeholder {
  color: #63666a;
}
.dds-textarea__field:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-textarea__field:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08) !important;
  outline-offset: -1px;
}
.dds-textarea__field:hover::placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-textarea__field:hover.dds-textarea__field_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-textarea__field:active,
.dds-textarea__field_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
@-moz-document url-prefix() {
  .dds-textarea__info {
    top: 2px;
  }
}
.dds-textarea_with-label .dds-textarea__field {
  padding-top: 24px;
}
.dds-textarea_error .dds-textarea__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-textarea_error .dds-textarea__field:active,
.dds-textarea_error .dds-textarea__field_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-textarea_error:hover .dds-textarea__field {
  outline: 1px solid rgb(148.24, 27.88, 19.04) !important;
  outline-offset: -1px;
}
.dds-textarea_error:hover .dds-textarea__field:active,
.dds-textarea_error:hover .dds-textarea__field_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-textarea_counter-align-right .dds-textarea__length-limit {
  margin-left: auto;
}
.dds-textarea_has-scroll .dds-textarea__info_internal {
  right: 19px;
}
.dds-textarea_disabled {
  opacity: 0.4;
}
.dds-textarea_disabled,
.dds-textarea_disabled * {
  cursor: default;
  pointer-events: none;
}
.dds-textarea_readonly .dds-textarea__wrap {
  background: #f5f5f5;
}
.dds-textarea_readonly .dds-textarea__field {
  outline: none !important;
  border: none;
  resize: none;
}
.dds-textarea_readonly .dds-textarea__field:hover {
  outline: none !important;
  border: none;
}
.dds-textarea_readonly .dds-textarea__field::placeholder {
  color: #000000;
}
.dds-textarea_inverse .dds-textarea__label {
  color: #bbbcbc;
}
.dds-textarea_inverse .dds-textarea__wrap {
  background: #0a0a0a;
}
.dds-textarea_inverse .dds-textarea__description,
.dds-textarea_inverse .dds-textarea__length-limit {
  color: #97999b;
}
.dds-textarea_inverse .dds-textarea__field {
  color: #ffffff;
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
}
.dds-textarea_inverse .dds-textarea__field::placeholder {
  color: #97999b;
}
.dds-textarea_inverse .dds-textarea__field:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84) !important;
  outline-offset: -1px;
}
.dds-textarea_inverse .dds-textarea__field:hover::placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-textarea_inverse .dds-textarea__field:hover.dds-textarea__field_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-textarea_inverse .dds-textarea__field:active,
.dds-textarea_inverse .dds-textarea__field_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-textarea_inverse .dds-textarea__info_internal {
  color: #bbbcbc;
}
.dds-textarea_inverse.dds-textarea_readonly .dds-textarea__field {
  outline: none !important;
  border: none;
}
.dds-textarea_inverse.dds-textarea_readonly .dds-textarea__field:hover {
  outline: none !important;
  border: none;
}
.dds-textarea_inverse.dds-textarea_readonly .dds-textarea__field::placeholder {
  color: #ffffff;
}
.dds-textarea_inverse.dds-textarea_error .dds-textarea__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-textarea_inverse.dds-textarea_error .dds-textarea__field:active,
.dds-textarea_inverse.dds-textarea_error .dds-textarea__field_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-textarea_inverse.dds-textarea_error:hover .dds-textarea__field {
  outline: 1px solid rgb(229.84, 109.48, 100.64) !important;
  outline-offset: -1px;
}
.dds-textarea_inverse.dds-textarea_error:hover .dds-textarea__field:active,
.dds-textarea_inverse.dds-textarea_error:hover .dds-textarea__field_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-textarea,
.dds-textarea * {
  box-sizing: border-box;
}
.dds-datepicker-popup,
.dds-daterangepicker {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #d0d0ce;
  flex-direction: column;
}
.dds-datepicker-popup__header,
.dds-daterangepicker__header {
  display: flex;
  width: 100%;
  padding: 17px 15px 19px;
}
.dds-datepicker-popup__label,
.dds-daterangepicker__label {
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #53565a;
}
.dds-datepicker-popup__close,
.dds-daterangepicker__close {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-left: auto;
  outline: none;
  cursor: pointer;
}
.dds-datepicker-popup__footer,
.dds-daterangepicker__footer {
  display: flex;
  width: 100%;
  padding: 16px 15px;
  margin-top: auto;
}
.dds-datepicker-popup__btn,
.dds-daterangepicker__btn {
  margin-left: auto;
}
.dds-datepicker-popup.dds-tablet,
.dds-datepicker-popup.dds-mobile,
.dds-daterangepicker.dds-tablet,
.dds-daterangepicker.dds-mobile {
  display: flex;
  width: 100%;
  max-height: 100%;
  flex-wrap: nowrap;
  overflow-y: hidden;
}
.dds-datepicker-popup.dds-tablet .dds-datepicker-popup__body,
.dds-datepicker-popup.dds-tablet .dds-daterangepicker__body,
.dds-datepicker-popup.dds-mobile .dds-datepicker-popup__body,
.dds-datepicker-popup.dds-mobile .dds-daterangepicker__body,
.dds-daterangepicker.dds-tablet .dds-datepicker-popup__body,
.dds-daterangepicker.dds-tablet .dds-daterangepicker__body,
.dds-daterangepicker.dds-mobile .dds-datepicker-popup__body,
.dds-daterangepicker.dds-mobile .dds-daterangepicker__body {
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
}
.dds-datepicker-popup.dds-tablet .dds-datepicker,
.dds-datepicker-popup.dds-mobile .dds-datepicker,
.dds-daterangepicker.dds-tablet .dds-datepicker,
.dds-daterangepicker.dds-mobile .dds-datepicker {
  padding-bottom: 8px;
  max-width: 316px;
}
.dds-datepicker-popup.dds-tablet .dds-datepicker__header,
.dds-datepicker-popup.dds-mobile .dds-datepicker__header,
.dds-daterangepicker.dds-tablet .dds-datepicker__header,
.dds-daterangepicker.dds-mobile .dds-datepicker__header {
  margin-bottom: 24px;
}
.dds-datepicker-popup.dds-tablet .dds-monthpicker__item,
.dds-datepicker-popup.dds-tablet .dds-yearpicker__item,
.dds-datepicker-popup.dds-mobile .dds-monthpicker__item,
.dds-datepicker-popup.dds-mobile .dds-yearpicker__item,
.dds-daterangepicker.dds-tablet .dds-monthpicker__item,
.dds-daterangepicker.dds-tablet .dds-yearpicker__item,
.dds-daterangepicker.dds-mobile .dds-monthpicker__item,
.dds-daterangepicker.dds-mobile .dds-yearpicker__item {
  width: 79px;
}
.dds-datepicker-popup.dds-tablet .dds-daypicker__item,
.dds-datepicker-popup.dds-mobile .dds-daypicker__item,
.dds-daterangepicker.dds-tablet .dds-daypicker__item,
.dds-daterangepicker.dds-mobile .dds-daypicker__item {
  width: 45px;
}
.dds-datepicker-popup.dds-tablet .dds-daypicker__item .dds-btn__content,
.dds-datepicker-popup.dds-mobile .dds-daypicker__item .dds-btn__content,
.dds-daterangepicker.dds-tablet .dds-daypicker__item .dds-btn__content,
.dds-daterangepicker.dds-mobile .dds-daypicker__item .dds-btn__content {
  padding: 9px 6px 11px 16px;
}
.dds-datepicker-popup.dds-tablet .dds-daypicker__name,
.dds-datepicker-popup.dds-mobile .dds-daypicker__name,
.dds-daterangepicker.dds-tablet .dds-daypicker__name,
.dds-daterangepicker.dds-mobile .dds-daypicker__name {
  font: 400 14px / 20px "Open Sans", sans-serif;
  width: 45px;
  height: 40px;
  padding-left: 16px;
}
.dds-datepicker-popup.dds-tablet,
.dds-daterangepicker.dds-tablet {
  border: none;
}
.dds-datepicker-popup.dds-mobile .dds-datepicker,
.dds-daterangepicker.dds-mobile .dds-datepicker {
  margin: 0 auto;
}
.dds-datepicker-popup_inverse,
.dds-daterangepicker_inverse {
  background: #000000;
  box-shadow: inset 0 0 0 1px #53565a;
  flex-direction: column;
}
.dds-datepicker {
  padding: 9px 0 12px;
  outline: none;
  overflow: hidden;
}
.dds-datepicker-popup {
  width: 280px;
}
.dds-datepicker__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 1px;
}
.dds-datepicker__header .dds-btn__content {
  padding: 5px 12px 7px 12px;
}
.dds-datepicker__header-btn_prev {
  margin-right: auto;
}
.dds-datepicker__header-btn_next {
  margin-left: auto;
}
.dds-datepicker__item_current {
  border: 1px solid #63666a;
}
.dds-datepicker__item_in-range.dds-datepicker__item_other-month {
  background-color: #ffffff;
}
.dds-datepicker__item_other-month:not(.dds-disabled) .dds-btn__content {
  opacity: 0.4;
}
.dds-datepicker__item_active.dds-datepicker__item_other-month .dds-btn {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.dds-datepicker__item_active.dds-datepicker__item_other-month .dds-btn_inverse {
  background-color: #000000;
  color: #ffffff;
}
.dds-datepicker_inverse .dds-datepicker__item_current {
  border: 1px solid #d0d0ce;
}
.dds-datepicker_inverse .dds-datepicker__item_in-range.dds-datepicker__item_other-month {
  background-color: #000000;
}
.dds-datepicker,
.dds-datepicker * {
  box-sizing: border-box;
}
.dds-daterangepicker__info {
  position: relative;
}
.dds-daterangepicker__info_start {
  max-width: 50%;
}
.dds-daterangepicker__info_end {
  flex-grow: 1;
}
.dds-daterangepicker__input {
  position: absolute;
  top: 0;
  left: 0;
}
.dds-daterangepicker__input_active::placeholder {
  color: #000000;
}
.dds-daterangepicker__labelledby {
  display: none;
}
.dds-daterangepicker__backdrop {
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.dds-daterangepicker-wrap .dds-select {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-daterangepicker-wrap .dds-select__info {
  display: flex;
  color: #75787b;
}
.dds-daterangepicker-wrap .dds-select__info_active {
  color: #000000;
}
.dds-daterangepicker-wrap .dds-select__separator {
  margin: 0 4px;
  color: #63666a;
  flex-shrink: 0;
}
.dds-daterangepicker-wrap_inverse .dds-daterangepicker__input_active::placeholder {
  color: #ffffff;
}
.dds-daterangepicker.popup {
  flex-wrap: nowrap;
}
.dds-daterangepicker__body {
  position: relative;
  display: flex;
  padding: 1px;
  column-gap: 50px;
}
.dds-daterangepicker__body:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  height: 169px;
  border-right: 1px solid #d0d0ce;
}
.dds-daterangepicker.dds-tablet .dds-daterangepicker__body:after,
.dds-daterangepicker.dds-mobile .dds-daterangepicker__body:after {
  display: none;
}
.dds-daterangepicker__item {
  width: 280px;
}
.dds-daterangepicker.dds-tablet .dds-daterangepicker__item,
.dds-daterangepicker.dds-mobile .dds-daterangepicker__item {
  width: 316px;
}
.dds-daterangepicker.dds-mobile .dds-daterangepicker__item:first-child {
  margin: 0 0 24px;
}
.dds-daterangepicker-popup.dds-desktop {
  min-width: 586px !important;
}
.dds-daterangepicker-popup.dds-tablet {
  min-width: 654px !important;
}
.dds-daterangepicker-popup.dds-mobile {
  min-width: 320px !important;
}
.dds-datepicker-wrap .show .dds-select__icon,
.dds-daterangepicker-wrap .show .dds-select__icon {
  transform: none;
}
.dds-datepicker-wrap_inverse .dds-datepicker__field:not(.dds-datepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-datepicker-wrap_inverse .dds-daterangepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-daterangepicker__field_manual-input):active,
.dds-datepicker-wrap_inverse .dds-daterangepicker__field:not(.dds-datepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-datepicker-wrap_inverse .dds-daterangepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-daterangepicker__field_manual-input):active,
.dds-daterangepicker-wrap_inverse .dds-datepicker__field:not(.dds-datepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-datepicker-wrap_inverse .dds-daterangepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-daterangepicker__field_manual-input):active,
.dds-daterangepicker-wrap_inverse .dds-daterangepicker__field:not(.dds-datepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-datepicker-wrap_inverse .dds-daterangepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-datepicker__field_manual-input, .dds-daterangepicker-wrap_inverse .dds-daterangepicker__field_manual-input):active {
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}
.dds-datepicker__field,
.dds-daterangepicker__field {
  cursor: default;
}
.dds-datepicker__field.dds-keyboard-focused,
.dds-datepicker__field.dds-modal__close:not(:hover):focus,
.dds-daterangepicker__field.dds-keyboard-focused,
.dds-daterangepicker__field.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-datepicker__field_manual-input,
.dds-daterangepicker__field_manual-input {
  cursor: text;
}
.dds-datepicker__field:not(.dds-datepicker__field_manual-input, .dds-daterangepicker__field_manual-input):active,
.dds-daterangepicker__field:not(.dds-datepicker__field_manual-input, .dds-daterangepicker__field_manual-input):active {
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.dds-datepicker__field_with-clear,
.dds-daterangepicker__field_with-clear {
  padding-right: 65px !important;
}
.dds-datepicker__field_with-clear_sm,
.dds-daterangepicker__field_with-clear_sm {
  padding-right: 49px !important;
}
.dds-datepicker__field_with-clear_lg,
.dds-daterangepicker__field_with-clear_lg {
  padding-right: 81px !important;
}
.dds-datepicker__clear,
.dds-daterangepicker__clear {
  display: none !important;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1px;
  right: 33px;
  color: #000000;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.dds-datepicker__clear_shown,
.dds-daterangepicker__clear_shown {
  display: flex !important;
}
.dds-datepicker__clear_sm,
.dds-daterangepicker__clear_sm {
  right: 25px;
}
.dds-datepicker__clear_lg,
.dds-daterangepicker__clear_lg {
  right: 41px;
}
.dds-datepicker__value,
.dds-daterangepicker__value {
  -webkit-user-select: none;
  user-select: none;
}
.dds-datepicker__value_placeholder,
.dds-daterangepicker__value_placeholder {
  color: #63666a;
}
.dds-datepicker__input,
.dds-datepicker__btn,
.dds-daterangepicker__input,
.dds-daterangepicker__btn {
  border: none;
  border-radius: 0;
  background: transparent;
}
.dds-datepicker__input:focus,
.dds-datepicker__btn:focus,
.dds-daterangepicker__input:focus,
.dds-daterangepicker__btn:focus {
  outline: none;
}
.dds-datepicker__input,
.dds-daterangepicker__input {
  display: block;
  width: 100%;
  padding: 0;
}
.dds-datepicker__input::-ms-clear,
.dds-daterangepicker__input::-ms-clear {
  display: none;
}
.dds-datepicker__input:placeholder-shown,
.dds-daterangepicker__input:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-datepicker__aria-description,
.dds-daterangepicker__aria-description {
  display: none;
}
.dds-datepicker__btn,
.dds-daterangepicker__btn {
  cursor: pointer;
}
.dds-datepicker__btn:hover,
.dds-daterangepicker__btn:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-datepicker__btn:active,
.dds-daterangepicker__btn:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-monthpicker,
.dds-yearpicker {
  display: flex;
  flex-wrap: wrap;
}
.dds-monthpicker__item,
.dds-yearpicker__item {
  width: 70px;
  height: 64px;
}
.dds-daypicker {
  table-layout: fixed;
}
.dds-daypicker__header {
  -webkit-user-select: none;
  user-select: none;
}
.dds-daypicker__name {
  font: 400 12px / 16px "Open Sans", sans-serif;
  width: 40px;
  height: 32px;
  color: #53565a;
  padding: 5px 6px 7px 6px;
}
.dds-daypicker__body:focus {
  outline: none;
}
.dds-daypicker__item {
  width: 40px;
  display: table-cell;
}
.dds-daypicker__item .dds-btn__content {
  padding: 5px 6px 7px 6px;
  justify-content: center;
}
.dds-daypicker_inverse .dds-daypicker__name {
  color: #ffffff;
}
.dds-select_error .dds-datepicker__field_active:hover {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-datepicker-wrap_inverse .dds-select_error .dds-datepicker__field_active:hover {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-header-nav {
  display: flex;
  font: 400 14px / 20px "Open Sans", sans-serif;
  outline: none;
}
.dds-header-nav__item {
  display: flex;
  align-items: center;
  color: #97999b;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  margin: 4px 5px 4px 0;
}
.dds-header-nav__item.dds-header-nav__item_active {
  background: #26890d;
  color: #ffffff;
}
.dds-header-nav__item_disabled,
.dds-header-nav__item_disabled * {
  opacity: 0.4;
  pointer-events: none;
}
.dds-header-nav,
.dds-header-nav * {
  box-sizing: border-box;
}
.popup {
  display: flex !important;
  position: fixed !important;
  opacity: 0;
  margin: 0 !important;
  flex-wrap: wrap;
  visibility: visible !important;
  max-width: 100%;
}
.popup-backdrop {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup.dds-tablet {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: auto !important;
  min-width: 320px;
  max-height: none !important;
}
.popup.dds-tablet ~ .popup-backdrop {
  background-color: rgba(0, 0, 0, 0.32);
}
.popup.dds-mobile {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: none;
  width: 100% !important;
  height: 100%;
  max-height: none !important;
}
.popup.dds-mobile:not(.dds-tooltip) {
  overflow-y: hidden;
}
.popup_position {
  position: absolute !important;
  opacity: 1;
}
.popup:not(.dds-tooltip) {
  overflow-y: auto;
}
.popup,
.popup * {
  box-sizing: border-box;
}
.dds-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-slider__label {
  display: block;
  width: 100%;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  margin: 0 0 2px;
}
.dds-slider__describedby {
  display: none;
}
.dds-slider__wrap {
  position: relative;
  width: 100%;
}
.dds-slider__shell {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 43px 0 0 0;
}
.dds-slider__min-value,
.dds-slider__max-value {
  display: flex;
  white-space: nowrap;
}
.dds-slider__min-value {
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  margin: 3px 8px 0 0;
}
.dds-slider__max-value {
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  margin: 3px 0 0 8px;
}
.dds-slider__line {
  width: 100%;
  height: 4px;
  background-color: #d0d0ce;
}
.dds-slider__active-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #000000;
}
.dds-slider__points {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dds-slider__point {
  width: 1px;
  height: 4px;
  background-color: #d0d0ce;
}
.dds-slider__point_active {
  background-color: #75787b;
}
.dds-slider__point_segmented {
  cursor: pointer;
  z-index: 1;
}
.dds-slider__control {
  position: absolute;
  top: -20px;
  left: 0;
  width: 16px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: visible;
}
.dds-slider__control-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  outline: 6px solid #000000 !important;
  outline-offset: -6px;
  cursor: pointer;
  border: 0;
  appearance: none;
  background: transparent;
}
.dds-slider__control_left:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-color: transparent #000000 transparent transparent;
}
.dds-slider__control_left .dds-slider__value {
  right: 0;
}
.dds-slider__control_left:hover:after {
  border-color: transparent rgb(81.6, 81.6, 81.6) transparent transparent;
}
.dds-slider__control_right:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #000000 transparent transparent transparent;
}
.dds-slider__control_right .dds-slider__value {
  left: 0;
}
.dds-slider__control_right:hover:after {
  border-color: rgb(81.6, 81.6, 81.6) transparent transparent transparent;
}
.dds-slider__control:hover .dds-slider__control-icon {
  outline: 6px solid rgb(81.6, 81.6, 81.6) !important;
  outline-offset: -6px;
}
.dds-slider__control_invisible {
  display: none;
}
.dds-slider__prefix {
  margin-right: 3px;
}
.dds-slider__suffix {
  margin-left: 3px;
}
.dds-slider__value {
  position: absolute;
  top: -23px;
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: flex;
  color: #000000;
  white-space: nowrap;
}
.dds-slider__value_editable {
  top: -28px;
}
.dds-slider__value_editable .dds-slider__input {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-slider__input {
  text-align: left;
  min-width: 40px;
  width: 40px;
  height: 24px;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
  border: 0;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 3px 8px 5px;
}
.dds-slider_editable .dds-slider__label {
  margin: 0 0 5px;
}
.dds-slider_vertical {
  width: auto;
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.dds-slider_vertical .dds-slider__wrap {
  width: auto;
  height: 100%;
}
.dds-slider_vertical .dds-slider__shell {
  width: auto;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 8px;
}
.dds-slider_vertical .dds-slider__label {
  margin: 0 0 8px;
}
.dds-slider_vertical .dds-slider__min-value {
  position: relative;
  left: -8px;
  margin: 0 0 17px 0;
}
.dds-slider_vertical .dds-slider__max-value {
  position: relative;
  left: -8px;
  margin: 17px 0 0 0;
}
.dds-slider_vertical .dds-slider__line {
  width: 4px;
  height: 100%;
}
.dds-slider_vertical .dds-slider__active-line {
  width: 4px;
  height: 100%;
}
.dds-slider_vertical .dds-slider__points {
  top: 0;
  left: auto;
  right: 8px;
  width: auto;
  height: 100%;
  flex-direction: column;
}
.dds-slider_vertical .dds-slider__point {
  width: 4px;
  height: 1px;
}
.dds-slider_vertical .dds-slider__control {
  width: 20px;
  height: 16px;
  top: 0;
  left: auto;
  right: -20px;
}
.dds-slider_vertical .dds-slider__control-icon {
  left: auto;
  right: 0;
}
.dds-slider_vertical .dds-slider__control_left:after {
  left: 0;
  bottom: 0;
  border-width: 4px 4px 0 0;
  border-color: transparent #000000 transparent transparent;
}
.dds-slider_vertical .dds-slider__control_left .dds-slider__value {
  right: auto;
  left: 24px;
}
.dds-slider_vertical .dds-slider__control_left .dds-slider__value_editable {
  top: -7px;
}
.dds-slider_vertical .dds-slider__control_left:hover:after {
  border-color: transparent rgb(81.6, 81.6, 81.6) transparent transparent;
}
.dds-slider_vertical .dds-slider__control_right:after {
  left: 0;
  top: 0;
  border-width: 0 4px 4px 0;
  border-color: transparent #000000 transparent transparent;
}
.dds-slider_vertical .dds-slider__control_right .dds-slider__value {
  left: 24px;
}
.dds-slider_vertical .dds-slider__control_right .dds-slider__value_editable {
  top: 0;
}
.dds-slider_vertical .dds-slider__control_right:hover:after {
  border-color: transparent rgb(81.6, 81.6, 81.6) transparent transparent;
}
.dds-slider_vertical .dds-slider__value {
  top: -3px;
}
.dds-slider_vertical.dds-slider_editable .dds-slider__min-value {
  margin: 0 0 25px 0;
}
.dds-slider_vertical.dds-slider_editable .dds-slider__max-value {
  margin: 25px 0 0 0;
}
.dds-slider_segmented .dds-slider__points {
  top: -2px;
}
.dds-slider_segmented .dds-slider__point {
  width: 4px;
  height: 8px;
}
.dds-slider_segmented .dds-slider__point_active {
  background-color: #000000;
}
.dds-slider_segmented.dds-slider_vertical .dds-slider__points {
  top: 0;
  left: auto;
  right: -2px;
}
.dds-slider_segmented.dds-slider_vertical .dds-slider__point {
  width: 8px;
  height: 4px;
}
.dds-slider_inverse .dds-slider__label {
  color: #bbbcbc;
}
.dds-slider_inverse .dds-slider__min-value {
  color: #bbbcbc;
}
.dds-slider_inverse .dds-slider__max-value {
  color: #bbbcbc;
}
.dds-slider_inverse .dds-slider__line {
  background-color: #53565a;
}
.dds-slider_inverse .dds-slider__active-line {
  background-color: #ffffff;
}
.dds-slider_inverse .dds-slider__point {
  background-color: #53565a;
}
.dds-slider_inverse .dds-slider__point_active {
  background-color: #ffffff;
}
.dds-slider_inverse .dds-slider__control {
  background-color: #000000;
}
.dds-slider_inverse .dds-slider__control-icon {
  outline: 6px solid #ffffff !important;
  outline-offset: -6px;
}
.dds-slider_inverse .dds-slider__control_left:after {
  border-color: transparent #ffffff transparent transparent;
}
.dds-slider_inverse .dds-slider__control_left:hover:after {
  border-color: transparent rgb(214.2, 214.2, 214.2) transparent transparent;
}
.dds-slider_inverse .dds-slider__control_right:after {
  border-color: #ffffff transparent transparent transparent;
}
.dds-slider_inverse .dds-slider__control_right:hover:after {
  border-color: rgb(214.2, 214.2, 214.2) transparent transparent transparent;
}
.dds-slider_inverse .dds-slider__control:hover .dds-slider__control-icon {
  outline: 6px solid rgb(214.2, 214.2, 214.2) !important;
  outline-offset: -6px;
}
.dds-slider_inverse .dds-slider__value {
  color: #ffffff;
}
.dds-slider_inverse .dds-slider__input {
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
  color: #ffffff;
  background-color: #000000;
}
.dds-slider_inverse.dds-slider_segmented .dds-slider__point_active {
  background-color: #ffffff;
}
.dds-slider_inverse.dds-slider_vertical .dds-slider__control_left:after {
  border-color: transparent #ffffff transparent transparent;
}
.dds-slider_inverse.dds-slider_vertical .dds-slider__control_left:hover:after {
  border-color: transparent rgb(214.2, 214.2, 214.2) transparent transparent;
}
.dds-slider_inverse.dds-slider_vertical .dds-slider__control_right:after {
  border-color: transparent #ffffff transparent transparent;
}
.dds-slider_inverse.dds-slider_vertical .dds-slider__control_right:hover:after {
  border-color: transparent rgb(214.2, 214.2, 214.2) transparent transparent;
}
.dds-slider_disabled {
  opacity: 0.4;
}
.dds-slider,
.dds-slider * {
  box-sizing: border-box;
}
.dds-slider-tick {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-slider-tick__wrap {
  position: relative;
  width: 100%;
}
.dds-slider-tick__line {
  width: 100%;
  height: 4px;
  background-color: #d0d0ce;
}
.dds-slider-tick__active-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #26890d;
}
.dds-slider-tick__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: #26890d;
  cursor: pointer;
}
.dds-slider-tick__value {
  position: relative;
  font: 400 16px / 20px "Open Sans", sans-serif;
  display: flex;
  width: 100%;
  margin-top: 25px;
  color: #53565a;
  justify-content: center;
}
.dds-slider-tick__value:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 8px;
  background-color: #d0d0ce;
}
.dds-slider-tick__value-text {
  cursor: pointer;
}
.dds-slider-tick__value-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.dds-slider-tick__value_active {
  font: 600 16px / 20px "Open Sans", sans-serif;
  color: #26890d;
}
.dds-slider-tick_disabled {
  opacity: 0.4;
}
.dds-slider-tick,
.dds-slider-tick * {
  box-sizing: border-box;
}
.dds-number-input {
  display: flex;
  flex-direction: column;
}
.dds-number-input__buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0.8px;
  top: 0.8px;
  bottom: 0.8px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  color: #000000;
}
.dds-number-input__error-message {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-top: 4px;
  color: #da291c;
}
.dds-number-input__label,
.dds-number-input__description,
.dds-number-input__error-message {
  word-break: break-all;
  word-break: break-word;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__field {
  padding: 3px 60px 5px 8px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__label {
  margin-bottom: 4px;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__buttons {
  display: flex;
  flex-direction: row-reverse;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__increase,
.dds-number-input_sm.dds-number-input_external .dds-number-input__decrease {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__increase {
  padding: 5px 6px 4px;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__decrease {
  position: relative;
  padding: 4px 6px;
  margin-right: 1px;
}
.dds-number-input_sm.dds-number-input_external .dds-number-input__decrease:after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
.dds-number-input_lg .dds-number-input__field {
  padding: 9px 40px 11px 16px;
}
.dds-number-input_lg .dds-number-input__increase,
.dds-number-input_lg .dds-number-input__decrease {
  padding: 3px 11px 3px;
  font-size: 14px;
  line-height: 14px;
}
.dds-number-input_with-label .dds-number-input__field {
  padding: 25px 40px 7px 12px;
}
.dds-number-input_with-label .dds-number-input__increase,
.dds-number-input_with-label .dds-number-input__decrease {
  padding: 3px 9px 9px;
  font-size: 14px;
  line-height: 14px;
}
.dds-number-input__increase,
.dds-number-input__decrease {
  font-size: 12px;
  line-height: 12px;
  padding: 1px 9px 3px;
  cursor: pointer;
}
.dds-number-input__increase_disabled,
.dds-number-input__decrease_disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dds-number-input__increase:hover,
.dds-number-input__decrease:hover {
  background: rgba(0, 0, 0, 0.08);
}
.dds-number-input__increase:active,
.dds-number-input__decrease:active {
  background: rgba(0, 0, 0, 0.12);
}
.dds-number-input__decrease:after {
  background: #d0d0ce;
}
.dds-number-input__wrap {
  display: flex;
  width: 100%;
  position: relative;
}
.dds-number-input__label {
  width: 100%;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
}
.dds-number-input__label_internal {
  position: absolute;
  top: 7px;
  left: 12px;
  width: calc(100% - 38px - 12px);
  white-space: nowrap;
  overflow: hidden;
  color: #53565a;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dds-number-input__field {
  border: 0;
  flex-grow: 1;
  padding: 5px 40px 7px 12px;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
  outline: 0;
  margin: 0;
  border-radius: 0;
  -moz-appearance: textfield;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
}
.dds-number-input__field:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08) !important;
  outline-offset: -1px;
}
.dds-number-input__field:focus {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-number-input__field:-ms-input-placeholder {
  color: #63666a;
}
.dds-number-input__field::-ms-input-placeholder {
  color: #63666a;
}
.dds-number-input__field:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-number-input__field::-ms-clear {
  display: none;
}
.dds-number-input__field::-webkit-outer-spin-button,
.dds-number-input__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dds-number-input_readonly .dds-number-input__field {
  outline: none !important;
  background: #f5f5f5;
}
.dds-number-input_readonly .dds-number-input__field::placeholder {
  color: #000000;
}
.dds-number-input_readonly .dds-number-input__buttons {
  opacity: 0.4;
  pointer-events: none;
}
.dds-number-input_error .dds-number-input__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-number-input_error .dds-number-input__field:hover {
  outline: 1px solid rgb(148.24, 27.88, 19.04) !important;
  outline-offset: -1px;
}
.dds-number-input_error .dds-number-input__field:focus {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-number-input_external .dds-number-input__label {
  margin-bottom: 5px;
}
.dds-number-input_disabled {
  opacity: 0.4;
}
.dds-number-input_inverse.dds-number-input_readonly .dds-number-input__field {
  outline: none !important;
  background: #0a0a0a;
}
.dds-number-input_inverse.dds-number-input_readonly .dds-number-input__field:hover,
.dds-number-input_inverse.dds-number-input_readonly .dds-number-input__field:focus {
  outline: none !important;
}
.dds-number-input_inverse.dds-number-input_readonly .dds-number-input__field::placeholder {
  color: #ffffff;
}
.dds-number-input_inverse .dds-number-input__label {
  color: #bbbcbc;
}
.dds-number-input_inverse .dds-number-input__field {
  color: #ffffff;
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
}
.dds-number-input_inverse .dds-number-input__field::placeholder {
  color: #97999b;
}
.dds-number-input_inverse .dds-number-input__field:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84) !important;
  outline-offset: -1px;
}
.dds-number-input_inverse .dds-number-input__field:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-number-input_inverse .dds-number-input__buttons {
  color: #ffffff;
}
.dds-number-input_inverse .dds-number-input__increase:hover,
.dds-number-input_inverse .dds-number-input__decrease:hover {
  background: rgba(255, 255, 255, 0.16);
}
.dds-number-input_inverse .dds-number-input__increase:active,
.dds-number-input_inverse .dds-number-input__decrease:active {
  background: rgba(255, 255, 255, 0.24);
}
.dds-number-input_inverse .dds-number-input__decrease:after {
  background: #53565a;
}
.dds-number-input_inverse.dds-number-input_error .dds-number-input__field {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-number-input_inverse.dds-number-input_error .dds-number-input__field:hover {
  outline: 1px solid rgb(229.84, 109.48, 100.64) !important;
  outline-offset: -1px;
}
.dds-number-input_inverse.dds-number-input_error .dds-number-input__field:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-number-input,
.dds-number-input * {
  box-sizing: border-box;
}
.dds-tree {
  display: block;
}
.dds-tree_inverse .dds-tree__text,
.dds-tree_inverse .dds-tree__arrow,
.dds-tree_inverse .dds-tree__icon {
  color: #ffffff;
}
.dds-tree_inverse .dds-tree__content:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-tree_inverse .dds-tree__content:hover .dds-tree__text {
  color: #ffffff;
}
.dds-tree_inverse .dds-tree__content.dds-tree__content_active {
  background-color: #ffffff;
}
.dds-tree_inverse .dds-tree__content.dds-tree__content_active .dds-tree__text,
.dds-tree_inverse .dds-tree__content.dds-tree__content_active .dds-tree__icon {
  color: #000000;
}
.dds-tree_sm .dds-tree__text {
  padding: 3px 8px 5px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-tree_sm .dds-tree__arrow {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.dds-tree_sm .dds-tree__children {
  margin-bottom: 8px;
}
.dds-tree_sm .dds-tree__checkbox {
  top: 4px;
}
.dds-tree_lg .dds-tree__text {
  padding: 9px 16px 11px;
}
.dds-tree_lg .dds-tree__arrow {
  margin: 0 12px 0 0;
}
.dds-tree_lg .dds-tree__children {
  margin-bottom: 16px;
}
.dds-tree_lg .dds-tree__checkbox {
  top: 12px;
}
.dds-tree_with-checkbox .dds-tree__text,
.dds-tree__item_with-icon .dds-tree__text {
  padding-left: 0;
}
.dds-tree__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.dds-tree__item_expanded > .dds-tree__content .dds-tree__arrow {
  transform: rotate(180deg);
}
.dds-tree__item_expanded > .dds-tree__children {
  display: block;
}
.dds-tree__item_disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dds-tree__children {
  display: none;
  margin-bottom: 12px;
}
.dds-tree__children:empty {
  display: none;
}
.dds-tree__children dds-tree-node:last-child .dds-tree__children {
  margin-bottom: 0;
}
.dds-tree__content,
.dds-tree__arrow,
.dds-tree__title {
  display: flex;
  align-items: center;
  color: #000000;
}
.dds-tree__content {
  -webkit-user-select: none;
  user-select: none;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.dds-tree__content.dds-keyboard-focused,
.dds-tree__content.dds-modal__close:not(:hover):focus {
  outline-offset: -2px !important;
}
.dds-tree__content:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-tree__content.dds-tree__content_active {
  background-color: #000000;
}
.dds-tree__content.dds-tree__content_active .dds-tree__icon,
.dds-tree__content.dds-tree__content_active .dds-tree__text {
  color: #ffffff;
}
.dds-tree__arrow {
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  transform: none;
  transition: 0.15s;
}
.dds-tree__title {
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
}
.dds-tree__checkbox {
  display: flex;
  position: absolute;
  height: 16px;
  top: 8px;
}
.dds-tree__icon {
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  margin: 0 8px;
  align-items: center;
}
.dds-tree__text {
  display: block;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font: 400 14px / 20px "Open Sans", sans-serif;
  text-align: left;
  text-overflow: ellipsis;
  padding: 5px 0 7px 12px;
  cursor: inherit;
}
.dds-tree,
.dds-tree * {
  box-sizing: border-box;
  outline: none;
}
.dds-wizard {
  width: 100%;
}
.dds-wizard__header {
  display: flex;
}
.dds-wizard__step {
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #53565a;
  text-align: left;
  width: 100%;
  height: 100%;
  min-width: 80px;
  padding: 5px 8px 8px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.dds-wizard__step:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-wizard__step_active,
.dds-wizard__step_disabled {
  pointer-events: none;
}
.dds-wizard__step_active {
  color: #000000;
}
.dds-wizard__step_disabled {
  opacity: 0.4;
}
.dds-wizard__heading {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
}
.dds-wizard__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dds-wizard__icon,
.dds-wizard__number {
  margin-right: 10px;
}
.dds-wizard__number {
  font: 600 16px / 24px "Open Sans", sans-serif;
}
.dds-wizard .dds-progress__value {
  transition: 0s;
}
.dds-wizard_vertical {
  width: auto;
  max-width: 100%;
}
.dds-wizard_vertical .dds-wizard__header {
  display: inline-flex;
  flex-direction: column;
}
.dds-wizard_vertical .dds-wizard__heading {
  margin-bottom: 0;
}
.dds-wizard_vertical .dds-wizard__step {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8px;
}
.dds-wizard_vertical .dds-wizard__progress {
  width: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}
.dds-wizard_vertical .dds-progress__bar {
  height: 80px;
}
.dds-wizard_vertical.dds-wizard_compact .dds-progress__bar {
  height: 24px;
}
.dds-wizard_inverse .dds-wizard__step {
  color: #bbbcbc;
}
.dds-wizard_inverse .dds-wizard__step:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-wizard_inverse .dds-wizard__step_active {
  color: #ffffff;
}
.dds-wizard_inverse .dds-wizard__content {
  color: #ffffff;
}
.dds-wizard,
.dds-wizard * {
  box-sizing: border-box;
}
.dds-data-table {
  width: 100%;
  text-align: left;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  padding: 4px;
  margin: -4px;
}
.dds-data-table.dds-keyboard-focused:focus-visible,
.dds-data-table.dds-modal__close:focus-visible:not(:hover):focus,
.dds-data-table .dds-keyboard-focused:focus-visible,
.dds-data-table .dds-modal__close:focus-visible:not(:hover):focus {
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-data-table__header-cell,
.dds-data-table__cell {
  background: #ffffff;
  border-bottom: 1px solid #d0d0ce;
}
.dds-data-table__header-cell:focus,
.dds-data-table__cell:focus {
  outline: none;
}
.dds-data-table__header-cell {
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  padding: 19px 16px 21px;
  -webkit-user-select: none;
  user-select: none;
  text-align: inherit;
}
.dds-data-table__header-cell_sorting {
  padding: 0;
  cursor: pointer;
}
.dds-data-table__header-cell_sorting:hover {
  background: rgb(234.6, 234.6, 234.6);
  color: #53565a;
}
.dds-data-table__header-cell_sorting:active {
  background: rgb(224.4, 224.4, 224.4);
}
.dds-data-table__header-cell_filter-shown {
  background: rgb(224.4, 224.4, 224.4);
  color: #53565a;
}
.dds-data-table__sort-btn {
  display: flex;
  align-items: flex-start;
  padding: 19px 16px 21px;
}
.dds-data-table__cell {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 13px 16px 15px;
  color: #000000;
}
.dds-data-table__cell .dds-custom-control {
  pointer-events: none;
}
.dds-data-table__content {
  display: flex;
  align-items: flex-start;
}
.dds-data-table__row:hover .dds-data-table__cell {
  background: rgb(234.6, 234.6, 234.6);
}
.dds-data-table__row:hover .dds-data-table-actions {
  visibility: visible;
  opacity: 1;
}
.dds-data-table__row_summary .dds-data-table__cell {
  font-weight: 600;
  background-color: rgb(234.6, 234.6, 234.6);
  border-bottom: none;
}
.dds-data-table__row_expandable {
  cursor: pointer;
}
.dds-data-table__row_expandable .dds-data-table__cell:first-child {
  position: relative;
}
.dds-data-table__row_expandable .dds-data-table__cell:first-child:before {
  font-family: "dds-icon", sans-serif;
  content: "\e932";
  position: absolute;
  left: 17px;
  transition: 0.15s;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}
.dds-data-table__row_expandable-content {
  display: none;
}
.dds-data-table__row_expandable.dds-keyboard-focused,
.dds-data-table__row_expandable.dds-modal__close:not(:hover):focus {
  outline: none !important;
}
.dds-data-table__row_expandable.dds-keyboard-focused .dds-data-table__cell,
.dds-data-table__row_expandable.dds-modal__close:not(:hover):focus .dds-data-table__cell {
  position: relative;
}
.dds-data-table__row_expandable.dds-keyboard-focused .dds-data-table__cell:after,
.dds-data-table__row_expandable.dds-modal__close:not(:hover):focus .dds-data-table__cell:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow:
    inset 0 1px 0 0 white,
    inset 0 3px 0 0 black,
    inset 0 4px 0 0 white,
    inset 0 -1px 0 0 white,
    inset 0 -3px 0 0 black,
    inset 0 -4px 0 0 white;
}
.dds-data-table__row_expandable.dds-keyboard-focused .dds-data-table__cell:first-child:after,
.dds-data-table__row_expandable.dds-modal__close:not(:hover):focus .dds-data-table__cell:first-child:after {
  box-shadow:
    inset 0 -1px 0 0 white,
    inset 0 -3px 0 0 black,
    inset 0 -4px 0 0 white,
    inset 1px 0 0 0 white,
    inset 3px 0 0 0 black,
    inset 4px 0 0 0 white,
    inset 0 1px 0 0 white,
    inset 0 3px 0 0 black,
    inset 0 4px 0 0 white;
}
.dds-data-table__row_expandable.dds-keyboard-focused .dds-data-table__cell:last-child:after,
.dds-data-table__row_expandable.dds-modal__close:not(:hover):focus .dds-data-table__cell:last-child:after {
  box-shadow:
    inset -1px 0 0 0 white,
    inset -3px 0 0 0 black,
    inset -4px 0 0 0 white,
    inset 0 1px 0 0 white,
    inset 0 3px 0 0 black,
    inset 0 4px 0 0 white,
    inset 0 -1px 0 0 white,
    inset 0 -3px 0 0 black,
    inset 0 -4px 0 0 white;
}
.dds-data-table__row_expandable:focus {
  outline: none;
}
.dds-data-table__row_expanded {
  display: table-row;
}
.dds-data-table__row_expanded .dds-data-table__cell:first-child:before {
  transform: rotate(180deg);
}
.dds-data-table__row_selected .dds-data-table__cell {
  background-color: #000000;
  color: #ffffff;
}
.dds-data-table__row_selected:hover .dds-data-table__cell {
  background-color: rgb(214.2, 214.2, 214.2);
  color: #000000;
}
.dds-data-table__icon {
  margin-left: 4px;
}
.dds-data-table__icon_default {
  opacity: 0.4;
}
.dds-data-table-actions {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s;
}
.dds-data-table-actions__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  color: inherit;
  cursor: pointer;
}
.dds-data-table-search {
  display: flex;
  max-width: 673px;
  margin-bottom: 8px;
}
.dds-data-table_sm .dds-data-table__cell {
  padding: 5px 16px 7px;
}
.dds-data-table_sm .dds-data-table__header-cell,
.dds-data-table_sm .dds-data-table__sort-btn {
  padding: 11px 16px 13px;
}
.dds-data-table_sm .dds-data-table__header-cell_sorting {
  padding: 0;
}
.dds-data-table_lg .dds-data-table__cell {
  padding: 17px 16px 19px;
}
.dds-data-table_fixed-header .dds-data-table__header-cell {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #d0d0ce;
  z-index: 1;
}
.dds-data-table_fixed-header.dds-data-table_fixed-left-column .dds-data-table__header-cell:first-child {
  z-index: 2;
}
.dds-data-table_fixed-footer .dds-data-table__row:last-child td {
  position: sticky;
  bottom: 0;
  border-top: 2px solid #d0d0ce;
  border-bottom: none;
}
.dds-data-table_fixed-left-column .dds-data-table__header-cell:first-child,
.dds-data-table_fixed-left-column .dds-data-table__cell:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: 2px solid #d0d0ce;
}
.dds-data-table_fixed-right-column .dds-data-table__header-cell:last-child,
.dds-data-table_fixed-right-column .dds-data-table__cell:last-child {
  position: sticky;
  right: 0;
  border-left: 2px solid #d0d0ce;
}
.dds-data-table_striped .dds-data-table__row:nth-of-type(odd) td {
  background-color: #fafafa;
}
.dds-data-table_striped .dds-data-table__row:nth-of-type(odd):hover td {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-data-table_unbordered .dds-data-table__cell {
  border-bottom: none;
}
.dds-data-table_expandable .dds-data-table__header-cell:first-child,
.dds-data-table_expandable .dds-data-table__cell:first-child {
  padding-left: 56px;
}
.dds-data-table_expandable .dds-data-table__header-cell:first-child .dds-data-table__sort-btn,
.dds-data-table_expandable .dds-data-table__cell:first-child .dds-data-table__sort-btn {
  padding-left: 0;
}
.dds-data-table_selection .dds-data-table__row {
  cursor: pointer;
}
.dds-data-table_selection .dds-data-table__row:active .dds-data-table__cell {
  background-color: rgb(224.4, 224.4, 224.4);
}
.dds-data-table_inverse .dds-data-table__header-cell,
.dds-data-table_inverse .dds-data-table__cell {
  background-color: #000000;
  border-bottom: 1px solid #53565a;
}
.dds-data-table_inverse .dds-data-table__header-cell {
  color: #bbbcbc;
}
.dds-data-table_inverse .dds-data-table__header-cell_sorting:hover {
  background: rgb(40.8, 40.8, 40.8);
}
.dds-data-table_inverse .dds-data-table__header-cell_sorting:active {
  background: rgb(61.2, 61.2, 61.2);
}
.dds-data-table_inverse .dds-data-table__cell {
  color: #ffffff;
}
.dds-data-table_inverse .dds-data-table__cell .dds-highlight {
  color: inherit;
}
.dds-data-table_inverse .dds-data-table__row:hover .dds-data-table__cell {
  background: rgb(40.8, 40.8, 40.8);
}
.dds-data-table_inverse .dds-data-table__row_selected .dds-data-table__cell {
  background-color: #ffffff;
  color: #000000;
}
.dds-data-table_inverse .dds-data-table__row_selected:hover .dds-data-table__cell {
  color: #ffffff;
}
.dds-data-table_inverse .dds-data-table__row_summary .dds-data-table__cell {
  background-color: rgb(40.8, 40.8, 40.8);
  border-bottom: none;
}
.dds-data-table_inverse.dds-data-table_striped .dds-data-table__row:nth-of-type(odd) td {
  background-color: #111111;
}
.dds-data-table_inverse.dds-data-table_striped .dds-data-table__row:nth-of-type(odd):hover td {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-data-table_inverse.dds-data-table_unbordered .dds-data-table__cell {
  border-bottom: none;
}
.dds-data-table_inverse.dds-data-table_selection .dds-data-table__row:active .dds-data-table__cell {
  background-color: #ffffff;
}
.dds-data-table_inverse.dds-data-table_fixed-header .dds-data-table__header-cell {
  border-bottom: 2px solid #53565a;
}
.dds-data-table_inverse.dds-data-table_fixed-footer .dds-data-table__row:last-child td {
  bottom: 0;
  border-top: 2px solid #53565a;
  border-bottom: none;
}
.dds-data-table_inverse.dds-data-table_fixed-left-column .dds-data-table__header-cell:first-child,
.dds-data-table_inverse.dds-data-table_fixed-left-column .dds-data-table__cell:first-child {
  left: 0;
  border-right: 2px solid #53565a;
}
.dds-data-table_inverse.dds-data-table_fixed-right-column .dds-data-table__header-cell:last-child,
.dds-data-table_inverse.dds-data-table_fixed-right-column .dds-data-table__cell:last-child {
  position: sticky;
  right: 0;
  border-left: 2px solid #53565a;
}
.dds-data-table .dds-highlight {
  font-weight: 600;
  color: #000000;
  background-color: #00a3e0;
}
.dds-data-table-filter.popup {
  overflow: hidden;
}
.dds-data-table,
.dds-data-table * {
  box-sizing: border-box;
}
.dds-link {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #26890d;
  text-decoration: underline;
  text-decoration-skip: none;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
.dds-link:hover,
.dds-link_hover {
  color: rgb(31.92, 115.08, 10.92);
}
.dds-link:active,
.dds-link_active {
  color: rgb(28.88, 104.12, 9.88);
}
.dds-link:visited,
.dds-link_visited {
  color: #012169;
}
.dds-link:focus {
  outline: none;
}
.dds-link:disabled,
.dds-link_disabled {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.dds-link_dark {
  color: #000000;
}
.dds-link_dark:hover,
.dds-link_dark.dds-link_hover {
  color: #000000;
}
.dds-link_dark:active,
.dds-link_dark.dds-link_active {
  color: #000000;
}
.dds-link_blue {
  color: #007cb0;
}
.dds-link_blue:hover,
.dds-link_blue.dds-link_hover {
  color: rgb(0, 84.32, 119.68);
}
.dds-link_blue:active,
.dds-link_blue.dds-link_active {
  color: rgb(0, 64.48, 91.52);
}
.dds-link_silent {
  text-decoration: none;
}
.dds-link_silent.dds-link:hover,
.dds-link_silent.dds-link_hover {
  text-decoration: underline;
}
.dds-link_silent.dds-link:active,
.dds-link_silent.dds-link_active {
  text-decoration: underline;
}
.dds-link_inverse {
  color: #26890d;
}
.dds-link_inverse:hover,
.dds-link_inverse.dds-link_hover {
  color: rgb(107.44, 174.76, 90.44);
}
.dds-link_inverse:active,
.dds-link_inverse.dds-link_active {
  color: rgb(142.16, 193.64, 129.16);
}
.dds-link_inverse:visited,
.dds-link_inverse.dds-link_visited {
  color: #a0dcff;
}
.dds-link_inverse.dds-link_dark {
  color: #ffffff;
}
.dds-link_inverse.dds-link_dark:hover,
.dds-link_inverse.dds-link_dark.dds-link_hover {
  color: #ffffff;
}
.dds-link_inverse.dds-link_dark:active,
.dds-link_inverse.dds-link_dark.dds-link_active {
  color: #ffffff;
}
.dds-link_inverse.dds-link_dark:visited,
.dds-link_inverse.dds-link_dark.dds-link_visited {
  color: #a0dcff;
}
.dds-link_inverse.dds-link_blue {
  color: #007cb0;
}
.dds-link_inverse.dds-link_blue:hover,
.dds-link_inverse.dds-link_blue.dds-link_hover {
  color: rgb(81.6, 165.92, 201.28);
}
.dds-link_inverse.dds-link_blue:active,
.dds-link_inverse.dds-link_blue.dds-link_active {
  color: rgb(122.4, 186.88, 213.92);
}
.dds-link_inverse.dds-link_blue:visited,
.dds-link_inverse.dds-link_blue.dds-link_visited {
  color: #a0dcff;
}
.dds-suggestions-tags-input {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-suggestions-tags-input:focus {
  outline: none;
}
.dds-suggestions-tags-input__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 32px;
  outline: 1px solid #63666a !important;
  outline-offset: -1px;
  padding: 7px 12px 0;
}
.dds-suggestions-tags-input__wrap.dds-keyboard-focused,
.dds-suggestions-tags-input__wrap.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-suggestions-tags-input__wrap:hover {
  outline: 1px solid rgb(67.32, 69.36, 72.08) !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input__wrap:hover .dds-suggestions-tags-input__field::placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-suggestions-tags-input__wrap:hover.dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input__info {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.dds-suggestions-tags-input__shell {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-suggestions-tags-input__label {
  display: block;
  width: 100%;
  color: #53565a;
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-bottom: 1px;
}
.dds-suggestions-tags-input__description {
  color: #63666a;
}
.dds-suggestions-tags-input__error-message {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-top: 3px;
  color: #da291c;
}
.dds-suggestions-tags-input__icon {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 36px;
  height: 30px;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}
.dds-suggestions-tags-input__icon:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-suggestions-tags-input__field {
  margin: 0 0 4px 0;
  border: 0;
  width: 0;
  padding: 0;
  min-width: 40px;
  flex-grow: 1;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #000000;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dds-suggestions-tags-input__field::placeholder {
  color: #63666a;
}
.dds-suggestions-tags-input__field:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-suggestions-tags-input__field:focus {
  outline: none;
}
.dds-suggestions-tags-input__field::-ms-clear {
  display: none;
}
.dds-suggestions-tags-input__item,
.dds-suggestions-tags-input__description,
.dds-suggestions-tags-input__error-message,
.dds-suggestions-tags-input__label {
  word-break: break-all;
  word-break: break-word;
}
.dds-suggestions-tags-input .dds-tag {
  flex-shrink: 0;
}
.dds-suggestions-tags-input .dds-tag__content {
  max-width: 100%;
}
.dds-suggestions-tags-input__tag {
  max-width: 100%;
}
.dds-suggestions-tags-input__tag_duplicate .dds-tag {
  background: #26890d;
}
.dds-suggestions-tags-input_external .dds-suggestions-tags-input__label {
  margin-bottom: 0;
}
.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__wrap {
  min-height: 24px;
}
.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__icon {
  width: 26px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
}
.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__field {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 0 0 2px 0;
}
.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__wrap {
  min-height: 40px;
}
.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__icon {
  width: 44px;
  height: 38px;
  line-height: 38px;
}
.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__field {
  margin: 0 0 4px 0;
}
.dds-suggestions-tags-input_tags .dds-suggestions-tags-input__wrap {
  padding: 4px 0 0 4px;
}
.dds-suggestions-tags-input_tags.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__wrap {
  padding: 2px 0 0 2px;
}
.dds-suggestions-tags-input_tags.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__wrap {
  padding: 8px 4px 4px 8px;
}
.dds-suggestions-tags-input_suggestion .dds-suggestions-tags-input__wrap {
  padding: 5px 12px 7px;
}
.dds-suggestions-tags-input_suggestion .dds-suggestions-tags-input__field {
  margin: 0;
}
.dds-suggestions-tags-input_suggestion.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__wrap {
  padding: 3px 8px 5px;
}
.dds-suggestions-tags-input_suggestion.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__wrap {
  padding: 9px 16px 11px;
}
.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap:hover {
  outline: 1px solid rgb(148.24, 27.88, 19.04) !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap.dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input_error .dds-suggestions-tags-input__icon {
  color: #da291c;
}
.dds-suggestions-tags-input_error .dds-suggestions-tags-input__icon:hover {
  color: rgb(148.24, 27.88, 19.04);
}
.dds-suggestions-tags-input_with-icon .dds-suggestions-tags-input__wrap {
  padding-right: 36px;
}
.dds-suggestions-tags-input_with-icon.dds-suggestions-tags-input_sm .dds-suggestions-tags-input__wrap {
  padding-right: 22px;
}
.dds-suggestions-tags-input_with-icon.dds-suggestions-tags-input_lg .dds-suggestions-tags-input__wrap {
  padding-right: 36px;
}
.dds-suggestions-tags-input_disabled {
  opacity: 0.4;
}
.dds-suggestions-tags-input_disabled .dds-tag_disabled {
  opacity: 1;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__label {
  color: #bbbcbc;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__description {
  color: #97999b;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__icon {
  color: #ffffff;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__icon:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__field {
  color: #ffffff;
  background-color: transparent;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__field::placeholder {
  color: #97999b;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__wrap {
  outline: 1px solid #d0d0ce !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__wrap:hover {
  outline: 1px solid rgb(215.52, 215.52, 213.84) !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__wrap:hover .dds-suggestions-tags-input__field::placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__wrap:hover.dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input_inverse .dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input_inverse.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap {
  outline: 1px solid #da291c !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_inverse.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap:hover {
  outline: 1px solid rgb(229.84, 109.48, 100.64) !important;
  outline-offset: -1px;
}
.dds-suggestions-tags-input_inverse.dds-suggestions-tags-input_error .dds-suggestions-tags-input__wrap.dds-suggestions-tags-input__wrap_active {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-suggestions-tags-input_inverse.dds-suggestions-tags-input_error .dds-suggestions-tags-input__icon,
.dds-suggestions-tags-input_inverse.dds-suggestions-tags-input_error .dds-suggestions-tags-input__icon:hover {
  color: #da291c;
}
.dds-suggestions-tags-input,
.dds-suggestions-tags-input * {
  box-sizing: border-box;
}
.dds-breadcrumbs {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dds-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
}
.dds-breadcrumbs__link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.dds-breadcrumbs__link_last {
  pointer-events: none;
}
.dds-breadcrumbs__link_last .dds-link {
  font-weight: 600;
  color: #000000;
}
.dds-breadcrumbs__link_last-inverse .dds-link {
  color: #ffffff;
}
.dds-breadcrumbs__link .dds-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dds-breadcrumbs__divider {
  font: 400 14px / 20px "Open Sans", sans-serif;
  margin: 0 8px;
  color: #53565a;
}
.dds-breadcrumbs__collapsed-btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  appearance: none;
  font: inherit;
}
.dds-breadcrumbs__collapsed-btn-wrap {
  display: none;
}
.dds-breadcrumbs__collapsed-btn-wrap_show {
  display: inline-flex;
}
.dds-breadcrumbs-dropdown {
  min-width: 160px;
}
.dds-breadcrumbs-dropdown_sm {
  min-width: 120px;
}
.dds-breadcrumbs_sm {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-breadcrumbs_sm .dds-link {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-breadcrumbs_sm .dds-breadcrumbs__divider {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 0 4px;
}
.dds-breadcrumbs,
.dds-breadcrumbs * {
  box-sizing: border-box;
}
.dds-rating {
  display: inline-flex;
  align-items: center;
  outline: none;
}
.dds-rating:focus {
  outline: none;
}
.dds-rating__btn {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.dds-rating__btn:focus {
  outline: none;
}
.dds-rating__btn:hover {
  cursor: pointer;
}
.dds-rating__btn.dds-keyboard-focused,
.dds-rating__btn.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-rating__btn_active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background-color: #000000;
  opacity: 0;
}
.dds-rating__icon {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
}
.dds-rating:hover .dds-rating__btn_active:before {
  opacity: 1;
}
.dds-rating_blue .dds-rating__icon {
  color: #007cb0;
}
.dds-rating_blue .dds-rating__btn_active:before {
  background-color: #007cb0;
}
.dds-rating_green .dds-rating__icon {
  color: #26890d;
}
.dds-rating_green .dds-rating__btn_active:before {
  background-color: #26890d;
}
.dds-rating_blocked {
  pointer-events: none;
}
.dds-rating_inverse.dds-rating_dark .dds-rating__icon {
  color: #ffffff;
}
.dds-rating_inverse.dds-rating_dark .dds-rating__btn_active:before {
  background-color: #ffffff;
}
.dds-rating_disabled {
  opacity: 0.4;
}
.dds-rating,
.dds-rating * {
  box-sizing: border-box;
}
.dds-counter {
  display: inline-block;
  font: 600 12px / 16px "Open Sans", sans-serif;
  color: #000000;
  padding: 3px 4px 5px;
  background-color: #d0d0ce;
}
.dds-counter:hover,
.dds-counter_hover {
  background-color: rgb(191.36, 191.36, 189.52);
}
.dds-counter_inverse {
  background-color: #ffffff;
}
.dds-counter_inverse:hover,
.dds-counter_inverse.dds-counter_hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-counter_disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dds-counter,
.dds-counter * {
  box-sizing: border-box;
}
.dds-rte-link-container {
  border-top: 1px solid #63666a;
  padding: 7px 11px 8px;
}
.dds-rte-link-container__link-controls {
  position: relative;
}
.dds-rte-link-container__link-controls_edit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 4px 8px 8px;
}
.dds-rte-link-container__link-controls-wrap {
  display: flex;
}
.dds-rte-link-container__input {
  display: block;
  margin-bottom: 12px;
}
.dds-rte-link-container__link-text {
  font: 400 14px / 20px "Open Sans", sans-serif;
  width: 100%;
  word-break: break-all;
  word-break: break-word;
}
.dds-rte-link-container__link-text_green {
  color: #26890d;
}
.dds-rte-link-container__link-text_blue {
  color: #007cb0;
}
.dds-rte-link-container__link-text_dark {
  color: #000000;
}
.dds-rte-link-container .dds-rte-link-container__link-select {
  flex: 1;
  margin-right: 12px;
}
.dds-rte-link-container__button {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
}
.dds-rte-link-container__button:not(:last-of-type) {
  margin-right: 12px;
}
.dds-rte {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  color: #000000;
}
.dds-rte.dds-keyboard-focused,
.dds-rte.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-rte__editable-container {
  width: 100%;
  overflow: auto;
  outline: none;
  word-wrap: break-word;
  overflow-x: hidden;
  padding: 5px 12px 7px;
  flex-grow: 1;
  border: 1px solid #000000;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-rte__editable-container::selection,
.dds-rte__editable-container *::selection {
  background-color: #00a3e0;
  color: #000000;
}
.dds-rte__editable-container .dds-link {
  display: inline;
}
.dds-rte__editable-container:empty:not(:focus):before {
  content: attr(data-text);
  color: rgb(67.32, 69.36, 72.08);
}
.dds-rte__editable-container blockquote {
  margin: 16px 0;
  padding: 9px 0 11px 21px;
  border-left: 4px solid #63666a;
}
.dds-rte__editable-container h1 {
  margin: 0;
  font: 600 56px / 72px "Open Sans", sans-serif;
}
.dds-rte__editable-container h2 {
  margin: 0;
  font: 600 40px / 52px "Open Sans", sans-serif;
}
.dds-rte__editable-container h3 {
  margin: 0;
  font: 600 32px / 40px "Open Sans", sans-serif;
}
.dds-rte__editable-container p {
  margin: 0;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-rte__button {
  flex-shrink: 0;
}
.dds-rte__button-group {
  display: flex;
}
.dds-rte__button-wrap {
  display: flex;
  position: relative;
}
.dds-rte__color-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  pointer-events: none;
}
.dds-rte__color-icon_sm svg {
  width: 14px;
}
.dds-rte .dds-colorpicker {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.dds-rte__control-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #63666a;
  border-bottom: none;
}
.dds-rte__control-container_bottom {
  order: 1;
  border: 1px solid #63666a;
  border-top: none;
}
.dds-rte__control-container .dds-btn_silent {
  color: #000000;
}
.dds-rte__control-container .dds-btn_silent:active,
.dds-rte__control-container .dds-btn_silent:hover {
  color: #000000;
}
.dds-rte__control-container .dds-btn_silent:disabled {
  opacity: 0.4;
}
.dds-rte__view-source {
  font-family: monospace, sans-serif;
}
.dds-rte__view-source .dds-segmented {
  box-shadow: none;
}
.dds-rte__view-source_bottom {
  order: -1;
}
.dds-rte__dropdown-button-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.dds-rte__dropdown-button .dds-context-menu-item__text {
  display: flex;
  align-items: center;
}
.dds-rte__dropdown-button_active .dds-context-menu-item {
  color: #ffffff;
  background-color: #000000;
}
.dds-rte__dropdown-button_active .dds-context-menu-item:hover {
  color: #ffffff;
  background-color: #000000;
}
.dds-rte__dropdown-button_active-green .dds-context-menu-item {
  background-color: #26890d;
}
.dds-rte__dropdown-button_active-green .dds-context-menu-item:hover {
  background-color: #26890d;
}
.dds-rte__dropdown-button_active-blue .dds-context-menu-item {
  background-color: #007cb0;
}
.dds-rte__dropdown-button_active-blue .dds-context-menu-item:hover {
  background-color: #007cb0;
}
.dds-rte__control {
  display: flex;
  background-color: #ffffff;
}
.dds-rte__control .dds-btn {
  display: inline-flex;
}
.dds-rte__control .dds-btn__content {
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.dds-rte__button-seperator {
  position: relative;
}
.dds-rte__button-seperator::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px solid #63666a;
  top: 50%;
  transform: translateY(-50%);
}
.dds-rte__button-seperator--dropdown {
  padding-top: 16px;
}
.dds-rte__button-seperator--dropdown::before {
  height: 1px;
  width: calc(100% - 32px);
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: none;
  border-top: 1px solid #63666a;
}
.dds-rte__highlited-text {
  display: inline-block;
  background-color: #00a3e0 !important;
  color: #000000 !important;
}
.dds-rte_sm .dds-rte__editable-container {
  padding: 5px 8px 7px;
}
.dds-rte_sm .dds-rte-link-container {
  padding: 3px 7px 4px;
}
.dds-rte_sm .dds-rte-link-container__input {
  margin-bottom: 8px;
}
.dds-rte_sm .dds-rte-link-container__link-select {
  margin-right: 8px;
}
.dds-rte_sm .dds-rte-link-container__button:not(:last-of-type) {
  margin-right: 8px;
}
.dds-rte_lg .dds-rte__editable-container {
  padding: 9px 16px 11px;
}
.dds-rte_lg .dds-rte-link-container {
  padding: 7px 16px 8px;
}
.dds-rte_lg .dds-rte-link-container__input {
  margin-bottom: 16px;
}
.dds-rte_lg .dds-rte-link-container__link-select {
  margin-right: 16px;
}
.dds-rte_lg .dds-rte-link-container__button:not(:last-of-type) {
  margin-right: 16px;
}
.dds-rte.dds-mobile .dds-rte__control-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  flex-direction: column-reverse;
  background: #ffffff;
  border-bottom: none;
  z-index: 1;
}
.dds-rte.dds-mobile .dds-rte-link-container__input,
.dds-rte.dds-mobile .dds-rte-link-container__link-text {
  margin-bottom: 16px;
}
.dds-rte.dds-mobile .dds-rte-link-container__link-controls {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.dds-rte [hidden] {
  display: none;
}
.dds-rte_error .dds-rte__editable-container {
  border-color: #da291c;
}
.dds-rte_disabled {
  opacity: 0.4;
}
.dds-rte_disabled,
.dds-rte_disabled * {
  cursor: default;
  pointer-events: none;
}
.dds-rte_disabled .dds-rte__control-container .dds-btn_silent:disabled {
  opacity: 1;
}
.dds-rte_inverse {
  color: #ffffff;
}
.dds-rte_inverse .dds-rte__control {
  background-color: #000000;
}
.dds-rte_inverse .dds-rte-link-container {
  background-color: #000000;
}
.dds-rte_inverse .dds-rte-link-container__link-text_dark {
  color: #ffffff;
}
.dds-rte_inverse .dds-rte__editable-container {
  border: 1px solid #ffffff;
}
.dds-rte_inverse .dds-rte__editable-container::selection,
.dds-rte_inverse .dds-rte__editable-container *::selection {
  background-color: #005587;
  color: #ffffff;
}
.dds-rte_inverse .dds-rte__editable-container:empty:not(:focus):before {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-rte_inverse .dds-rte__control-container {
  border: 1px solid #d0d0ce;
  border-bottom: none;
}
.dds-rte_inverse .dds-rte__control-container_bottom {
  border: 1px solid #d0d0ce;
  border-top: none;
}
.dds-rte_inverse .dds-rte__control-container .dds-btn_silent {
  color: #ffffff;
}
.dds-rte_inverse .dds-rte__control-container .dds-btn_silent:active,
.dds-rte_inverse .dds-rte__control-container .dds-btn_silent:hover {
  color: #ffffff;
}
.dds-rte_inverse.dds-rte_error .dds-rte__editable-container {
  border-color: #da291c;
}
.dds-rte_inverse .dds-link_dark {
  color: #ffffff;
}
.dds-rte,
.dds-rte * {
  box-sizing: border-box;
}
.dds-context-menu_inverse .dds-rte__dropdown-button_active .dds-context-menu-item {
  color: #000000;
  background-color: #ffffff;
}
.dds-context-menu_inverse .dds-rte__dropdown-button_active .dds-context-menu-item:hover {
  color: #000000;
  background-color: #ffffff;
}
.dds-spinner {
  position: relative;
  width: 16px;
  height: 16px;
}
.dds-spinner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.dds-spinner_dark .dds-spinner__line {
  stroke: #000000;
}
.dds-spinner_gray .dds-spinner__line {
  stroke: #53565a;
}
.dds-spinner_green .dds-spinner__line {
  stroke: #26890d;
}
.dds-spinner_blue .dds-spinner__line {
  stroke: #007cb0;
}
.dds-spinner_danger .dds-spinner__line {
  stroke: #da291c;
}
.dds-spinner_inverse.dds-spinner_dark .dds-spinner__line {
  stroke: #ffffff;
}
.dds-spinner_inverse.dds-spinner_gray .dds-spinner__line {
  stroke: #bbbcbc;
}
.dds-spinner__circle {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.dds-spinner__line {
  stroke-dasharray: 1, 200;
  stroke: #000000;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: square;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dds-spinner__circle {
    animation: rotateIE 2s linear infinite;
  }
  .dds-spinner__line {
    animation: none;
    stroke-dasharray: 90, 200;
  }
}
@keyframes rotateIE {
  50% {
    transform: rotate(720deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes rotate {
  50% {
    transform: rotate(540deg);
  }
  75% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.dds-user-pic {
  position: relative;
  display: flex;
  background-color: #63666a;
  color: #ffffff;
  width: 24px;
  height: 24px;
}
.dds-user-pic__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dds-user-pic__initials {
  font: 600 12px / 16px "Open Sans", sans-serif;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden;
}
.dds-user-pic__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.dds-user-pic:hover {
  background-color: rgb(83.16, 85.68, 89.04);
}
.dds-user-pic:active {
  background-color: rgb(75.24, 77.52, 80.56);
}
.dds-user-pic_inverse {
  background-color: #d0d0ce;
  color: #000000;
}
.dds-user-pic_inverse:hover {
  background-color: rgb(191.36, 191.36, 189.52);
}
.dds-user-pic_inverse:active {
  background-color: rgb(183.04, 183.04, 181.28);
}
.dds-user-pic_blue {
  background-color: rgb(0, 109.12, 154.88);
  color: #ffffff;
}
.dds-user-pic_blue:hover {
  background-color: rgb(0, 94.24, 133.76);
}
.dds-user-pic_blue:active {
  background-color: rgb(0, 84.32, 119.68);
}
.dds-user-pic_green {
  background-color: rgb(33.44, 120.56, 11.44);
  color: #ffffff;
}
.dds-user-pic_green:hover {
  background-color: rgb(28.88, 104.12, 9.88);
}
.dds-user-pic_green:active {
  background-color: rgb(25.84, 93.16, 8.84);
}
.dds-user-pic_error {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
.dds-user-pic_error:hover,
.dds-user-pic_error:active {
  background: rgba(0, 0, 0, 0.08);
}
.dds-user-pic_sm {
  width: 20px;
  height: 20px;
}
.dds-user-pic_sm .dds-user-pic__initials {
  font: 600 10px / 16px "Open Sans", sans-serif;
}
.dds-user-pic_disabled {
  opacity: 0.4;
}
.dds-user-pic_disabled .dds-user-pic__img {
  filter: grayscale(1);
}
.dds-user-pic_disabled .dds-user-pic__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dds-user-pic,
.dds-user-pic * {
  box-sizing: border-box;
}
.dds-filter {
  background-color: #ffffff;
  border: 1px solid #d0d0ce;
  padding: 0;
}
.dds-filter__section {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 12px 9px;
}
.dds-filter__section_sorting {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  padding: 5px 12px 7px 10px;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: inherit;
}
.dds-filter__section_checkbox {
  padding-top: 5px;
  padding-bottom: 7px;
}
.dds-filter__section_hidden {
  display: none;
}
.dds-filter__title {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  font-weight: 600;
  color: #63666a;
}
.dds-filter__container {
  max-height: 240px;
  overflow-y: auto;
}
.dds-filter__container_checkbox {
  margin: 0 12px 12px 0;
}
.dds-filter__icon {
  margin-right: 10px;
}
.dds-filter__footer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
}
.dds-filter__btn + .dds-filter__btn {
  margin-left: 12px;
}
.dds-filter__item:focus-visible {
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-filter__item_active {
  font-weight: 700;
}
.dds-filter_inverse {
  background-color: #000000;
  border: 1px solid #53565a;
  color: #ffffff;
}
.dds-filter_inverse .dds-filter__title {
  color: #97999b;
}
.dds-status-tag {
  font: 400 12px / 16px "Open Sans", sans-serif;
  display: inline-flex;
  align-items: flex-end;
  max-width: 100%;
  background: transparent;
  color: #53565a;
  padding: 3px 8px 5px 6px;
}
.dds-status-tag__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dds-status-tag__icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  outline: none;
}
.dds-status-tag:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgb(56.44, 58.48, 61.2);
}
.dds-status-tag_approved {
  color: #26890d;
}
.dds-status-tag_approved:hover {
  color: rgb(25.84, 93.16, 8.84);
}
.dds-status-tag_declined {
  color: #da291c;
}
.dds-status-tag_declined:hover {
  color: rgb(148.24, 27.88, 19.04);
}
.dds-status-tag_under-review {
  color: #007cb0;
}
.dds-status-tag_under-review:hover {
  color: rgb(0, 84.32, 119.68);
}
.dds-status-tag_disabled {
  opacity: 0.4;
}
.dds-status-tag_sm {
  padding: 1px 6px 3px 4px;
}
.dds-status-tag_sm .dds-status-tag__icon {
  margin-right: 4px;
}
.dds-status-tag,
.dds-status-tag * {
  box-sizing: border-box;
}
.dds-context-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #d0d0ce;
}
.dds-context-menu:focus {
  outline: none;
}
.dds-context-menu hr {
  height: 1px;
  background-color: #d0d0ce;
  border: none;
  width: calc(100% - 22px);
  margin: 7px 11px 8px;
}
.dds-context-menu_inverse {
  background-color: #000000;
  border-color: #53565a;
}
.dds-context-menu_inverse hr {
  background-color: #53565a;
}
.dds-context-menu_inverse .dds-context-menu-item {
  color: #ffffff;
}
.dds-context-menu_inverse .dds-context-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-context-menu_inverse .dds-context-menu-item:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-context-menu_inverse .dds-context-menu-item_disabled {
  background-color: #000000;
}
.dds-context-menu_inverse .dds-context-menu-item_disabled .dds-disabled {
  background-color: transparent;
}
.dds-context-menu_inverse .dds-context-menu-item__counter {
  background-color: #ffffff;
}
.dds-context-menu_inverse .dds-context-menu__label {
  color: #bbbcbc;
}
.dds-context-menu_inverse .dds-context-menu__close {
  color: #ffffff;
}
.dds-context-menu_inverse .dds-context-menu-group__label {
  color: #bbbcbc;
}
.dds-context-menu_inverse .dds-disabled {
  display: block;
}
.dds-context-menu.dds-keyboard-focused,
.dds-context-menu.dds-modal__close:not(:hover):focus {
  outline: 0 !important;
}
.dds-context-menu__radio-group {
  display: flex;
  flex-wrap: wrap;
}
.dds-context-menu__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 17px 16px 19px;
  margin-bottom: 8px;
}
.dds-context-menu__body {
  flex: 1;
  width: 100%;
  max-height: 100%;
  padding: 7px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dds-context-menu__body:focus {
  outline: none;
}
.dds-context-menu__body.dds-keyboard-focused,
.dds-context-menu__body.dds-modal__close:not(:hover):focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.dds-context-menu__label {
  font: 400 14px / 20px "Open Sans", sans-serif;
  margin-right: 16px;
  color: #53565a;
}
.dds-context-menu__close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  outline: none;
  cursor: pointer;
}
.dds-context-menu_lg {
  padding: 7px 0;
}
.dds-context-menu_lg hr {
  width: calc(100% - 30px);
  margin: 7px 15px 8px;
}
.dds-context-menu_lg .dds-context-menu-group__label {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 9px 16px 11px;
}
.dds-context-menu_lg .dds-context-menu-item {
  padding: 8px 15px;
  min-height: 40px;
}
.dds-context-menu_lg .dds-context-menu-item img[image] {
  margin: 4px 16px 0 0;
}
.dds-context-menu_lg .dds-context-menu-item [icon] {
  font-size: 16px;
  line-height: 16px;
  margin: 2px 14px 0 -2px;
}
.dds-context-menu_lg .dds-context-menu-item .dds-context-menu-item__control {
  margin: 4px 16px 0 0;
}
.dds-context-menu_lg .dds-context-menu-item .dds-context-menu-item__counter {
  margin: 0 0 0 16px;
}
.dds-context-menu_sm {
  padding: 3px 0;
}
.dds-context-menu_sm hr {
  width: calc(100% - 14px);
  margin: 7px 7px 8px;
}
.dds-context-menu_sm .dds-context-menu-group__label {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 3px 8px 5px;
}
.dds-context-menu_sm .dds-context-menu-item {
  font: 400 12px / 16px "Open Sans", sans-serif;
  padding: 2px 7px;
  min-height: 24px;
}
.dds-context-menu_sm .dds-context-menu-item img[image] {
  margin: 2px 8px 0 0;
}
.dds-context-menu_sm .dds-context-menu-item [icon] {
  font-size: 14px;
  line-height: 14px;
  margin: 2px 7px 0 -2px;
}
.dds-context-menu_sm .dds-context-menu-item .dds-context-menu-item__control {
  margin: 2px 8px 0 0;
}
.dds-context-menu_sm .dds-context-menu-item .dds-context-menu-item__counter {
  margin: 0 0 0 8px;
  height: 20px;
  padding: 2px 4px;
}
.dds-context-menu.dds-tablet,
.dds-context-menu.dds-mobile {
  display: block;
  padding: 0;
  box-shadow: none;
  max-height: 100vh;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
}
.dds-context-menu.dds-tablet .dds-context-menu__body,
.dds-context-menu.dds-mobile .dds-context-menu__body {
  padding-bottom: 24px;
}
.dds-context-menu.dds-mobile {
  min-height: 100vh;
}
.dds-context-menu.dds-mobile .dds-context-menu__body {
  min-height: 100vh;
}
.dds-context-menu,
.dds-context-menu * {
  box-sizing: border-box;
}
.dds-context-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 4px 11px;
  min-height: 32px;
  border: 0;
  background-color: transparent;
  color: #000000;
  outline: 0;
  text-align: left;
  cursor: pointer;
}
.dds-context-menu-item.dds-keyboard-focused,
.dds-context-menu-item.dds-modal__close:not(:hover):focus {
  outline: 0;
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-context-menu-item__counter,
.dds-context-menu-item__control {
  flex-shrink: 0;
}
.dds-context-menu-item__control {
  display: inline-flex;
  margin: 4px 12px 0 0;
}
.dds-context-menu-item__counter {
  margin: 0 0 0 12px;
}
.dds-context-menu-item__text {
  display: flex;
  position: relative;
  margin: 1px 0 0 0;
  flex-grow: 1;
  word-break: break-all;
  word-break: break-word;
}
.dds-context-menu-item img[image] {
  height: 16px;
  max-width: 30%;
  margin: 4px 12px 0 0;
}
.dds-context-menu-item [icon] {
  font-size: 16px;
  line-height: 16px;
  margin: 3px 10px 0 -2px;
}
.dds-context-menu-item:hover {
  background-color: rgb(234.6, 234.6, 234.6);
}
.dds-context-menu-item:active {
  background-color: rgb(224.4, 224.4, 224.4);
}
.dds-context-menu-item_disabled {
  opacity: 0.4;
}
.dds-context-menu-item,
.dds-context-menu-item * {
  box-sizing: border-box;
}
.dds-context-menu-group {
  display: block;
  width: 100%;
}
.dds-context-menu-group__label {
  display: block;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
  padding: 7px 12px 9px;
}
.dds-context-menu-group,
.dds-context-menu-group * {
  box-sizing: border-box;
}
.dds-skeleton {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.dds-skeleton__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dds-skeleton__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  height: 32px;
}
.dds-skeleton__line {
  position: relative;
  display: flex;
  width: 100%;
  height: 7px;
  margin-right: 51px;
  background-color: #d0d0ce;
  overflow: hidden;
}
.dds-skeleton__line::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 1s infinite;
  content: "";
}
.dds-skeleton__counter {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 22px;
  height: 24px;
  background-color: #d0d0ce;
  margin-left: 31px;
  flex-shrink: 0;
}
.dds-skeleton__counter::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 1s infinite;
  content: "";
}
.dds-skeleton_sm .dds-skeleton__item {
  padding: 2px 8px;
  height: 24px;
}
.dds-skeleton_sm .dds-skeleton__line {
  margin-right: 53px;
  height: 7px;
}
.dds-skeleton_sm .dds-skeleton__counter {
  height: 20px;
  margin-left: 31px;
}
.dds-skeleton_lg .dds-skeleton__item {
  padding: 8px 16px;
  height: 40px;
}
.dds-skeleton_lg .dds-skeleton__line {
  margin-right: 59px;
}
.dds-skeleton_lg .dds-skeleton__counter {
  margin-left: 37px;
}
.dds-skeleton_with-counter .dds-skeleton__line {
  margin-right: 0;
}
.dds-skeleton_inverse .dds-skeleton__line {
  background-color: #53565a;
}
.dds-skeleton_inverse .dds-skeleton__counter {
  background-color: #53565a;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.dds-timepicker {
  width: auto !important;
  flex-direction: column;
  padding: 0;
  outline: none;
}
.dds-timepicker:focus-visible {
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
}
.dds-timepicker__fields {
  display: flex;
}
.dds-timepicker__input,
.dds-timepicker__btn {
  border: none;
  border-radius: 0;
  background: transparent;
}
.dds-timepicker__input:focus,
.dds-timepicker__btn:focus {
  outline: none;
}
.dds-timepicker__input {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: block;
  width: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.dds-timepicker__input::-ms-clear {
  display: none;
}
.dds-timepicker__input::placeholder {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-timepicker__input:placeholder-shown {
  text-overflow: ellipsis;
}
.dds-timepicker__input_meridiem {
  width: 30px;
  margin-left: 4px;
}
.dds-timepicker__select {
  cursor: text;
}
.dds-timepicker__select.dds-keyboard-focused,
.dds-timepicker__select.dds-modal__close:not(:hover):focus {
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-timepicker__select:hover .dds-timepicker__separator {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-timepicker__select:hover .dds-timepicker__input::placeholder {
  color: rgb(67.32, 69.36, 72.08);
}
.dds-timepicker__select_active .dds-timepicker__separator,
.dds-timepicker__select_active:hover .dds-timepicker__separator {
  color: #000000;
}
.dds-timepicker__select_active .dds-timepicker__input::placeholder,
.dds-timepicker__select_active:hover .dds-timepicker__input::placeholder {
  color: #000000;
}
.dds-timepicker__btn {
  margin-left: auto;
  cursor: pointer;
}
.dds-timepicker__btn:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.dds-timepicker__btn:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.dds-timepicker__field {
  margin: 12px 0;
}
.dds-timepicker__field-wrap {
  width: 56px;
}
.dds-timepicker__field-wrap + .dds-timepicker__field-wrap {
  margin-left: 12px;
}
.dds-timepicker__field_with-clear {
  padding-right: 65px !important;
}
.dds-timepicker__field_with-clear_sm {
  padding-right: 49px !important;
}
.dds-timepicker__field_with-clear_lg {
  padding-right: 81px !important;
}
.dds-timepicker__field_disabled {
  pointer-events: none;
}
.dds-timepicker__clear {
  display: none !important;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1px;
  right: 33px;
  color: #000000;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.dds-timepicker__clear_shown {
  display: flex !important;
}
.dds-timepicker__clear_sm {
  right: 25px;
}
.dds-timepicker__clear_lg {
  right: 41px;
}
.dds-timepicker__separator {
  font: 400 14px / 20px "Open Sans", sans-serif;
  margin: 0 4px;
  color: #63666a;
}
.dds-timepicker__separator_has-value {
  color: #000000;
}
.dds-timepicker-wrap .show .dds-select__icon {
  transform: none;
}
.dds-timepicker-wrap .dds-select_sm .dds-timepicker__separator {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-timepicker-wrap .dds-select_sm .dds-timepicker__input {
  width: 16px;
}
.dds-timepicker-wrap .dds-select_sm .dds-timepicker__input_meridiem {
  width: 30px;
}
.dds-timepicker-wrap_inverse .dds-timepicker__separator {
  color: #97999b;
}
.dds-timepicker-wrap_inverse .dds-timepicker__separator_has-value {
  color: #ffffff;
}
.dds-timepicker-wrap_inverse .dds-timepicker__select {
  cursor: text;
}
.dds-timepicker-wrap_inverse .dds-timepicker__select:hover .dds-timepicker__separator {
  color: rgb(167.64, 169.32, 171);
}
.dds-timepicker-wrap_inverse .dds-timepicker__select:hover .dds-timepicker__input::placeholder {
  color: rgb(167.64, 169.32, 171);
}
.dds-timepicker-wrap_inverse .dds-timepicker__select_active .dds-timepicker__separator,
.dds-timepicker-wrap_inverse .dds-timepicker__select_active:hover .dds-timepicker__separator {
  color: #ffffff;
}
.dds-timepicker-wrap_inverse .dds-timepicker__select_active .dds-timepicker__input::placeholder,
.dds-timepicker-wrap_inverse .dds-timepicker__select_active:hover .dds-timepicker__input::placeholder {
  color: #ffffff;
}
.dds-timepicker-popup {
  width: auto !important;
}
.dds-timepicker__header,
.dds-timepicker__footer {
  display: flex;
  width: 100%;
}
.dds-timepicker__header {
  padding: 16px 16px 18px;
}
.dds-timepicker__body {
  display: flex;
  padding: 13px 12px 12px;
}
.dds-timepicker__footer {
  padding: 16px 15px;
  margin-top: auto;
}
.dds-timepicker__label {
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #53565a;
}
.dds-timepicker__close {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-left: auto;
  outline: none;
  cursor: pointer;
}
.dds-timepicker__action .dds-btn__content {
  justify-content: flex-start;
  padding-left: 8px;
}
.dds-timepicker_lg .dds-timepicker__field {
  margin: 16px 0;
}
.dds-timepicker_lg .dds-timepicker__field-wrap:not(:first-child) {
  margin-left: 16px;
}
.dds-timepicker_lg .dds-timepicker__body {
  padding: 17px 16px 16px;
}
.dds-timepicker_lg .dds-btn__content {
  padding-left: 12px;
}
.dds-timepicker.dds-tablet .dds-timepicker__body,
.dds-timepicker.dds-mobile .dds-timepicker__body {
  padding-top: 0;
  padding-bottom: 0;
}
.dds-timepicker.dds-tablet .dds-timepicker__field-wrap,
.dds-timepicker.dds-mobile .dds-timepicker__field-wrap {
  width: 100%;
}
.dds-timepicker.dds-tablet {
  width: 358px !important;
}
.dds-timepicker [hidden] {
  display: none;
}
.dds-timepicker,
.dds-timepicker * {
  box-sizing: border-box;
}
.dds-select_error .dds-timepicker__select_active:hover {
  outline: 2px solid #000000 !important;
  outline-offset: -2px;
}
.dds-timepicker-wrap_inverse .dds-select_error .dds-timepicker__select_active:hover {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.dds-nav-bar {
  border-bottom: 1px solid #d0d0ce;
}
.dds-nav-bar__content {
  display: flex;
  margin-bottom: -1px;
}
.dds-nav-group__label {
  font-size: 14px;
}
.dds-nav-item {
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.dds-nav-item.active,
.dds-nav-item.active.theme-border {
  border-bottom: 2px solid #26890d;
}
.dds-nav-item.active.theme-blue,
.dds-nav-item.active.theme-border.theme-blue {
  border-bottom: 2px solid #007cb0;
}
.dds-nav-item.active.theme-dark,
.dds-nav-item.active.theme-border.theme-dark {
  border-bottom: 2px solid #000000;
}
.dds-nav-item.active .dds-nav-item__button,
.dds-nav-item.active.theme-border .dds-nav-item__button {
  color: #000000;
}
.dds-nav-item.theme-fill.active {
  background: #26890d;
  border: none;
}
.dds-nav-item.theme-fill.active .dds-nav-item__button {
  color: #ffffff;
}
.dds-nav-item.theme-fill.active.theme-blue {
  background: #007cb0;
}
.dds-nav-item.theme-fill.active.theme-dark {
  background: #000000;
}
.dds-nav-item:not(.active):hover {
  background: rgba(0, 0, 0, 0.08);
}
.dds-nav-item .dds-nav-item-content {
  padding: 12px;
}
.dds-nav-item__button {
  padding: 12px;
  width: 100%;
  font-size: 14px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #53565a;
}
.dds-nav-item.size-sm .dds-nav-item-content,
.dds-nav-item.size-sm .dds-nav-item__button {
  padding: 0 8px;
}
.dds-nav-item.size-lg .dds-nav-item-content,
.dds-nav-item.size-lg .dds-nav-item__button {
  padding: 12px 16px;
}
.dds-nav-item.disabled {
  cursor: not-allowed;
}
.dds-nav-item.disabled .dds-nav-item__button {
  cursor: not-allowed;
}
.dds-vertical-nav-bar.size-lg {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-vertical-nav-bar.size-md {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-vertical-nav-bar.size-sm {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-vertical-nav-group__label {
  font-weight: 600;
}
.dds-vertical-nav-bar.size-lg .dds-vertical-nav-group__label {
  padding: 10px 16px;
  padding-left: 0px;
}
.dds-vertical-nav-bar.size-md .dds-vertical-nav-group__label {
  padding: 6px 12px;
  padding-left: 0px;
}
.dds-vertical-nav-bar.size-sm .dds-vertical-nav-group__label {
  padding: 4px 8px;
  padding-left: 0px;
}
.dds-vertical-nav-item {
  color: #53565a;
  cursor: pointer;
}
.dds-vertical-nav-item:not(.active):hover {
  background: rgba(0, 0, 0, 0.08);
}
.dds-vertical-nav-item.active {
  color: #000000;
  border-left: 2px solid #26890d;
}
.dds-vertical-nav-bar.theme-fill .dds-vertical-nav-item.active {
  color: #ffffff;
  border: none;
}
.dds-vertical-nav-bar.theme-fill .dds-vertical-nav-item.active .dds-vertical-nav-item__button {
  color: #ffffff;
}
.dds-vertical-nav-bar.theme-fill.theme-blue .dds-vertical-nav-item.active {
  background-color: #007cb0;
}
.dds-vertical-nav-bar.theme-fill.theme-dark .dds-vertical-nav-item.active {
  background-color: #000000;
}
.dds-vertical-nav-bar.theme-fill.theme-green .dds-vertical-nav-item.active {
  background-color: #26890d;
}
.dds-vertical-nav-bar.theme-border.theme-blue .dds-vertical-nav-item.active {
  border-left: 2px solid #007cb0;
}
.dds-vertical-nav-bar.theme-border.theme-dark .dds-vertical-nav-item.active {
  border-left: 2px solid #000000;
}
.dds-vertical-nav-bar.theme-border.theme-green .dds-vertical-nav-item.active {
  border-left: 2px solid #26890d;
}
.dds-vertical-nav-item .dds-vertical-nav-item-content > div:empty {
  display: none;
}
.dds-vertical-nav-item__button {
  width: 100%;
  font: inherit;
  text-align: left;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.dds-vertical-nav-bar.size-lg .dds-vertical-nav-item__button {
  padding: 10px 16px;
}
.dds-vertical-nav-bar.size-md .dds-vertical-nav-item__button {
  padding: 6px 12px;
}
.dds-vertical-nav-bar.size-sm .dds-vertical-nav-item__button {
  padding: 4px 8px;
}
.dds-vertical-nav-item.disabled {
  cursor: not-allowed;
}
.dds-vertical-nav-item.disabled .dds-vertical-nav-item__button {
  cursor: not-allowed;
}
.dds-listbox {
  display: flex;
}
.dds-listbox__area {
  display: flex;
}
.dds-listbox__area .dds-context-menu {
  overflow-y: initial;
  position: relative;
}
.dds-listbox__area .dds-context-menu__body.dds-keyboard-focused::before,
.dds-listbox__area .dds-context-menu__body.dds-modal__close:not(:hover):focus::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: transparent;
  box-shadow:
    0 0 0 1px white,
    0 0 0 3px black,
    0 0 0 4px white !important;
}
.dds-listbox:not(.dds-listbox_multiselect) .dds-listbox__item_selected .dds-context-menu-item {
  background-color: #000000;
  color: #ffffff;
}
.dds-listbox__empty-state {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #63666a;
}
.dds-listbox__controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12px;
}
.dds-listbox__btn {
  margin: 6px 0;
}
.dds-listbox_lg .dds-listbox__controls {
  margin: 0 16px;
}
.dds-listbox_lg .dds-listbox__btn {
  margin: 8px 0;
}
.dds-listbox_sm .dds-listbox__controls {
  margin: 0 8px;
}
.dds-listbox_sm .dds-listbox__btn {
  margin: 4px 0;
}
.dds-listbox_inverse:not(.dds-listbox_multiselect) .dds-listbox__item_selected .dds-context-menu-item {
  background-color: #ffffff;
  color: #000000;
}
.dds-listbox_inverse .dds-listbox__empty-state {
  color: #97999b;
}
.dds-listbox,
.dds-listbox * {
  box-sizing: border-box;
}
.dds-profile {
  position: relative;
  width: 40px;
}
.dds-profile_mobile {
  width: 100%;
}
.dds-profile_mobile .dds-profile__user {
  padding: 12px 12px 2px;
}
.dds-profile_mobile .dds-profile__user-img {
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}
.dds-profile_mobile .dds-profile__user-img [class*=__userpic] {
  line-height: 40px;
}
.dds-profile_mobile .dds-context-menu {
  border: none;
  min-height: auto;
}
.dds-profile_mobile .dds-context-menu__header {
  display: none;
}
.dds-profile_mobile .dds-context-menu .dds-context-menu__body {
  padding-bottom: 0;
}
.dds-profile_mobile .dds-context-menu-item {
  margin-bottom: 4px;
}
.dds-profile__btn {
  position: relative;
  background: transparent;
  color: #ffffff;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.dds-profile__btn__icon_dropdown {
  margin-left: 0 12px;
}
.dds-profile__btn_with-arrow {
  display: flex;
  align-items: center;
}
.dds-profile__btn-arrow {
  margin: 0 12px;
  color: #000000;
  transition: 0.15s;
}
.dds-profile__btn-arrow_active {
  transform: rotate(180deg);
}
.dds-profile__btn:disabled .dds-profile__btn-arrow {
  opacity: 0.4;
}
.dds-profile__userpic {
  font: 600 14px / 20px "Open Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #63666a;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.dds-profile__userpic-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dds-profile__userpic:hover {
  background-color: rgb(83.16, 85.68, 89.04);
}
.dds-profile__userpic:active {
  background-color: rgb(75.24, 77.52, 80.56);
}
.dds-profile__drawer {
  transition: 0.15s;
}
.dds-profile__drawer .dds-context-menu hr {
  margin: 11px 15px 8px;
}
.dds-profile__drawer_inverse {
  box-shadow: none;
}
.dds-profile__drawer_inverse .dds-context-menu {
  background: #000000;
}
.dds-profile__drawer_inverse .dds-context-menu hr {
  background: #53565a;
}
.dds-profile__drawer_inverse .dds-context-menu-item {
  color: #ffffff;
}
.dds-profile__drawer_inverse .dds-context-menu-item:hover {
  background: rgba(255, 255, 255, 0.16);
}
.dds-profile__drawer_inverse .dds-context-menu-item:active {
  background: rgba(255, 255, 255, 0.24);
}
.dds-profile__drawer_inverse .dds-profile__username {
  color: #ffffff;
}
.dds-profile__drawer_inverse .dds-profile__position {
  color: #bbbcbc;
}
.dds-profile__drawer_inverse .dds-profile__user-img [class*=__userpic] {
  background-color: #d0d0ce;
}
.dds-profile__drawer_inverse .dds-profile__userpic {
  background-color: #d0d0ce;
  color: #000000;
}
.dds-profile__drawer_inverse .dds-profile__userpic:hover {
  background-color: rgb(191.36, 191.36, 189.52);
}
.dds-profile__drawer_inverse .dds-profile__userpic:active {
  background-color: rgb(183.04, 183.04, 181.28);
}
.dds-profile__user {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 0px 15px;
}
.dds-profile__user-img {
  width: 32px;
  height: 32px;
  margin: 3px 16px 0 0;
  background-color: #63666a;
  position: relative;
  flex-shrink: 0;
}
.dds-profile__user-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.dds-profile__user-img [class*=__userpic] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  background-color: #63666a;
}
.dds-profile__username {
  font: 600 14px / 20px "Open Sans", sans-serif;
  display: block;
  color: #000000;
  margin-bottom: 2px;
}
.dds-profile__position {
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: block;
  color: #63666a;
}
.dds-profile.active .dds-profile__drawer {
  opacity: 1;
  visibility: visible;
}
.dds-profile_inverse .dds-profile__btn-arrow {
  color: #ffffff;
}
.dds-profile_inverse .dds-profile__userpic {
  background-color: #d0d0ce;
  color: #000000;
}
.dds-profile_inverse .dds-profile__userpic:hover {
  background-color: rgb(191.36, 191.36, 189.52);
}
.dds-profile_inverse .dds-profile__userpic:active {
  background-color: rgb(183.04, 183.04, 181.28);
}
.dds-profile,
.dds-profile * {
  box-sizing: border-box;
}
.dds-header {
  background: #000000;
  color: #ffffff;
}
.dds-header:focus-visible {
  box-shadow:
    inset 0 0 0 1px white,
    inset 0 0 0 3px black,
    inset 0 0 0 4px white !important;
  outline: none;
}
.dds-header_mobile .dds-header__container {
  padding: 4px;
}
.dds-header_inverse {
  background-color: #ffffff;
}
.dds-header_inverse .dds-header__project-name {
  color: #000000;
}
.dds-header_inverse .dds-header__project-name:before {
  background-color: #d0d0ce;
}
.dds-header_inverse .dds-header__btn-icons .dds-btn_white {
  color: #63666a;
}
.dds-header_search-active .dds-header__project-name,
.dds-header_search-active .dds-header__left-wrap {
  opacity: 0;
}
.dds-header_mobile-nav-active .dds-header__main {
  opacity: 0;
}
.dds-header_mobile-nav-active .dds-header__left-wrap,
.dds-header_mobile-nav-active .dds-header__right-wrap {
  opacity: 0.68;
}
.dds-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 48px;
  padding: 4px 4px 4px 16px;
  margin: 0 auto;
}
.dds-header__container_fluid {
  max-width: none;
}
.dds-header__main {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 40px 0 0;
  transition: 0.15s;
}
.dds-header__logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  text-align: center;
  object-fit: contain;
  width: auto;
  max-width: 120px;
  height: 100%;
}
.dds-header__logo:empty {
  display: none;
}
.dds-header__logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.dds-header__project-name,
.dds-header__left-wrap,
.dds-header__right-wrap {
  display: flex;
  align-items: center;
  transition: opacity 0.15s;
}
.dds-header__project-name {
  flex-shrink: 0;
  white-space: nowrap;
  font: 600 14px / 24px "Open Sans", sans-serif;
  padding: 0;
  margin-bottom: 3px;
  color: #ffffff;
  text-decoration: none;
}
.dds-header__project-name:before {
  background: #53565a;
}
.dds-header__logo + .dds-header__project-name:before {
  content: "";
  width: 1px;
  height: 16px;
  margin-right: 16px;
  margin-left: 16px;
}
.dds-header__left-wrap {
  width: 100%;
  margin-right: auto;
}
.dds-header__right-wrap {
  margin-left: auto;
  flex-shrink: 0;
}
.dds-header__icons {
  margin-left: 4px;
}
.dds-header__profile {
  margin-left: 32px;
}
.dds-header__navigation,
.dds-header__icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.dds-header__navigation .dds-btn__content {
  padding: 9px 16px 11px 16px;
}
[class*=dds-header__sticker] .dds-btn__icon,
.dds-header__btn-icons .dds-btn__icon,
.dds-header__btn-icon .dds-btn__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
[class*=dds-header__sticker] .dds-btn__content,
.dds-header__btn-icons .dds-btn__content,
.dds-header__btn-icon .dds-btn__content {
  padding: 8px !important;
}
[class*=dds-header__sticker] .dds-btn__content,
.dds-header__btn-icon .dds-btn__content {
  width: 40px;
  height: 40px;
  justify-content: center;
}
.dds-header__sticker,
.dds-header__mobile-content {
  background: #000000;
  padding: 4px;
}
.dds-header__sticker_inverse,
.dds-header__mobile-content_inverse {
  background: #ffffff;
  padding: 4px;
}
[class*=dds-header__sticker] dds-search,
.dds-header dds-search {
  display: block;
  width: 208px;
}
[class*=dds-header__sticker] dds-button:not(:last-child),
.dds-header__left-wrap dds-button:not(:last-child),
.dds-header__right-wrap dds-button:not(:last-child) {
  margin-right: 4px;
}
.dds-header__btn-mobile-nav {
  margin-right: 16px;
}
[class*=dds-header__mobile-content] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
  max-width: 100%;
}
.dds-header__mobile-top {
  margin-bottom: 96px;
}
.dds-header__mobile-search,
.dds-header__mobile-icons {
  margin-bottom: 16px;
}
.dds-header__mobile-nav {
  display: flex;
  flex-direction: column;
}
.dds-header__mobile-nav .dds-btn {
  width: 100%;
}
.dds-header__mobile-nav .dds-btn__content {
  padding-left: 12px;
  padding-right: 12px;
}
.dds-header__mobile-nav dds-button:not(:last-child) {
  margin-bottom: 4px;
}
.dds-header__mobile-icons .dds-context-menu {
  background-color: transparent;
  border: none;
  min-height: auto;
}
.dds-header__mobile-icons .dds-context-menu__header {
  display: none;
}
.dds-header__mobile-icons .dds-context-menu-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
}
.dds-header__mobile-icons .dds-context-menu-item__text {
  margin-top: 0;
  align-items: center;
}
.dds-header__mobile-icons .dds-context-menu .dds-context-menu__body {
  padding: 0;
}
.dds-header__mobile-icons [class*=dds-icon] {
  font-size: 24px;
  line-height: 22px;
  margin-right: 8px;
}
.dds-header-icons:focus {
  outline: none;
}
.dds-header,
.dds-header * {
  box-sizing: border-box;
}
.dds-logo {
  display: flex;
  align-items: center;
  width: 86px;
}
.dds-logo__letter {
  fill: #000000;
}
.dds-logo_white .dds-logo__letter {
  fill: #ffffff;
}
.dds-text-image-card {
  display: flex;
  position: relative;
  border: 1px solid #bbbcbc;
  background: #ffffff;
  color: #000000;
  min-height: 100%;
}
.dds-text-image-card__image {
  flex-shrink: 0;
  width: 204px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.dds-text-image-card__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 24px;
  font: 400 14px / 20px "Open Sans", sans-serif;
  overflow: hidden;
}
.dds-text-image-card__badge {
  display: inline-block;
  margin: 0 0 13px;
  padding: 4px 8px;
  font: 400 12px / 16px "Open Sans", sans-serif;
  color: #ffffff;
  background: #26890d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-text-image-card__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-text-image-card__text {
  margin: 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-text-image-card__more {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
}
.dds-text-image-card_vertical {
  flex-direction: column;
}
.dds-text-image-card_vertical .dds-text-image-card__image {
  width: 100%;
  height: 164px;
}
.dds-text-image-card_selectable.dds-text-image-card_no-image:not(.dds-text-image-card_vertical) .dds-text-image-card__text-wrap {
  padding-left: calc(24px + 30px);
}
.dds-text-image-card_selectable.dds-text-image-card_no-image.dds-text-image-card_vertical .dds-text-image-card__text-wrap {
  padding-top: calc(24px + 30px);
}
.dds-text-image-card_no-border {
  border: none;
  min-height: auto;
}
.dds-text-image-card_no-border .dds-text-image-card__text-wrap {
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
}
.dds-text-image-card_clickable {
  cursor: pointer;
}
.dds-text-image-card_clickable:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.dds-text-image-card_clickable:active {
  background-color: rgba(0, 0, 0, 0.12);
}
.dds-text-image-card__checkbox {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 24px;
}
.dds-text-image-card_sm .dds-text-image-card__image {
  width: 128px;
}
.dds-text-image-card_sm .dds-text-image-card__text-wrap {
  padding: 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-text-image-card_sm .dds-text-image-card__badge {
  margin: 0 0 11px;
}
.dds-text-image-card_sm .dds-text-image-card__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
  margin: 0 0 8px;
}
.dds-text-image-card_sm .dds-text-image-card__text {
  margin: 0 0 8px;
}
.dds-text-image-card_sm .dds-text-image-card__checkbox {
  top: 16px;
  left: 16px;
}
.dds-text-image-card_sm.dds-text-image-card_vertical .dds-text-image-card__image {
  width: 100%;
  height: 164px;
}
.dds-text-image-card_sm.dds-text-image-card_selectable.dds-text-image-card_no-image:not(.dds-text-image-card_vertical) .dds-text-image-card__text-wrap {
  padding-left: calc(16px + 30px);
}
.dds-text-image-card_sm.dds-text-image-card_selectable.dds-text-image-card_no-image.dds-text-image-card_vertical .dds-text-image-card__text-wrap {
  padding-top: calc(16px + 30px);
}
.dds-text-image-card_lg .dds-text-image-card__image {
  width: 236px;
}
.dds-text-image-card_lg .dds-text-image-card__text-wrap {
  padding: 32px;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-text-image-card_lg .dds-text-image-card__badge {
  margin: 0 0 18px;
}
.dds-text-image-card_lg .dds-text-image-card__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 0 0 11px;
}
.dds-text-image-card_lg .dds-text-image-card__text {
  margin: 0 0 11px;
}
.dds-text-image-card_lg .dds-text-image-card__checkbox {
  top: 32px;
  left: 32px;
}
.dds-text-image-card_lg.dds-text-image-card_vertical .dds-text-image-card__image {
  width: 100%;
  height: 164px;
}
.dds-text-image-card_lg.dds-text-image-card_selectable.dds-text-image-card_no-image:not(.dds-text-image-card_vertical) .dds-text-image-card__text-wrap {
  padding-left: calc(32px + 30px);
}
.dds-text-image-card_lg.dds-text-image-card_selectable.dds-text-image-card_no-image.dds-text-image-card_vertical .dds-text-image-card__text-wrap {
  padding-top: calc(32px + 30px);
}
.dds-text-secondary-imagery-card {
  width: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #bbbcbc;
  color: #ffffff;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 24px;
  min-height: 100%;
}
.dds-text-secondary-imagery-card,
.dds-text-secondary-imagery-card * {
  box-sizing: border-box;
}
.dds-text-secondary-imagery-card__header {
  display: flex;
  align-items: flex-start;
}
.dds-text-secondary-imagery-card__content {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-text-secondary-imagery-card__checkbox {
  margin-right: 16px;
}
.dds-text-secondary-imagery-card__tag {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-text-secondary-imagery-card_sm {
  padding: 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-text-secondary-imagery-card_sm .dds-text-secondary-imagery-card__checkbox {
  margin-right: 16px;
}
.dds-text-secondary-imagery-card_lg {
  padding: 32px;
  font: 400 16px / 24px "Open Sans", sans-serif;
}
.dds-text-secondary-imagery-card_lg .dds-text-secondary-imagery-card__checkbox {
  margin-right: 24px;
}
.dds-text-secondary-imagery-card_inverse {
  color: #000000;
}
.dds-image-card {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 172px;
}
.dds-image-card_vertical {
  width: 248px;
  min-height: 100%;
}
.dds-image-card_sm {
  min-height: 152px;
}
.dds-image-card_sm.dds-image-card_vertical {
  width: 248px;
}
.dds-date-card {
  display: flex;
  position: relative;
  border: 1px solid #bbbcbc;
  background: #ffffff;
  color: #000000;
  min-height: 184px;
  padding: 24px;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-date-card,
.dds-date-card * {
  box-sizing: border-box;
}
.dds-date-card__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: calc(100% - 24px * 2);
}
.dds-date-card__date {
  position: relative;
  width: 110px;
  padding: 0 24px;
  margin: 0 24px 0 49px;
  flex-shrink: 0;
  box-sizing: content-box;
}
.dds-date-card__date::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 100%;
  width: 1px;
  height: 68px;
  background-color: #bbbcbc;
}
.dds-date-card__day {
  display: block;
  font: 600 96px / 100px "Open Sans", sans-serif;
  margin: 12px 0 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-card__month {
  display: block;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-card__info {
  margin: 28px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-card_vertical {
  flex-direction: column;
  width: 248px;
  min-height: auto;
}
.dds-date-card_vertical .dds-date-card__date {
  width: 100%;
  padding: 0 0 35px;
  margin: 52px 0 16px;
}
.dds-date-card_vertical .dds-date-card__date::after {
  top: 100%;
  left: 0;
  width: 110px;
  height: 1px;
}
.dds-date-card_vertical .dds-date-card__day {
  margin: 0 0 4px;
}
.dds-date-card_vertical .dds-date-card__info {
  margin: 0;
}
.dds-date-card_sm {
  padding: 16px;
  min-height: 168px;
}
.dds-date-card_sm .dds-date-card__tag {
  top: 16px;
  left: 16px;
  max-width: calc(100% - 16px * 2);
}
.dds-date-card_sm .dds-date-card__date {
  padding: 0 16px;
  margin: 0 16px 0 41px;
}
.dds-date-card_sm .dds-date-card__info {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 44px 0 0;
}
.dds-date-card_sm.dds-date-card_vertical {
  width: 248px;
}
.dds-date-card_sm.dds-date-card_vertical .dds-date-card__date {
  padding: 0 0 27px;
  margin: 43px 0 10px;
}
.dds-date-card_sm.dds-date-card_vertical .dds-date-card__info {
  margin: 0;
}
.dds-date-card_lg {
  padding: 32px;
  min-height: 200px;
}
.dds-date-card_lg .dds-date-card__tag {
  top: 32px;
  left: 32px;
  max-width: calc(100% - 32px * 2);
}
.dds-date-card_lg .dds-date-card__date {
  padding: 0 32px;
  margin: 0 32px 0 49px;
}
.dds-date-card_lg .dds-date-card__info {
  margin: 35px 0 0;
}
.dds-date-card_lg.dds-date-card_vertical {
  width: 258px;
}
.dds-date-card_lg.dds-date-card_vertical .dds-date-card__date {
  padding: 0 0 35px;
  margin: 60px 0 25px;
}
.dds-date-card_lg.dds-date-card_vertical .dds-date-card__info {
  margin: 0;
}
.dds-date-card_green {
  background-color: #26890d;
  border-color: #26890d;
  color: #ffffff;
}
.dds-date-card_green.dds-date-card_clickable:hover {
  background-color: rgb(31.92, 115.08, 10.92);
}
.dds-date-card_green.dds-date-card_clickable:active {
  background-color: rgb(28.88, 104.12, 9.88);
}
.dds-date-card_green.dds-date-card_vertical .dds-date-card__date {
  margin-top: 12px;
}
.dds-date-card_green .dds-date-card__date {
  margin-left: 0;
}
.dds-date-card_green .dds-date-card__date::after {
  background-color: #ffffff;
}
.dds-link-tile-card {
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid #bbbcbc;
  padding: 21px 56px 23px 24px;
  background-color: #ffffff;
  color: #000000;
  font: 400 14px / 20px "Open Sans", sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-link-tile-card__title {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-link-tile-card__icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.dds-link-tile-card_sm {
  padding: 16px 45px 16px 16px;
}
.dds-link-tile-card_lg {
  padding: 30px 60px 32px 32px;
}
.dds-link-tile-card_sm .dds-link-tile-card__icon {
  right: 16px;
  bottom: 16px;
}
.dds-link-tile-card_lg .dds-link-tile-card__icon {
  right: 32px;
  bottom: 32px;
}
.dds-profile-card {
  display: flex;
  border: 1px solid #bbbcbc;
  background: #ffffff;
  color: #000000;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 24px;
  position: relative;
}
.dds-profile-card,
.dds-profile-card * {
  box-sizing: border-box;
}
.dds-profile-card__image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 24px 0 0;
}
.dds-profile-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.dds-profile-card__title {
  display: block;
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-card__text {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-card__secondary-text {
  margin: 0;
  color: #53565a;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-card__link-text {
  text-decoration: none;
  color: inherit;
}
.dds-profile-card__link-text:hover {
  text-decoration: underline;
}
.dds-profile-card__link {
  margin-top: auto;
  text-decoration: underline;
  color: #26890d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-card__link:hover {
  text-decoration: none;
}
.dds-profile-card_logo .dds-profile-card__image {
  width: 58px;
  height: 58px;
}
.dds-profile-card_vertical {
  min-height: 100%;
  width: 248px;
  flex-direction: column;
}
.dds-profile-card_vertical .dds-profile-card__image {
  width: 96px;
  height: 96px;
  margin: 0 0 13px;
}
.dds-profile-card_vertical .dds-profile-card__content {
  flex-grow: 1;
}
.dds-profile-card_vertical.dds-profile-card_logo .dds-profile-card__image {
  width: 40px;
  height: 40px;
}
.dds-profile-card__checkbox {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 24px;
}
.dds-profile-card_selectable:not(.dds-profile-card_vertical) {
  padding-left: calc(24px + 32px);
}
.dds-profile-card_selectable.dds-profile-card_vertical {
  padding-top: calc(24px + 32px);
}
.dds-profile-card_sm {
  padding: 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-profile-card_sm .dds-profile-card__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
  margin: 0;
}
.dds-profile-card_sm .dds-profile-card__image {
  width: 60px;
  height: 60px;
  margin: 0 16px 0 0;
}
.dds-profile-card_sm .dds-profile-card__checkbox {
  top: 16px;
  left: 16px;
}
.dds-profile-card_sm.dds-profile-card_vertical .dds-profile-card__image {
  width: 96px;
  height: 96px;
  margin: 0 0 11px;
}
.dds-profile-card_sm.dds-profile-card_logo .dds-profile-card__image {
  width: 44px;
  height: 44px;
}
.dds-profile-card_sm.dds-profile-card_logo.dds-profile-card_vertical .dds-profile-card__image {
  width: 40px;
  height: 40px;
}
.dds-profile-card_sm.dds-profile-card_selectable:not(.dds-profile-card_vertical) {
  padding-left: calc(16px + 32px);
}
.dds-profile-card_sm.dds-profile-card_selectable.dds-profile-card_vertical {
  padding-top: calc(16px + 32px);
}
.dds-profile-card_lg {
  padding: 32px;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-profile-card_lg .dds-profile-card__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 0 0 3px;
}
.dds-profile-card_lg .dds-profile-card__image {
  width: 88px;
  height: 88px;
  margin: 0 24px 0 0;
}
.dds-profile-card_lg .dds-profile-card__checkbox {
  top: 32px;
  left: 32px;
}
.dds-profile-card_lg.dds-profile-card_vertical .dds-profile-card__image {
  width: 96px;
  height: 96px;
  margin: 0 0 22px;
}
.dds-profile-card_lg.dds-profile-card_logo .dds-profile-card__image {
  width: 72px;
  height: 72px;
}
.dds-profile-card_lg.dds-profile-card_logo.dds-profile-card_vertical .dds-profile-card__image {
  width: 72px;
  height: 72px;
}
.dds-profile-card_lg.dds-profile-card_selectable:not(.dds-profile-card_vertical) {
  padding-left: calc(32px + 32px);
}
.dds-profile-card_lg.dds-profile-card_selectable.dds-profile-card_vertical {
  padding-top: calc(32px + 32px);
}
.dds-graph-card {
  padding: 24px;
  border: 1px solid #bbbcbc;
  background-color: #ffffff;
  color: #000000;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-graph-card__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: -3px 0 19px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-graph-card__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dds-graph-card_dark {
  background-color: #000000;
  color: #ffffff;
}
.dds-graph-card_dark.dds-graph-card_clickable {
  cursor: pointer;
}
.dds-graph-card_dark.dds-graph-card_clickable:hover {
  background-color: rgb(40.8, 40.8, 40.8);
}
.dds-graph-card_dark.dds-graph-card_clickable:active {
  background-color: rgb(61.2, 61.2, 61.2);
}
.dds-graph-card_sm {
  padding: 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-graph-card_sm .dds-graph-card__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
  margin: -3px 0 9px;
}
.dds-graph-card_lg {
  padding: 32px;
  font: 400 16px / 24px "Open Sans", sans-serif;
}
.dds-graph-card_lg .dds-graph-card__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: -3px 0 22px;
}
.dds-table-card {
  padding: 8px;
  border: 1px solid #bbbcbc;
  background-color: #ffffff;
  color: #000000;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-table-card__header {
  padding: 0 3px 0 16px;
  display: flex;
  justify-content: space-between;
}
.dds-table-card__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 12px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-table-card__actions {
  margin: 8px 0 0;
}
.dds-table-card__content {
  overflow: auto;
}
.dds-table-card .dds-data-table__row:last-child .dds-data-table__cell {
  border-bottom: none;
}
.dds-table-card_sm {
  padding: 0 0 12px;
}
.dds-table-card_sm .dds-table-card__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
}
.dds-table-card_lg {
  padding: 10px 12px 12px;
}
.dds-table-card_lg .dds-table-card__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 19px 0 0;
}
.dds-table-card_lg .dds-table-card__actions {
  margin: 15px 0 0;
}
.dds-expandable-card,
.dds-expandable-card * {
  box-sizing: border-box;
}
.dds-expandable-card__item:not(.dds-expandable-card__item_main) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}
.dds-expandable-card__item-inner {
  position: relative;
  border: 1px solid #bbbcbc;
  color: #000000;
  background: #ffffff;
  margin: 0 0 16px;
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-expandable-card__content {
  padding: 24px 56px 24px 24px;
}
.dds-expandable-card__menu {
  position: absolute;
  top: 28px;
  right: 14px;
}
.dds-expandable-card__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 24px;
  cursor: pointer;
  border-top: 1px solid #bbbcbc;
}
.dds-expandable-card__footer:hover {
  background: rgba(0, 0, 0, 0.08);
}
.dds-expandable-card__footer:active {
  background: rgba(0, 0, 0, 0.12);
}
.dds-expandable-card__footer::before,
.dds-expandable-card__footer::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #bbbcbc;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.dds-expandable-card__footer::before {
  bottom: -5px;
  left: 4px;
  right: 4px;
}
.dds-expandable-card__footer::after {
  bottom: -9px;
  left: 8px;
  right: 8px;
}
.dds-expandable-card__footer-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-expandable-card__arrow {
  transition: transform 0.2s ease-out;
}
.dds-expandable-card__text {
  margin: 0 0 23px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-expandable-card_expanded .dds-expandable-card__item {
  max-height: 9999px;
  opacity: 1;
}
.dds-expandable-card_expanded .dds-expandable-card__footer {
  background: rgba(0, 0, 0, 0.12);
}
.dds-expandable-card_expanded .dds-expandable-card__footer::before,
.dds-expandable-card_expanded .dds-expandable-card__footer::after {
  opacity: 0;
}
.dds-expandable-card_expanded .dds-expandable-card__arrow {
  transform: rotate(-180deg);
}
.dds-expandable-card_sm .dds-expandable-card__item-inner {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-expandable-card_sm .dds-expandable-card__content {
  padding: 16px 50px 16px 16px;
}
.dds-expandable-card_sm .dds-expandable-card__menu {
  top: 12px;
  right: 10px;
}
.dds-expandable-card_lg .dds-expandable-card__item-inner {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-expandable-card_lg .dds-expandable-card__content {
  padding: 32px 56px 32px 32px;
}
.dds-expandable-card_lg .dds-expandable-card__menu {
  top: 28px;
  right: 14px;
}
.dds-expandable-single-card {
  position: relative;
  border: 1px solid #bbbcbc;
  color: #000000;
  background: #ffffff;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 24px 56px 24px 24px;
}
.dds-expandable-single-card,
.dds-expandable-single-card * {
  box-sizing: border-box;
}
.dds-expandable-single-card__icon {
  position: absolute;
  top: 28px;
  right: 14px;
}
.dds-expandable-single-card__icon .dds-btn__icon {
  transition: transform 0.2s ease-out;
}
.dds-expandable-single-card__collapse {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}
.dds-expandable-single-card_expanded .dds-expandable-single-card__collapse {
  max-height: 9999px;
  opacity: 1;
}
.dds-expandable-single-card_expanded .dds-expandable-single-card__icon .dds-btn__icon {
  transform: rotate(-180deg);
}
.dds-expandable-single-card_sm {
  padding: 16px 50px 16px 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-expandable-single-card_sm .dds-expandable-single-card__icon {
  top: 12px;
  right: 10px;
}
.dds-expandable-single-card_lg {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 32px 56px 32px 32px;
}
.dds-expandable-single-card_lg .dds-expandable-single-card__icon {
  top: 28px;
  right: 14px;
}
.dds-interactive-card {
  position: relative;
  border: 1px solid #bbbcbc;
  color: #000000;
  background: #ffffff;
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 24px 56px 24px 24px;
}
.dds-interactive-card,
.dds-interactive-card * {
  box-sizing: border-box;
}
.dds-interactive-card__menu {
  position: absolute;
  top: 20px;
  right: 14px;
}
.dds-interactive-card_info {
  box-shadow: inset 4px 0px 0px #007cb0;
}
.dds-interactive-card_danger {
  box-shadow: inset 4px 0px 0px #da291c;
}
.dds-interactive-card_success {
  box-shadow: inset 4px 0px 0px #26890d;
}
.dds-interactive-card_warning {
  box-shadow: inset 4px 0px 0px #ed8b00;
}
.dds-interactive-card_sm {
  padding: 16px 50px 16px 16px;
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-interactive-card_sm .dds-interactive-card__menu {
  top: 9px;
  right: 10px;
}
.dds-interactive-card_lg {
  font: 400 14px / 20px "Open Sans", sans-serif;
  padding: 32px 56px 32px 32px;
}
.dds-interactive-card_lg .dds-interactive-card__menu {
  top: 28px;
  right: 14px;
}
.dds-user-block,
.dds-user-block * {
  box-sizing: border-box;
}
.dds-user-block__header {
  display: flex;
  align-items: flex-start;
}
.dds-user-block__header-aside {
  margin-left: auto;
  padding: 3px 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
}
.dds-user-block__status {
  font: 600 12px / 16px "Open Sans", sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__status_low {
  color: #ed8b00;
}
.dds-user-block__userpick {
  max-width: 48px;
  max-height: 48px;
  flex-shrink: 0;
  margin: 0 16px 0 0;
}
.dds-user-block__info {
  overflow: hidden;
  min-width: 0;
}
.dds-user-block__name {
  display: block;
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dds-user-block__secondary-text {
  color: #53565a;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__app {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dds-user-block__app-image {
  max-width: 20px;
  max-height: 16px;
  flex-shrink: 0;
  margin: 0 3px 0 5px;
}
.dds-user-block__app-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__content {
  padding: 21px 0 0;
}
.dds-user-block__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__text {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__attachments {
  display: flex;
  align-items: center;
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 2px 0 0;
}
.dds-user-block__attachments-link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__attachments-icon {
  font-size: 1.7143em;
  line-height: 1;
}
.dds-user-block__attachments-link:hover .dds-user-block__attachments-text {
  text-decoration: underline;
}
.dds-user-block__attachments-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-block__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 0;
}
.dds-user-block__buttons dds-button {
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 12px 0 0;
}
.dds-user-block__link-text {
  text-decoration: none;
  color: inherit;
}
.dds-user-block__link-text:hover {
  text-decoration: underline;
}
.dds-user-block_sm .dds-user-block__header-aside {
  padding: 0;
}
.dds-user-block_sm .dds-user-block__userpick {
  max-width: 36px;
  max-height: 36px;
  margin: 0 12px 0 0;
}
.dds-user-block_sm .dds-user-block__name {
  font: 600 12px / 16px "Open Sans", sans-serif;
}
.dds-user-block_sm .dds-user-block__content {
  padding: 15px 0 0;
}
.dds-user-block_sm .dds-user-block__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
}
.dds-user-block_sm .dds-user-block__attachments {
  font: 600 12px / 16px "Open Sans", sans-serif;
}
.dds-user-block_sm .dds-user-block__buttons {
  margin: 17px 12px 0 0;
}
.dds-user-block_lg .dds-user-block__header-aside {
  padding: 3px 0 0;
}
.dds-user-block_lg .dds-user-block__userpick {
  max-width: 48px;
  max-height: 48px;
  margin: 0 16px 0 0;
}
.dds-user-block_lg .dds-user-block__name {
  font: 600 14px / 20px "Open Sans", sans-serif;
}
.dds-user-block_lg .dds-user-block__content {
  padding: 21px 0 0;
}
.dds-user-block_lg .dds-user-block__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
}
.dds-user-block_lg .dds-user-block__attachments {
  font: 600 14px / 20px "Open Sans", sans-serif;
}
.dds-user-block_lg .dds-user-block__buttons {
  margin: 23px 12px 0 0;
}
.dds-user-docs {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.dds-user-docs,
.dds-user-docs * {
  box-sizing: border-box;
}
.dds-user-docs__list {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dds-user-docs__item {
  display: flex;
  align-items: center;
  margin: 0 19px 0 0;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-docs__item:not(:last-child):after {
  content: ",";
}
.dds-user-docs__link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-user-docs__text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dds-user-docs__icon {
  font-size: 1.7143em;
  line-height: 1;
  color: #53565a;
  margin: 0 8px 0 0;
}
.dds-date-block {
  display: flex;
  position: relative;
}
.dds-date-block,
.dds-date-block * {
  box-sizing: border-box;
}
.dds-date-block__tag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100% - 24px * 2);
}
.dds-date-block__date {
  position: relative;
  padding: 0 24px;
  margin: 0 24px 0 49px;
  flex-shrink: 0;
  box-sizing: content-box !important;
}
.dds-date-block__date::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 100%;
  width: 1px;
  height: 68px;
  background-color: #bbbcbc;
}
.dds-date-block__day {
  display: block;
  font: 600 96px / 100px "Open Sans", sans-serif;
  margin: 12px 0 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-block__month {
  display: block;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-block__info {
  margin: 28px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-date-block_vertical {
  flex-direction: column;
  min-height: auto;
}
.dds-date-block_vertical .dds-date-block__date {
  padding: 0 0 35px;
  margin: 52px 0 16px;
}
.dds-date-block_vertical .dds-date-block__date::after {
  top: 100%;
  left: 0;
  width: 110px;
  height: 1px;
}
.dds-date-block_vertical .dds-date-block__day {
  margin: 0 0 4px;
}
.dds-date-block_vertical .dds-date-block__info {
  margin: 0;
}
.dds-date-block_sm .dds-date-block__date {
  padding: 0 16px;
  margin: 0 16px 0 41px;
}
.dds-date-block_sm .dds-date-block__info {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 44px 0 0;
}
.dds-date-block_sm.dds-date-block_vertical .dds-date-block__date {
  padding: 0 0 27px;
  margin: 43px 0 10px;
}
.dds-date-block_sm.dds-date-block_vertical .dds-date-block__info {
  margin: 0;
}
.dds-date-block_lg .dds-date-block__date {
  padding: 0 32px;
  margin: 0 32px 0 49px;
}
.dds-date-block_lg .dds-date-block__info {
  margin: 35px 0 0;
}
.dds-date-block_lg.dds-date-block_vertical .dds-date-block__date {
  padding: 0 0 35px;
  margin: 60px 0 25px;
}
.dds-date-block_lg.dds-date-block_vertical .dds-date-block__info {
  margin: 0;
}
.dds-card_inverse .dds-date-block__date::after {
  background-color: #53565a;
}
.dds-profile-block {
  display: flex;
  position: relative;
}
.dds-profile-block,
.dds-profile-block * {
  box-sizing: border-box;
}
.dds-profile-block__image {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 16px 0 0;
}
.dds-profile-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.dds-profile-block__title {
  display: block;
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-block__text {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-block__secondary-text {
  margin: 0;
  color: #53565a;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-block__link-text {
  text-decoration: none;
  color: inherit;
}
.dds-profile-block__link-text:hover {
  text-decoration: underline;
}
.dds-profile-block__link {
  margin-top: auto;
  text-decoration: underline;
  color: #26890d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-profile-block__link:hover {
  text-decoration: none;
}
.dds-profile-block_logo .dds-profile-block__image {
  width: 58px;
  height: 58px;
}
.dds-profile-block_vertical {
  min-height: 100%;
  flex-direction: column;
}
.dds-profile-block_vertical .dds-profile-block__image {
  width: 96px;
  height: 96px;
  margin: 0 0 13px;
}
.dds-profile-block_vertical .dds-profile-block__content {
  flex-grow: 1;
}
.dds-profile-block_vertical.dds-profile-block_logo .dds-profile-block__image {
  width: 40px;
  height: 40px;
}
.dds-profile-block_sm .dds-profile-block__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
  margin: 0;
}
.dds-profile-block_sm .dds-profile-block__image {
  width: 60px;
  height: 60px;
  margin: 0 16px 0 0;
}
.dds-profile-block_sm.dds-profile-block_vertical .dds-profile-block__image {
  width: 96px;
  height: 96px;
  margin: 0 0 11px;
}
.dds-profile-block_sm.dds-profile-block_logo .dds-profile-block__image {
  width: 44px;
  height: 44px;
}
.dds-profile-block_sm.dds-profile-block_logo.dds-profile-block_vertical .dds-profile-block__image {
  width: 40px;
  height: 40px;
}
.dds-profile-block_lg .dds-profile-block__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 0 0 3px;
}
.dds-profile-block_lg .dds-profile-block__image {
  width: 88px;
  height: 88px;
  margin: 0 24px 0 0;
}
.dds-profile-block_lg.dds-profile-block_vertical .dds-profile-block__image {
  width: 96px;
  height: 96px;
  margin: 0 0 22px;
}
.dds-profile-block_lg.dds-profile-block_logo .dds-profile-block__image {
  width: 72px;
  height: 72px;
}
.dds-profile-block_lg.dds-profile-block_logo.dds-profile-block_vertical .dds-profile-block__image {
  width: 72px;
  height: 72px;
}
.dds-table-block {
  margin: -5px -16px -16px;
}
.dds-table-block__header {
  padding: 0 3px 0 16px;
  display: flex;
  justify-content: space-between;
}
.dds-table-block__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 3px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-table-block__actions {
  margin: 0;
}
.dds-table-block__content {
  overflow: auto;
}
.dds-table-block .dds-data-table__row:last-child .dds-data-table__cell {
  border-bottom: none;
}
.dds-table-block_sm {
  margin: -7px -16px -4px;
}
.dds-table-block_sm .dds-table-block__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 6px 0 0;
}
.dds-table-block_lg {
  margin: -12px -20px -20px;
}
.dds-table-block_lg .dds-table-block__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 8px 0 0;
}
dds-card {
  max-width: 100%;
}
.dds-card {
  position: relative;
  border: 1px solid #bbbcbc;
  color: #000000;
  background: #ffffff;
  font: 400 14px / 20px "Open Sans", sans-serif;
  display: flex;
}
.dds-card,
.dds-card * {
  box-sizing: border-box;
}
.dds-card__action-button {
  position: absolute;
  top: 24px;
  right: 14px;
}
.dds-card__action-button .dds-btn__icon {
  transition: transform 0.2s ease-out;
}
.dds-card__checkbox {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 24px;
}
.dds-card__content {
  padding: 24px;
  flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
}
.dds-card__content:empty {
  display: none;
}
.dds-card__tags {
  display: block;
  margin: 0 0 13px;
}
.dds-card__image-block {
  flex-shrink: 0;
  width: 204px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 172px;
}
.dds-card img,
.dds-card__image {
  max-width: 100%;
  max-height: 100%;
}
.dds-card__title {
  font: 600 14px / 20px "Open Sans", sans-serif;
  margin: 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-card__text {
  margin: 0 0 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-card__text:last-child {
  margin: 0;
}
.dds-card__link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-card__secondary-text {
  color: #53565a;
}
.dds-card__link-text {
  text-decoration: none;
  color: inherit;
}
.dds-card__link-text:hover {
  text-decoration: underline;
  color: inherit;
}
.dds-card__collapse:not(.dds-card__collapse_main) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}
.dds-card__collapse-content {
  padding-top: 21px;
}
.dds-card-expandable-item {
  position: relative;
}
.dds-card-expandable-item:not(.dds-card-expandable-item_main) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}
.dds-card-expandable-item__inner {
  position: relative;
  margin: 0 0 16px;
  border: 1px solid #bbbcbc;
}
.dds-card-expandable-item__content {
  padding: 24px;
}
.dds-card__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 10px 24px;
  cursor: pointer;
  border-top: 1px solid #bbbcbc;
}
.dds-card-expandable-item_main .dds-card__footer::before,
.dds-card-expandable-item_main .dds-card__footer::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #bbbcbc;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.dds-card-expandable-item_main .dds-card__footer::before {
  bottom: -5px;
  left: 4px;
  right: 4px;
}
.dds-card-expandable-item_main .dds-card__footer::after {
  bottom: -9px;
  left: 8px;
  right: 8px;
}
.dds-card__footer-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dds-card__footer-arrow {
  transition: transform 0.2s ease-out;
}
.dds-card_info:not(.dds-card_multi-expandable),
.dds-card_info .dds-card-expandable-item__content {
  box-shadow: inset 4px 0px 0px #007cb0;
}
.dds-card_danger:not(.dds-card_multi-expandable),
.dds-card_danger .dds-card-expandable-item__content {
  box-shadow: inset 4px 0px 0px #da291c;
}
.dds-card_success:not(.dds-card_multi-expandable),
.dds-card_success .dds-card-expandable-item__content {
  box-shadow: inset 4px 0px 0px #26890d;
}
.dds-card_warning:not(.dds-card_multi-expandable),
.dds-card_warning .dds-card-expandable-item__content {
  box-shadow: inset 4px 0px 0px #ed8b00;
}
.dds-card_vertical {
  flex-direction: column;
}
.dds-card_vertical .dds-card__image-block {
  width: 100%;
  height: 164px;
}
.dds-card_only-image .dds-card__image-block {
  width: 100%;
  min-height: 172px;
}
.dds-card_clickable {
  cursor: pointer;
}
.dds-card_clickable:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  border-color: rgb(157.08, 157.92, 157.92);
}
.dds-card_clickable:active {
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(142.12, 142.88, 142.88);
}
.dds-card_clickable > * {
  pointer-events: none;
}
.dds-card_clickable .dds-card__checkbox {
  pointer-events: all;
}
.dds-card_unbordered {
  border: none;
  min-height: auto;
  background: none;
}
.dds-card_unbordered .dds-card__content {
  flex-grow: 0;
}
.dds-card_unbordered:not(.dds-card_has-image) .dds-card__content,
.dds-card_unbordered:not(.dds-card_vertical) .dds-card__content {
  padding-top: 0;
}
.dds-card_unbordered.dds-card_vertical .dds-card__content {
  padding-left: 0;
  padding-right: 0;
}
.dds-card_action-button:not(.dds-card_multi-expandable) .dds-card__content,
.dds-card_action-button .dds-card-expandable-item__content {
  padding: 24px 56px 24px 24px;
}
.dds-card_expanded .dds-card-expandable-item,
.dds-card_expanded .dds-card__collapse {
  max-height: 9999px;
  opacity: 1;
}
.dds-card_expanded .dds-card__action-button_expand .dds-btn__icon {
  transform: rotate(-180deg);
}
.dds-card_expanded .dds-card-expandable-item_main .dds-card__footer::before,
.dds-card_expanded .dds-card-expandable-item_main .dds-card__footer::after {
  opacity: 0;
}
.dds-card_expanded .dds-card__footer {
  background: rgba(0, 0, 0, 0.12);
}
.dds-card_expanded .dds-card__footer-arrow {
  transform: rotate(-180deg);
}
.dds-card_expandable {
  display: block;
  padding: 24px 56px 24px 24px;
}
.dds-card_multi-expandable {
  border: none;
  display: block;
}
.dds-card_multi-expandable .dds-card__footer:hover {
  background: rgba(0, 0, 0, 0.08);
}
.dds-card_multi-expandable .dds-card__footer:active {
  background: rgba(0, 0, 0, 0.12);
}
.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image) .dds-card__content {
  padding-left: calc(24px + 30px);
}
.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image) .dds-card__content {
  padding-top: calc(24px + 30px);
}
.dds-card_selectable:not(.dds-card_vertical).dds-card_expandable,
.dds-card:not(.dds-card_vertical) .dds-card-expandable-item_main .dds-card-expandable-item__content {
  padding-left: calc(24px + 30px);
}
.dds-card_selectable.dds-card_vertical.dds-card_expandable,
.dds-card_vertical .dds-card-expandable-item_main .dds-card-expandable-item__content {
  padding-top: calc(24px + 30px);
}
.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-left: calc(24px + 5px);
}
.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-top: calc(24px + 5px);
}
.dds-card_selectable:not(.dds-card_has-image).dds-card_unbordered .dds-card__checkbox {
  top: 3px;
  left: 0;
}
.dds-card_sm {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-card_sm .dds-card__action-button {
  top: 12px;
  right: 10px;
}
.dds-card_sm .dds-card__content {
  padding: 16px;
}
.dds-card_sm .dds-card__checkbox {
  top: 16px;
  left: 16px;
}
.dds-card_sm .dds-card__tags {
  margin: 0 0 11px;
}
.dds-card_sm .dds-card__title {
  font: 600 12px / 16px "Open Sans", sans-serif;
  margin: 0 0 8px;
}
.dds-card_sm .dds-card__collapse-content {
  padding-top: 15px;
}
.dds-card_sm.dds-card_unbordered:not(.dds-card_has-image) .dds-card__content,
.dds-card_sm.dds-card_unbordered:not(.dds-card_vertical) .dds-card__content {
  padding-top: 0;
}
.dds-card_sm.dds-card_unbordered.dds-card_vertical .dds-card__content {
  padding-left: 0;
  padding-right: 0;
}
.dds-card_sm.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image) .dds-card__content {
  padding-left: calc(16px + 30px);
}
.dds-card_sm.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image) .dds-card__content {
  padding-top: calc(16px + 30px);
}
.dds-card_sm.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-left: calc(16px + 12px);
}
.dds-card_sm.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-top: calc(16px + 12px);
}
.dds-card_sm.dds-card_expandable {
  padding: 16px;
}
.dds-card_sm.dds-card_only-image .dds-card__image-block {
  min-height: 156px;
}
.dds-card_lg {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-card_lg .dds-card___action-button {
  top: 28px;
  right: 14px;
}
.dds-card_lg .dds-card__content {
  padding: 32px;
}
.dds-card_lg .dds-card__checkbox {
  top: 32px;
  left: 32px;
}
.dds-card_lg .dds-card__tags {
  margin: 0 0 13px;
}
.dds-card_lg .dds-card__title {
  font: 600 16px / 24px "Open Sans", sans-serif;
  margin: 0 0 11px;
}
.dds-card_lg .dds-card__collapse-content {
  padding-top: 21px;
}
.dds-card_lg.dds-card_unbordered:not(.dds-card_has-image) .dds-card__content,
.dds-card_lg.dds-card_unbordered:not(.dds-card_vertical) .dds-card__content {
  padding-top: 0;
}
.dds-card_lg.dds-card_unbordered.dds-card_vertical .dds-card__content {
  padding-left: 0;
  padding-right: 0;
}
.dds-card_lg.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image) .dds-card__content {
  padding-left: calc(32px + 30px);
}
.dds-card_lg.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image) .dds-card__content {
  padding-top: calc(32px + 30px);
}
.dds-card_lg.dds-card_selectable:not(.dds-card_vertical):not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-left: calc(32px + 5px);
}
.dds-card_lg.dds-card_selectable.dds-card_vertical:not(.dds-card_has-image).dds-card_unbordered .dds-card__content {
  padding-top: calc(32px + 5px);
}
.dds-card_lg.dds-card_expandable {
  padding: 32px;
}
.dds-card_lg.dds-card_only-image .dds-card__image-block {
  min-height: 236px;
}
.dds-card_inverse {
  border-color: #53565a;
  color: #ffffff;
  background: #000000;
}
.dds-card_inverse.dds-card_clickable:hover {
  background-color: rgb(40.8, 40.8, 40.8);
  border-color: rgb(138.04, 140.08, 142.8);
}
.dds-card_inverse.dds-card_clickable:active {
  background-color: rgb(81.6, 81.6, 81.6);
  border-color: rgb(165.56, 167.12, 169.2);
}
.dds-card_inverse .dds-card__secondary-text {
  color: #bbbcbc;
}
.dds-empty-state {
  font: 400 12px / 16px "Open Sans", sans-serif;
}
.dds-empty-state__wrap {
  display: flex;
  align-items: center;
}
.dds-empty-state__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: #d0d0ce;
}
.dds-empty-state__image img {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.dds-empty-state__content {
  max-width: 304px;
}
.dds-empty-state__title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 36px;
}
.dds-empty-state__text {
  margin: 0;
  color: #53565a;
}
.dds-empty-state__text:not(:last-child) {
  margin-bottom: 21px;
}
.dds-empty-state_lg {
  font: 400 14px / 20px "Open Sans", sans-serif;
}
.dds-empty-state_lg .dds-empty-state__image {
  width: 168px;
  height: 168px;
}
.dds-empty-state_lg .dds-empty-state__image img {
  width: 168px;
  height: 168px;
}
.dds-empty-state_lg .dds-empty-state__title {
  font-size: 32px;
  line-height: 40px;
}
.dds-empty-state_lg .dds-empty-state__text:not(:last-child) {
  margin-bottom: 31px;
}
.dds-empty-state_vertical .dds-empty-state__wrap {
  flex-direction: column;
  align-items: flex-start;
}
.dds-empty-state_vertical .dds-empty-state__image {
  margin: 0 0 24px;
}
.dds-empty-state_inverse {
  color: #ffffff;
}
.dds-empty-state_inverse .dds-empty-state__image {
  background-color: #75787b;
}
.dds-empty-state_inverse .dds-empty-state__text {
  color: #bbbcbc;
}
.dds-footer {
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #53565a;
  background-color: #fafafa;
  width: 100%;
}
.dds-footer .dds-link {
  font-size: inherit;
}
.dds-footer-content {
  padding: 9px 24px 16px;
}
.dds-footer-content-top {
  background-color: #ffffff;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .dds-footer-content-top {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.dds-footer-content-top .dds-footer__text {
  font: inherit;
}
.dds-footer-container {
  display: flex;
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .dds-footer-container {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .dds-footer-container_tablet-full-width {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dds-footer-container_mobile-full-width {
    flex-direction: column;
  }
}
.dds-footer-container .dds-footer-nav {
  margin-top: -4px;
}
@media (max-width: 1024px) {
  .dds-footer-container .dds-footer-nav {
    margin-top: 0;
  }
}
.dds-footer-content-left,
.dds-footer-content-right {
  width: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .dds-footer-content-left,
  .dds-footer-content-right {
    min-width: auto !important;
  }
}
.dds-footer-content-left {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .dds-footer-content-left {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .dds-footer-content-left .dds-footer-nav {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .dds-footer-content-left_tablet-full-width {
    padding-right: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .dds-footer-content-left_mobile-full-width {
    padding-right: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .dds-footer-content_tablet-full-width,
  .dds-footer-content-left_tablet-full-width,
  .dds-footer-content-right_tablet-full-width {
    width: 100%;
    max-width: 100% !important;
    min-width: auto !important;
  }
}
@media (max-width: 767px) {
  .dds-footer-content_mobile-full-width,
  .dds-footer-content-left_mobile-full-width,
  .dds-footer-content-right_mobile-full-width {
    width: 100%;
    max-width: 100% !important;
    min-width: auto !important;
  }
}
.dds-footer__title {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}
.dds-footer__text {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin: 0;
}
.dds-footer__text + .dds-footer__text {
  margin-top: 11px;
}
.dds-footer-section-title {
  display: block;
  font-weight: 600;
  color: #000000;
  padding: 5px 0 7px;
  margin-bottom: 4px;
}
.dds-footer-nav-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .dds-footer-nav-wrap {
    flex-direction: column-reverse;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .dds-footer-nav-wrap {
    padding-top: 3px;
  }
}
.dds-footer-nav {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .dds-footer-nav {
    flex-direction: column;
  }
}
.dds-footer-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 0 7px;
}
.dds-footer-nav__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.dds-footer-nav__section:not(:last-child) {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .dds-footer-nav__section:not(:last-child) {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.dds-footer-nav_horizontal {
  flex-wrap: wrap;
  margin-left: -24px;
}
.dds-footer-nav_horizontal .dds-footer-nav__item {
  padding-left: 24px;
}
.dds-footer-nav_horizontal .dds-footer-nav__item:first-of-type {
  padding-left: 20px;
  margin-left: 4px;
}
.dds-footer-nav_horizontal .dds-footer-nav__item:last-of-type:after {
  border: none;
}
.dds-footer-nav_horizontal .dds-footer-nav__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 24px;
  border-right: 1px solid #d0d0ce;
}
@media (max-width: 767px) {
  .dds-footer-nav_horizontal .dds-footer-nav__item:after {
    display: none;
  }
}
.dds-footer-action {
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .dds-footer-action {
    margin-bottom: 33px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dds-footer-action {
    margin-bottom: 9px;
  }
}
.dds-footer-action dds-search {
  display: block;
  width: 100%;
  margin-bottom: 41px;
}
@media (max-width: 1024px) {
  .dds-footer-action dds-search {
    margin-bottom: 24px;
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .dds-footer-action dds-search {
    max-width: none;
  }
}
.dds-footer-social {
  display: flex;
  margin: 8px 0 0 -8px;
}
@media (max-width: 1024px) {
  .dds-footer-social {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dds-footer-social {
    margin-bottom: 2px;
  }
}
.dds-footer-social__item {
  display: flex;
  padding: 8px;
}
@media (max-width: 767px) {
  .dds-footer-mob-hidden {
    display: none;
  }
}
.dds-footer_inverse {
  background-color: #000000;
  color: #ffffff;
}
.dds-footer_inverse .dds-footer-content-top,
.dds-footer_inverse .dds-footer-container {
  background-color: #000000;
  color: #ffffff;
}
.dds-footer_inverse .dds-footer__text {
  color: #d0d0ce;
}
.dds-footer_inverse .dds-footer-section-title {
  color: #ffffff;
}
.dds-footer_inverse .dds-footer-nav_horizontal .dds-footer-nav__item:after {
  border-color: #53565a;
}
.dds-colorpicker {
  font: 400 14px / 20px "Open Sans", sans-serif;
  border: 1px solid #d0d0ce;
  background-color: #ffffff;
  padding: 0 12px;
  color: #000000;
}
.dds-colorpicker,
.dds-colorpicker * {
  box-sizing: border-box;
}
.dds-colorpicker__section {
  display: flex;
  align-items: center;
  padding: 16px 0 15px;
  border-bottom: 1px solid #d0d0ce;
}
.dds-colorpicker-custom {
  display: flex;
  align-items: center;
  padding: 12px 0 19px;
}
.dds-colorpicker-custom__field-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.dds-colorpicker-custom__field-wrap .dds-colorpicker__color-view {
  pointer-events: none;
}
.dds-colorpicker-custom .dds-colorpicker__color-view {
  position: absolute;
  top: 77%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  left: 12px;
}
.dds-colorpicker-custom .dds-input_external .dds-input__field {
  padding-left: 40px;
}
.dds-colorpicker-custom__field {
  width: 100%;
}
.dds-colorpicker-custom__info {
  flex-shrink: 0;
  margin: 19px 0 0 8px;
}
.dds-colorpicker__color-view {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.dds-colorpicker__color-view_active {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.dds-colorpicker__color {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dds-colorpicker__color_light {
  box-shadow: inset 0 0 0 1px #d0d0ce;
}
.dds-colorpicker__color_dark {
  box-shadow: none;
}
.dds-colorpicker__palette {
  padding: 20px 0 19px;
}
.dds-colorpicker__recent-colors {
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 0 15px;
}
.dds-colorpicker__colors-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.dds-colorpicker__colors-wrap .dds-colorpicker__color-view {
  width: 24px;
  height: 24px;
}
.dds-colorpicker__color-title {
  margin-left: 12px;
}
.dds-colorpicker__section-title {
  margin-bottom: 7px;
}
.dds-colorpicker__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dds-colorpicker__footer {
  padding: 20px 0 12px;
  display: flex;
  justify-content: flex-end;
}
.dds-colorpicker__footer button {
  min-width: 73px;
}
.dds-colorpicker_lg {
  padding: 0 16px;
}
.dds-colorpicker_lg .dds-colorpicker-custom {
  padding: 16px 0 23px;
}
.dds-colorpicker_lg .dds-colorpicker-custom .dds-colorpicker__color-view {
  top: 73%;
  left: 16px;
}
.dds-colorpicker_lg .dds-colorpicker__palette {
  padding: 24px 0 23px;
}
.dds-colorpicker_lg .dds-colorpicker__colors-wrap {
  gap: 16px;
}
.dds-colorpicker_lg .dds-colorpicker__colors-wrap .dds-colorpicker__color-view {
  width: 40px;
  height: 40px;
}
.dds-colorpicker_lg .dds-colorpicker__section {
  padding: 20px 0 19px;
}
.dds-colorpicker_lg .dds-colorpicker__recent-colors {
  padding: 17px 0 18px;
}
.dds-colorpicker_lg .dds-colorpicker__footer {
  padding: 24px 0 16px;
}
.dds-colorpicker_lg .dds-colorpicker__footer button {
  min-width: 85px;
}
.dds-colorpicker_sm {
  padding: 0 8px;
}
.dds-colorpicker_sm .dds-colorpicker-custom {
  padding: 8px 0 12px;
}
.dds-colorpicker_sm .dds-colorpicker-custom .dds-colorpicker__color-view {
  top: 80%;
  left: 6px;
}
.dds-colorpicker_sm .dds-colorpicker__palette {
  padding: 11px 0 12px;
}
.dds-colorpicker_sm .dds-colorpicker__colors-wrap {
  gap: 8px;
}
.dds-colorpicker_sm .dds-colorpicker__colors-wrap .dds-colorpicker__color-view {
  width: 16px;
  height: 16px;
}
.dds-colorpicker_sm .dds-colorpicker__section {
  padding: 7px 0 8px;
}
.dds-colorpicker_sm .dds-colorpicker__recent-colors {
  padding: 6px 0 12px;
}
.dds-colorpicker_sm .dds-colorpicker__footer {
  padding: 11px 0 8px;
}
.dds-colorpicker_sm .dds-colorpicker__footer button {
  min-width: 56px;
}
.dds-colorpicker_inverse {
  border-color: #53565a;
  background-color: #000000;
  color: #ffffff;
}
.dds-colorpicker_inverse .dds-colorpicker__section {
  border-color: #53565a;
}
.dds-colorpicker_inverse .dds-colorpicker__empty-color rect {
  stroke: #ffffff;
}
.dds-colorpicker_inverse .dds-colorpicker__color-view_active {
  outline-color: #ffffff;
}
.dds-colorpicker_inverse .dds-colorpicker__color_light {
  box-shadow: none;
}
.dds-colorpicker_inverse .dds-colorpicker__color_dark {
  box-shadow: inset 0 0 0 1px #53565a;
}
.dds-items-per-page {
  display: flex;
  align-items: center;
}
.dds-items-per-page__title {
  display: block;
  font: 400 14px / 20px "Open Sans", sans-serif;
  color: #000000;
  margin-right: 12px;
}
.dds-items-per-page_sm .dds-items-per-page__title {
  font: 400 12px / 16px "Open Sans", sans-serif;
  margin-right: 8px;
}
.dds-items-per-page_lg .dds-items-per-page__title {
  margin-right: 16px;
}
.dds-items-per-page_inverse .dds-items-per-page__title {
  color: #ffffff;
}
.dds-items-per-page,
.dds-items-per-page * {
  box-sizing: border-box;
}

/* src/assets/css/main.scss */
@media (min-width: 767px) {
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@font-face {
  font-family: "DeloitteIconFont";
  src: url("./media/deloitteiconfont.woff") format("woff");
}
.deloitte-icon {
  display: inline-block;
  font: normal normal normal 14px/1 DeloitteIconFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.deloitte-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.deloitte-icon-2x {
  font-size: 2em;
}
.deloitte-icon-3x {
  font-size: 3em;
}
.deloitte-icon-4x {
  font-size: 4em;
}
.deloitte-icon-5x {
  font-size: 5em;
}
.deloitte-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.deloitte-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.deloitte-icon-ul > li {
  position: relative;
}
.deloitte-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.deloitte-icon-li.deloitte-icon-lg {
  left: -1.85714286em;
}
.deloitte-icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.deloitte-icon-pull-left {
  float: left;
}
.deloitte-icon-pull-right {
  float: right;
}
.deloitte-icon.deloitte-icon-pull-left {
  margin-right: 0.3em;
}
.deloitte-icon.deloitte-icon-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.deloitte-icon.pull-left {
  margin-right: 0.3em;
}
.deloitte-icon.pull-right {
  margin-left: 0.3em;
}
.deloitte-icon-spin {
  -webkit-animation: deloitte-icon-spin 2s infinite linear;
  animation: deloitte-icon-spin 2s infinite linear;
}
.deloitte-icon-pulse {
  -webkit-animation: deloitte-icon-spin 1s infinite steps(8);
  animation: deloitte-icon-spin 1s infinite steps(8);
}
@-webkit-keyframes deloitte-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes deloitte-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.deloitte-icon-rotate-90 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.deloitte-icon-rotate-180 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.deloitte-icon-rotate-270 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.deloitte-icon-flip-horizontal {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.deloitte-icon-flip-vertical {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .deloitte-icon-rotate-90,
:root .deloitte-icon-rotate-180,
:root .deloitte-icon-rotate-270,
:root .deloitte-icon-flip-horizontal,
:root .deloitte-icon-flip-vertical {
  filter: none;
}
.deloitte-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.deloitte-icon-stack-1x,
.deloitte-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.deloitte-icon-stack-1x {
  line-height: inherit;
}
.deloitte-icon-stack-2x {
  font-size: 2em;
}
.deloitte-icon-inverse {
  color: #ffffff;
}
.at_neg:before {
  content: "!";
}
.at_pos:before {
  content: '"';
}
.threed_neg:before {
  content: "#";
}
.threed_pos:before {
  content: "$";
}
.abacus_neg:before {
  content: "%";
}
.abacus_pos:before {
  content: "&";
}
.alarm_clock_neg:before {
  content: "'";
}
.alarm_clock_pos:before {
  content: "(";
}
.ambulance_neg:before {
  content: ")";
}
.ambulance_pos:before {
  content: "*";
}
.anchor_neg:before {
  content: "+";
}
.anchor_pos:before {
  content: ",";
}
.apple_neg:before {
  content: "-";
}
.apple_pos:before {
  content: ".";
}
.archive_box_neg:before {
  content: "/";
}
.archive_box_pos:before {
  content: "0";
}
.arrow_double_down_neg:before {
  content: "1";
}
.arrow_double_down_pos:before {
  content: "2";
}
.arrow_double_left_neg:before {
  content: "3";
}
.arrow_double_left_pos:before {
  content: "4";
}
.arrow_double_right_neg:before {
  content: "5";
}
.arrow_double_right_pos:before {
  content: "6";
}
.arrow_double_up_neg:before {
  content: "7";
}
.arrow_double_up_pos:before {
  content: "8";
}
.arrow_down_left_turn_neg:before {
  content: "9";
}
.arrow_down_left_turn_pos:before {
  content: ":";
}
.arrow_down_neg:before {
  content: ";";
}
.arrow_down_pos:before {
  content: "<";
}
.arrow_down_right_turn_neg:before {
  content: "=";
}
.arrow_down_right_turn_pos:before {
  content: ">";
}
.arrow_journey_neg:before {
  content: "?";
}
.arrow_journey_pos:before {
  content: "@";
}
.arrow_left_right_neg:before {
  content: "A";
}
.arrow_left_right_pos:before {
  content: "B";
}
.arrow_left_down_turn_neg:before {
  content: "C";
}
.arrow_left_down_turn_pos:before {
  content: "D";
}
.arrow_left_neg:before {
  content: "E";
}
.arrow_left_pos:before {
  content: "F";
}
.arrow_left_up_turn_neg:before {
  content: "G";
}
.arrow_left_up_turn_pos:before {
  content: "H";
}
.arrow_right_down_turn_neg:before {
  content: "I";
}
.arrow_right_down_turn_pos:before {
  content: "J";
}
.arrow_right_neg:before {
  content: "K";
}
.arrow_right_pos:before {
  content: "L";
}
.arrow_right_up_turn_neg:before {
  content: "M";
}
.arrow_right_up_turn_pos:before {
  content: "N";
}
.arrow_up_down_neg:before {
  content: "O";
}
.arrow_up_down_pos:before {
  content: "P";
}
.arrow_up_left_turn_neg:before {
  content: "Q";
}
.arrow_up_left_turn_pos:before {
  content: "R";
}
.arrow_up_neg:before {
  content: "S";
}
.arrow_up_pos:before {
  content: "T";
}
.arrow_up_right_turn_neg:before {
  content: "U";
}
.arrow_up_right_turn_pos:before {
  content: "V";
}
.asterisk_neg:before {
  content: "W";
}
.asterisk_pos:before {
  content: "X";
}
.audio_1_neg:before {
  content: "Y";
}
.audio_1_pos:before {
  content: "Z";
}
.audio_2_neg:before {
  content: "[";
}
.audio_2_pos:before {
  content: "\\";
}
.axe_neg:before {
  content: "]";
}
.axe_pos:before {
  content: "^";
}
.baby_bottle_neg:before {
  content: "_";
}
.baby_bottle_pos:before {
  content: "`";
}
.baby_neg:before {
  content: "a";
}
.baby_pos:before {
  content: "b";
}
.baby_stroller_neg:before {
  content: "c";
}
.baby_stroller_pos:before {
  content: "d";
}
.backup_complete_neg:before {
  content: "e";
}
.backup_complete_pos:before {
  content: "f";
}
.backup_neg:before {
  content: "g";
}
.backup_pos:before {
  content: "h";
}
.band_aid_neg:before {
  content: "i";
}
.band_aid_pos:before {
  content: "j";
}
.bar_chart_1_neg:before {
  content: "k";
}
.bar_chart_1_pos:before {
  content: "l";
}
.bar_chart_2_neg:before {
  content: "m";
}
.bar_chart_2_pos:before {
  content: "n";
}
.basketball_neg:before {
  content: "o";
}
.basketball_pos:before {
  content: "p";
}
.battery_0_neg:before {
  content: "q";
}
.battery_0_pos:before {
  content: "r";
}
.battery_1_neg:before {
  content: "s";
}
.battery_1_pos:before {
  content: "t";
}
.battery_2_neg:before {
  content: "u";
}
.battery_2_pos:before {
  content: "v";
}
.battery_3_neg:before {
  content: "w";
}
.battery_3_pos:before {
  content: "x";
}
.battery_4_neg:before {
  content: "y";
}
.battery_4_pos:before {
  content: "z";
}
.battery_5_neg:before {
  content: "{";
}
.battery_5_pos:before {
  content: "|";
}
.battery_signs_neg:before {
  content: "}";
}
.battery_signs_pos:before {
  content: "~";
}
.beaker_neg:before {
  content: "\e800";
}
.beaker_pos:before {
  content: "\e801";
}
.bed_neg:before {
  content: "\e802";
}
.bed_pos:before {
  content: "\e803";
}
.beer_1_neg:before {
  content: "\e804";
}
.beer_1_pos:before {
  content: "\e805";
}
.beer_2_neg:before {
  content: "\e806";
}
.beer_2_pos:before {
  content: "\e807";
}
.bell_neg:before {
  content: "\e808";
}
.bell_pos:before {
  content: "\e809";
}
.bicycle_neg:before {
  content: "\e80a";
}
.bicycle_pos:before {
  content: "\e80b";
}
.bin_neg:before {
  content: "\e80c";
}
.bin_pos:before {
  content: "\e80d";
}
.binoculars_neg:before {
  content: "\e80e";
}
.binoculars_pos:before {
  content: "\e80f";
}
.bird_neg:before {
  content: "\e810";
}
.bird_pos:before {
  content: "\e811";
}
.birthday_cake_neg:before {
  content: "\e812";
}
.birthday_cake_pos:before {
  content: "\e813";
}
.bitcoin_neg:before {
  content: "\e814";
}
.bitcoin_pos:before {
  content: "\e815";
}
.blog_neg:before {
  content: "\e816";
}
.blog_pos:before {
  content: "\e817";
}
.bluetooth_neg:before {
  content: "\e818";
}
.bluetooth_pos:before {
  content: "\e819";
}
.bone_neg:before {
  content: "\e81a";
}
.bone_pos:before {
  content: "\e81b";
}
.book_closed_neg:before {
  content: "\e81c";
}
.book_closed_pos:before {
  content: "\e81d";
}
.book_open_neg:before {
  content: "\e81e";
}
.book_open_pos:before {
  content: "\e81f";
}
.bookmark_2_neg:before {
  content: "\e820";
}
.bookmark_2_pos:before {
  content: "\e821";
}
.bookmark_neg:before {
  content: "\e822";
}
.bookmark_pos:before {
  content: "\e823";
}
.bow_tie_neg:before {
  content: "\e824";
}
.bow_tie_pos:before {
  content: "\e825";
}
.brain_neg:before {
  content: "\e826";
}
.brain_pos:before {
  content: "\e827";
}
.bridge_1_neg:before {
  content: "\e828";
}
.bridge_1_pos:before {
  content: "\e829";
}
.bridge_2_neg:before {
  content: "\e82a";
}
.bridge_2_pos:before {
  content: "\e82b";
}
.bridge_water_1_neg:before {
  content: "\e82c";
}
.bridge_water_1_pos:before {
  content: "\e82d";
}
.bridge_water_2_neg:before {
  content: "\e82e";
}
.bridge_water_2_pos:before {
  content: "\e82f";
}
.briefcase_neg:before {
  content: "\e830";
}
.briefcase_pos:before {
  content: "\e831";
}
.broadcast_neg:before {
  content: "\e832";
}
.broadcast_pos:before {
  content: "\e833";
}
.broken_heart_neg:before {
  content: "\e834";
}
.broken_heart_pos:before {
  content: "\e835";
}
.buffering_1_neg:before {
  content: "\e836";
}
.buffering_1_pos:before {
  content: "\e837";
}
.buffering_2_neg:before {
  content: "\e838";
}
.buffering_2_pos:before {
  content: "\e839";
}
.bug_neg:before {
  content: "\e83a";
}
.bug_pos:before {
  content: "\e83b";
}
.bullseye_neg:before {
  content: "\e83c";
}
.bullseye_pos:before {
  content: "\e83d";
}
.burger_menu_neg:before {
  content: "\e83e";
}
.burger_menu_pos:before {
  content: "\e83f";
}
.cactus_neg:before {
  content: "\e840";
}
.cactus_pos:before {
  content: "\e841";
}
.cad_neg:before {
  content: "\e842";
}
.cad_pos:before {
  content: "\e843";
}
.calculator_neg:before {
  content: "\e844";
}
.calculator_pos:before {
  content: "\e845";
}
.calendar_minus_neg:before {
  content: "\e846";
}
.calendar_minus_pos:before {
  content: "\e847";
}
.calendar_multiply_neg:before {
  content: "\e848";
}
.calendar_multiply_pos:before {
  content: "\e849";
}
.calendar_plus_neg:before {
  content: "\e84a";
}
.calendar_plus_pos:before {
  content: "\e84b";
}
.calendar_tick_neg:before {
  content: "\e84c";
}
.calendar_tick_pos:before {
  content: "\e84d";
}
.calender_neg:before {
  content: "\e84e";
}
.calender_pos:before {
  content: "\e84f";
}
.camera_neg:before {
  content: "\e850";
}
.camera_pos:before {
  content: "\e851";
}
.candle_neg:before {
  content: "\e852";
}
.candle_pos:before {
  content: "\e853";
}
.capital_dome_neg:before {
  content: "\e854";
}
.capital_dome_pos:before {
  content: "\e855";
}
.car_neg:before {
  content: "\e856";
}
.car_pos:before {
  content: "\e857";
}
.carshare_neg:before {
  content: "\e858";
}
.carshare_pos:before {
  content: "\e859";
}
.cat_neg:before {
  content: "\e85a";
}
.cat_pos:before {
  content: "\e85b";
}
.cctv_neg:before {
  content: "\e85c";
}
.cctv_pos:before {
  content: "\e85d";
}
.cd_neg:before {
  content: "\e85e";
}
.cd_pos:before {
  content: "\e85f";
}
.champagne_neg:before {
  content: "\e860";
}
.champagne_pos:before {
  content: "\e861";
}
.check_neg:before {
  content: "\e862";
}
.check_pos:before {
  content: "\e863";
}
.checker_flag_neg:before {
  content: "\e864";
}
.checker_flag_pos:before {
  content: "\e865";
}
.chess_bishop_neg:before {
  content: "\e866";
}
.chess_bishop_pos:before {
  content: "\e867";
}
.chess_castle_neg:before {
  content: "\e868";
}
.chess_castle_pos:before {
  content: "\e869";
}
.chess_king_neg:before {
  content: "\e86a";
}
.chess_king_pos:before {
  content: "\e86b";
}
.chess_knight_neg:before {
  content: "\e86c";
}
.chess_knight_pos:before {
  content: "\e86d";
}
.chess_pawn_neg:before {
  content: "\e86e";
}
.chess_pawn_pos:before {
  content: "\e86f";
}
.chess_queen_neg:before {
  content: "\e870";
}
.chess_queen_pos:before {
  content: "\e871";
}
.claperboard_neg:before {
  content: "\e872";
}
.claperboard_pos:before {
  content: "\e873";
}
.clipboard_neg:before {
  content: "\e874";
}
.clipboard_pos:before {
  content: "\e875";
}
.clock_neg:before {
  content: "\e876";
}
.clock_pos:before {
  content: "\e877";
}
.cloud_neg:before {
  content: "\e878";
}
.cloud_pos:before {
  content: "\e879";
}
.coat_hanger_neg:before {
  content: "\e87a";
}
.coat_hanger_pos:before {
  content: "\e87b";
}
.cocktail_glass_neg:before {
  content: "\e87c";
}
.cocktail_glass_pos:before {
  content: "\e87d";
}
.code_neg:before {
  content: "\e87e";
}
.code_pos:before {
  content: "\e87f";
}
.coffee_neg:before {
  content: "\e880";
}
.coffee_pos:before {
  content: "\e881";
}
.cog_neg:before {
  content: "\e882";
}
.cog_pos:before {
  content: "\e883";
}
.cogs_neg:before {
  content: "\e884";
}
.cogs_pos:before {
  content: "\e885";
}
.coin_stack_neg:before {
  content: "\e886";
}
.coin_stack_pos:before {
  content: "\e887";
}
.commenting_neg:before {
  content: "\e888";
}
.commenting_pos:before {
  content: "\e889";
}
.compass_1_neg:before {
  content: "\e88a";
}
.compass_1_pos:before {
  content: "\e88b";
}
.compass_2_neg:before {
  content: "\e88c";
}
.compass_2_pos:before {
  content: "\e88d";
}
.cooling_towers_neg:before {
  content: "\e88e";
}
.cooling_towers_pos:before {
  content: "\e88f";
}
.copy_neg:before {
  content: "\e890";
}
.copy_pos:before {
  content: "\e891";
}
.crane_neg:before {
  content: "\e892";
}
.crane_pos:before {
  content: "\e893";
}
.credit_card_neg:before {
  content: "\e894";
}
.credit_card_pos:before {
  content: "\e895";
}
.crop_neg:before {
  content: "\e896";
}
.crop_pos:before {
  content: "\e897";
}
.cross_neg:before {
  content: "\e898";
}
.cross_pos:before {
  content: "\e899";
}
.currency_neg:before {
  content: "\e89a";
}
.currency_pos:before {
  content: "\e89b";
}
.cursor_neg:before {
  content: "\e89c";
}
.cursor_pos:before {
  content: "\e89d";
}
.cutlery_neg:before {
  content: "\e89e";
}
.cutlery_pos:before {
  content: "\e89f";
}
.decrease_1_neg:before {
  content: "\e8a0";
}
.decrease_1_pos:before {
  content: "\e8a1";
}
.decrease_2_neg:before {
  content: "\e8a2";
}
.decrease_2_pos:before {
  content: "\e8a3";
}
.decrease_3_neg:before {
  content: "\e8a4";
}
.decrease_3_pos:before {
  content: "\e8a5";
}
.decrease_4_neg:before {
  content: "\e8a6";
}
.decrease_4_pos:before {
  content: "\e8a7";
}
.decrease_5_neg:before {
  content: "\e8a8";
}
.decrease_5_pos:before {
  content: "\e8a9";
}
.devices_neg:before {
  content: "\e8aa";
}
.devices_pos:before {
  content: "\e8ab";
}
.diamond_neg:before {
  content: "\e8ac";
}
.diamond_pos:before {
  content: "\e8ad";
}
.dice_neg:before {
  content: "\e8ae";
}
.dice_pos:before {
  content: "\e8af";
}
.diploma_neg:before {
  content: "\e8b0";
}
.diploma_pos:before {
  content: "\e8b1";
}
.direction_neg:before {
  content: "\e8b2";
}
.direction_pos:before {
  content: "\e8b3";
}
.direction_sign_neg:before {
  content: "\e8b4";
}
.direction_sign_pos:before {
  content: "\e8b5";
}
.directions_1_neg:before {
  content: "\e8b6";
}
.directions_1_pos:before {
  content: "\e8b7";
}
.directions_2_neg:before {
  content: "\e8b8";
}
.directions_2_pos:before {
  content: "\e8b9";
}
.dislike_neg:before {
  content: "\e8ba";
}
.dislike_pos:before {
  content: "\e8bb";
}
.display_neg:before {
  content: "\e8bc";
}
.display_pos:before {
  content: "\e8bd";
}
.divide_neg:before {
  content: "\e8be";
}
.divide_pos:before {
  content: "\e8bf";
}
.dna_neg:before {
  content: "\e8c0";
}
.dna_pos:before {
  content: "\e8c1";
}
.do_not_walk_neg:before {
  content: "\e8c2";
}
.do_not_walk_pos:before {
  content: "\e8c3";
}
.document_1_neg:before {
  content: "\e8c4";
}
.document_1_pos:before {
  content: "\e8c5";
}
.document_2_neg:before {
  content: "\e8c6";
}
.document_2_pos:before {
  content: "\e8c7";
}
.document_3_neg:before {
  content: "\e8c8";
}
.document_3_pos:before {
  content: "\e8c9";
}
.dog_neg:before {
  content: "\e8ca";
}
.dog_pos:before {
  content: "\e8cb";
}
.dollar_neg:before {
  content: "\e8cc";
}
.dollar_pos:before {
  content: "\e8cd";
}
.dolly_neg:before {
  content: "\e8ce";
}
.dolly_pos:before {
  content: "\e8cf";
}
.double_quote_marks_neg:before {
  content: "\e8d0";
}
.double_quote_marks_pos:before {
  content: "\e8d1";
}
.download_from_cloud_neg:before {
  content: "\e8d2";
}
.download_from_cloud_pos:before {
  content: "\e8d3";
}
.download_neg:before {
  content: "\e8d4";
}
.download_pos:before {
  content: "\e8d5";
}
.drop_neg:before {
  content: "\e8d6";
}
.drop_pos:before {
  content: "\e8d7";
}
.edit_profile_neg:before {
  content: "\e8d8";
}
.edit_profile_pos:before {
  content: "\e8d9";
}
.egg_timer_neg:before {
  content: "\e8da";
}
.egg_timer_pos:before {
  content: "\e8db";
}
.eject_neg:before {
  content: "\e8dc";
}
.eject_pos:before {
  content: "\e8dd";
}
.ellipsis_neg:before {
  content: "\e8de";
}
.ellipsis_pos:before {
  content: "\e8df";
}
.enter_neg:before {
  content: "\e8e0";
}
.enter_pos:before {
  content: "\e8e1";
}
.equals_neg:before {
  content: "\e8e2";
}
.equals_pos:before {
  content: "\e8e3";
}
.eraser_neg:before {
  content: "\e8e4";
}
.eraser_pos:before {
  content: "\e8e5";
}
.error_neg:before {
  content: "\e8e6";
}
.error_pos:before {
  content: "\e8e7";
}
.euros_neg:before {
  content: "\e8e8";
}
.euros_pos:before {
  content: "\e8e9";
}
.exclamation_mark_neg:before {
  content: "\e8ea";
}
.exclamation_mark_pos:before {
  content: "\e8eb";
}
.exit_neg:before {
  content: "\e8ec";
}
.exit_pos:before {
  content: "\e8ed";
}
.external_link_neg:before {
  content: "\e8ee";
}
.external_link_pos:before {
  content: "\e8ef";
}
.eye_neg:before {
  content: "\e8f0";
}
.eye_pos:before {
  content: "\e8f1";
}
.eyedropper_neg:before {
  content: "\e8f2";
}
.eyedropper_pos:before {
  content: "\e8f3";
}
.factory_1_neg:before {
  content: "\e8f4";
}
.factory_1_pos:before {
  content: "\e8f5";
}
.factory_2_neg:before {
  content: "\e8f6";
}
.factory_2_pos:before {
  content: "\e8f7";
}
.fast_food_neg:before {
  content: "\e8f8";
}
.fast_food_pos:before {
  content: "\e8f9";
}
.fast_forward_neg:before {
  content: "\e8fa";
}
.fast_forward_pos:before {
  content: "\e8fb";
}
.faucet_neg:before {
  content: "\e8fc";
}
.faucet_pos:before {
  content: "\e8fd";
}
.fax_machine_neg:before {
  content: "\e8fe";
}
.fax_machine_pos:before {
  content: "\e8ff";
}
.feather_neg:before {
  content: "\e900";
}
.feather_pos:before {
  content: "\e901";
}
.female_symbol_neg:before {
  content: "\e902";
}
.female_symbol_pos:before {
  content: "\e903";
}
.file_audio_1_neg:before {
  content: "\e904";
}
.file_audio_1_pos:before {
  content: "\e905";
}
.file_code_neg:before {
  content: "\e906";
}
.file_code_pos:before {
  content: "\e907";
}
.file_doc_neg:before {
  content: "\e908";
}
.file_doc_pos:before {
  content: "\e909";
}
.file_edit_neg:before {
  content: "\e90a";
}
.file_edit_pos:before {
  content: "\e90b";
}
.file_movie_neg:before {
  content: "\e90c";
}
.file_movie_pos:before {
  content: "\e90d";
}
.file_new_neg:before {
  content: "\e90e";
}
.file_new_pos:before {
  content: "\e90f";
}
.file_pdf_neg:before {
  content: "\e910";
}
.file_pdf_pos:before {
  content: "\e911";
}
.file_picture_neg:before {
  content: "\e912";
}
.file_picture_pos:before {
  content: "\e913";
}
.file_ppt_neg:before {
  content: "\e914";
}
.file_ppt_pos:before {
  content: "\e915";
}
.file_xls_neg:before {
  content: "\e916";
}
.file_xls_pos:before {
  content: "\e917";
}
.file_zip_neg:before {
  content: "\e918";
}
.file_zip_pos:before {
  content: "\e919";
}
.filter_neg:before {
  content: "\e91a";
}
.filter_pos:before {
  content: "\e91b";
}
.finger_push_neg:before {
  content: "\e91c";
}
.finger_push_pos:before {
  content: "\e91d";
}
.fir_tree_neg:before {
  content: "\e91e";
}
.fir_tree_pos:before {
  content: "\e91f";
}
.fire_extinguisher_2_neg:before {
  content: "\e920";
}
.fire_extinguisher_2_pos:before {
  content: "\e921";
}
.fire_neg:before {
  content: "\e922";
}
.fire_pos:before {
  content: "\e923";
}
.fire_truck_neg:before {
  content: "\e924";
}
.fire_truck_pos:before {
  content: "\e925";
}
.first_aid_kit_neg:before {
  content: "\e926";
}
.first_aid_kit_pos:before {
  content: "\e927";
}
.first_aid_neg:before {
  content: "\e928";
}
.first_aid_pos:before {
  content: "\e929";
}
.fish_hook_neg:before {
  content: "\e92a";
}
.fish_hook_pos:before {
  content: "\e92b";
}
.flag_neg:before {
  content: "\e92c";
}
.flag_pos:before {
  content: "\e92d";
}
.flip_chart_neg:before {
  content: "\e92e";
}
.flip_chart_pos:before {
  content: "\e92f";
}
.flower_neg:before {
  content: "\e930";
}
.flower_pos:before {
  content: "\e931";
}
.folder_1_neg:before {
  content: "\e932";
}
.folder_1_pos:before {
  content: "\e933";
}
.folder_incoming_neg:before {
  content: "\e934";
}
.folder_incoming_pos:before {
  content: "\e935";
}
.folder_outgoing_neg:before {
  content: "\e936";
}
.folder_outgoing_pos:before {
  content: "\e937";
}
.folders_neg:before {
  content: "\e938";
}
.folders_pos:before {
  content: "\e939";
}
.football_neg:before {
  content: "\e93a";
}
.football_pos:before {
  content: "\e93b";
}
.fork_lift_truck_neg:before {
  content: "\e93c";
}
.fork_lift_truck_pos:before {
  content: "\e93d";
}
.forward_neg:before {
  content: "\e93e";
}
.forward_pos:before {
  content: "\e93f";
}
.frame_2_neg:before {
  content: "\e940";
}
.frame_2_pos:before {
  content: "\e941";
}
.frame_neg:before {
  content: "\e942";
}
.frame_pos:before {
  content: "\e943";
}
.gamepad_neg:before {
  content: "\e944";
}
.gamepad_pos:before {
  content: "\e945";
}
.gavel_neg:before {
  content: "\e946";
}
.gavel_pos:before {
  content: "\e947";
}
.gesture_double_tap_neg:before {
  content: "\e948";
}
.gesture_double_tap_pos:before {
  content: "\e949";
}
.gesture_hold_neg:before {
  content: "\e94a";
}
.gesture_hold_pos:before {
  content: "\e94b";
}
.gesture_move_neg:before {
  content: "\e94c";
}
.gesture_move_pos:before {
  content: "\e94d";
}
.gesture_pinch_neg:before {
  content: "\e94e";
}
.gesture_pinch_pos:before {
  content: "\e94f";
}
.gesture_rotate_neg:before {
  content: "\e950";
}
.gesture_rotate_pos:before {
  content: "\e951";
}
.gesture_swipe_left_neg:before {
  content: "\e952";
}
.gesture_swipe_left_pos:before {
  content: "\e953";
}
.gesture_swipe_neg:before {
  content: "\e954";
}
.gesture_swipe_pos:before {
  content: "\e955";
}
.gesture_swipe_right_neg:before {
  content: "\e956";
}
.gesture_swipe_right_pos:before {
  content: "\e957";
}
.gesture_tap_neg:before {
  content: "\e958";
}
.gesture_tap_pos:before {
  content: "\e959";
}
.gesture_touch_neg:before {
  content: "\e95a";
}
.gesture_touch_pos:before {
  content: "\e95b";
}
.gesture_two_finger_move_neg:before {
  content: "\e95c";
}
.gesture_two_finger_move_pos:before {
  content: "\e95d";
}
.gesture_two_finger_swipe_left_neg:before {
  content: "\e95e";
}
.gesture_two_finger_swipe_left_pos:before {
  content: "\e95f";
}
.gesture_two_finger_swipe_right_neg:before {
  content: "\e960";
}
.gesture_two_finger_swipe_right_pos:before {
  content: "\e961";
}
.gesture_two_finger_tap_neg:before {
  content: "\e962";
}
.gesture_two_finger_tap_pos:before {
  content: "\e963";
}
.gesture_zoom_in_neg:before {
  content: "\e964";
}
.gesture_zoom_in_pos:before {
  content: "\e965";
}
.gesture_zoom_out_neg:before {
  content: "\e966";
}
.gesture_zoom_out_pos:before {
  content: "\e967";
}
.gift_neg:before {
  content: "\e968";
}
.gift_pos:before {
  content: "\e969";
}
.glasses_neg:before {
  content: "\e96a";
}
.glasses_pos:before {
  content: "\e96b";
}
.globe_neg:before {
  content: "\e96c";
}
.globe_pos:before {
  content: "\e96d";
}
.globe_with_stand_neg:before {
  content: "\e96e";
}
.globe_with_stand_pos:before {
  content: "\e96f";
}
.government_neg:before {
  content: "\e970";
}
.government_pos:before {
  content: "\e971";
}
.grid_neg:before {
  content: "\e972";
}
.grid_pos:before {
  content: "\e973";
}
.hail_neg:before {
  content: "\e974";
}
.hail_pos:before {
  content: "\e975";
}
.hammer_neg:before {
  content: "\e976";
}
.hammer_pos:before {
  content: "\e977";
}
.hand_grab_neg:before {
  content: "\e978";
}
.hand_grab_pos:before {
  content: "\e979";
}
.hand_pointing_down_neg:before {
  content: "\e97a";
}
.hand_pointing_down_pos:before {
  content: "\e97b";
}
.hand_pointing_left_neg:before {
  content: "\e97c";
}
.hand_pointing_left_pos:before {
  content: "\e97d";
}
.hand_pointing_right_neg:before {
  content: "\e97e";
}
.hand_pointing_right_pos:before {
  content: "\e97f";
}
.hand_pointing_up_neg:before {
  content: "\e980";
}
.hand_pointing_up_pos:before {
  content: "\e981";
}
.hand_shake_neg:before {
  content: "\e982";
}
.hand_shake_pos:before {
  content: "\e983";
}
.hashtag_neg:before {
  content: "\e984";
}
.hashtag_pos:before {
  content: "\e985";
}
.hdd_neg:before {
  content: "\e986";
}
.hdd_pos:before {
  content: "\e987";
}
.headphones_neg:before {
  content: "\e988";
}
.headphones_pos:before {
  content: "\e989";
}
.headset_neg:before {
  content: "\e98a";
}
.headset_pos:before {
  content: "\e98b";
}
.heart_neg:before {
  content: "\e98c";
}
.heart_pos:before {
  content: "\e98d";
}
.heartrate_neg:before {
  content: "\e98e";
}
.heartrate_pos:before {
  content: "\e98f";
}
.heavy_rain_neg:before {
  content: "\e990";
}
.heavy_rain_pos:before {
  content: "\e991";
}
.helmet_mining_neg:before {
  content: "\e992";
}
.helmet_mining_pos:before {
  content: "\e993";
}
.helmet_neg:before {
  content: "\e994";
}
.helmet_pos:before {
  content: "\e995";
}
.hgv_neg:before {
  content: "\e996";
}
.hgv_pos:before {
  content: "\e997";
}
.hifi_speaker_neg:before {
  content: "\e998";
}
.hifi_speaker_pos:before {
  content: "\e999";
}
.history_neg:before {
  content: "\e99a";
}
.history_pos:before {
  content: "\e99b";
}
.home_neg:before {
  content: "\e99c";
}
.home_pos:before {
  content: "\e99d";
}
.hospital_neg:before {
  content: "\e99e";
}
.hospital_pos:before {
  content: "\e99f";
}
.house_neg:before {
  content: "\e9a0";
}
.house_pos:before {
  content: "\e9a1";
}
.houses_neg:before {
  content: "\e9a2";
}
.houses_pos:before {
  content: "\e9a3";
}
.id_card_neg:before {
  content: "\e9a4";
}
.id_card_pos:before {
  content: "\e9a5";
}
.inbox_neg:before {
  content: "\e9a6";
}
.inbox_pos:before {
  content: "\e9a7";
}
.increase_1_neg:before {
  content: "\e9a8";
}
.increase_1_pos:before {
  content: "\e9a9";
}
.increase_2_neg:before {
  content: "\e9aa";
}
.increase_2_pos:before {
  content: "\e9ab";
}
.increase_3_neg:before {
  content: "\e9ac";
}
.increase_3_pos:before {
  content: "\e9ad";
}
.increase_4_neg:before {
  content: "\e9ae";
}
.increase_4_pos:before {
  content: "\e9af";
}
.increase_5_neg:before {
  content: "\e9b0";
}
.increase_5_pos:before {
  content: "\e9b1";
}
.infinity_loop_neg:before {
  content: "\e9b2";
}
.infinity_loop_pos:before {
  content: "\e9b3";
}
.information_neg:before {
  content: "\e9b4";
}
.information_pos:before {
  content: "\e9b5";
}
.kennel_neg:before {
  content: "\e9b6";
}
.kennel_pos:before {
  content: "\e9b7";
}
.key_1_neg:before {
  content: "\e9b8";
}
.key_1_pos:before {
  content: "\e9b9";
}
.key_2_neg:before {
  content: "\e9ba";
}
.key_2_pos:before {
  content: "\e9bb";
}
.keyboard_neg:before {
  content: "\e9bc";
}
.keyboard_pos:before {
  content: "\e9bd";
}
.ladder_neg:before {
  content: "\e9be";
}
.ladder_pos:before {
  content: "\e9bf";
}
.laptop_neg:before {
  content: "\e9c0";
}
.laptop_pos:before {
  content: "\e9c1";
}
.leaf_neg:before {
  content: "\e9c2";
}
.leaf_pos:before {
  content: "\e9c3";
}
.life_buoy_neg:before {
  content: "\e9c4";
}
.life_buoy_pos:before {
  content: "\e9c5";
}
.light_rain_neg:before {
  content: "\e9c6";
}
.light_rain_pos:before {
  content: "\e9c7";
}
.lightbulb_energy_neg:before {
  content: "\e9c8";
}
.lightbulb_energy_pos:before {
  content: "\e9c9";
}
.lightbulb_neg:before {
  content: "\e9ca";
}
.lightbulb_pos:before {
  content: "\e9cb";
}
.lighthouse_neg:before {
  content: "\e9cc";
}
.lighthouse_pos:before {
  content: "\e9cd";
}
.lightning_bolt_neg:before {
  content: "\e9ce";
}
.lightning_bolt_pos:before {
  content: "\e9cf";
}
.lightning_neg:before {
  content: "\e9d0";
}
.lightning_pos:before {
  content: "\e9d1";
}
.like_neg:before {
  content: "\e9d2";
}
.like_pos:before {
  content: "\e9d3";
}
.line_graph_neg:before {
  content: "\e9d4";
}
.line_graph_pos:before {
  content: "\e9d5";
}
.link_neg:before {
  content: "\e9d6";
}
.link_pos:before {
  content: "\e9d7";
}
.list_2_neg:before {
  content: "\e9d8";
}
.list_2_pos:before {
  content: "\e9d9";
}
.list_neg:before {
  content: "\e9da";
}
.list_pos:before {
  content: "\e9db";
}
.lock_neg:before {
  content: "\e9dc";
}
.lock_pos:before {
  content: "\e9dd";
}
.loudhailer_neg:before {
  content: "\e9de";
}
.loudhailer_pos:before {
  content: "\e9df";
}
.magic_neg:before {
  content: "\e9e0";
}
.magic_pos:before {
  content: "\e9e1";
}
.magnet_1_neg:before {
  content: "\e9e2";
}
.magnet_1_pos:before {
  content: "\e9e3";
}
.magnet_2_neg:before {
  content: "\e9e4";
}
.magnet_2_pos:before {
  content: "\e9e5";
}
.mail_closed_neg:before {
  content: "\e9e6";
}
.mail_closed_pos:before {
  content: "\e9e7";
}
.mail_empty_neg:before {
  content: "\e9e8";
}
.mail_empty_pos:before {
  content: "\e9e9";
}
.mail_full_neg:before {
  content: "\e9ea";
}
.mail_full_pos:before {
  content: "\e9eb";
}
.mail_in_neg:before {
  content: "\e9ec";
}
.mail_in_pos:before {
  content: "\e9ed";
}
.mail_out_neg:before {
  content: "\e9ee";
}
.mail_out_pos:before {
  content: "\e9ef";
}
.male_female_symbol_neg:before {
  content: "\e9f0";
}
.male_female_symbol_pos:before {
  content: "\e9f1";
}
.male_symbol_neg:before {
  content: "\e9f2";
}
.male_symbol_pos:before {
  content: "\e9f3";
}
.man_neg:before {
  content: "\e9f4";
}
.man_pos:before {
  content: "\e9f5";
}
.man_silhouette_neg:before {
  content: "\e9f6";
}
.man_silhouette_pos:before {
  content: "\e9f7";
}
.man_woman_neg:before {
  content: "\e9f8";
}
.man_woman_pos:before {
  content: "\e9f9";
}
.map_neg:before {
  content: "\e9fa";
}
.map_pos:before {
  content: "\e9fb";
}
.martini_glass_neg:before {
  content: "\e9fc";
}
.martini_glass_pos:before {
  content: "\e9fd";
}
.mathematics_neg:before {
  content: "\e9fe";
}
.mathematics_pos:before {
  content: "\e9ff";
}
.maze_neg:before {
  content: "\ea00";
}
.maze_pos:before {
  content: "\ea01";
}
.medical_star_of_life_neg:before {
  content: "\ea02";
}
.medical_star_of_life_pos:before {
  content: "\ea03";
}
.meeting_conference_neg:before {
  content: "\ea04";
}
.meeting_conference_pos:before {
  content: "\ea05";
}
.merge_neg:before {
  content: "\ea06";
}
.merge_pos:before {
  content: "\ea07";
}
.microchip_neg:before {
  content: "\ea08";
}
.microchip_pos:before {
  content: "\ea09";
}
.microphone_1_neg:before {
  content: "\ea0a";
}
.microphone_1_pos:before {
  content: "\ea0b";
}
.microphone_2_neg:before {
  content: "\ea0c";
}
.microphone_2_pos:before {
  content: "\ea0d";
}
.microphone_3_neg:before {
  content: "\ea0e";
}
.microphone_3_pos:before {
  content: "\ea0f";
}
.microscope_neg:before {
  content: "\ea10";
}
.microscope_pos:before {
  content: "\ea11";
}
.minus_neg:before {
  content: "\ea12";
}
.minus_pos:before {
  content: "\ea13";
}
.mobile_pay_neg:before {
  content: "\ea14";
}
.mobile_pay_pos:before {
  content: "\ea15";
}
.mobile_phone_neg:before {
  content: "\ea16";
}
.mobile_phonepos:before {
  content: "\ea17";
}
.money_bag_neg:before {
  content: "\ea18";
}
.money_bag_pos:before {
  content: "\ea19";
}
.moon_neg:before {
  content: "\ea1a";
}
.moon_pos:before {
  content: "\ea1b";
}
.mortarboard_neg:before {
  content: "\ea1c";
}
.mortarboard_pos:before {
  content: "\ea1d";
}
.mouse_neg:before {
  content: "\ea1e";
}
.mouse_pos:before {
  content: "\ea1f";
}
.movie_clip_neg:before {
  content: "\ea20";
}
.movie_clip_pos:before {
  content: "\ea21";
}
.movie_reel_neg:before {
  content: "\ea22";
}
.movie_reel_pos:before {
  content: "\ea23";
}
.music_neg:before {
  content: "\ea24";
}
.music_pos:before {
  content: "\ea25";
}
.navigation_1_neg:before {
  content: "\ea26";
}
.navigation_1_pos:before {
  content: "\ea27";
}
.navigation_2_neg:before {
  content: "\ea28";
}
.navigation_2_pos:before {
  content: "\ea29";
}
.newspaper_neg:before {
  content: "\ea2a";
}
.newspaper_pos:before {
  content: "\ea2b";
}
.no_entry_neg:before {
  content: "\ea2c";
}
.no_entry_pos:before {
  content: "\ea2d";
}
.non_visable_neg:before {
  content: "\ea2e";
}
.non_visable_pos:before {
  content: "\ea2f";
}
.object_group_neg:before {
  content: "\ea30";
}
.object_group_pos:before {
  content: "\ea31";
}
.object_ungroup_neg:before {
  content: "\ea32";
}
.object_ungroup_pos:before {
  content: "\ea33";
}
.office_1_neg:before {
  content: "\ea34";
}
.office_1_pos:before {
  content: "\ea35";
}
.office_2_neg:before {
  content: "\ea36";
}
.office_2_pos:before {
  content: "\ea37";
}
.office_3_neg:before {
  content: "\ea38";
}
.office_3_pos:before {
  content: "\ea39";
}
.office_4_neg:before {
  content: "\ea3a";
}
.office_4_pos:before {
  content: "\ea3b";
}
.office_5_neg:before {
  content: "\ea3c";
}
.office_5_pos:before {
  content: "\ea3d";
}
.office_locator_neg:before {
  content: "\ea3e";
}
.office_locator_pos:before {
  content: "\ea3f";
}
.oil_barrel_neg:before {
  content: "\ea40";
}
.oil_barrel_pos:before {
  content: "\ea41";
}
.oil_derrick_neg:before {
  content: "\ea42";
}
.oil_derrick_pos:before {
  content: "\ea43";
}
.open-folder_neg:before {
  content: "\ea44";
}
.open-folder_pos:before {
  content: "\ea45";
}
.open_box_neg:before {
  content: "\ea46";
}
.open_box_pos:before {
  content: "\ea47";
}
.open_folder_neg:before {
  content: "\ea48";
}
.open_folder_pos:before {
  content: "\ea49";
}
.options_neg:before {
  content: "\ea4a";
}
.options_pos:before {
  content: "\ea4b";
}
.org_chart_neg:before {
  content: "\ea4c";
}
.org_chart_pos:before {
  content: "\ea4d";
}
.overcast_neg:before {
  content: "\ea4e";
}
.overcast_pos:before {
  content: "\ea4f";
}
.owl_neg:before {
  content: "\ea50";
}
.owl_pos:before {
  content: "\ea51";
}
.pacifier_neg:before {
  content: "\ea52";
}
.pacifier_pos:before {
  content: "\ea53";
}
.package_neg:before {
  content: "\ea54";
}
.package_pos:before {
  content: "\ea55";
}
.paint_palette_neg:before {
  content: "\ea56";
}
.paint_palette_pos:before {
  content: "\ea57";
}
.paintbrush_neg:before {
  content: "\ea58";
}
.paintbrush_pos:before {
  content: "\ea59";
}
.paper_plane_neg:before {
  content: "\ea5a";
}
.paper_plane_pos:before {
  content: "\ea5b";
}
.paperclip_neg:before {
  content: "\ea5c";
}
.paperclip_pos:before {
  content: "\ea5d";
}
.paragraph_neg:before {
  content: "\ea5e";
}
.paragraph_pos:before {
  content: "\ea5f";
}
.paste_neg:before {
  content: "\ea60";
}
.paste_pos:before {
  content: "\ea61";
}
.pause_neg:before {
  content: "\ea62";
}
.pause_pos:before {
  content: "\ea63";
}
.paw_print_neg:before {
  content: "\ea64";
}
.paw_print_pos:before {
  content: "\ea65";
}
.pen_neg:before {
  content: "\ea66";
}
.pen_pos:before {
  content: "\ea67";
}
.pencil_neg:before {
  content: "\ea68";
}
.pencil_pos:before {
  content: "\ea69";
}
.percent_neg:before {
  content: "\ea6a";
}
.percent_pos:before {
  content: "\ea6b";
}
.pestle_and_mortar_neg:before {
  content: "\ea6c";
}
.pestle_and_mortar_pos:before {
  content: "\ea6d";
}
.petrol_can_neg:before {
  content: "\ea6e";
}
.petrol_can_pos:before {
  content: "\ea6f";
}
.petrol_pump_neg:before {
  content: "\ea70";
}
.petrol_pump_pos:before {
  content: "\ea71";
}
.phone_neg:before {
  content: "\ea72";
}
.phone_pos:before {
  content: "\ea73";
}
.picture_neg:before {
  content: "\ea74";
}
.picture_pos:before {
  content: "\ea75";
}
.pie_chart_1_neg:before {
  content: "\ea76";
}
.pie_chart_1_pos:before {
  content: "\ea77";
}
.pie_chart_2_neg:before {
  content: "\ea78";
}
.pie_chart_2_pos:before {
  content: "\ea79";
}
.piggy_bank_neg:before {
  content: "\ea7a";
}
.piggy_bank_pos:before {
  content: "\ea7b";
}
.pill_bottle_neg:before {
  content: "\ea7c";
}
.pill_bottle_pos:before {
  content: "\ea7d";
}
.pill_neg:before {
  content: "\ea7e";
}
.pill_pos:before {
  content: "\ea7f";
}
.pin_map_neg:before {
  content: "\ea80";
}
.pin_map_pos:before {
  content: "\ea81";
}
.plane_1_neg:before {
  content: "\ea82";
}
.plane_1_pos:before {
  content: "\ea83";
}
.planet_neg:before {
  content: "\ea84";
}
.planet_pos:before {
  content: "\ea85";
}
.play_neg:before {
  content: "\ea86";
}
.play_pos:before {
  content: "\ea87";
}
.plot_graph_neg:before {
  content: "\ea88";
}
.plot_graph_pos:before {
  content: "\ea89";
}
.plug_us_neg:before {
  content: "\ea8a";
}
.plug_us_pos:before {
  content: "\ea8b";
}
.plus_neg:before {
  content: "\ea8c";
}
.plus_pos:before {
  content: "\ea8d";
}
.podcast_neg:before {
  content: "\ea8e";
}
.podcast_pos:before {
  content: "\ea8f";
}
.pound_neg:before {
  content: "\ea90";
}
.pound_pos:before {
  content: "\ea91";
}
.power_neg:before {
  content: "\ea92";
}
.power_pos:before {
  content: "\ea93";
}
.power_socket_uk_neg:before {
  content: "\ea94";
}
.power_socket_uk_pos:before {
  content: "\ea95";
}
.power_socket_us_neg:before {
  content: "\ea96";
}
.power_socket_us_pos:before {
  content: "\ea97";
}
.presentation_neg:before {
  content: "\ea98";
}
.presentation_pos:before {
  content: "\ea99";
}
.printer_neg:before {
  content: "\ea9a";
}
.printer_pos:before {
  content: "\ea9b";
}
.profile_2_neg:before {
  content: "\ea9c";
}
.profile_2_pos:before {
  content: "\ea9d";
}
.profile_neg:before {
  content: "\ea9e";
}
.profile_pos:before {
  content: "\ea9f";
}
.propeller_neg:before {
  content: "\eaa0";
}
.propeller_pos:before {
  content: "\eaa1";
}
.public_building_neg:before {
  content: "\eaa2";
}
.public_building_pos:before {
  content: "\eaa3";
}
.push_chair_neg:before {
  content: "\eaa4";
}
.push_chair_pos:before {
  content: "\eaa5";
}
.push_pin_neg:before {
  content: "\eaa6";
}
.push_pin_pos:before {
  content: "\eaa7";
}
.puzzle_neg:before {
  content: "\eaa8";
}
.puzzle_pos:before {
  content: "\eaa9";
}
.qr_code_neg:before {
  content: "\eaaa";
}
.qr_code_pos:before {
  content: "\eaab";
}
.question_mark_neg:before {
  content: "\eaac";
}
.question_mark_pos:before {
  content: "\eaad";
}
.quote_marks_2_neg:before {
  content: "\eaae";
}
.quote_marks_2_pos:before {
  content: "\eaaf";
}
.quote_marks_neg:before {
  content: "\eab0";
}
.quote_marks_pos:before {
  content: "\eab1";
}
.rabbit_neg:before {
  content: "\eab2";
}
.rabbit_pos:before {
  content: "\eab3";
}
.radar_neg:before {
  content: "\eab4";
}
.radar_pos:before {
  content: "\eab5";
}
.radio_neg:before {
  content: "\eab6";
}
.radio_pos:before {
  content: "\eab7";
}
.rail_bridge_neg:before {
  content: "\eab8";
}
.rail_bridge_pos:before {
  content: "\eab9";
}
.rainbow_neg:before {
  content: "\eaba";
}
.rainbow_pos:before {
  content: "\eabb";
}
.realtor_sign_neg:before {
  content: "\eabc";
}
.realtor_sign_pos:before {
  content: "\eabd";
}
.record_neg:before {
  content: "\eabe";
}
.record_pos:before {
  content: "\eabf";
}
.recycle_neg:before {
  content: "\eac0";
}
.recycle_pos:before {
  content: "\eac1";
}
.refresh_neg:before {
  content: "\eac2";
}
.refresh_pos:before {
  content: "\eac3";
}
.reply_all_neg:before {
  content: "\eac4";
}
.reply_all_pos:before {
  content: "\eac5";
}
.reply_neg:before {
  content: "\eac6";
}
.reply_pos:before {
  content: "\eac7";
}
.return_neg:before {
  content: "\eac8";
}
.return_pos:before {
  content: "\eac9";
}
.reverse_neg:before {
  content: "\eaca";
}
.reverse_pos:before {
  content: "\eacb";
}
.rewind_neg:before {
  content: "\eacc";
}
.rewind_pos:before {
  content: "\eacd";
}
.river_bridge_neg:before {
  content: "\eace";
}
.river_bridge_pos:before {
  content: "\eacf";
}
.road_bridge_neg:before {
  content: "\ead0";
}
.road_bridge_pos:before {
  content: "\ead1";
}
.rocket_neg:before {
  content: "\ead2";
}
.rocket_pos:before {
  content: "\ead3";
}
.rosette_neg:before {
  content: "\ead4";
}
.rosette_pos:before {
  content: "\ead5";
}
.rotate_neg:before {
  content: "\ead6";
}
.rotate_pos:before {
  content: "\ead7";
}
.route_1_neg:before {
  content: "\ead8";
}
.route_1_pos:before {
  content: "\ead9";
}
.route_2_neg:before {
  content: "\eada";
}
.route_2_pos:before {
  content: "\eadb";
}
.route_3_neg:before {
  content: "\eadc";
}
.route_3_pos:before {
  content: "\eadd";
}
.rss_neg:before {
  content: "\eade";
}
.rss_pos:before {
  content: "\eadf";
}
.ruler_neg:before {
  content: "\eae0";
}
.ruler_pos:before {
  content: "\eae1";
}
.safe_neg:before {
  content: "\eae2";
}
.safe_pos:before {
  content: "\eae3";
}
.sail_boat_neg:before {
  content: "\eae4";
}
.sail_boat_pos:before {
  content: "\eae5";
}
.satchel_neg:before {
  content: "\eae6";
}
.satchel_pos:before {
  content: "\eae7";
}
.satellite_dish_neg:before {
  content: "\eae8";
}
.satellite_dish_pos:before {
  content: "\eae9";
}
.satellite_neg:before {
  content: "\eaea";
}
.satellite_pos:before {
  content: "\eaeb";
}
.save_neg:before {
  content: "\eaec";
}
.save_pos:before {
  content: "\eaed";
}
.scales_neg:before {
  content: "\eaee";
}
.scales_pos:before {
  content: "\eaef";
}
.scissors_neg:before {
  content: "\eaf0";
}
.scissors_pos:before {
  content: "\eaf1";
}
.screwdriver_neg:before {
  content: "\eaf2";
}
.screwdriver_pos:before {
  content: "\eaf3";
}
.search_jobs_neg:before {
  content: "\eaf4";
}
.search_jobs_pos:before {
  content: "\eaf5";
}
.search_neg:before {
  content: "\eaf6";
}
.search_pos:before {
  content: "\eaf7";
}
.self_drive_car_neg:before {
  content: "\eaf8";
}
.self_drive_car_pos:before {
  content: "\eaf9";
}
.send_neg:before {
  content: "\eafa";
}
.send_pos:before {
  content: "\eafb";
}
.share_neg:before {
  content: "\eafc";
}
.share_pos:before {
  content: "\eafd";
}
.shield_neg:before {
  content: "\eafe";
}
.shield_pos:before {
  content: "\eaff";
}
.ship_neg:before {
  content: "\eb00";
}
.ship_pos:before {
  content: "\eb01";
}
.ship_wheel_neg:before {
  content: "\eb02";
}
.ship_wheel_pos:before {
  content: "\eb03";
}
.shoe_prints_neg:before {
  content: "\eb04";
}
.shoe_prints_pos:before {
  content: "\eb05";
}
.shoot_neg:before {
  content: "\eb06";
}
.shoot_pos:before {
  content: "\eb07";
}
.shopping_bag_neg:before {
  content: "\eb08";
}
.shopping_bag_pos:before {
  content: "\eb09";
}
.shopping_basket_neg:before {
  content: "\eb0a";
}
.shopping_basket_pos:before {
  content: "\eb0b";
}
.shuffle_neg:before {
  content: "\eb0c";
}
.shuffle_pos:before {
  content: "\eb0d";
}
.simple_arrow_decrease_neg:before {
  content: "\eb0e";
}
.simple_arrow_decrease_pos:before {
  content: "\eb0f";
}
.simple_arrow_down_neg:before {
  content: "\eb10";
}
.simple_arrow_down_pos:before {
  content: "\eb11";
}
.simple_arrow_increase_neg:before {
  content: "\eb12";
}
.simple_arrow_increase_pos:before {
  content: "\eb13";
}
.simple_arrow_left_neg:before {
  content: "\eb14";
}
.simple_arrow_left_pos:before {
  content: "\eb15";
}
.simple_arrow_right_neg:before {
  content: "\eb16";
}
.simple_arrow_right_pos:before {
  content: "\eb17";
}
.simple_arrow_side_neg:before {
  content: "\eb18";
}
.simple_arrow_side_pos:before {
  content: "\eb19";
}
.simple_arrow_up_down_neg:before {
  content: "\eb1a";
}
.simple_arrow_up_down_pos:before {
  content: "\eb1b";
}
.simple_arrow_up_neg:before {
  content: "\eb1c";
}
.simple_arrow_up_pos:before {
  content: "\eb1d";
}
.skip_backwards_neg:before {
  content: "\eb1e";
}
.skip_backwards_pos:before {
  content: "\eb1f";
}
.skip_forward_neg:before {
  content: "\eb20";
}
.skip_forward_pos:before {
  content: "\eb21";
}
.skip_forwards_neg:before {
  content: "\eb22";
}
.skip_forwards_pos:before {
  content: "\eb23";
}
.skip_rewind__neg:before {
  content: "\eb24";
}
.skip_rewind__pos:before {
  content: "\eb25";
}
.skull_bones_neg:before {
  content: "\eb26";
}
.skull_bones_pos:before {
  content: "\eb27";
}
.slider_neg:before {
  content: "\eb28";
}
.slider_pos:before {
  content: "\eb29";
}
.smart_watch_neg:before {
  content: "\eb2a";
}
.smart_watch_pos:before {
  content: "\eb2b";
}
.snow_neg:before {
  content: "\eb2c";
}
.snow_pos:before {
  content: "\eb2d";
}
.snowflake_neg:before {
  content: "\eb2e";
}
.snowflake_pos:before {
  content: "\eb2f";
}
.sort_alpha_ascending_neg:before {
  content: "\eb30";
}
.sort_alpha_ascending_pos:before {
  content: "\eb31";
}
.sort_alpha_descending_neg:before {
  content: "\eb32";
}
.sort_alpha_descending_pos:before {
  content: "\eb33";
}
.sort_amount_ascending_neg:before {
  content: "\eb34";
}
.sort_amount_ascending_pos:before {
  content: "\eb35";
}
.sort_amount_descending_neg:before {
  content: "\eb36";
}
.sort_amount_descending_pos:before {
  content: "\eb37";
}
.sort_numeric_ascending_neg:before {
  content: "\eb38";
}
.sort_numeric_ascending_pos:before {
  content: "\eb39";
}
.sort_numeric_descending_neg:before {
  content: "\eb3a";
}
.sort_numeric_descending_pos:before {
  content: "\eb3b";
}
.spanner_neg:before {
  content: "\eb3c";
}
.spanner_pos:before {
  content: "\eb3d";
}
.speaker_1_neg:before {
  content: "\eb3e";
}
.speaker_1_pos:before {
  content: "\eb3f";
}
.speaker_2_neg:before {
  content: "\eb40";
}
.speaker_2_pos:before {
  content: "\eb41";
}
.speech_1_neg:before {
  content: "\eb42";
}
.speech_1_pos:before {
  content: "\eb43";
}
.speech_2_neg:before {
  content: "\eb44";
}
.speech_2_pos:before {
  content: "\eb45";
}
.speech_bubble_neg:before {
  content: "\eb46";
}
.speech_bubble_pos:before {
  content: "\eb47";
}
.speedometer_neg:before {
  content: "\eb48";
}
.speedometer_pos:before {
  content: "\eb49";
}
.spin_neg:before {
  content: "\eb4a";
}
.spin_pos:before {
  content: "\eb4b";
}
.split_neg:before {
  content: "\eb4c";
}
.split_pos:before {
  content: "\eb4d";
}
.spoon_neg:before {
  content: "\eb4e";
}
.spoon_pos:before {
  content: "\eb4f";
}
.stack_overflow_neg:before {
  content: "\eb50";
}
.stack_overflow_pos:before {
  content: "\eb51";
}
.star_neg:before {
  content: "\eb52";
}
.star_pos:before {
  content: "\eb53";
}
.stethoscope_neg:before {
  content: "\eb54";
}
.stethoscope_pos:before {
  content: "\eb55";
}
.stew_pot_neg:before {
  content: "\eb56";
}
.stew_pot_pos:before {
  content: "\eb57";
}
.stop_neg:before {
  content: "\eb58";
}
.stop_pos:before {
  content: "\eb59";
}
.stopwatch_neg:before {
  content: "\eb5a";
}
.stopwatch_pos:before {
  content: "\eb5b";
}
.submit_rfp_neg:before {
  content: "\eb5c";
}
.submit_rfp_pos:before {
  content: "\eb5d";
}
.suitcase_neg:before {
  content: "\eb5e";
}
.suitcase_pos:before {
  content: "\eb5f";
}
.sun_shade_neg:before {
  content: "\eb60";
}
.sun_shade_pos:before {
  content: "\eb61";
}
.sun_neg:before {
  content: "\eb62";
}
.sun_pos:before {
  content: "\eb63";
}
.syringe_neg:before {
  content: "\eb64";
}
.syringe_pos:before {
  content: "\eb65";
}
.tablet_neg:before {
  content: "\eb66";
}
.tablet_pos:before {
  content: "\eb67";
}
.tag_neg:before {
  content: "\eb68";
}
.tag_pos:before {
  content: "\eb69";
}
.target_neg:before {
  content: "\eb6a";
}
.target_pos:before {
  content: "\eb6b";
}
.telescope_neg:before {
  content: "\eb6c";
}
.telescope_pos:before {
  content: "\eb6d";
}
.television_neg:before {
  content: "\eb6e";
}
.television_pos:before {
  content: "\eb6f";
}
.test_tube_neg:before {
  content: "\eb70";
}
.test_tube_pos:before {
  content: "\eb71";
}
.test_tubes_neg:before {
  content: "\eb72";
}
.test_tubes_pos:before {
  content: "\eb73";
}
.tick_list_neg:before {
  content: "\eb74";
}
.tick_list_pos:before {
  content: "\eb75";
}
.tick_neg:before {
  content: "\eb76";
}
.tick_pos:before {
  content: "\eb77";
}
.tie_neg:before {
  content: "\eb78";
}
.tie_pos:before {
  content: "\eb79";
}
.circle_cross:before {
  content: "\2297";
}
.toolbox_neg:before {
  content: "\eb7a";
}
.toolbox_pos:before {
  content: "\eb7b";
}
.tortoise_neg:before {
  content: "\eb7c";
}
.tortoise_pos:before {
  content: "\eb7d";
}
.tractor_neg:before {
  content: "\eb7e";
}
.tractor_pos:before {
  content: "\eb7f";
}
.traffic_cone_neg:before {
  content: "\eb80";
}
.traffic_cone_pos:before {
  content: "\eb81";
}
.traffic_signal_eu_neg:before {
  content: "\eb82";
}
.traffic_signal_eu_pos:before {
  content: "\eb83";
}
.traffic_signal_neg:before {
  content: "\eb84";
}
.traffic_signal_pos:before {
  content: "\eb85";
}
.train_neg:before {
  content: "\eb86";
}
.train_pos:before {
  content: "\eb87";
}
.travel_coffee_cup_neg:before {
  content: "\eb88";
}
.travel_coffee_cup_pos:before {
  content: "\eb89";
}
.tree_neg:before {
  content: "\eb8a";
}
.tree_pos:before {
  content: "\eb8b";
}
.trolley_neg:before {
  content: "\eb8c";
}
.trolley_pos:before {
  content: "\eb8d";
}
.trophy_neg:before {
  content: "\eb8e";
}
.trophy_pos:before {
  content: "\eb8f";
}
.truck_neg:before {
  content: "\eb90";
}
.truck_pos:before {
  content: "\eb91";
}
.tshirt_neg:before {
  content: "\eb92";
}
.tshirt_pos:before {
  content: "\eb93";
}
.turbine_neg:before {
  content: "\eb94";
}
.turbine_pos:before {
  content: "\eb95";
}
.type_cursor_neg:before {
  content: "\eb96";
}
.type_cursor_pos:before {
  content: "\eb97";
}
.umbrella_neg:before {
  content: "\eb98";
}
.umbrella_pos:before {
  content: "\eb99";
}
.unlink_neg:before {
  content: "\eb9a";
}
.unlink_pos:before {
  content: "\eb9b";
}
.unlock_neg:before {
  content: "\eb9c";
}
.unlock_pos:before {
  content: "\eb9d";
}
.upload_neg:before {
  content: "\eb9e";
}
.upload_pos:before {
  content: "\eb9f";
}
.upload_to_cloud_neg:before {
  content: "\eba0";
}
.upload_to_cloud_pos:before {
  content: "\eba1";
}
.usb_neg:before {
  content: "\eba2";
}
.usb_pos:before {
  content: "\eba3";
}
.user_2_neg:before {
  content: "\eba4";
}
.user_2_pos:before {
  content: "\eba5";
}
.users_neg:before {
  content: "\eba6";
}
.users_pos:before {
  content: "\eba7";
}
.video_neg:before {
  content: "\eba8";
}
.video_pos:before {
  content: "\eba9";
}
.virtual_reality_neg:before {
  content: "\ebaa";
}
.virtual_reality_pos:before {
  content: "\ebab";
}
.volume_1_neg:before {
  content: "\ebac";
}
.volume_1_pos:before {
  content: "\ebad";
}
.volume_2_neg:before {
  content: "\ebae";
}
.volume_2_pos:before {
  content: "\ebaf";
}
.volume_3_neg:before {
  content: "\ebb0";
}
.volume_3_pos:before {
  content: "\ebb1";
}
.volume_4_neg:before {
  content: "\ebb2";
}
.volume_4_pos:before {
  content: "\ebb3";
}
.walking_neg:before {
  content: "\ebb4";
}
.walking_pos:before {
  content: "\ebb5";
}
.wheelchair_neg:before {
  content: "\ebb6";
}
.wheelchair_pos:before {
  content: "\ebb7";
}
.wifi_neg:before {
  content: "\ebb8";
}
.wifi_pos:before {
  content: "\ebb9";
}
.wine_glass_neg:before {
  content: "\ebba";
}
.wine_glass_pos:before {
  content: "\ebbb";
}
.woman_man_man_neg:before {
  content: "\ebbc";
}
.woman_man_man_pos:before {
  content: "\ebbd";
}
.woman_man_neg:before {
  content: "\ebbe";
}
.woman_man_pos:before {
  content: "\ebbf";
}
.woman_neg:before {
  content: "\ebc0";
}
.woman_pos:before {
  content: "\ebc1";
}
.woman_silhouette_neg:before {
  content: "\ebc2";
}
.woman_silhouette_pos:before {
  content: "\ebc3";
}
.woman_woman_man_neg:before {
  content: "\ebc4";
}
.woman_woman_man_pos:before {
  content: "\ebc5";
}
.yen_neg:before {
  content: "\ebc6";
}
.yen_pos:before {
  content: "\ebc7";
}
.zoom_in_neg:before {
  content: "\ebc8";
}
.zoom_in_pos:before {
  content: "\ebc9";
}
.zoom_out_neg:before {
  content: "\ebca";
}
.zoom_out_pos:before {
  content: "\ebcb";
}
.facebook:before {
  content: "\ebcc";
}
.google-plus:before {
  content: "\ebcd";
}
.instagram:before {
  content: "\ebce";
}
.linkedin:before {
  content: "\ebcf";
}
.pintrest:before {
  content: "\ebd0";
}
.twitter:before {
  content: "\ebd1";
}
.vine:before {
  content: "\ebd2";
}
.youtube:before {
  content: "\ebd3";
}

/* node_modules/bootstrap-icons/font/bootstrap-icons.css */
/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./media/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"), url("./media/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}
.bi-bluesky::before {
  content: "\f7f9";
}
.bi-tux::before {
  content: "\f904";
}
.bi-beaker-fill::before {
  content: "\f905";
}
.bi-beaker::before {
  content: "\f906";
}
.bi-flask-fill::before {
  content: "\f907";
}
.bi-flask-florence-fill::before {
  content: "\f908";
}
.bi-flask-florence::before {
  content: "\f909";
}
.bi-flask::before {
  content: "\f90a";
}
.bi-leaf-fill::before {
  content: "\f90b";
}
.bi-leaf::before {
  content: "\f90c";
}
.bi-measuring-cup-fill::before {
  content: "\f90d";
}
.bi-measuring-cup::before {
  content: "\f90e";
}
.bi-unlock2-fill::before {
  content: "\f90f";
}
.bi-unlock2::before {
  content: "\f910";
}
.bi-battery-low::before {
  content: "\f911";
}
.bi-anthropic::before {
  content: "\f912";
}
.bi-apple-music::before {
  content: "\f913";
}
.bi-claude::before {
  content: "\f914";
}
.bi-openai::before {
  content: "\f915";
}
.bi-perplexity::before {
  content: "\f916";
}
.bi-css::before {
  content: "\f917";
}
.bi-javascript::before {
  content: "\f918";
}
.bi-typescript::before {
  content: "\f919";
}
.bi-fork-knife::before {
  content: "\f91a";
}
.bi-globe-americas-fill::before {
  content: "\f91b";
}
.bi-globe-asia-australia-fill::before {
  content: "\f91c";
}
.bi-globe-central-south-asia-fill::before {
  content: "\f91d";
}
.bi-globe-europe-africa-fill::before {
  content: "\f91e";
}

/* src/styles.scss */
.dds-sticker.popup,
.dds-sticker.popup_position,
dds-sticker.popup,
dds-sticker.popup_position,
[style*="z-index: 1001"] {
  transform: scale(0.67) !important;
  transform-origin: top left !important;
}
.dds-sticker.popup.force-hidden,
.dds-sticker.popup_position.force-hidden,
dds-sticker.popup.force-hidden,
dds-sticker.popup_position.force-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
}
body,
mark {
  color: #000;
}
body,
figure {
  margin: 0;
}
pre,
tags-input .tags {
  word-wrap: break-word;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px;
}
.checkbox,
.checkbox-inline,
.glyphicon,
.has-feedback,
.radio,
.radio-inline,
sub,
sup {
  position: relative;
}
.img-responsive,
.img-thumbnail,
.table,
label {
  max-width: 100%;
}
.deloitte-icon,
.deloitte-icon-special,
.fa,
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  appearance: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.img-thumbnail,
body {
  background-color: #fff;
}
.glyphicon {
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  line-height: 1.42857;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a2e0;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #006b94;
  text-decoration: underline;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D0D0CE;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #75787B;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
dt,
kbd kbd {
  font-weight: 700;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline > li,
.padding-right-5 {
  padding-right: 5px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #75787B;
}
.text-primary {
  color: #00a2e0;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #007dad;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-compliant {
  color: #000 !important;
}
.text-warning {
  color: #8a6d3b !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00a2e0;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #007dad;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
pre code,
table {
  background-color: transparent;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
dl,
ol,
ul {
  margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
address,
dl {
  margin-bottom: 20px;
}
ol,
ul {
  margin-bottom: 10px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
}
dd,
dt {
  line-height: 1.42857;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 750px;
  }
}
#content,
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.ui-select-bootstrap .ui-select-choices-row > span,
table.dataTable {
  clear: both;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
}
.checkbox.disabled label,
.form-control[disabled],
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #D0D0CE;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #75787B;
}
legend,
pre {
  color: #000;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #D0D0CE;
  border-left: 0;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
caption,
th {
  text-align: left;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\a0\2014";
}
address {
  font-style: normal;
  line-height: 1.42857;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pre-scrollable {
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
  float: left;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #75787B;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background-color: transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\	;
  line-height: normal;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857;
  color: #97999B;
  display: block;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #D0D0CE;
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm > .input-group-btn > input.btn[type=date],
  .input-group-sm > .input-group-btn > input.btn[type=time],
  .input-group-sm > .input-group-btn > input.btn[type=datetime-local],
  .input-group-sm > .input-group-btn > input.btn[type=month],
  .input-group-sm > input.form-control[type=date],
  .input-group-sm > input.form-control[type=time],
  .input-group-sm > input.form-control[type=datetime-local],
  .input-group-sm > input.form-control[type=month],
  .input-group-sm > input.input-group-addon[type=date],
  .input-group-sm > input.input-group-addon[type=time],
  .input-group-sm > input.input-group-addon[type=datetime-local],
  .input-group-sm > input.input-group-addon[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg > .input-group-btn > input.btn[type=date],
  .input-group-lg > .input-group-btn > input.btn[type=time],
  .input-group-lg > .input-group-btn > input.btn[type=datetime-local],
  .input-group-lg > .input-group-btn > input.btn[type=month],
  .input-group-lg > input.form-control[type=date],
  .input-group-lg > input.form-control[type=time],
  .input-group-lg > input.form-control[type=datetime-local],
  .input-group-lg > input.form-control[type=month],
  .input-group-lg > input.input-group-addon[type=date],
  .input-group-lg > input.input-group-addon[type=time],
  .input-group-lg > input.input-group-addon[type=datetime-local],
  .input-group-lg > input.input-group-addon[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 4px\	;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.collapsing,
.dropdown,
.dropup {
  position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: buttonface;
  color: inherit;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00a2e0 !important;
  border-color: #0090c7 !important;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #007dad;
  border-color: #003347;
}
.btn-primary:hover {
  color: #fff;
  background-color: #007dad;
  border-color: #006389;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007dad;
  background-image: none;
  border-color: #006389;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #006389;
  border-color: #003347;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #00a2e0;
  border-color: #0090c7;
}
.btn-primary .badge {
  color: #00a2e0;
  background-color: #fff;
}
.btn-success,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #68911d;
  background-image: none;
  border-color: #527417;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #527417;
  border-color: #2b3c0c;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #86BC25;
  border-color: #77a721;
}
.btn-success .badge {
  color: #86BC25;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #00A3E0;
  border-color: #0090c7;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #007ead;
  border-color: #003447;
}
.btn-info:hover {
  color: #fff;
  background-color: #007ead;
  border-color: #006489;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007ead;
  background-image: none;
  border-color: #006489;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #006489;
  border-color: #003447;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #00A3E0;
  border-color: #0090c7;
}
.btn-info .badge {
  color: #00A3E0;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ED8B00;
  border-color: #d47c00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ba6d00;
  border-color: #543100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ba6d00;
  border-color: #965800;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ba6d00;
  background-image: none;
  border-color: #965800;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #965800;
  border-color: #543100;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #ED8B00;
  border-color: #d47c00;
}
.btn-warning .badge {
  color: #ED8B00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #DA291C;
  border-color: #c32519;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #ad2116;
  border-color: #52100b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ad2116;
  border-color: #8d1b12;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ad2116;
  background-image: none;
  border-color: #8d1b12;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #8d1b12;
  border-color: #52100b;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #DA291C;
  border-color: #c32519;
}
.btn-danger .badge {
  color: #DA291C;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #75787B;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.faded {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.faded.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-header,
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  font-weight: 400;
  color: #000;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a2e0;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #75787B;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  font-size: 12px;
  color: #75787B;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
  display: table;
  content: " ";
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn .caret,
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group,
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #97999B;
  text-align: center;
  background-color: #D0D0CE;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  display: table;
  content: " ";
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #D0D0CE;
}
.nav > li.disabled > a {
  color: #75787B;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #75787B;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #D0D0CE;
  border-color: #00a2e0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.42857;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #D0D0CE #D0D0CE #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  background-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #00a2e0;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  align-items: start;
}
.navbar:after,
.navbar:before {
  display: table;
  content: " ";
}
.navbar-header:after,
.navbar-header:before {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  display: table;
  content: " ";
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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);
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.breadcrumb > li,
.pagination {
  display: inline-block;
}
.btn .badge,
.btn .label {
  top: -1px;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9c9ea1;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9c9ea1;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9c9ea1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9c9ea1;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9c9ea1;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #75787B;
}
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #00a2e0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #006b94;
  background-color: #D0D0CE;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #75787B;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.badge,
.label {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:after,
.pager:before {
  display: table;
  content: " ";
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #D0D0CE;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #75787B;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #75787B;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5c5f61;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #007dad;
}
.label-success {
  background-color: #86BC25;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #68911d;
}
.label-info {
  background-color: #00A3E0;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #007ead;
}
.label-warning {
  background-color: #ED8B00;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ba6d00;
}
.label-danger {
  background-color: #DA291C;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #ad2116;
}
.badge {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #75787B;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.media-object,
.thumbnail {
  display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00a2e0;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #D0D0CE;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.alert,
.thumbnail {
  margin-bottom: 20px;
}
.jumbotron > hr {
  border-top-color: #b7b7b4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #00a2e0;
}
.alert {
  padding: 15px;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00a2e0;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  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: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #86BC25;
}
.progress-striped .progress-bar-success {
  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);
}
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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);
}
.progress-bar-info {
  background-color: #00A3E0;
}
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning {
  background-color: #ED8B00;
}
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger {
  background-color: #DA291C;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.media {
  margin-top: 15px;
}
.media-heading,
.media:first-child,
.panel-title {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: medium !important;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #75787B;
  cursor: not-allowed;
  background-color: #D0D0CE;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #75787B;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #00a2e0;
  border-color: #00a2e0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #ade8ff;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  display: table;
  content: " ";
}
.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group,
.well {
  margin-bottom: 20px;
}
.panel-group .panel {
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary > .panel-heading {
  color: #fff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #005587;
}
.panel-primary > .panel-heading .badge {
  color: #005587;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #005587;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  background-color: #D0D0CE;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}
.popover,
.tooltip {
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  text-decoration: none;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal.faded .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.message-modal-width {
  min-width: 375px !important;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  z-index: 1040 !important;
  background-color: #000;
}
.modal-backdrop.faded {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  text-align: left;
  text-align: start;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}
.popover > .arrow,
.popover > .arrow:after,
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 500px;
  padding: 1px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  border-radius: 6px;
}
.carousel-caption,
.carousel-control {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  display: block;
}
.carousel,
.carousel-inner {
  position: relative;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.left > .arrow,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  border-right-width: 0;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
  bottom: -10px;
  content: " ";
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.btn:after,
.dropdown-menu li a:after {
  background-image: -webkit-radial-gradient(circle, #000 10%, transparent 10.01%);
  pointer-events: none;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.navbar {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
  font-size: 24px;
}
.navbar-inverse .navbar-form input[type=password],
.navbar-inverse .navbar-form input[type=text] {
  color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 #9c9ea1;
  box-shadow: inset 0 -1px 0 #9c9ea1;
}
.navbar-inverse .navbar-form input[type=password]::-moz-placeholder,
.navbar-inverse .navbar-form input[type=text]::-moz-placeholder {
  color: #9c9ea1;
  opacity: 1;
}
.navbar-inverse .navbar-form input[type=password]:-ms-input-placeholder,
.navbar-inverse .navbar-form input[type=text]:-ms-input-placeholder {
  color: #9c9ea1;
}
.navbar-inverse .navbar-form input[type=password]::-webkit-input-placeholder,
.navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder {
  color: #9c9ea1;
}
.navbar-inverse .navbar-form input[type=password]:focus,
.navbar-inverse .navbar-form input[type=text]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #fff;
  box-shadow: inset 0 -2px 0 #fff;
}
.btn-default:focus {
  background-color: #fff;
}
.btn-default:active:hover:enabled,
.btn-default:hover:enabled {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-default:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-primary:focus {
  background-color: #00a2e0;
}
.btn-primary:active:hover:enabled,
.btn-primary:hover:enabled {
  background-color: #008cc1;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-success:focus {
  background-color: #86BC25;
}
.btn-success:active:hover:enabled,
.btn-success:hover:enabled {
  background-color: #74a220;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-success:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-info:focus {
  background-color: #00A3E0;
}
.btn-info:active:hover:enabled,
.btn-info:hover:enabled {
  background-color: #008dc1;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-info:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-warning:focus {
  background-color: #ED8B00;
}
.btn-warning:active:hover:enabled,
.btn-warning:hover:enabled {
  background-color: #ce7900;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-danger:focus {
  background-color: #DA291C;
}
.btn-danger:active:hover:enabled,
.btn-danger:hover:enabled {
  background-color: #bf2419;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-danger:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-link:focus {
  background-color: #fff;
}
.btn-link:active:hover:enabled,
.btn-link:hover:enabled {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-link:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn {
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
}
.btn:active:after {
  background-size: 0 0;
  opacity: 0.2;
  transition: 0s;
}
.btn-link {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.btn-link:focus,
.btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  text-decoration: none;
}
.btn-default.disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}
body,
button,
input {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
}
p {
  margin: 0 0 1em;
}
.table-hover > tbody > tr,
.table-hover > tbody > tr > td,
.table-hover > tbody > tr > th,
a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
label {
  font-weight: 400;
}
[contenteditable].form-control,
[type=email].form-control,
[type=password].form-control,
[type=tel].form-control,
[type=text].form-control,
input.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=text],
textarea,
textarea.form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
}
[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
input.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 -2px 0 #00a2e0;
  box-shadow: inset 0 -2px 0 #00a2e0;
}
[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=text][disabled],
input[type=text][readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
textarea[disabled],
textarea[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}
.input-group-sm > .input-group-btn > .btn[contenteditable].form-control,
.input-group-sm > .input-group-btn > .btn[type=email].form-control,
.input-group-sm > .input-group-btn > .btn[type=password].form-control,
.input-group-sm > .input-group-btn > .btn[type=tel].form-control,
.input-group-sm > .input-group-btn > .btn[type=text].form-control,
.input-group-sm > .input-group-btn > input.btn[type=email],
.input-group-sm > .input-group-btn > input.btn[type=number],
.input-group-sm > .input-group-btn > input.btn[type=password],
.input-group-sm > .input-group-btn > input.btn[type=text],
.input-group-sm > .input-group-btn > input.form-control.btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.form-control.btn,
.input-group-sm > [contenteditable].form-control,
.input-group-sm > [type=email].form-control,
.input-group-sm > [type=password].form-control,
.input-group-sm > [type=tel].form-control,
.input-group-sm > [type=text].form-control,
.input-group-sm > input.form-control,
.input-group-sm > input.form-control[type=email],
.input-group-sm > input.form-control[type=number],
.input-group-sm > input.form-control[type=password],
.input-group-sm > input.form-control[type=text],
.input-group-sm > input.input-group-addon[type=email],
.input-group-sm > input.input-group-addon[type=number],
.input-group-sm > input.input-group-addon[type=password],
.input-group-sm > input.input-group-addon[type=text],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
[contenteditable].form-control.input-sm,
[type=email].form-control.input-sm,
[type=password].form-control.input-sm,
[type=tel].form-control.input-sm,
[type=text].form-control.input-sm,
input.form-control.input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
input[type=password].input-sm,
input[type=text].input-sm,
textarea.form-control.input-sm,
textarea.input-sm {
  font-size: 12px;
}
.input-group-lg > .input-group-btn > .btn[contenteditable].form-control,
.input-group-lg > .input-group-btn > .btn[type=email].form-control,
.input-group-lg > .input-group-btn > .btn[type=password].form-control,
.input-group-lg > .input-group-btn > .btn[type=tel].form-control,
.input-group-lg > .input-group-btn > .btn[type=text].form-control,
.input-group-lg > .input-group-btn > input.btn[type=email],
.input-group-lg > .input-group-btn > input.btn[type=number],
.input-group-lg > .input-group-btn > input.btn[type=password],
.input-group-lg > .input-group-btn > input.btn[type=text],
.input-group-lg > .input-group-btn > input.form-control.btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.form-control.btn,
.input-group-lg > [contenteditable].form-control,
.input-group-lg > [type=email].form-control,
.input-group-lg > [type=password].form-control,
.input-group-lg > [type=tel].form-control,
.input-group-lg > [type=text].form-control,
.input-group-lg > input.form-control,
.input-group-lg > input.form-control[type=email],
.input-group-lg > input.form-control[type=number],
.input-group-lg > input.form-control[type=password],
.input-group-lg > input.form-control[type=text],
.input-group-lg > input.input-group-addon[type=email],
.input-group-lg > input.input-group-addon[type=number],
.input-group-lg > input.input-group-addon[type=password],
.input-group-lg > input.input-group-addon[type=text],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
[contenteditable].form-control.input-lg,
[type=email].form-control.input-lg,
[type=password].form-control.input-lg,
[type=tel].form-control.input-lg,
[type=text].form-control.input-lg,
input.form-control.input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
input[type=password].input-lg,
input[type=text].input-lg,
textarea.form-control.input-lg,
textarea.input-lg {
  font-size: 18px;
}
.ui-select-container,
select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\	;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
  line-height: 1.5;
}
.ui-select-container::-ms-expand,
select.form-control::-ms-expand,
select::-ms-expand {
  display: none;
}
.input-group-sm > .input-group-btn > .ui-select-container.btn,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.form-control.btn,
.input-group-sm > .ui-select-container.form-control,
.input-group-sm > .ui-select-container.input-group-addon,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.ui-select-container.input-sm,
select.form-control.input-sm,
select.input-sm {
  font-size: 12px;
}
.input-group-lg > .input-group-btn > .ui-select-container.btn,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.form-control.btn,
.input-group-lg > .ui-select-container.form-control,
.input-group-lg > .ui-select-container.input-group-addon,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.ui-select-container.input-lg,
select.form-control.input-lg,
select.input-lg {
  font-size: 18px;
}
.ui-select-container.open,
.ui-select-container:focus,
select.form-control.open,
select.form-control:focus,
select.open,
select:focus {
  -webkit-box-shadow: inset 0 -2px 0 #00a2e0;
  box-shadow: inset 0 -2px 0 #00a2e0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
.ui-select-container[multiple],
select.form-control[multiple],
select[multiple] {
  background: 0 0;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  padding-left: 25px;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.checkbox-inline input[type=checkbox],
.checkbox-inline input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=checkbox],
.radio-inline input[type=radio] {
  margin-left: -25px;
}
.radio input[type=radio],
.radio-inline input[type=radio],
input[type=radio] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.radio input[type=radio]:focus,
.radio-inline input[type=radio]:focus,
input[type=radio]:focus {
  outline: 0;
}
.radio input[type=radio]:after,
.radio input[type=radio]:before,
.radio-inline input[type=radio]:after,
.radio-inline input[type=radio]:before,
input[type=radio]:after,
input[type=radio]:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.radio input[type=radio]:before,
.radio-inline input[type=radio]:before,
input[type=radio]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #00a2e0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio input[type=radio]:after,
.radio-inline input[type=radio]:after,
input[type=radio]:after {
  position: relative;
  top: -3px;
  border: 2px solid #97999B;
}
.radio input[type=radio]:checked:before,
.radio-inline input[type=radio]:checked:before,
input[type=radio]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.radio input[type=radio]:disabled:checked:before,
.radio-inline input[type=radio]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
  background-color: #75787B;
}
.radio input[type=radio]:checked:after,
.radio-inline input[type=radio]:checked:after,
input[type=radio]:checked:after {
  border-color: #00a2e0;
}
.radio input[type=radio]:disabled:after,
.radio input[type=radio]:disabled:checked:after,
.radio-inline input[type=radio]:disabled:after,
.radio-inline input[type=radio]:disabled:checked:after,
input[type=radio]:disabled:after,
input[type=radio]:disabled:checked:after {
  border-color: #75787B;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
input[type=checkbox] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.checkbox input[type=checkbox]:focus,
.checkbox-inline input[type=checkbox]:focus,
input[type=checkbox]:focus {
  outline: 0;
}
.checkbox input[type=checkbox]:focus:after,
.checkbox-inline input[type=checkbox]:focus:after,
input[type=checkbox]:focus:after {
  border-color: #00a2e0;
}
.checkbox input[type=checkbox]:after,
.checkbox-inline input[type=checkbox]:after,
input[type=checkbox]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #97999B;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.checkbox input[type=checkbox]:checked:before,
.checkbox-inline input[type=checkbox]:checked:before,
input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input[type=checkbox].intermediate:before,
.checkbox-inline input[type=checkbox].intermediate:before,
input[type=checkbox].intermediate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #97999B;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.checkbox input[type=checkbox]:checked:after,
.checkbox-inline input[type=checkbox]:checked:after,
input[type=checkbox]:checked:after {
  background-color: #00a2e0;
  border-color: #00a2e0;
}
.checkbox input[type=checkbox]:disabled:after,
.checkbox-inline input[type=checkbox]:disabled:after,
input[type=checkbox]:disabled:after {
  border-color: #75787B;
}
.checkbox input[type=checkbox]:disabled:checked:after,
.checkbox-inline input[type=checkbox]:disabled:checked:after,
input[type=checkbox]:disabled:checked:after {
  background-color: #75787B;
  border-color: transparent;
}
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning [type=text].form-control[readonly],
.has-warning input.form-control[readonly],
.has-warning input:not([type=checkbox]),
.has-warning input:not([type=checkbox]):focus,
.has-warning input[type=text][readonly] {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #ED8B00;
  box-shadow: inset 0 -2px 0 #ED8B00;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error [type=text].form-control[readonly],
.has-error input.form-control[readonly],
.has-error input:not([type=checkbox]),
.has-error input:not([type=checkbox]):focus,
.has-error input[type=text][readonly] {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #DA291C;
  box-shadow: inset 0 -2px 0 #DA291C;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-success [type=text].form-control[readonly],
.has-success input.form-control[readonly],
.has-success input:not([type=checkbox]),
.has-success input:not([type=checkbox]):focus,
.has-success input[type=text][readonly] {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #86BC25;
  box-shadow: inset 0 -2px 0 #86BC25;
}
.has-error .input-group-addon,
.has-success .input-group-addon,
.has-warning .input-group-addon {
  color: #97999B;
  border-color: #ccc;
  background-color: #D0D0CE;
}
.form-group-lg select,
.form-group-lg select.form-control {
  line-height: 1.5;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #00a2e0;
  box-shadow: inset 0 -2px 0 #00a2e0;
  color: #00a2e0;
}
.nav-tabs > li.active > a:focus:hover,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #00a2e0;
}
.alert,
.alert .close {
  color: #fff;
}
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
}
.dropdown-menu,
.panel {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > li > a:hover {
  border: none;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.dropdown-menu {
  margin-top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.dropdown-menu li a {
  position: relative;
}
.dropdown-menu li a:after,
.progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.dropdown-menu li a:after {
  top: 0;
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
}
.dropdown-menu li a:active:after {
  background-size: 0 0;
  opacity: 0.2;
  transition: 0s;
}
.alert {
  border: none;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.progress,
.progress-bar {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.alert-success {
  background-color: #86BC25;
}
.alert-info {
  background-color: #00A3E0;
}
.alert-warning {
  background-color: #ED8B00;
}
.alert-danger {
  background-color: #DA291C;
}
.alert .alert-link,
.alert a:not(.close):not(.btn) {
  color: #fff;
  font-weight: 700;
}
.badge {
  padding: 4px 6px;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar:last-child {
  border-radius: 0 3px 3px 0;
}
.progress-bar:last-child:before {
  right: 0;
  z-index: -1;
  background-color: #94e1ff;
}
.progress-bar-success:last-child.progress-bar:before {
  background-color: #d4eda6;
}
.progress-bar-info:last-child.progress-bar:before {
  background-color: #c7f0ff;
}
.progress-bar-warning:last-child.progress-bar:before {
  background-color: #ffd8a1;
}
.progress-bar-danger:last-child.progress-bar:before {
  background-color: #ef8d86;
}
.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.close:hover {
  opacity: 1;
}
.list-group-item {
  padding: 15px;
}
.list-group-item-text {
  color: #75787B;
}
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.panel-heading {
  border-bottom: none;
}
.panel-footer {
  border-top: none;
}
.popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit;
}
.paginate_button.active a,
.paginate_button.current {
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding: 10px 14px;
  top: -4px;
}
.add-ripple:after,
.icon-add-ripple:after,
.paginate_button.active a:after,
.paginate_button.current:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  pointer-events: none;
}
.paginate_button.active a:after,
.paginate_button.current:after {
  position: absolute;
  background-image: -webkit-radial-gradient(circle, #000 10%, transparent 10.01%);
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-size: 1000% 1000%;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
}
.paginate_button.active a:active:after,
.paginate_button.current:active:after {
  background-size: 0 0;
  opacity: 0.2;
  transition: 0s;
}
.add-ripple {
  position: relative;
  cursor: pointer;
}
.add-ripple:after {
  position: absolute;
  background-image: -webkit-radial-gradient(circle, #000 10%, transparent 10.01%);
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-size: 1000% 1000%;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
}
.add-ripple:active:after {
  background-size: 0 0;
  opacity: 0.2;
  transition: 0s;
}
.icon-add-ripple {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.icon-add-ripple:after {
  position: absolute;
  background-image: -webkit-radial-gradient(circle, #000 10%, transparent 10.01%);
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-size: 1000% 1000%;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
}
.icon-add-ripple:active:after {
  background-size: 0 0;
  opacity: 0.2;
  transition: 0s;
}
.ui-select-bootstrap .btn.form-control {
  white-space: normal;
  min-height: 34px;
  height: auto;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  white-space: normal !important;
}
.ui-select-container.open,
.ui-select-container:focus,
select.form-control.open {
  background-image: none !important;
}
.ui-select-match-item {
  white-space: normal;
}
body,
html {
  height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #toast-container,
  .modal-content,
  .zoom {
    zoom: 0.67;
  }
  .zoom {
    height: 100%;
  }
  .main-content-wrapper {
    max-height: calc(147vh - 70px) !important;
    min-height: 100% !important;
  }
}
.invalidTag,
.invalidTag a {
  color: red !important;
}
.red {
  color: red;
}
.black,
input.form-control {
  color: #000;
}
@media (min-width: 1400px) {
  .my-modal-popup .modal-lg {
    width: 1350px;
  }
  .my-modal-popup .modal-xl {
    width: 1200px;
  }
}
textarea.form-control {
  height: 100%;
  width: 100%;
  border: 1px solid #d3d3d3;
  padding-left: 10px;
  color: #000;
}
.login-page-container {
  min-height: 100%;
}
.login-page-container .col {
  padding: 0 !important;
}
.login-page-container .backstretch {
  -webkit-filter: blur(5px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur5'><feGaussianBlur in='SourceGraphic' stdDeviation='5' /></filter></svg>#blur5");
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="5");
}
.login-page-container .login-box-container {
  margin-top: -60px;
  padding-right: 0;
}
.login-page-container .login-box-container input {
  background: 0 0 !important;
}
.login-page-container .login-box-container .modal-dialog {
  margin: 0 !important;
}
.login-page-container .login-box-container .modal-body {
  padding: 0 45px;
}
.login-page-container .login-box-container .main-body {
  padding: 0 100px;
}
.login-page-container .login-box-container .app-logo {
  background-image: url("./media/bg-white-lock.png");
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
  box-shadow: 400px 0 87px -19px rgba(255, 255, 255, 0.6) inset;
  border-radius: 0;
  margin-top: 25vh;
}
.login-page-container .login-box-container .word-fwidth {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-right: 60px;
  text-align: left;
}
.login-page-container .login-box-container .word-fwidth .highlight {
  position: relative;
  font-size: 6rem;
  color: #86BC25;
}
.login-page-container .login-box-container .reg-page {
  max-width: 600px;
  margin: 0;
  float: right;
}
.login-page-container .login-box-container .reg-page .body-inner {
  position: relative;
  padding: 0;
}
.login-page-container .login-box-container .reg-page .body-inner:before {
  z-index: 0;
  content: " ";
  line-height: 0;
  position: absolute;
  top: 40px;
  left: -50px;
  right: 0;
  background-color: rgba(0, 171, 171, 0.5);
  height: calc(100vh - 60px);
  width: 65px;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.login-page-container .login-box-container .reg-page .body-inner .btn {
  background: #00ABAB !important;
  border-radius: 0;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  height: calc(100vh + 10px);
  width: inherit;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content .login-link-transition {
  width: 100%;
  text-align: center;
  font-size: large;
  margin-top: 30px;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content .forgotpassword-part-form h4 {
  margin: 30px 0;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content .modal-header {
  border-bottom: 0;
  margin-top: 25vh;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content .modal-header h2 {
  color: #555;
}
.login-page-container .login-box-container .reg-page .body-inner .modal-content .login-footer {
  text-align: center;
  position: fixed;
  bottom: 20px;
  display: block;
  width: inherit;
}
.login-page-container .login-box-container .reg-page .body-inner:hover:before {
  background-color: rgba(0, 79, 89, 0.7);
  width: 85px;
  left: -70px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.deloitte-logo-wrapper {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 200px;
}
.deloitte-logo-wrapper img {
  width: 150px;
}
.TerminateMailCycle {
  color: #000 !important;
  font-size: 12px !important;
}
.padding-zero {
  padding: 0 !important;
}
.margin-top-15 {
  margin-top: 0 !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-0 {
  margin: 0 !important;
}
.panel .panel-heading {
  display: table;
  width: 100%;
  padding: 10px 15px;
  min-height: 40px;
  border-radius: 0;
}
.panel .panel-heading .panel-heading-label {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.panel .panel-heading .panel-heading-label .panel-heading-tag {
  font-size: 14px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: #86BC25;
}
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus,
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #CCC;
  background-color: transparent;
}
nav.sidebar .navbar-nav .open .dropdown-menu > li:focus,
nav.sidebar .navbar-nav > li:hover {
  background: rgba(0, 0, 0, 0.49);
  color: #fff;
}
nav.sidebar .navbar-nav .open .dropdown-menu > li:focus a,
nav.sidebar .navbar-nav > li:hover a {
  color: #fff;
}
nav.sidebar .navbar-nav .open .dropdown-menu > li:focus .sidebar-icon,
nav.sidebar .navbar-nav > li:hover .sidebar-icon {
  background: rgba(0, 0, 0, 0);
}
nav.sidebar .navbar-nav .open .dropdown-menu > li:focus .ico:after,
nav.sidebar .navbar-nav > li:hover .ico:after {
  color: #fff;
}
nav.sidebar .navbar-default .navbar-nav > .active,
nav.sidebar .navbar-default .navbar-nav > .active:focus,
nav.sidebar .navbar-default .navbar-nav > .active:hover,
nav.sidebar .navbar-nav > li.active {
  background: #86bc25;
  color: #fff;
}
nav.sidebar .navbar-default .navbar-nav > .active:focus > a,
nav.sidebar .navbar-default .navbar-nav > .active:focus > a:focus,
nav.sidebar .navbar-default .navbar-nav > .active:focus > a:hover,
nav.sidebar .navbar-default .navbar-nav > .active:hover > a,
nav.sidebar .navbar-default .navbar-nav > .active:hover > a:focus,
nav.sidebar .navbar-default .navbar-nav > .active:hover > a:hover,
nav.sidebar .navbar-default .navbar-nav > .active > a,
nav.sidebar .navbar-default .navbar-nav > .active > a:focus,
nav.sidebar .navbar-default .navbar-nav > .active > a:hover,
nav.sidebar .navbar-nav > li.active > a,
nav.sidebar .navbar-nav > li.active > a:focus,
nav.sidebar .navbar-nav > li.active > a:hover {
  background: #86bc25;
}
nav.sidebar .navbar-default .navbar-nav > .active a,
nav.sidebar .navbar-default .navbar-nav > .active:focus a,
nav.sidebar .navbar-default .navbar-nav > .active:hover a,
nav.sidebar .navbar-nav > li.active a {
  color: #fff;
  background: #86bc25;
}
nav.sidebar .navbar-default .navbar-nav > .active .sidebar-icon,
nav.sidebar .navbar-default .navbar-nav > .active:focus .sidebar-icon,
nav.sidebar .navbar-default .navbar-nav > .active:hover .sidebar-icon,
nav.sidebar .navbar-nav > li.active .sidebar-icon {
  background: #86bc25;
}
nav.sidebar .navbar-default .navbar-nav > .active .ico:after,
nav.sidebar .navbar-default .navbar-nav > .active:focus .ico:after,
nav.sidebar .navbar-default .navbar-nav > .active:hover .ico:after,
nav.sidebar .navbar-nav > li.active .ico:after {
  color: #fff;
}
nav.sidebar a {
  display: table;
  padding: 0;
}
nav.sidebar a .sidebar-icon {
  font-size: 16px;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  color: #000;
  width: 60px;
}
nav.sidebar a .sidebar-text {
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  text-align: left;
  font-size: 15px;
  width: 245px;
  -webkit-transition: width 0.3s;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar.programs-landing a .sidebar-text {
  width: 0;
  -webkit-transition: width 0.3s;
}
@media (min-width: 1330px) {
  nav.sidebar {
    margin-left: 0;
    position: absolute;
  }
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}
nav.sidebar {
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.2s ease-out;
  -moz-transition: margin 0.2s ease-out;
  -o-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}
@media (min-width: 765px) {
  nav.sidebar .container-fluid,
  nav.sidebar .navbar-collapse,
  nav.sidebar a {
    padding: 0;
  }
  .navbar > .container-fluid .navbar-brand,
  nav.sidebar.navbar.sidebar > .container .navbar-brand {
    margin-left: 0;
  }
  nav.sidebar .navbar-brand,
  nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  nav.sidebar .navbar-nav > li:first-child {
    border-top: 1px #e5e5e5 solid;
  }
  nav.sidebar .navbar-nav > li {
    border-bottom: 1px #e5e5e5 solid;
  }
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  nav.sidebar {
    width: 305px;
    height: 100%;
    position: fixed;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s;
  }
  nav.sidebar.programs-landing {
    width: 70px;
  }
  nav.sidebar li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.icon-fast-track-monitoring {
  background: url("./media/CCMI.png") center center no-repeat;
}
.icon-sidebar {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
@font-face {
  font-family: DeloitteIconFont;
  src: url("./media/deloitteiconfont.woff") format("woff");
}
.ico:after {
  font-family: DeloitteIconFont;
  font-weight: 300;
  color: #000;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.ico.ico-search:after {
  content: "\eaf6";
}
.ico.ico-lock:after {
  content: "\e9dc";
}
.ico.ico-tick:after {
  content: "\eb76";
}
.ico.ico-tick-list:after {
  content: "\eb74";
}
.ico.ico-puzzle:after {
  content: "\eaa8";
}
.ico.ico-profile:after {
  content: "\ea9e";
}
.ico.ico-stack-overflow:after {
  content: "\eb50";
}
.ico.ico-tie:after {
  content: "\eb78";
}
.ico.ico-rotate-2:after {
  content: "\ead6";
}
.ico.ico-pen:after {
  content: "\ea66";
}
.ico.ico-slider:after {
  content: "\eb28";
}
.ico.ico-cross:after {
  content: "\e898";
}
.ico.ico-shield:after {
  content: "\eafe";
}
.ico.ico-handshake:after {
  content: "\e982";
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.sidebar.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default {
  background: #fff;
}
.main-content-wrapper {
  margin-left: 300px;
  padding: 20px;
  max-height: calc(100vh - 70px);
  overflow: auto;
  transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  min-height: 100% !important;
}
.main-content-wrapper.programs-landing {
  margin-left: 60px;
  overflow-x: hidden;
}
.main-content-wrapper .breadcrumb-container {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.action-item-label {
  font-size: 18px;
  margin-bottom: 5px;
}
.tile-filters .selectable-container {
  cursor: pointer;
  margin: 5px;
  min-height: 125px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.tile-filters .selectable-container .tile-button {
  width: 100%;
  background: rgba(208, 208, 206, 0.33);
  padding: 15px;
  text-align: center;
}
.tile-filters .selectable-container .tile-number-row {
  min-height: 80px;
  display: table;
  width: 100%;
}
.tile-filters .selectable-container .tile-number-row .tile-number {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
}
.tile-filters .selectable-container .tile-label {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.tile-filters .completed {
  border-top: 20px solid rgba(0, 128, 0, 0.35);
  color: rgba(0, 128, 0, 0.5);
}
.tile-filters .completed.active,
.tile-filters .completed:hover {
  background: rgba(0, 128, 0, 0.25);
  color: #fff;
  border-top: 20px solid transparent !important;
}
.tile-filters .not-responded {
  border-top: 20px solid rgba(218, 41, 28, 0.35);
  color: rgba(218, 41, 28, 0.5);
}
.tile-filters .not-responded.active,
.tile-filters .not-responded:hover {
  background: rgba(218, 41, 28, 0.25);
  color: #fff;
  border-top: 20px solid transparent !important;
}
.tile-filters .non-satisfactory {
  border-top: 20px solid rgba(237, 139, 0, 0.35);
  color: rgba(237, 139, 0, 0.5);
}
.tile-filters .non-satisfactory.active,
.tile-filters .non-satisfactory:hover {
  background: rgba(237, 139, 0, 0.25);
  color: #fff;
  border-top: 20px solid transparent !important;
}
.tile-filters .review {
  border-top: 20px solid rgba(83, 86, 90, 0.35);
  color: rgba(83, 86, 90, 0.5);
}
.tile-filters .review.active,
.tile-filters .review:hover {
  background: rgba(83, 86, 90, 0.25);
  color: #fff;
  border-top: 20px solid transparent !important;
}
.tile-filters .non-compliant {
  border-top: 20px solid rgb(0, 0, 0);
  color: rgba(0, 0, 0, 0.5);
}
.tile-filters .non-compliant.active,
.tile-filters .non-compliant:hover {
  background: rgb(0, 0, 0);
  color: #fff;
  border-top: 20px solid transparent !important;
}
.paginationdesc {
  margin: 27px 10px 27px 0;
  border-radius: 4px;
}
.program-heading,
.sampling-container {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
#pagination-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#pagination-left,
#pagination-right {
  display: flex;
  flex-direction: column;
}
.index-page {
  margin-left: 0;
  margin-right: 0;
}
.index-page .tile-filters .selectable-container {
  min-height: 175px;
}
.index-page .tile-filters .selectable-container .tile-number-row {
  min-height: 120px;
}
.index-page .tile-filters .selectable-container .tile-number {
  font-size: 50px;
}
.index-page .tile-filters .tile-label {
  font-size: 16px;
}
.program-heading {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.sampling-container {
  margin-top: 15px;
}
.sampling-container h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.tile-white {
  border-top: 5px solid #fff !important;
  color: #fff;
}
.tile-white .btn,
.tile-white .btn:hover {
  background: #fff;
}
.tile-black {
  border-top: 5px solid #000 !important;
  color: #000;
}
.tile-black .btn,
.tile-black .btn:hover {
  background: #000;
}
.tile-green {
  border-top: 5px solid #86BC25 !important;
  color: #86BC25;
}
.tile-green .btn,
.tile-green .btn:hover {
  background: #86BC25;
}
.tile-green-2 {
  border-top: 5px solid #C4D600 !important;
  color: #C4D600;
}
.tile-green-2 .btn,
.tile-green-2 .btn:hover {
  background: #fff;
}
.tile-green-4 {
  border-top: 5px solid #43B02A !important;
  color: #43B02A;
}
.tile-green-4 .btn,
.tile-green-4 .btn:hover {
  background: #43B02A;
}
.tile-green-6 {
  border-top: 5px solid #046A38 !important;
  color: #046A38;
}
.tile-green-6 .btn,
.tile-green-6 .btn:hover {
  background: #046A38;
}
.tile-green-7 {
  border-top: 5px solid #2C5234 !important;
  color: #2C5234;
}
.tile-green-7 .btn,
.tile-green-7 .btn:hover {
  background: #2C5234;
}
.tile-teal-5 {
  border-top: 5px solid #0097A9 !important;
  color: #0097A9;
}
.tile-teal-5 .btn,
.tile-teal-5 .btn:hover {
  background: #0097A9;
}
.tile-blue-2 {
  border-top: 5px solid #62B5E5 !important;
  color: #62B5E5;
}
.tile-blue-2 .btn,
.tile-blue-2 .btn:hover {
  background: #62B5E5;
}
.tile-blue-3 {
  border-top: 5px solid #00A3E0 !important;
  color: #00A3E0;
}
.tile-blue-3 .btn,
.tile-blue-3 .btn:hover {
  background: #00A3E0;
}
.tile-blue-4 {
  border-top: 5px solid #0076A8 !important;
  color: #0076A8;
}
.tile-blue-6,
.tile-blue-66 {
  border-top: 5px solid #012169 !important;
  color: #012169;
}
.tile-blue-4 .btn,
.tile-blue-4 .btn:hover {
  background: #0076A8;
}
.tile-blue-6 .btn,
.tile-blue-6 .btn:hover,
.tile-blue-66 .btn,
.tile-blue-66 .btn:hover {
  background: #012169;
}
.tile-blue-66 {
  width: 400px;
  height: 140px;
}
.tile-cool-gray-2 {
  border-top: 5px solid #D0D0CE !important;
  color: #D0D0CE;
}
.tile-cool-gray-2 .btn,
.tile-cool-gray-2 .btn:hover {
  background: #D0D0CE;
}
.tile-cool-gray-4 {
  border-top: 5px solid #BBBCBC !important;
  color: #BBBCBC;
}
.tile-cool-gray-4 .btn,
.tile-cool-gray-4 .btn:hover {
  background: #BBBCBC;
}
.tile-cool-gray-7 {
  border-top: 5px solid #97999B !important;
  color: #97999B;
}
.tile-cool-gray-7 .btn,
.tile-cool-gray-7 .btn:hover {
  background: #97999B;
}
.tile-cool-gray-9 {
  border-top: 5px solid #75787B !important;
  color: #75787B;
}
.tile-cool-gray-9 .btn,
.tile-cool-gray-9 .btn:hover {
  background: #75787B;
}
.tile-cool-gray-11 {
  border-top: 5px solid #53565A !important;
  color: #53565A;
}
.tile-cool-gray-11 .btn,
.tile-cool-gray-11 .btn:hover {
  background: #53565A;
}
.tile-cool-green-1 {
  border-top: 5px solid #E3E48D !important;
  color: #E3E48D;
}
.tile-cool-green-1 .btn,
.tile-cool-green-1 .btn:hover {
  background: #E3E48D;
}
.tile-cool-green-5 {
  border-top: 5px solid #009A44 !important;
  color: #009A44;
}
.tile-cool-green-5 .btn,
.tile-cool-green-5 .btn:hover {
  background: #009A44;
}
.tile-teal-1 {
  border-top: 5px solid #DDEFE8 !important;
  color: #DDEFE8;
}
.tile-teal-1 .btn,
.tile-teal-1 .btn:hover {
  background: #DDEFE8;
}
.tile-teal-2 {
  border-top: 5px solid #9DD4CF !important;
  color: #9DD4CF;
}
.tile-teal-2 .btn,
.tile-teal-2 .btn:hover {
  background: #9DD4CF;
}
.tile-teal-3 {
  border-top: 5px solid #6FC2B4 !important;
  color: #6FC2B4;
}
.tile-teal-3 .btn,
.tile-teal-3 .btn:hover {
  background: #6FC2B4;
}
.tile-teal-4 {
  border-top: 5px solid #00ABAB !important;
  color: #00ABAB;
}
.tile-teal-4 .btn,
.tile-teal-4 .btn:hover {
  background: #00ABAB;
}
.tile-teal-6 {
  border-top: 5px solid #007680 !important;
  color: #007680;
}
.tile-teal-6 .btn,
.tile-teal-6 .btn:hover {
  background: #007680;
}
.tile-teal-7 {
  border-top: 5px solid #004F59 !important;
  color: #004F59;
}
.tile-teal-7 .btn,
.tile-teal-7 .btn:hover {
  background: #004F59;
}
.tile-cool-blue-1 {
  border-top: 5px solid #A0DCFF !important;
  color: #A0DCFF;
}
.tile-cool-blue-1 .btn,
.tile-cool-blue-1 .btn:hover {
  background: #A0DCFF;
}
.tile-cool-blue-5 {
  border-top: 5px solid #005587 !important;
  color: #005587;
}
.tile-cool-blue-5 .btn,
.tile-cool-blue-5 .btn:hover {
  background: #005587;
}
.tile-cool-blue-7 {
  border-top: 5px solid #041E42 !important;
  color: #041E42;
}
.tile-cool-blue-7 .btn,
.tile-cool-blue-7 .btn:hover {
  background: #041E42;
}
.tile-cool-cool-gray-6 {
  border-top: 5px solid #A7A8AA !important;
  color: #A7A8AA;
}
.tile-cool-cool-gray-6 .btn,
.tile-cool-cool-gray-6 .btn:hover {
  background: #A7A8AA;
}
.tile-cool-cool-gray-10 {
  border-top: 5px solid #63666A !important;
  color: #63666A;
}
.tile-cool-cool-gray-10 .btn,
.tile-cool-cool-gray-10 .btn:hover {
  background: #63666A;
}
.header-actions {
  font-size: 30px;
  float: right;
  padding: 6px !important;
  line-height: 50px !important;
}
.header-actions .deloitte-icon {
  color: #fff;
}
#form-container {
  background: #2f2f2f;
  margin-bottom: 20px;
  border-radius: 5px;
}
#form-container .page-header {
  background: #151515;
  margin: 0;
  padding: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#status-buttons {
  margin-top: -15px;
}
#status-buttons .steps-col {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#status-buttons .steps-col.active a {
  color: #86BC25;
}
#status-buttons .steps-col.active a span {
  background: #86BC25;
}
#status-buttons a {
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin-right: 10%;
  margin-left: 10%;
  text-align: center;
  text-transform: uppercase;
}
#status-buttons a span {
  color: #fff;
}
#status-buttons a:hover {
  text-decoration: none;
}
#status-buttons span {
  background: #080808;
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  padding-top: 5px;
  width: 30px;
  border-radius: 50%;
}
#status-buttons a.active span {
  background: #00BC8C;
}
.page-header {
  border-bottom: none;
}
.steps-content {
  padding-top: 25px;
}
.remove-sample {
  font-size: 20px !important;
  color: #626364;
  vertical-align: middle;
  display: inline-block;
}
.green-td {
  background: rgba(0, 128, 0, 0.25);
}
.red-td {
  background: rgba(218, 41, 28, 0.25);
}
.grey-td {
  background: rgba(83, 86, 90, 0.25);
}
.orange-td {
  background: rgba(237, 139, 0, 0.25);
}
.select-col {
  vertical-align: middle !important;
}
.tab-content {
  padding: 5px 15px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-files-header {
  padding-left: 15px;
  margin-bottom: 5px;
}
.ppd-feedback-grid .control-label,
.ppd-feedback-grid .control-labels {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
}
.ppd-feedback-grid {
  margin-top: 3em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.ppd-feedback-grid .form-group {
  margin-left: 0;
  margin-right: 0;
}
.ppd-feedback-grid .control-labels {
  padding-left: 15px;
}
.summary-dropdown {
  width: 325px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.title-color {
  height: 34px;
  margin-top: 0;
  padding: 2px;
  background: #86bc25;
  color: #fff;
  font-size: medium;
}
.st-sort-ascent:after {
  content: "\25b2";
}
.st-sort-descent:after {
  content: "\25bc";
}
.st-selected {
  background: #216eff !important;
  color: #fff !important;
}
.select-box .select-box-panel .panel-body {
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.select-box .select-box-panel .panel-body .panel-heading {
  min-height: 40px;
  display: table;
  width: 100%;
}
.select-box .select-box-panel .panel-body .panel-heading .panel-heading-label {
  display: table-cell;
  vertical-align: middle;
}
.select-box .select-box-panel .panel-body .list-group-item {
  display: table;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 7px 8px;
}
.select-box .select-box-panel .panel-body .list-group-item .select-box-search-input-label {
  border-radius: 0;
  background-color: #D0D0CE;
  color: #000;
}
.select-box .select-box-panel .panel-body .list-group-item .select-box-search-input {
  padding: 5px;
  width: 100%;
  font-size: 120%;
}
.select-box .select-box-panel .panel-body .list-group-item.list-item-subheading {
  padding: 5px;
  background: #D0D0CE;
  width: 100%;
  border-radius: 0;
}
.select-box .select-box-panel .panel-body .list-group-item .item-select-wrapper {
  padding-right: 20px;
}
.select-box .select-box-panel .panel-body .list-group-item .item-title {
  width: 100%;
}
.select-box .select-box-panel .panel-body .list-group-item .item-select-wrapper,
.select-box .select-box-panel .panel-body .list-group-item .item-title {
  display: table-cell;
  vertical-align: middle;
}
st-select-multiple .selectize-control > .selectize-dropdown {
  position: static !important;
}
.deloitte-icon.filter-col,
.glyphicon.filter-col {
  margin: 0 10px;
  font-size: 20px;
  color: #97999B;
  cursor: pointer;
}
.deloitte-icon.filter-col.filtered {
  color: #86BC25;
}
.float-right {
  float: right;
  margin-right: 15px !important;
}
.st-column-menu {
  float: right;
  margin-right: 25px !important;
}
.st-column-menu ul {
  padding: 10px;
  right: 0;
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  text-align: left;
  z-index: 999;
  background-color: #fff;
}
.st-column-menu ul li {
  padding: 5px 0;
}
.m-t-b-7_5 {
  margin: 7.5px 0;
}
.feedback-page .panel-group,
.info-card {
  margin-top: 15px;
}
.hide-nav {
  display: none !important;
}
.clickable,
.nav.nav-tabs li {
  cursor: pointer;
}
.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.info-card {
  width: 100%;
  position: relative;
  font-family: Lato, sans-serif;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.info-card > .info-tile-icon {
  width: 100%;
  min-height: 125px;
  background: #fff;
  display: table;
  text-align: center;
  margin-bottom: 60px;
}
.info-card > .info-tile-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.info-card .info-card-details,
.info-card .info-card-details .info-card-header {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
  background: #fff;
  text-align: center;
}
.info-card .info-card-details .info-card-header .text-muted,
.info-card .info-card-details .text-muted {
  font-size: 14px;
}
.info-card .info-card-details .FontStats,
.info-card .info-card-details .FontStats .text-muted,
.info-card .info-card-details .info-card-header .FontStats,
.info-card .info-card-details .info-card-header .FontStats .text-muted {
  font-size: 16px;
}
.info-card .info-card-details .col,
.info-card .info-card-details .info-card-header .col {
  padding: 3px !important;
}
.info-card .info-card-details::-webkit-scrollbar {
  width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0;
}
.info-card .info-card-details::-webkit-scrollbar-track {
  background: 0 0;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
  background: #828282;
}
.table-header-dark thead tr:not(.filteritem),
.td-icon tr.header-row th {
  background: #75787B;
  color: #fff;
}
.info-card .info-card-details .info-card-header {
  height: auto;
  bottom: 100%;
  padding: 15px 5px;
}
.info-card:hover .info-card-details {
  bottom: 0;
  overflow: auto;
  padding-bottom: 25px;
}
.info-card:hover .info-card-details .info-card-header {
  position: relative;
  bottom: 0;
}
.btn-open,
.table-options > .btn .text-red {
  position: absolute;
}
.info-card .info-card-details .info-card-header h1,
.info-card .info-card-details .info-card-header h2,
.info-card .info-card-details .info-card-header h3 {
  font-size: 18px;
  margin: 0 !important;
  padding: 0 0 10px;
}
.btn-open {
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
}
.btn-container-tile-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.btn-container-tile-footer .col {
  padding: 0 !important;
}
.btn-container-tile-footer .col .btn {
  width: 100%;
  border-radius: 0;
}
.btn-container-tile-footer .col .btn.btn-op {
  border-right: 1px solid #fff;
}
.btn-container-tile-footer .col .btn.btn-doc {
  border-left: 1px solid #fff;
}
.programs-list .info-card > .info-tile-icon {
  min-height: 75px;
  margin-bottom: 110px;
}
.programs-list .info-card .info-card-details .info-card-header {
  padding-bottom: 0;
}
.table-column-min-width-125 {
  min-width: 125px;
}
.td-icon .deloitte-icon,
.td-icon .fa,
.td-icon .glyphicon {
  font-size: 11px !important;
}
.table-header-dark thead tr:not(.filteritem) th {
  vertical-align: middle;
}
.column-filter-multiselect,
.column-filter-multiselect tr {
  color: #000 !important;
}
.toggle-menu-item.active {
  background: #00a2e0;
  color: #fff;
}
hr {
  display: block;
  border-style: ridge;
  border-color: #d3d3d3;
  border-width: 0.5px;
  width: 98%;
  margin: 0 auto 2em;
}
textarea {
  resize: none;
  color: #000;
  border: 1px solid #c2bebe;
}
.reports-tab .tab-content {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
}
.type1Mail.fa-envelope:after,
.type2Mail.fa-envelope:after {
  content: "";
  display: block;
}
#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
}
#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}
#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}
#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}
.wrapper {
  display: flex;
  align-items: stretch;
  perspective: 1500px;
}
#sidebar {
  min-width: 350px;
  max-width: 350px;
  float: left;
  background: #BBBCBC;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: center left;
}
#sidebar.active {
  margin-left: -250px;
  transform: rotateY(100deg);
}
.audit-trail-content .audit-initial-flag-container,
.initial-flag-container {
  margin: 5px 0;
}
#content {
  float: right;
  width: 100%;
  overflow: scroll;
  max-height: 695px;
  padding: 20px;
  transition: all 0.3s;
  overflow-x: hidden;
}
.myTransTable {
  border-collapse: collapse !important;
  display: inline-flex !important;
  width: 200em !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  max-width: unset;
}
.myTransTable tr {
  display: block !important;
  float: left !important;
}
.myTransTable td,
.myTransTable th {
  display: block !important;
  border: 1px solid #000 !important;
  height: 35px;
}
.myTransTable th {
  vertical-align: middle;
}
.myTransTable th.th-header {
  background: #75787B !important;
  color: #fff !important;
}
.myTransTable th.th-transposed-3 {
  height: 105px;
}
.myTransTable th.th-transposed-5 {
  height: 175px;
}
.myTransTable th.th-transposed-4 {
  height: 140px;
}
.myTransTable th.th-transposed-7 {
  height: 245px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  th.th-transposed-3 {
    height: 105px !important;
  }
  th.th-transposed-5 {
    height: 175px !important;
  }
  th.th-transposed-4 {
    height: 140px !important;
  }
  th.th-transposed-7 {
    height: 245px !important;
  }
}
.initial-flag-container .initial-flag-radio {
  padding: 0 25px;
}
.audit-trail-content .panel-body {
  padding: 30px !important;
}
.audit-trail-content .audit-initial-flag-container .initial-flag-radio {
  padding-right: 20px;
}
.btn-margin {
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 2px;
}
.peoplePicker::-ms-clear {
  display: none;
}
::-ms-clear {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.table td {
  border-width: 0;
}
.table-options {
  display: inline-block;
  width: 490px;
}
.table-options .popover {
  width: 540px !important;
  max-width: 540px !important;
}
.table-options .popover-body {
  padding: 9px 14px;
}
.table-options .table > tbody > tr > td,
.table-options .table > tbody > tr > th,
.table-options .table > tfoot > tr > td,
.table-options .table > tfoot > tr > th,
.table-options .table > thead > tr > td,
.table-options .table > thead > tr > th {
  border-top: 0 solid #ddd !important;
}
.table-options .table {
  margin-bottom: 0;
}
.table-options .table th {
  border-width: 0;
  padding-top: 16px;
}
.table-options .table th:first-child {
  padding-left: 16px;
  padding-bottom: 16px;
}
.table-options .table th:last-child {
  padding-right: 16px;
  padding-bottom: 16px;
}
.table-options .table .content > td {
  padding-top: 0;
}
.table-options .text-center {
  padding-left: 4px;
  padding-right: 4px;
}
.table-options hr {
  margin-top: 0;
  margin-bottom: 0;
}
.table-options .btn-default,
.table-options .dropdown-toggle {
  outline: 0;
}
.table-options .btn-default span {
  vertical-align: middle;
}
.table-options .btn-default.disable,
.table-options .btn-default[disabled] {
  cursor: default;
  opacity: 0.3;
}
.table-options .dropdown-menu {
  width: 635px;
  height: 380px;
  left: auto;
  right: -50px;
}
.table-options .dropdown-menu .command-section td {
  padding: 16px;
}
.table-options .dropdown-menu .command-section .text-right {
  padding-right: 30px !important;
}
.table-options .dropdown-menu .command-section .text-right .new-btn {
  margin-left: 16px;
}
.table-options .columns-area {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 241px;
  overflow: auto;
}
.table-options .columns-area .search-container {
  padding: 0;
  border-bottom: 1px solid #d0d0ce;
  height: 55px;
}
.table-options .columns-area .search-container > .search-block {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin: 7px 0;
  display: inline-block;
  width: 100%;
}
.table-options .columns-area .search-container > .search-block > .icon-search-gray-24 {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 8px;
}
.table-options .columns-area .search-container > .search-block > input {
  padding-left: 32px;
}
.table-options .columns-area .rows-container {
  overflow-x: hidden;
  overflow-y: auto;
  height: 184px;
}
.table-options .columns-area table tr:not(.disable):hover {
  background-color: #e6f6fc;
}
.table-options .columns-area table td {
  padding: 2px 0;
  vertical-align: middle;
  position: relative;
  border: 0;
}
.table-options .columns-area table td:first-child {
  padding-left: 24px;
}
.table-options .columns-area table td:last-child {
  padding-right: 8px;
}
.table-options .columns-area table td .icon-filter {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 14px;
  height: 14px;
}
.table-options .columns-area table td .icon-lock {
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: 0.45;
  width: 14px;
  height: 14px;
}
.table-options .columns-area table td > a {
  color: #000;
  text-decoration: none;
}
.table-options .columns-area table td > a:focus {
  border: none;
  outline: 0;
}
.table-options .columns-area table td > a > strong {
  color: #0095cd;
}
.table-options .columns-area table tr {
  cursor: pointer;
}
.table-options .columns-area .selected {
  background-color: #d8d8d8;
}
.table-options .columns-area .disable {
  color: #bbbcbc;
  cursor: default;
}
.icon-s {
  width: 16px !important;
  height: 16px !important;
}
.btn-table-options {
  margin-left: 10px;
}
.btn-table-options span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}
.btn-table-options span.dap-icon {
  width: 16px;
  background-size: auto;
}
.btn-table-options span.caret {
  height: 0;
  margin-left: 12px;
}
.icon-search-gray-24 {
  background-image: url("./media/search-gray-24.png");
}
.icon-filter-green-16 {
  background-image: url("./media/filter-green-16.png");
}
.icon-arrow-right-simple-black-16 {
  background-image: url("./media/arrow-right-simple-black-16.png");
}
.icon-arrow-left-simple-black-16 {
  background-image: url("./media/arrow-left-simple-black-16.png");
}
.icon-double-arrow-right {
  background-image: url("./media/double-arrow-right-simple-black-16.png");
}
.icon-double-arrow-left {
  background-image: url("./media/double-arrow-left-simple-black-16.png");
}
.icon-lock-gray-16 {
  background-image: url("./media/lock-gray-16.png");
}
.icon-arrow-up-simple-black-16 {
  background-image: url("./media/arrow-up-simple-black-16.png");
}
.icon-arrow-down-simple-black-16 {
  background-image: url("./media/arrow-down-simple-black-16.png");
}
.column-filter-multiselect .popover {
  width: 320px !important;
  max-width: 320px !important;
}
.column-filter-multiselect .popover-content {
  width: 318px !important;
  padding: 0 !important;
}
.column-filter-multiselect .head-panel {
  padding: 8px 12px;
  border-bottom: solid 1px #d8d8d8;
  text-align: left;
}
.column-filter-multiselect .head-panel button,
.column-filter-multiselect .head-panel button:active,
.column-filter-multiselect .head-panel button:focus {
  border: none;
  background: 0 0;
  outline: 0;
  cursor: pointer;
}
.column-filter-multiselect .head-panel .text-red {
  color: #b40721;
}
.column-filter-multiselect .head-panel .select-all[disabled],
.column-filter-multiselect .head-panel .text-red[disabled] {
  color: #d8d8d8;
  cursor: default;
}
.column-filter-multiselect .p12 {
  padding: 12px;
}
.column-filter-multiselect .scrollable-block {
  max-height: 200px;
  overflow-y: auto;
  padding: 0 1px;
}
.column-filter-multiselect .scrollable-block label {
  cursor: pointer;
}
.column-filter-multiselect .scrollable-block table {
  border-collapse: separate;
  border-spacing: 0 3px;
  width: 100%;
}
.column-filter-multiselect .scrollable-block tr:hover {
  background: #d8d8d8;
}
.column-filter-multiselect .scrollable-block td {
  padding: 2px;
  line-height: 10px;
}
.column-filter-multiselect .scrollable-block td.checkbox-td {
  width: 30px;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}
.column-filter-multiselect .scrollable-block input[type=checkbox] {
  margin: -10px 0 !important;
  width: 16px;
  height: 16px;
}
.column-filter-multiselect .scrollable-block .checkbox-label {
  margin: 5px 0;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
.column-filter-multiselect .scrollable-block .options-divider {
  padding: 2px 5px;
  font-size: 1px;
}
.column-filter-multiselect .scrollable-block .options-divider div {
  background: #d8d8d8;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.column-filter-multiselect .checkbox {
  margin: 0;
}
.column-filter-multiselect .checkbox label {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
}
.column-filter-multiselect .checkbox label::before {
  width: 16px;
  height: 16px;
  margin: 0;
}
.column-filter-multiselect .buttons {
  text-align: right;
  border-top: solid 1px #d8d8d8;
  padding: 8px 12px;
}
.column-filter-multiselect .btn-apply {
  padding: 5px 20px;
}
.column-filter-multiselect .column-filter-multi {
  min-width: 290px !important;
}
.column-filter-multiselect .column-filter-multi .p12 {
  border-bottom: solid 1px #d8d8d8;
}
.column-filter-multiselect .column-filter-multi .form-control {
  padding: 6px 32px 6px 6px;
}
.column-filter-multiselect .column-filter-multi .search {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 55px;
  right: 15px;
}
.multiselect-dropdown-textbox {
  border: 0;
  outline: 0;
  border-bottom: 0.5px solid grey;
}
.multiselect-dropdown-selectbuttons {
  display: inline;
  padding: 3px;
}
.scrollable-block {
  max-height: 200px;
  overflow-y: scroll;
  padding: 0 1px;
}
.escallation-table-th {
  background: #75787b;
  color: #fff;
  font-weight: 500;
  min-width: 125px !important;
}
.escalation-div-border {
  border: 1px solid #ddd;
  min-height: 125px;
}
.escalation-div-border input {
  border: 1px solid #ddd;
}
.div-margin {
  margin: 5px !important;
}
::ng-deep .buttonmenu {
  padding-top: 5px;
}
::ng-deep .buttonmenu button,
::ng-deep .buttonmenu button:active,
::ng-deep .buttonmenu button:focus {
  border: none;
  background: 0 0;
  outline: 0;
  cursor: pointer;
}
::ng-deep .buttonmenu .text-red {
  color: #b40721;
}
::ng-deep .buttonmenu .select-all[disabled],
::ng-deep .buttonmenu .text-red[disabled] {
  color: #d8d8d8;
  cursor: default;
}
.scrollable-block .checkbox {
  color: #000;
  margin: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}
.scrollable-block a {
  outline: 0;
}
.scrollable-block .presentation {
  padding: 5px;
}
.scrollable-block .presentation:hover {
  background: #d8d8d8;
}
.dropdown-menu-form .search {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 55px;
  right: 15px;
}
.multiselect-parent .selecteditem {
  padding: 1px 1px 1px 8px;
  border-radius: 5px;
  background-color: #d0d0ee;
  font-size: 14px;
  font-weight: 400;
  margin: 3px;
  text-transform: uppercase;
  display: inline-block;
}
.programActive,
.programActive:hover,
.programInactive {
  text-align: left;
  margin-left: 9px;
  vertical-align: middle;
  font-weight: 700;
}
.multiselect-parent .itemremove {
  border: 0 currentColor;
  border-image: none;
  background-color: transparent;
}
.programActive,
.programActive:hover {
  background: #86bc25;
  color: #fff;
}
.programActive input[type=radio]:checked:after,
.programActive input[type=radio]:checked:before,
.programActive:hover input[type=radio]:checked:after,
.programActive:hover input[type=radio]:checked:before,
.programInactive input[type=radio]:after,
.programInactive input[type=radio]:before {
  background-color: transparent !important;
  border: none !important;
}
.wordWrap {
  word-break: break-word;
}
.progress {
  position: relative;
  z-index: 1;
  height: 20px;
  border-radius: 0;
  box-shadow: none;
}
.info-card-OpLeader {
  width: 100%;
  position: relative;
  font-family: Lato, sans-serif;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #86bc25;
  box-shadow: 0 1px 4px #86bc25;
  background: #fff;
}
.info-tile-icon-OpLeader {
  margin-bottom: 110px;
  width: 100%;
  min-height: 125px;
  background: #fff;
  display: table;
  text-align: center;
}
.opleader-username {
  margin-top: 30px;
  margin-left: 20px;
  font-size: larger;
  font-family: "Open Sans" !important;
  font-weight: 700;
}
.info-card-opleader {
  width: 100%;
  position: relative;
  font-family: Lato, sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.landing-row-admin .info-card > .info-tile-icon {
  min-height: 85px;
}
.info-card-opleader .info-card-opleader-details,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
  background: #fff;
  text-align: center;
}
.info-card-opleader .info-card-opleader-details .info-card-opleader-header .text-muted,
.info-card-opleader .info-card-opleader-details .text-muted {
  font-size: 14px;
}
.info-card-opleader .info-card-opleader-details .FontStats,
.info-card-opleader .info-card-opleader-details .FontStats .text-muted,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header .FontStats,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header .FontStats .text-muted {
  font-size: 16px;
}
.info-card-opleader .info-card-opleader-details .col,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header .col {
  padding: 3px !important;
}
.info-card-opleader .info-card-opleader-details::-webkit-scrollbar {
  width: 8px;
}
.info-card-opleader .info-card-opleader-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0;
}
.info-card-opleader .info-card-opleader-details::-webkit-scrollbar-track {
  background: 0 0;
}
.info-card-opleader .info-card-opleader-details::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
.info-card-opleader .info-card-opleader-details::-webkit-scrollbar-thumb:hover {
  background: #828282;
}
.info-card-opleader .info-card-opleader-details .info-card-opleader-header {
  height: auto;
  bottom: 100%;
  padding: 15px 5px;
}
.info-card-opleader:hover .info-card-opleader-details {
  bottom: 0;
  overflow: auto;
  padding-bottom: 25px;
}
.info-card-opleader:hover .info-card-opleader-details .info-card-opleader-header {
  position: relative;
  bottom: 0;
}
.info-card-opleader .info-card-opleader-details .info-card-opleader-header h1,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header h2,
.info-card-opleader .info-card-opleader-details .info-card-opleader-header h3 {
  font-size: 18px;
  margin: 0 !important;
  padding: 0 0 10px;
}
.info-card-opleader > .info-tile-icon {
  width: 100%;
  min-height: 125px;
  background: #fff;
  display: table;
  text-align: center;
  margin-bottom: 60px;
}
.info-card-opleader > .info-tile-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 70px;
}
.programs-list .info-card-opleader > .info-tile-icon {
  min-height: 80px;
  margin-bottom: 90px;
}
.programs-list .info-card-opleader .info-card-opleader-details .info-card-opleader-header {
  padding-bottom: 0;
}
.dashboard-opleader-summary {
  font-size: large;
  font-weight: 700;
}
#legenddiv {
  width: 500px;
  height: 250px;
  float: left;
  font-family: Lato;
  padding: 60px 0 0;
  margin-top: 100px;
}
#legenddiv > div {
  float: left;
  width: 100px;
  height: 50px;
  margin: 0 20px 30px 0;
}
#legenddiv .marker {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  float: left;
  margin: 2px 5px 0 0;
}
#legenddiv .title {
  color: #646464;
  font-size: 12px;
}
#legenddiv .change {
  clear: left;
  margin: 13px 15px 0 0;
  float: left;
  color: #629300;
  font-size: 11px;
  font-weight: 600;
}
#legenddiv .change:before {
  content: "\25b2";
  color: #629300;
  margin-right: 5px;
}
#legenddiv .change.negative {
  color: #cf3e3f;
}
#legenddiv .change.negative:before {
  content: "\25bc";
  color: #cf3e3f;
  margin-right: 5px;
}
#legenddiv .value {
  margin: 10px 0 0;
  float: left;
  color: #323232;
  font-size: 15px;
  font-weight: 600;
}
.dashboardtabs ul:first-of-type li:first-child a {
  color: red !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:first-child.active a {
  color: red !important;
  box-shadow: inset 0 -2px 0 red !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:nth-child(2) a {
  color: #7f7f7f !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:nth-child(2).active a {
  color: #7f7f7f !important;
  box-shadow: inset 0 -2px 0 #7f7f7f !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:nth-child(3) a {
  color: #f90 !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:nth-child(3).active a {
  color: #f90 !important;
  box-shadow: inset 0 -2px 0 #f90 !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:last-child a {
  color: #92d050 !important;
  font-weight: 700;
}
.dashboardtabs ul:first-of-type li:last-child.active a {
  color: #92d050 !important;
  box-shadow: inset 0 -2px 0 #92d050 !important;
  font-weight: 700;
}
.column-filter-multiselect.dateRange .popover-content {
  width: 664px !important;
}
.column-filter-multiselect.dateRange .popover {
  width: 664px !important;
  max-width: none !important;
}
.dateRangeInput {
  padding: 5px;
  border: 1px solid #EEE;
  margin: 10px 10px 0;
  color: #CCC;
}
.dateRangeInput input {
  color: #000;
  box-shadow: none;
}
.dateRangeInput input:focus {
  outline: 0;
  box-shadow: none;
}
.dateRangeBTNS {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}
.dateRangeBTNS div {
  padding: 0 15px 15px;
}
.dateRangeBTNS div span {
  line-height: 31px;
  font-size: 16px;
  color: red;
  cursor: pointer;
}
.dateRangeBTNS div span.disabled {
  opacity: 0.3;
  cursor: default;
}
.calendar-range-current-date button {
  color: #fff;
  background-color: #007ead;
  background-image: none;
  border-color: #006489;
}
.calendar-range-current-date button .text-info {
  color: #fff;
  opacity: 0.6;
}
.calendar-range-current-date button .text-muted {
  color: #335979;
}
.btn-info.active .text-info {
  color: #fff;
  opacity: 0.6;
}
.datepickerRangeConainer .uib-daypicker table,
.datepickerRangeConainer .uib-monthpicker table,
.datepickerRangeConainer .uib-yearpicker table {
  width: 312px;
}
.opleader-closed-metrix {
  color: #4d9600;
}
.opleader-noncompliant-metrix {
  color: #da291c;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFF;
}
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
table.dataTable {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: collapse !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_scrollBody > table,
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
div.dataTables_scrollBody > table,
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
.fa-ul,
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 30px;
}
table.dataTable thead > tr > td:active,
table.dataTable thead > tr > th:active {
  outline: 0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
.fa,
.fa-stack {
  display: inline-block;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > td,
div.dataTables_scrollBody > table > tbody > tr:first-child > th {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-left-width: 0;
}
div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
@font-face {
  font-family: FontAwesome;
  src: url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ui-select-highlight {
  font-weight: 700;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.selectize-control.single > .selectize-input > input,
.selectize-control > .selectize-dropdown {
  width: 100%;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select-locked > .ui-select-match-close,
.select2-locked > .select2-search-choice-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
}
.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px;
}
.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}
.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
}
.ui-select-bootstrap .ui-select-choices-row > span:focus,
.ui-select-bootstrap .ui-select-choices-row > span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
tags-input {
  display: block;
}
tags-input *,
tags-input :after,
tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: 0;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font:
    14px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background:
    linear-gradient(
      to bottom,
      #f0f9ff 0,
      #cbebff 47%,
      #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background:
    linear-gradient(
      to bottom,
      #febbbb 0,
      #fe9090 45%,
      #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font:
    14px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: 0;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background:
    linear-gradient(
      to bottom,
      #f0f9ff 0,
      rgba(203, 235, 255, 0.75) 47%,
      rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font:
    16px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font:
    normal 700 16px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  color: #000;
  background-color: #fff;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.file,
.visibility-hidden {
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove,
.selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  padding: 1px 0 0;
  border-left: 1px solid transparent;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control,
.selectize-input {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333;
  border: 0 solid transparent;
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid transparent;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: grey;
  background: #fff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: 0 !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777;
  background: #fff;
  cursor: default;
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #333 transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent #333;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 9px -12px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scale,
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
}
.slide.ng-enter,
.slide.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide.ng-enter {
  left: 100%;
}
.slide.ng-enter-active,
.slide.ng-leave {
  left: 0;
}
.slide.ng-leave-active {
  left: -100%;
}
.scale.ng-enter {
  -webkit-animation: scaleUp 0.7s ease both;
  animation: scaleUp 0.7s ease both;
}
.scale.ng-leave {
  -webkit-animation: scaleDownUp 0.5s ease both;
  animation: scaleDownUp 0.5s ease both;
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.deloitte-text-white {
  color: #fff !important;
}
.deloitte-text-black {
  color: #000 !important;
}
.deloitte-primary-white {
  background-color: #fff !important;
}
.deloitte-primary-black {
  background-color: #000 !important;
}
.deloitte-primary-green {
  background-color: #86BC25 !important;
}
.deloitte-primary-green2 {
  background-color: #C4D600 !important;
}
.deloitte-primary-green4 {
  background-color: #43B02A !important;
}
.deloitte-primary-green6 {
  background-color: #046A38 !important;
}
.deloitte-primary-green7 {
  background-color: #2C5234 !important;
}
.deloitte-primary-teal5 {
  background-color: #0097A9 !important;
}
.deloitte-primary-blue2 {
  background-color: #62B5E5 !important;
}
.deloitte-primary-blue3 {
  background-color: #00A3E0 !important;
}
.deloitte-primary-blue4 {
  background-color: #0076A8 !important;
}
.deloitte-primary-blue6 {
  background-color: #012169 !important;
}
.deloitte-primary-coolgray2 {
  background-color: #D0D0CE !important;
}
.deloitte-primary-coolgray4 {
  background-color: #BBBCBC !important;
}
.deloitte-primary-coolgray7 {
  background-color: #97999B !important;
}
.deloitte-primary-coolgray9 {
  background-color: #75787B !important;
}
.deloitte-primary-coolgray11 {
  background-color: #53565A !important;
}
.deloitte-primary-text-green {
  color: #86BC25 !important;
}
.deloitte-primary-text-green2 {
  color: #C4D600 !important;
}
.deloitte-primary-text-green4 {
  color: #43B02A !important;
}
.deloitte-primary-text-green6,
.text-success {
  color: #046A38 !important;
}
.deloitte-primary-text-green7 {
  color: #2C5234 !important;
}
.deloitte-primary-text-teal5 {
  color: #0097A9 !important;
}
.deloitte-primary-text-blue2 {
  color: #62B5E5 !important;
}
.deloitte-primary-text-blue3 {
  color: #00A3E0 !important;
}
.deloitte-primary-text-blue4 {
  color: #0076A8 !important;
}
.deloitte-primary-text-blue6 {
  color: #012169 !important;
}
.deloitte-primary-text-coolgray2 {
  color: #D0D0CE !important;
}
.deloitte-primary-text-coolgray4 {
  color: #BBBCBC !important;
}
.deloitte-primary-text-coolgray7 {
  color: #97999B !important;
}
.deloitte-primary-text-coolgray9 {
  color: #75787B !important;
}
.deloitte-primary-text-coolgray11 {
  color: #53565A !important;
}
.deloitte-secondary-green1 {
  background-color: #E3E48D !important;
}
.deloitte-secondary-green5 {
  background-color: #009A44 !important;
}
.deloitte-secondary-teal1 {
  background-color: #DDEFE8 !important;
}
.deloitte-secondary-teal2 {
  background-color: #9DD4CF !important;
}
.deloitte-secondary-teal3 {
  background-color: #6FC2B4 !important;
}
.deloitte-secondary-teal4 {
  background-color: #00ABAB !important;
}
.deloitte-secondary-teal6 {
  background-color: #007680 !important;
}
.deloitte-secondary-teal7 {
  background-color: #004F59 !important;
}
.deloitte-secondary-blue1 {
  background-color: #A0DCFF !important;
}
.deloitte-secondary-blue5 {
  background-color: #005587 !important;
}
.deloitte-secondary-blue7 {
  background-color: #041E42 !important;
}
.deloitte-secondary-coolgray6 {
  background-color: #A7A8AA !important;
}
.deloitte-secondary-coolgray10 {
  background-color: #63666A !important;
}
.deloitte-secondary-text-green1 {
  color: #E3E48D !important;
}
.deloitte-secondary-text-green5 {
  color: #009A44 !important;
}
.deloitte-secondary-text-teal1 {
  color: #DDEFE8 !important;
}
.deloitte-secondary-text-teal2 {
  color: #9DD4CF !important;
}
.deloitte-secondary-text-teal3 {
  color: #6FC2B4 !important;
}
.deloitte-secondary-text-teal4 {
  color: #00ABAB !important;
}
.deloitte-secondary-text-teal6 {
  color: #007680 !important;
}
.deloitte-secondary-text-teal7 {
  color: #004F59 !important;
}
.deloitte-secondary-text-blue1 {
  color: #A0DCFF !important;
}
.deloitte-secondary-text-blue5 {
  color: #005587 !important;
}
.deloitte-secondary-text-blue7 {
  color: #041E42 !important;
}
.deloitte-secondary-text-coolgray6 {
  color: #A7A8AA !important;
}
.deloitte-secondary-text-coolgray10 {
  color: #63666A !important;
}
.deloitte-additional-red {
  background-color: #DA291C !important;
}
.deloitte-additional-orange {
  background-color: #ED8B00 !important;
}
.deloitte-additional-text-red,
.text-danger {
  color: #DA291C !important;
}
.deloitte-additional-text-orange {
  color: #ED8B00 !important;
}
.deloitte-additional-text-yellow {
  color: #FFCD00 !important;
}
.deloitte-icon-special {
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 20px/1 deloitte-special-use-icon-font;
}
.icon-at_special:before {
  content: "!";
}
.icon-alarm_clock_special:before {
  content: '"';
}
.icon-archive_box_special:before {
  content: "#";
}
.icon-arrow_double_down_special:before {
  content: "$";
}
.icon-arrow_double_left_special:before {
  content: "%";
}
.icon-arrow_double_right_special:before {
  content: "&";
}
.icon-arrow_double_up_special:before {
  content: "'";
}
.icon-arrow_down_special:before {
  content: "(";
}
.icon-arrow_left_right_special:before {
  content: ")";
}
.icon-arrow_left_special:before {
  content: "*";
}
.icon-arrow_right_special:before {
  content: "+";
}
.icon-arrow_up_down_special:before {
  content: ",";
}
.icon-arrow_up_special:before {
  content: "-";
}
.icon-backup_complete_special:before {
  content: ".";
}
.icon-backup_special:before {
  content: "/";
}
.icon-bar_chart_1_special:before {
  content: "0";
}
.icon-bar_chart_2_special:before {
  content: "1";
}
.icon-battery_0_special:before {
  content: "2";
}
.icon-battery_1_special:before {
  content: "3";
}
.icon-battery_5_special:before {
  content: "4";
}
.icon-bin_special:before {
  content: "5";
}
.icon-blog_special:before {
  content: "6";
}
.icon-bluetooth_special:before {
  content: "7";
}
.icon-book_open_special:before {
  content: "8";
}
.icon-bookmark_2_special:before {
  content: "9";
}
.icon-bookmark_special:before {
  content: ":";
}
.icon-briefcase_special:before {
  content: ";";
}
.icon-broadcast_special:before {
  content: "<";
}
.icon-bug_special:before {
  content: "=";
}
.icon-burger_menu_special:before {
  content: ">";
}
.icon-calender_special:before {
  content: "?";
}
.icon-camera_special:before {
  content: "@";
}
.icon-checkbox_empty_special:before {
  content: "A";
}
.icon-checkbox_full_special:before {
  content: "B";
}
.icon-checkbox_tick_special:before {
  content: "C";
}
.icon-claperboard_special:before {
  content: "D";
}
.icon-clipboard_special:before {
  content: "E";
}
.icon-clock_special:before {
  content: "F";
}
.icon-cloud_special:before {
  content: "G";
}
.icon-code_special:before {
  content: "H";
}
.icon-cog_special:before {
  content: "I";
}
.icon-cogs_special:before {
  content: "J";
}
.icon-commenting_special:before {
  content: "K";
}
.icon-compass_1_special:before {
  content: "L";
}
.icon-copy_special:before {
  content: "M";
}
.icon-credit_card_special:before {
  content: "N";
}
.icon-crop_special:before {
  content: "O";
}
.icon-cross_special:before {
  content: "P";
}
.icon-cursor_special:before {
  content: "Q";
}
.icon-decrease_4_special:before {
  content: "R";
}
.icon-decrease_5_special:before {
  content: "S";
}
.icon-direction_special:before {
  content: "T";
}
.icon-dislike_special:before {
  content: "U";
}
.icon-display_special:before {
  content: "V";
}
.icon-document_1_special:before {
  content: "W";
}
.icon-document_2_special:before {
  content: "X";
}
.icon-document_3_special:before {
  content: "Y";
}
.icon-download_from_cloud_special:before {
  content: "Z";
}
.icon-download_special:before {
  content: "[";
}
.icon-edit_profile_special:before {
  content: "\\";
}
.icon-ellipsis_special:before {
  content: "]";
}
.icon-error_special:before {
  content: "^";
}
.icon-exclamation_mark_special:before {
  content: "_";
}
.icon-exit_special:before {
  content: "`";
}
.icon-external_link_special:before {
  content: "a";
}
.icon-eye_special:before {
  content: "b";
}
.icon-fast_forward_special:before {
  content: "c";
}
.icon-file_audio_1_special:before {
  content: "d";
}
.icon-file_code_special:before {
  content: "e";
}
.icon-file_doc_special:before {
  content: "f";
}
.icon-file_edit_special:before {
  content: "g";
}
.icon-file_movie_special:before {
  content: "h";
}
.icon-file_new_special:before {
  content: "i";
}
.icon-file_pdf_special:before {
  content: "j";
}
.icon-file_picture_special:before {
  content: "k";
}
.icon-file_ppt_special:before {
  content: "l";
}
.icon-file_xls_special:before {
  content: "m";
}
.icon-file_zip_special:before {
  content: "n";
}
.icon-filter_special:before {
  content: "o";
}
.icon-flag_special:before {
  content: "p";
}
.icon-folder_special:before {
  content: "q";
}
.icon-folders_special:before {
  content: "r";
}
.icon-forward_special:before {
  content: "s";
}
.icon-globe_special:before {
  content: "t";
}
.icon-grid_special:before {
  content: "u";
}
.icon-headphones_special:before {
  content: "v";
}
.icon-heart_special:before {
  content: "w";
}
.icon-history_special:before {
  content: "x";
}
.icon-house_special:before {
  content: "y";
}
.icon-inbox_special:before {
  content: "z";
}
.icon-increase_5_special:before {
  content: "{";
}
.icon-infinity_loop_special:before {
  content: "|";
}
.icon-key_2_special:before {
  content: "}";
}
.icon-laptop_special:before {
  content: "~";
}
.icon-life_buoy_special:before {
  content: "\e800";
}
.icon-lightbulb_special:before {
  content: "\e801";
}
.icon-like_special:before {
  content: "\e802";
}
.icon-link_special:before {
  content: "\e803";
}
.icon-list_2_special:before {
  content: "\e804";
}
.icon-list_special:before {
  content: "\e805";
}
.icon-lock_special:before {
  content: "\e806";
}
.icon-mail_in_special:before {
  content: "\e807";
}
.icon-mail_out_special:before {
  content: "\e808";
}
.icon-mail_special:before {
  content: "\e809";
}
.icon-male_symbol_special:before {
  content: "\e80a";
}
.icon-man_silhouette_special:before {
  content: "\e80b";
}
.icon-map_special:before {
  content: "\e80c";
}
.icon-microphone_2_special:before {
  content: "\e80d";
}
.icon-microphone_3_special:before {
  content: "\e80e";
}
.icon-minus_special:before {
  content: "\e80f";
}
.icon-mobile_special:before {
  content: "\e810";
}
.icon-movie_clip_special:before {
  content: "\e811";
}
.icon-music_special:before {
  content: "\e812";
}
.icon-navigation_1_special:before {
  content: "\e813";
}
.icon-navigation_2_special:before {
  content: "\e814";
}
.icon-newspaper_special:before {
  content: "\e815";
}
.icon-no_entry_special:before {
  content: "\e816";
}
.icon-non_visable_special:before {
  content: "\e817";
}
.icon-office_locator_special:before {
  content: "\e818";
}
.icon-open_box_special:before {
  content: "\e819";
}
.icon-open_folder_special:before {
  content: "\e81a";
}
.icon-open-folder_special:before {
  content: "\e81b";
}
.icon-options_special:before {
  content: "\e81c";
}
.icon-org_chart_special:before {
  content: "\e81d";
}
.icon-paper_plane_special:before {
  content: "\e81e";
}
.icon-paperclip_special:before {
  content: "\e81f";
}
.icon-phone_special:before {
  content: "\e820";
}
.icon-picture_special:before {
  content: "\e821";
}
.icon-pie_chart_1_special:before {
  content: "\e822";
}
.icon-pin_special:before {
  content: "\e823";
}
.icon-plane_1_special:before {
  content: "\e824";
}
.icon-play_special:before {
  content: "\e825";
}
.icon-plus_special:before {
  content: "\e826";
}
.icon-podcast_special:before {
  content: "\e827";
}
.icon-power_special:before {
  content: "\e828";
}
.icon-printer_special:before {
  content: "\e829";
}
.icon-profile_2_special:before {
  content: "\e82a";
}
.icon-profile_special:before {
  content: "\e82b";
}
.icon-public_building_special:before {
  content: "\e82c";
}
.icon-qr_code_special:before {
  content: "\e82d";
}
.icon-question_mark_special:before {
  content: "\e82e";
}
.icon-quote_marks_2_special:before {
  content: "\e82f";
}
.icon-quote_marks_special:before {
  content: "\e830";
}
.icon-record_special:before {
  content: "\e831";
}
.icon-recycle_special:before {
  content: "\e832";
}
.icon-refresh_special:before {
  content: "\e833";
}
.icon-reply_all_special:before {
  content: "\e834";
}
.icon-reply_special:before {
  content: "\e835";
}
.icon-return_special:before {
  content: "\e836";
}
.icon-rewind_special:before {
  content: "\e837";
}
.icon-rss_special:before {
  content: "\e838";
}
.icon-satchel_special:before {
  content: "\e839";
}
.icon-scissors_special:before {
  content: "\e83a";
}
.icon-search_special:before {
  content: "\e83b";
}
.icon-share_special:before {
  content: "\e83c";
}
.icon-shield_special:before {
  content: "\e83d";
}
.icon-shuffle_special:before {
  content: "\e83e";
}
.icon-simple_arrow_left_special:before {
  content: "\e83f";
}
.icon-simple_arrow_right_special:before {
  content: "\e840";
}
.icon-simple_arrow_up_special:before {
  content: "\e841";
}
.icon-skip_backwards_special:before {
  content: "\e842";
}
.icon-skip_forward_special:before {
  content: "\e843";
}
.icon-skip_forwards_special:before {
  content: "\e844";
}
.icon-skip_rewind__special:before {
  content: "\e845";
}
.icon-slider_special:before {
  content: "\e846";
}
.icon-sort_alpha_ascending_special:before {
  content: "\e847";
}
.icon-sort_alpha_descending_special:before {
  content: "\e848";
}
.icon-sort_amount_ascending_special:before {
  content: "\e849";
}
.icon-sort_amount_descending_special:before {
  content: "\e84a";
}
.icon-speech_2_special:before {
  content: "\e84b";
}
.icon-speech_bubble_special:before {
  content: "\e84c";
}
.icon-speedometer_special:before {
  content: "\e84d";
}
.icon-spin_special:before {
  content: "\e84e";
}
.icon-stack_overflow_special:before {
  content: "\e84f";
}
.icon-star_special:before {
  content: "\e850";
}
.icon-stop_special:before {
  content: "\e851";
}
.icon-stopwatch_special:before {
  content: "\e852";
}
.icon-sun_shade_special:before {
  content: "\e853";
}
.icon-sun_special:before {
  content: "\e854";
}
.icon-tablet_special:before {
  content: "\e855";
}
.icon-tag_special:before {
  content: "\e856";
}
.icon-television_special:before {
  content: "\e857";
}
.icon-tick_list_special:before {
  content: "\e858";
}
.icon-tick_special:before {
  content: "\e859";
}
.icon-toolbox_special:before {
  content: "\e85a";
}
.icon-traffic_signal_eu_special:before {
  content: "\e85b";
}
.icon-train_special:before {
  content: "\e85c";
}
.icon-trolley_special:before {
  content: "\e85d";
}
.icon-trophy_special:before {
  content: "\e85e";
}
.icon-unlink_special:before {
  content: "\e85f";
}
.icon-unlock_special:before {
  content: "\e860";
}
.icon-upload_special:before {
  content: "\e861";
}
.icon-upload_to_cloud_special:before {
  content: "\e862";
}
.icon-usb_special:before {
  content: "\e863";
}
.icon-user_2_special:before {
  content: "\e864";
}
.icon-video_special:before {
  content: "\e865";
}
.icon-volume_1_special:before {
  content: "\e866";
}
.icon-volume_4_special:before {
  content: "\e867";
}
.icon-wifi_special:before {
  content: "\e868";
}
.icon-zoom_in_special:before {
  content: "\e869";
}
.icon-zoom_out_special:before {
  content: "\e86a";
}
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-canvas.active {
  display: block;
}
.amcharts-export-menu {
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  color: #000;
}
.amcharts-export-menu.active,
.amcharts-main-div:hover .amcharts-export-menu,
.amcharts-stock-div:hover .amcharts-export-menu {
  opacity: 1;
}
.amcharts-export-menu-top-left > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}
.amcharts-export-menu-top-left > ul > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent;
}
.amcharts-amexport-right > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.amcharts-export-menu-bottom-left > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}
.amcharts-export-menu-bottom-left > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent;
}
.amcharts-export-menu-bottom-right > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.amcharts-export-menu-bottom-right > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.amcharts-export-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amcharts-export-menu li {
  position: relative;
  display: block;
  z-index: 1;
}
.amcharts-export-menu li > ul {
  position: absolute;
  display: none;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
  background: #fff;
}
.amcharts-amexport-menu li > a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px;
  z-index: 2;
  white-space: nowrap;
  border-bottom: 1px solid #f2f2f2;
}
.amcharts-export-menu li:last-child > a {
  border-bottom: none;
}
.amcharts-export-menu li > a > img {
  border: none;
}
.amcharts-export-menu-top-left {
  top: 0;
  left: 0;
}
.amcharts-export-menu-bottom-left {
  bottom: 0;
  left: 0;
}
.amcharts-export-menu-top-right {
  top: 0;
  right: 0;
}
.amcharts-export-menu-bottom-right {
  bottom: 0;
  right: 0;
}
.amcharts-export-menu li.active > ul,
.amcharts-export-menu li:hover > ul {
  display: block;
}
.amcharts-amexport-menu li.active > a,
.amcharts-amexport-menu li:hover > a {
  color: #fff;
  background-color: #636363;
}
.amcharts-export-menu-top-left li.active > ul,
.amcharts-export-menu-top-left li:hover > ul {
  left: 100%;
  top: 0;
}
.amcharts-export-menu-bottom-left li.active > ul,
.amcharts-export-menu-bottom-left li:hover > ul {
  left: 100%;
  bottom: 0;
}
.amcharts-export-menu-top-right li.active > ul,
.amcharts-export-menu-top-right li:hover > ul {
  top: 0;
  right: 100%;
}
.amcharts-export-menu-bottom-right li.active > ul,
.amcharts-export-menu-bottom-right li:hover > ul {
  bottom: 0;
  right: 100%;
}
.amcharts-amexport-menu .export-delayed-capturing > a,
.amcharts-amexport-menu .export-drawing > a,
.amcharts-amexport-menu li.amcharts-amexport-item-level-0 > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px;
  width: 36px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E);
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  margin: 8px 8px 0 10px;
}
.chart-container,
.panel-group .panel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.amcharts-export-menu .export-drawing > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23888%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23888%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E");
}
.amcharts-export-menu .export-drawing.active,
.amcharts-export-menu .export-drawing:hover,
.amcharts-export-menu .export-main.active,
.amcharts-export-menu .export-main:hover {
  padding-bottom: 100px;
}
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing.active,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main.active,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing.active,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main.active,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main:hover {
  padding-bottom: 0;
  padding-top: 100px;
}
.amcharts-export-menu .export-main.active > a,
.amcharts-export-menu .export-main:hover > a {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E);
}
.amcharts-export-menu .export-drawing.active > a,
.amcharts-export-menu .export-drawing:hover > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23FFF%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E");
}
.amcharts-export-menu .export-close.active > a,
.amcharts-export-menu .export-close:hover > a,
.amcharts-export-menu .export-close > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAACXBIWXMAAAsTAAALEwEAmpwYAABBsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4M2Q5NDllYS1lMjE3LTQ3Y2QtYTU1Ni04MTQ3NmRjNWEwYWQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZhMTQ5MTc1LTNiODItMTE3OC05ZjZmLWY0MWMwNTYyYzQxYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZGFhNTJkMi1mZDRiLTRkMmMtODEzOC01ZTEzNmQ4NGFjMDE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjA3YWZiNWNlLWM0NTktNGM0MS1iZDIyLTE5ZTAyZTBhOWM1Yzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgzZDk0OWVhLWUyMTctNDdjZC1hNTU2LTgxNDc2ZGM1YTBhZDwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmY3ZmRlNGYtZDk2MS00Njk4LWI0ZjAtMDJlYjEwOWE4OTA4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcDwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmRkYWE1MmQyLWZkNGItNGQyYy04MTM4LTVlMTM2ZDg0YWMwMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMjEgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNS0xNVQxMzoxMzoxNyswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA1LTE1VDEzOjIxOjIxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlg8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Plg8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOlRleHRMYXllcnM+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+HyMp+AAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA3UlEQVR42rSSXZECQQyEPygMrIVFAidhkQASQEIjYVsCSOAksBJAAlhAwvKSWcJBUQVVl6fM5Ke7k4z6vudTG/OFTQAktcAs/ja2TyVBUgVsgQq42F5PItYBCn8PTFNjAYvw5wM92x3gCNSSFCh1araLvAdNBi53VgMtgCuweRqE7RyogAPQxHsdcQBGf0cuaZ80APzaXn468urtniQ1CaXoayStct5AL4QfgToKfoBzIF2BadGVkVZRkIU7UdQDkqRZoDwJl3ROzea2u4LUvtpHOavkty9H/m9XfhsA0l9VuzQDWrIAAAAASUVORK5CYII=);
}
.amcharts-export-menu .export-drawing-color {
  background: #000;
  width: 35px;
}
.amcharts-export-menu .export-drawing-color > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px;
}
.amcharts-export-menu .export-drawing-color-red {
  background: red;
}
.amcharts-export-menu .export-drawing-color-green {
  background: #0f0;
}
.amcharts-export-menu .export-drawing-color-blue {
  background: #00f;
}
.amcharts-export-menu .export-drawing-color-white {
  background: #fff;
}
.amcharts-export-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-fallback textarea {
  border: none;
  outline: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.amcharts-export-fallback-message {
  position: absolute;
  z-index: 1;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}
.amcharts-export-menu .export-delayed-capturing > a {
  text-indent: 0;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  background-image: none;
}
.amcharts-export-canvas .canvas-container,
.amcharts-export-menu {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.amcharts-export-canvas.dropbox .canvas-container {
  opacity: 0.5;
}
.amcharts-export-menu .export-drawing-shape a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.amcharts-export-menu li img {
  height: 20px;
}
.amcharts-export-menu .export-drawing-width a {
  text-align: center;
}
.amcharts-export-menu .export-drawing-width span {
  display: block;
  margin: 0 auto;
}
.deloitte-icon.deloitte-icon-pull-left,
.deloitte-icon.pull-left {
  margin-right: 0.3em;
}
.amcharts-export-menu .export-drawing-width span > span {
  display: block;
  background: #000;
  border-radius: 100%;
}
.amcharts-export-menu .export-drawing-shape a:hover img,
.amcharts-export-menu .export-drawing-shape.active a img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media (min-width: 767px) {
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@font-face {
  font-family: DeloitteIconFont;
  src: url("./media/deloitteiconfont.woff") format("woff");
}
.deloitte-icon {
  font: normal normal normal 14px/1 DeloitteIconFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.deloitte-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.deloitte-icon-2x {
  font-size: 2em;
}
.deloitte-icon-3x {
  font-size: 3em;
}
.deloitte-icon-4x {
  font-size: 4em;
}
.deloitte-icon-5x {
  font-size: 5em;
}
.deloitte-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.deloitte-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.deloitte-icon.deloitte-icon-pull-right,
.deloitte-icon.pull-right {
  margin-left: 0.3em;
}
.deloitte-icon-ul > li {
  position: relative;
}
.deloitte-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.deloitte-icon-li.deloitte-icon-lg {
  left: -1.85714286em;
}
.deloitte-icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.deloitte-icon-pull-left {
  float: left;
}
.deloitte-icon-pull-right {
  float: right;
}
.deloitte-icon-spin {
  -webkit-animation: deloitte-icon-spin 2s infinite linear;
  animation: deloitte-icon-spin 2s infinite linear;
}
.deloitte-icon-pulse {
  -webkit-animation: deloitte-icon-spin 1s infinite steps(8);
  animation: deloitte-icon-spin 1s infinite steps(8);
}
@-webkit-keyframes deloitte-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes deloitte-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.deloitte-icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.deloitte-icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.deloitte-icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.deloitte-icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.deloitte-icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .deloitte-icon-flip-horizontal,
:root .deloitte-icon-flip-vertical,
:root .deloitte-icon-rotate-180,
:root .deloitte-icon-rotate-270,
:root .deloitte-icon-rotate-90 {
  filter: none;
}
.deloitte-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.deloitte-icon-stack-1x,
.deloitte-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.deloitte-icon-stack-1x {
  line-height: inherit;
}
.deloitte-icon-stack-2x {
  font-size: 2em;
}
.deloitte-icon-inverse {
  color: #fff;
}
.at_neg:before {
  content: "!";
}
.at_pos:before {
  content: '"';
}
.threed_neg:before {
  content: "#";
}
.threed_pos:before {
  content: "$";
}
.abacus_neg:before {
  content: "%";
}
.abacus_pos:before {
  content: "&";
}
.alarm_clock_neg:before {
  content: "'";
}
.alarm_clock_pos:before {
  content: "(";
}
.ambulance_neg:before {
  content: ")";
}
.ambulance_pos:before {
  content: "*";
}
.anchor_neg:before {
  content: "+";
}
.anchor_pos:before {
  content: ",";
}
.apple_neg:before {
  content: "-";
}
.apple_pos:before {
  content: ".";
}
.archive_box_neg:before {
  content: "/";
}
.archive_box_pos:before {
  content: "0";
}
.arrow_double_down_neg:before {
  content: "1";
}
.arrow_double_down_pos:before {
  content: "2";
}
.arrow_double_left_neg:before {
  content: "3";
}
.arrow_double_left_pos:before {
  content: "4";
}
.arrow_double_right_neg:before {
  content: "5";
}
.arrow_double_right_pos:before {
  content: "6";
}
.arrow_double_up_neg:before {
  content: "7";
}
.arrow_double_up_pos:before {
  content: "8";
}
.arrow_down_left_turn_neg:before {
  content: "9";
}
.arrow_down_left_turn_pos:before {
  content: ":";
}
.arrow_down_neg:before {
  content: ";";
}
.arrow_down_pos:before {
  content: "<";
}
.arrow_down_right_turn_neg:before {
  content: "=";
}
.arrow_down_right_turn_pos:before {
  content: ">";
}
.arrow_journey_neg:before {
  content: "?";
}
.arrow_journey_pos:before {
  content: "@";
}
.arrow_left_right_neg:before {
  content: "A";
}
.arrow_left_right_pos:before {
  content: "B";
}
.arrow_left_down_turn_neg:before {
  content: "C";
}
.arrow_left_down_turn_pos:before {
  content: "D";
}
.arrow_left_neg:before {
  content: "E";
}
.arrow_left_pos:before {
  content: "F";
}
.arrow_left_up_turn_neg:before {
  content: "G";
}
.arrow_left_up_turn_pos:before {
  content: "H";
}
.arrow_right_down_turn_neg:before {
  content: "I";
}
.arrow_right_down_turn_pos:before {
  content: "J";
}
.arrow_right_neg:before {
  content: "K";
}
.arrow_right_pos:before {
  content: "L";
}
.arrow_right_up_turn_neg:before {
  content: "M";
}
.arrow_right_up_turn_pos:before {
  content: "N";
}
.arrow_up_down_neg:before {
  content: "O";
}
.arrow_up_down_pos:before {
  content: "P";
}
.arrow_up_left_turn_neg:before {
  content: "Q";
}
.arrow_up_left_turn_pos:before {
  content: "R";
}
.arrow_up_neg:before {
  content: "S";
}
.arrow_up_pos:before {
  content: "T";
}
.arrow_up_right_turn_neg:before {
  content: "U";
}
.arrow_up_right_turn_pos:before {
  content: "V";
}
.asterisk_neg:before {
  content: "W";
}
.asterisk_pos:before {
  content: "X";
}
.audio_1_neg:before {
  content: "Y";
}
.audio_1_pos:before {
  content: "Z";
}
.audio_2_neg:before {
  content: "[";
}
.audio_2_pos:before {
  content: "\\";
}
.axe_neg:before {
  content: "]";
}
.axe_pos:before {
  content: "^";
}
.baby_bottle_neg:before {
  content: "_";
}
.baby_bottle_pos:before {
  content: "`";
}
.baby_neg:before {
  content: "a";
}
.baby_pos:before {
  content: "b";
}
.baby_stroller_neg:before {
  content: "c";
}
.baby_stroller_pos:before {
  content: "d";
}
.backup_complete_neg:before {
  content: "e";
}
.backup_complete_pos:before {
  content: "f";
}
.backup_neg:before {
  content: "g";
}
.backup_pos:before {
  content: "h";
}
.band_aid_neg:before {
  content: "i";
}
.band_aid_pos:before {
  content: "j";
}
.bar_chart_1_neg:before {
  content: "k";
}
.bar_chart_1_pos:before {
  content: "l";
}
.bar_chart_2_neg:before {
  content: "m";
}
.bar_chart_2_pos:before {
  content: "n";
}
.basketball_neg:before {
  content: "o";
}
.basketball_pos:before {
  content: "p";
}
.battery_0_neg:before {
  content: "q";
}
.battery_0_pos:before {
  content: "r";
}
.battery_1_neg:before {
  content: "s";
}
.battery_1_pos:before {
  content: "t";
}
.battery_2_neg:before {
  content: "u";
}
.battery_2_pos:before {
  content: "v";
}
.battery_3_neg:before {
  content: "w";
}
.battery_3_pos:before {
  content: "x";
}
.battery_4_neg:before {
  content: "y";
}
.battery_4_pos:before {
  content: "z";
}
.battery_5_neg:before {
  content: "{";
}
.battery_5_pos:before {
  content: "|";
}
.battery_signs_neg:before {
  content: "}";
}
.battery_signs_pos:before {
  content: "~";
}
.beaker_neg:before {
  content: "\e800";
}
.beaker_pos:before {
  content: "\e801";
}
.bed_neg:before {
  content: "\e802";
}
.bed_pos:before {
  content: "\e803";
}
.beer_1_neg:before {
  content: "\e804";
}
.beer_1_pos:before {
  content: "\e805";
}
.beer_2_neg:before {
  content: "\e806";
}
.beer_2_pos:before {
  content: "\e807";
}
.bell_neg:before {
  content: "\e808";
}
.bell_pos:before {
  content: "\e809";
}
.bicycle_neg:before {
  content: "\e80a";
}
.bicycle_pos:before {
  content: "\e80b";
}
.bin_neg:before {
  content: "\e80c";
}
.bin_pos:before {
  content: "\e80d";
}
.binoculars_neg:before {
  content: "\e80e";
}
.binoculars_pos:before {
  content: "\e80f";
}
.bird_neg:before {
  content: "\e810";
}
.bird_pos:before {
  content: "\e811";
}
.birthday_cake_neg:before {
  content: "\e812";
}
.birthday_cake_pos:before {
  content: "\e813";
}
.bitcoin_neg:before {
  content: "\e814";
}
.bitcoin_pos:before {
  content: "\e815";
}
.blog_neg:before {
  content: "\e816";
}
.blog_pos:before {
  content: "\e817";
}
.bluetooth_neg:before {
  content: "\e818";
}
.bluetooth_pos:before {
  content: "\e819";
}
.bone_neg:before {
  content: "\e81a";
}
.bone_pos:before {
  content: "\e81b";
}
.book_closed_neg:before {
  content: "\e81c";
}
.book_closed_pos:before {
  content: "\e81d";
}
.book_open_neg:before {
  content: "\e81e";
}
.book_open_pos:before {
  content: "\e81f";
}
.bookmark_2_neg:before {
  content: "\e820";
}
.bookmark_2_pos:before {
  content: "\e821";
}
.bookmark_neg:before {
  content: "\e822";
}
.bookmark_pos:before {
  content: "\e823";
}
.bow_tie_neg:before {
  content: "\e824";
}
.bow_tie_pos:before {
  content: "\e825";
}
.brain_neg:before {
  content: "\e826";
}
.brain_pos:before {
  content: "\e827";
}
.bridge_1_neg:before {
  content: "\e828";
}
.bridge_1_pos:before {
  content: "\e829";
}
.bridge_2_neg:before {
  content: "\e82a";
}
.bridge_2_pos:before {
  content: "\e82b";
}
.bridge_water_1_neg:before {
  content: "\e82c";
}
.bridge_water_1_pos:before {
  content: "\e82d";
}
.bridge_water_2_neg:before {
  content: "\e82e";
}
.bridge_water_2_pos:before {
  content: "\e82f";
}
.briefcase_neg:before {
  content: "\e830";
}
.briefcase_pos:before {
  content: "\e831";
}
.broadcast_neg:before {
  content: "\e832";
}
.broadcast_pos:before {
  content: "\e833";
}
.broken_heart_neg:before {
  content: "\e834";
}
.broken_heart_pos:before {
  content: "\e835";
}
.buffering_1_neg:before {
  content: "\e836";
}
.buffering_1_pos:before {
  content: "\e837";
}
.buffering_2_neg:before {
  content: "\e838";
}
.buffering_2_pos:before {
  content: "\e839";
}
.bug_neg:before {
  content: "\e83a";
}
.bug_pos:before {
  content: "\e83b";
}
.bullseye_neg:before {
  content: "\e83c";
}
.bullseye_pos:before {
  content: "\e83d";
}
.burger_menu_neg:before {
  content: "\e83e";
}
.burger_menu_pos:before {
  content: "\e83f";
}
.cactus_neg:before {
  content: "\e840";
}
.cactus_pos:before {
  content: "\e841";
}
.cad_neg:before {
  content: "\e842";
}
.cad_pos:before {
  content: "\e843";
}
.calculator_neg:before {
  content: "\e844";
}
.calculator_pos:before {
  content: "\e845";
}
.calendar_minus_neg:before {
  content: "\e846";
}
.calendar_minus_pos:before {
  content: "\e847";
}
.calendar_multiply_neg:before {
  content: "\e848";
}
.calendar_multiply_pos:before {
  content: "\e849";
}
.calendar_plus_neg:before {
  content: "\e84a";
}
.calendar_plus_pos:before {
  content: "\e84b";
}
.calendar_tick_neg:before {
  content: "\e84c";
}
.calendar_tick_pos:before {
  content: "\e84d";
}
.calender_neg:before {
  content: "\e84e";
}
.calender_pos:before {
  content: "\e84f";
}
.camera_neg:before {
  content: "\e850";
}
.camera_pos:before {
  content: "\e851";
}
.candle_neg:before {
  content: "\e852";
}
.candle_pos:before {
  content: "\e853";
}
.capital_dome_neg:before {
  content: "\e854";
}
.capital_dome_pos:before {
  content: "\e855";
}
.car_neg:before {
  content: "\e856";
}
.car_pos:before {
  content: "\e857";
}
.carshare_neg:before {
  content: "\e858";
}
.carshare_pos:before {
  content: "\e859";
}
.cat_neg:before {
  content: "\e85a";
}
.cat_pos:before {
  content: "\e85b";
}
.cctv_neg:before {
  content: "\e85c";
}
.cctv_pos:before {
  content: "\e85d";
}
.cd_neg:before {
  content: "\e85e";
}
.cd_pos:before {
  content: "\e85f";
}
.champagne_neg:before {
  content: "\e860";
}
.champagne_pos:before {
  content: "\e861";
}
.check_neg:before {
  content: "\e862";
}
.check_pos:before {
  content: "\e863";
}
.checker_flag_neg:before {
  content: "\e864";
}
.checker_flag_pos:before {
  content: "\e865";
}
.chess_bishop_neg:before {
  content: "\e866";
}
.chess_bishop_pos:before {
  content: "\e867";
}
.chess_castle_neg:before {
  content: "\e868";
}
.chess_castle_pos:before {
  content: "\e869";
}
.chess_king_neg:before {
  content: "\e86a";
}
.chess_king_pos:before {
  content: "\e86b";
}
.chess_knight_neg:before {
  content: "\e86c";
}
.chess_knight_pos:before {
  content: "\e86d";
}
.chess_pawn_neg:before {
  content: "\e86e";
}
.chess_pawn_pos:before {
  content: "\e86f";
}
.chess_queen_neg:before {
  content: "\e870";
}
.chess_queen_pos:before {
  content: "\e871";
}
.claperboard_neg:before {
  content: "\e872";
}
.claperboard_pos:before {
  content: "\e873";
}
.clipboard_neg:before {
  content: "\e874";
}
.clipboard_pos:before {
  content: "\e875";
}
.clock_neg:before {
  content: "\e876";
}
.clock_pos:before {
  content: "\e877";
}
.cloud_neg:before {
  content: "\e878";
}
.cloud_pos:before {
  content: "\e879";
}
.coat_hanger_neg:before {
  content: "\e87a";
}
.coat_hanger_pos:before {
  content: "\e87b";
}
.cocktail_glass_neg:before {
  content: "\e87c";
}
.cocktail_glass_pos:before {
  content: "\e87d";
}
.code_neg:before {
  content: "\e87e";
}
.code_pos:before {
  content: "\e87f";
}
.coffee_neg:before {
  content: "\e880";
}
.coffee_pos:before {
  content: "\e881";
}
.cog_neg:before {
  content: "\e882";
}
.cog_pos:before {
  content: "\e883";
}
.cogs_neg:before {
  content: "\e884";
}
.cogs_pos:before {
  content: "\e885";
}
.coin_stack_neg:before {
  content: "\e886";
}
.coin_stack_pos:before {
  content: "\e887";
}
.commenting_neg:before {
  content: "\e888";
}
.commenting_pos:before {
  content: "\e889";
}
.compass_1_neg:before {
  content: "\e88a";
}
.compass_1_pos:before {
  content: "\e88b";
}
.compass_2_neg:before {
  content: "\e88c";
}
.compass_2_pos:before {
  content: "\e88d";
}
.cooling_towers_neg:before {
  content: "\e88e";
}
.cooling_towers_pos:before {
  content: "\e88f";
}
.copy_neg:before {
  content: "\e890";
}
.copy_pos:before {
  content: "\e891";
}
.crane_neg:before {
  content: "\e892";
}
.crane_pos:before {
  content: "\e893";
}
.credit_card_neg:before {
  content: "\e894";
}
.credit_card_pos:before {
  content: "\e895";
}
.crop_neg:before {
  content: "\e896";
}
.crop_pos:before {
  content: "\e897";
}
.cross_neg:before {
  content: "\e898";
}
.cross_pos:before {
  content: "\e899";
}
.currency_neg:before {
  content: "\e89a";
}
.currency_pos:before {
  content: "\e89b";
}
.cursor_neg:before {
  content: "\e89c";
}
.cursor_pos:before {
  content: "\e89d";
}
.cutlery_neg:before {
  content: "\e89e";
}
.cutlery_pos:before {
  content: "\e89f";
}
.decrease_1_neg:before {
  content: "\e8a0";
}
.decrease_1_pos:before {
  content: "\e8a1";
}
.decrease_2_neg:before {
  content: "\e8a2";
}
.decrease_2_pos:before {
  content: "\e8a3";
}
.decrease_3_neg:before {
  content: "\e8a4";
}
.decrease_3_pos:before {
  content: "\e8a5";
}
.decrease_4_neg:before {
  content: "\e8a6";
}
.decrease_4_pos:before {
  content: "\e8a7";
}
.decrease_5_neg:before {
  content: "\e8a8";
}
.decrease_5_pos:before {
  content: "\e8a9";
}
.devices_neg:before {
  content: "\e8aa";
}
.devices_pos:before {
  content: "\e8ab";
}
.diamond_neg:before {
  content: "\e8ac";
}
.diamond_pos:before {
  content: "\e8ad";
}
.dice_neg:before {
  content: "\e8ae";
}
.dice_pos:before {
  content: "\e8af";
}
.diploma_neg:before {
  content: "\e8b0";
}
.diploma_pos:before {
  content: "\e8b1";
}
.direction_neg:before {
  content: "\e8b2";
}
.direction_pos:before {
  content: "\e8b3";
}
.direction_sign_neg:before {
  content: "\e8b4";
}
.direction_sign_pos:before {
  content: "\e8b5";
}
.directions_1_neg:before {
  content: "\e8b6";
}
.directions_1_pos:before {
  content: "\e8b7";
}
.directions_2_neg:before {
  content: "\e8b8";
}
.directions_2_pos:before {
  content: "\e8b9";
}
.dislike_neg:before {
  content: "\e8ba";
}
.dislike_pos:before {
  content: "\e8bb";
}
.display_neg:before {
  content: "\e8bc";
}
.display_pos:before {
  content: "\e8bd";
}
.divide_neg:before {
  content: "\e8be";
}
.divide_pos:before {
  content: "\e8bf";
}
.dna_neg:before {
  content: "\e8c0";
}
.dna_pos:before {
  content: "\e8c1";
}
.do_not_walk_neg:before {
  content: "\e8c2";
}
.do_not_walk_pos:before {
  content: "\e8c3";
}
.document_1_neg:before {
  content: "\e8c4";
}
.document_1_pos:before {
  content: "\e8c5";
}
.document_2_neg:before {
  content: "\e8c6";
}
.document_2_pos:before {
  content: "\e8c7";
}
.document_3_neg:before {
  content: "\e8c8";
}
.document_3_pos:before {
  content: "\e8c9";
}
.dog_neg:before {
  content: "\e8ca";
}
.dog_pos:before {
  content: "\e8cb";
}
.dollar_neg:before {
  content: "\e8cc";
}
.dollar_pos:before {
  content: "\e8cd";
}
.dolly_neg:before {
  content: "\e8ce";
}
.dolly_pos:before {
  content: "\e8cf";
}
.double_quote_marks_neg:before {
  content: "\e8d0";
}
.double_quote_marks_pos:before {
  content: "\e8d1";
}
.download_from_cloud_neg:before {
  content: "\e8d2";
}
.download_from_cloud_pos:before {
  content: "\e8d3";
}
.download_neg:before {
  content: "\e8d4";
}
.download_pos:before {
  content: "\e8d5";
}
.drop_neg:before {
  content: "\e8d6";
}
.drop_pos:before {
  content: "\e8d7";
}
.edit_profile_neg:before {
  content: "\e8d8";
}
.edit_profile_pos:before {
  content: "\e8d9";
}
.egg_timer_neg:before {
  content: "\e8da";
}
.egg_timer_pos:before {
  content: "\e8db";
}
.eject_neg:before {
  content: "\e8dc";
}
.eject_pos:before {
  content: "\e8dd";
}
.ellipsis_neg:before {
  content: "\e8de";
}
.ellipsis_pos:before {
  content: "\e8df";
}
.enter_neg:before {
  content: "\e8e0";
}
.enter_pos:before {
  content: "\e8e1";
}
.equals_neg:before {
  content: "\e8e2";
}
.equals_pos:before {
  content: "\e8e3";
}
.eraser_neg:before {
  content: "\e8e4";
}
.eraser_pos:before {
  content: "\e8e5";
}
.error_neg:before {
  content: "\e8e6";
}
.error_pos:before {
  content: "\e8e7";
}
.euros_neg:before {
  content: "\e8e8";
}
.euros_pos:before {
  content: "\e8e9";
}
.exclamation_mark_neg:before {
  content: "\e8ea";
}
.exclamation_mark_pos:before {
  content: "\e8eb";
}
.exit_neg:before {
  content: "\e8ec";
}
.exit_pos:before {
  content: "\e8ed";
}
.external_link_neg:before {
  content: "\e8ee";
}
.external_link_pos:before {
  content: "\e8ef";
}
.eye_neg:before {
  content: "\e8f0";
}
.eye_pos:before {
  content: "\e8f1";
}
.eyedropper_neg:before {
  content: "\e8f2";
}
.eyedropper_pos:before {
  content: "\e8f3";
}
.factory_1_neg:before {
  content: "\e8f4";
}
.factory_1_pos:before {
  content: "\e8f5";
}
.factory_2_neg:before {
  content: "\e8f6";
}
.factory_2_pos:before {
  content: "\e8f7";
}
.fast_food_neg:before {
  content: "\e8f8";
}
.fast_food_pos:before {
  content: "\e8f9";
}
.fast_forward_neg:before {
  content: "\e8fa";
}
.fast_forward_pos:before {
  content: "\e8fb";
}
.faucet_neg:before {
  content: "\e8fc";
}
.faucet_pos:before {
  content: "\e8fd";
}
.fax_machine_neg:before {
  content: "\e8fe";
}
.fax_machine_pos:before {
  content: "\e8ff";
}
.feather_neg:before {
  content: "\e900";
}
.feather_pos:before {
  content: "\e901";
}
.female_symbol_neg:before {
  content: "\e902";
}
.female_symbol_pos:before {
  content: "\e903";
}
.file_audio_1_neg:before {
  content: "\e904";
}
.file_audio_1_pos:before {
  content: "\e905";
}
.file_code_neg:before {
  content: "\e906";
}
.file_code_pos:before {
  content: "\e907";
}
.file_doc_neg:before {
  content: "\e908";
}
.file_doc_pos:before {
  content: "\e909";
}
.file_edit_neg:before {
  content: "\e90a";
}
.file_edit_pos:before {
  content: "\e90b";
}
.file_movie_neg:before {
  content: "\e90c";
}
.file_movie_pos:before {
  content: "\e90d";
}
.file_new_neg:before {
  content: "\e90e";
}
.file_new_pos:before {
  content: "\e90f";
}
.file_pdf_neg:before {
  content: "\e910";
}
.file_pdf_pos:before {
  content: "\e911";
}
.file_picture_neg:before {
  content: "\e912";
}
.file_picture_pos:before {
  content: "\e913";
}
.file_ppt_neg:before {
  content: "\e914";
}
.file_ppt_pos:before {
  content: "\e915";
}
.file_xls_neg:before {
  content: "\e916";
}
.file_xls_pos:before {
  content: "\e917";
}
.file_zip_neg:before {
  content: "\e918";
}
.file_zip_pos:before {
  content: "\e919";
}
.filter_neg:before {
  content: "\e91a";
}
.filter_pos:before {
  content: "\e91b";
}
.finger_push_neg:before {
  content: "\e91c";
}
.finger_push_pos:before {
  content: "\e91d";
}
.fir_tree_neg:before {
  content: "\e91e";
}
.fir_tree_pos:before {
  content: "\e91f";
}
.fire_extinguisher_2_neg:before {
  content: "\e920";
}
.fire_extinguisher_2_pos:before {
  content: "\e921";
}
.fire_neg:before {
  content: "\e922";
}
.fire_pos:before {
  content: "\e923";
}
.fire_truck_neg:before {
  content: "\e924";
}
.fire_truck_pos:before {
  content: "\e925";
}
.first_aid_kit_neg:before {
  content: "\e926";
}
.first_aid_kit_pos:before {
  content: "\e927";
}
.first_aid_neg:before {
  content: "\e928";
}
.first_aid_pos:before {
  content: "\e929";
}
.fish_hook_neg:before {
  content: "\e92a";
}
.fish_hook_pos:before {
  content: "\e92b";
}
.flag_neg:before {
  content: "\e92c";
}
.flag_pos:before {
  content: "\e92d";
}
.flip_chart_neg:before {
  content: "\e92e";
}
.flip_chart_pos:before {
  content: "\e92f";
}
.flower_neg:before {
  content: "\e930";
}
.flower_pos:before {
  content: "\e931";
}
.folder_1_neg:before {
  content: "\e932";
}
.folder_1_pos:before {
  content: "\e933";
}
.folder_incoming_neg:before {
  content: "\e934";
}
.folder_incoming_pos:before {
  content: "\e935";
}
.folder_outgoing_neg:before {
  content: "\e936";
}
.folder_outgoing_pos:before {
  content: "\e937";
}
.folders_neg:before {
  content: "\e938";
}
.folders_pos:before {
  content: "\e939";
}
.football_neg:before {
  content: "\e93a";
}
.football_pos:before {
  content: "\e93b";
}
.fork_lift_truck_neg:before {
  content: "\e93c";
}
.fork_lift_truck_pos:before {
  content: "\e93d";
}
.forward_neg:before {
  content: "\e93e";
}
.forward_pos:before {
  content: "\e93f";
}
.frame_2_neg:before {
  content: "\e940";
}
.frame_2_pos:before {
  content: "\e941";
}
.frame_neg:before {
  content: "\e942";
}
.frame_pos:before {
  content: "\e943";
}
.gamepad_neg:before {
  content: "\e944";
}
.gamepad_pos:before {
  content: "\e945";
}
.gavel_neg:before {
  content: "\e946";
}
.gavel_pos:before {
  content: "\e947";
}
.gesture_double_tap_neg:before {
  content: "\e948";
}
.gesture_double_tap_pos:before {
  content: "\e949";
}
.gesture_hold_neg:before {
  content: "\e94a";
}
.gesture_hold_pos:before {
  content: "\e94b";
}
.gesture_move_neg:before {
  content: "\e94c";
}
.gesture_move_pos:before {
  content: "\e94d";
}
.gesture_pinch_neg:before {
  content: "\e94e";
}
.gesture_pinch_pos:before {
  content: "\e94f";
}
.gesture_rotate_neg:before {
  content: "\e950";
}
.gesture_rotate_pos:before {
  content: "\e951";
}
.gesture_swipe_left_neg:before {
  content: "\e952";
}
.gesture_swipe_left_pos:before {
  content: "\e953";
}
.gesture_swipe_neg:before {
  content: "\e954";
}
.gesture_swipe_pos:before {
  content: "\e955";
}
.gesture_swipe_right_neg:before {
  content: "\e956";
}
.gesture_swipe_right_pos:before {
  content: "\e957";
}
.gesture_tap_neg:before {
  content: "\e958";
}
.gesture_tap_pos:before {
  content: "\e959";
}
.gesture_touch_neg:before {
  content: "\e95a";
}
.gesture_touch_pos:before {
  content: "\e95b";
}
.gesture_two_finger_move_neg:before {
  content: "\e95c";
}
.gesture_two_finger_move_pos:before {
  content: "\e95d";
}
.gesture_two_finger_swipe_left_neg:before {
  content: "\e95e";
}
.gesture_two_finger_swipe_left_pos:before {
  content: "\e95f";
}
.gesture_two_finger_swipe_right_neg:before {
  content: "\e960";
}
.gesture_two_finger_swipe_right_pos:before {
  content: "\e961";
}
.gesture_two_finger_tap_neg:before {
  content: "\e962";
}
.gesture_two_finger_tap_pos:before {
  content: "\e963";
}
.gesture_zoom_in_neg:before {
  content: "\e964";
}
.gesture_zoom_in_pos:before {
  content: "\e965";
}
.gesture_zoom_out_neg:before {
  content: "\e966";
}
.gesture_zoom_out_pos:before {
  content: "\e967";
}
.gift_neg:before {
  content: "\e968";
}
.gift_pos:before {
  content: "\e969";
}
.glasses_neg:before {
  content: "\e96a";
}
.glasses_pos:before {
  content: "\e96b";
}
.globe_neg:before {
  content: "\e96c";
}
.globe_pos:before {
  content: "\e96d";
}
.globe_with_stand_neg:before {
  content: "\e96e";
}
.globe_with_stand_pos:before {
  content: "\e96f";
}
.government_neg:before {
  content: "\e970";
}
.government_pos:before {
  content: "\e971";
}
.grid_neg:before {
  content: "\e972";
}
.grid_pos:before {
  content: "\e973";
}
.hail_neg:before {
  content: "\e974";
}
.hail_pos:before {
  content: "\e975";
}
.hammer_neg:before {
  content: "\e976";
}
.hammer_pos:before {
  content: "\e977";
}
.hand_grab_neg:before {
  content: "\e978";
}
.hand_grab_pos:before {
  content: "\e979";
}
.hand_pointing_down_neg:before {
  content: "\e97a";
}
.hand_pointing_down_pos:before {
  content: "\e97b";
}
.hand_pointing_left_neg:before {
  content: "\e97c";
}
.hand_pointing_left_pos:before {
  content: "\e97d";
}
.hand_pointing_right_neg:before {
  content: "\e97e";
}
.hand_pointing_right_pos:before {
  content: "\e97f";
}
.hand_pointing_up_neg:before {
  content: "\e980";
}
.hand_pointing_up_pos:before {
  content: "\e981";
}
.hand_shake_neg:before {
  content: "\e982";
}
.hand_shake_pos:before {
  content: "\e983";
}
.hashtag_neg:before {
  content: "\e984";
}
.hashtag_pos:before {
  content: "\e985";
}
.hdd_neg:before {
  content: "\e986";
}
.hdd_pos:before {
  content: "\e987";
}
.headphones_neg:before {
  content: "\e988";
}
.headphones_pos:before {
  content: "\e989";
}
.headset_neg:before {
  content: "\e98a";
}
.headset_pos:before {
  content: "\e98b";
}
.heart_neg:before {
  content: "\e98c";
}
.heart_pos:before {
  content: "\e98d";
}
.heartrate_neg:before {
  content: "\e98e";
}
.heartrate_pos:before {
  content: "\e98f";
}
.heavy_rain_neg:before {
  content: "\e990";
}
.heavy_rain_pos:before {
  content: "\e991";
}
.helmet_mining_neg:before {
  content: "\e992";
}
.helmet_mining_pos:before {
  content: "\e993";
}
.helmet_neg:before {
  content: "\e994";
}
.helmet_pos:before {
  content: "\e995";
}
.hgv_neg:before {
  content: "\e996";
}
.hgv_pos:before {
  content: "\e997";
}
.hifi_speaker_neg:before {
  content: "\e998";
}
.hifi_speaker_pos:before {
  content: "\e999";
}
.history_neg:before {
  content: "\e99a";
}
.history_pos:before {
  content: "\e99b";
}
.home_neg:before {
  content: "\e99c";
}
.home_pos:before {
  content: "\e99d";
}
.hospital_neg:before {
  content: "\e99e";
}
.hospital_pos:before {
  content: "\e99f";
}
.house_neg:before {
  content: "\e9a0";
}
.house_pos:before {
  content: "\e9a1";
}
.houses_neg:before {
  content: "\e9a2";
}
.houses_pos:before {
  content: "\e9a3";
}
.id_card_neg:before {
  content: "\e9a4";
}
.id_card_pos:before {
  content: "\e9a5";
}
.inbox_neg:before {
  content: "\e9a6";
}
.inbox_pos:before {
  content: "\e9a7";
}
.increase_1_neg:before {
  content: "\e9a8";
}
.increase_1_pos:before {
  content: "\e9a9";
}
.increase_2_neg:before {
  content: "\e9aa";
}
.increase_2_pos:before {
  content: "\e9ab";
}
.increase_3_neg:before {
  content: "\e9ac";
}
.increase_3_pos:before {
  content: "\e9ad";
}
.increase_4_neg:before {
  content: "\e9ae";
}
.increase_4_pos:before {
  content: "\e9af";
}
.increase_5_neg:before {
  content: "\e9b0";
}
.increase_5_pos:before {
  content: "\e9b1";
}
.infinity_loop_neg:before {
  content: "\e9b2";
}
.infinity_loop_pos:before {
  content: "\e9b3";
}
.information_neg:before {
  content: "\e9b4";
}
.information_pos:before {
  content: "\e9b5";
}
.kennel_neg:before {
  content: "\e9b6";
}
.kennel_pos:before {
  content: "\e9b7";
}
.key_1_neg:before {
  content: "\e9b8";
}
.key_1_pos:before {
  content: "\e9b9";
}
.key_2_neg:before {
  content: "\e9ba";
}
.key_2_pos:before {
  content: "\e9bb";
}
.keyboard_neg:before {
  content: "\e9bc";
}
.keyboard_pos:before {
  content: "\e9bd";
}
.ladder_neg:before {
  content: "\e9be";
}
.ladder_pos:before {
  content: "\e9bf";
}
.laptop_neg:before {
  content: "\e9c0";
}
.laptop_pos:before {
  content: "\e9c1";
}
.leaf_neg:before {
  content: "\e9c2";
}
.leaf_pos:before {
  content: "\e9c3";
}
.life_buoy_neg:before {
  content: "\e9c4";
}
.life_buoy_pos:before {
  content: "\e9c5";
}
.light_rain_neg:before {
  content: "\e9c6";
}
.light_rain_pos:before {
  content: "\e9c7";
}
.lightbulb_energy_neg:before {
  content: "\e9c8";
}
.lightbulb_energy_pos:before {
  content: "\e9c9";
}
.lightbulb_neg:before {
  content: "\e9ca";
}
.lightbulb_pos:before {
  content: "\e9cb";
}
.lighthouse_neg:before {
  content: "\e9cc";
}
.lighthouse_pos:before {
  content: "\e9cd";
}
.lightning_bolt_neg:before {
  content: "\e9ce";
}
.lightning_bolt_pos:before {
  content: "\e9cf";
}
.lightning_neg:before {
  content: "\e9d0";
}
.lightning_pos:before {
  content: "\e9d1";
}
.like_neg:before {
  content: "\e9d2";
}
.like_pos:before {
  content: "\e9d3";
}
.line_graph_neg:before {
  content: "\e9d4";
}
.line_graph_pos:before {
  content: "\e9d5";
}
.link_neg:before {
  content: "\e9d6";
}
.link_pos:before {
  content: "\e9d7";
}
.list_2_neg:before {
  content: "\e9d8";
}
.list_2_pos:before {
  content: "\e9d9";
}
.list_neg:before {
  content: "\e9da";
}
.list_pos:before {
  content: "\e9db";
}
.lock_neg:before {
  content: "\e9dc";
}
.lock_pos:before {
  content: "\e9dd";
}
.loudhailer_neg:before {
  content: "\e9de";
}
.loudhailer_pos:before {
  content: "\e9df";
}
.magic_neg:before {
  content: "\e9e0";
}
.magic_pos:before {
  content: "\e9e1";
}
.magnet_1_neg:before {
  content: "\e9e2";
}
.magnet_1_pos:before {
  content: "\e9e3";
}
.magnet_2_neg:before {
  content: "\e9e4";
}
.magnet_2_pos:before {
  content: "\e9e5";
}
.mail_closed_neg:before {
  content: "\e9e6";
}
.mail_closed_pos:before {
  content: "\e9e7";
}
.mail_empty_neg:before {
  content: "\e9e8";
}
.mail_empty_pos:before {
  content: "\e9e9";
}
.mail_full_neg:before {
  content: "\e9ea";
}
.mail_full_pos:before {
  content: "\e9eb";
}
.mail_in_neg:before {
  content: "\e9ec";
}
.mail_in_pos:before {
  content: "\e9ed";
}
.mail_out_neg:before {
  content: "\e9ee";
}
.mail_out_pos:before {
  content: "\e9ef";
}
.male_female_symbol_neg:before {
  content: "\e9f0";
}
.male_female_symbol_pos:before {
  content: "\e9f1";
}
.male_symbol_neg:before {
  content: "\e9f2";
}
.male_symbol_pos:before {
  content: "\e9f3";
}
.man_neg:before {
  content: "\e9f4";
}
.man_pos:before {
  content: "\e9f5";
}
.man_silhouette_neg:before {
  content: "\e9f6";
}
.man_silhouette_pos:before {
  content: "\e9f7";
}
.man_woman_neg:before {
  content: "\e9f8";
}
.man_woman_pos:before {
  content: "\e9f9";
}
.map_neg:before {
  content: "\e9fa";
}
.map_pos:before {
  content: "\e9fb";
}
.martini_glass_neg:before {
  content: "\e9fc";
}
.martini_glass_pos:before {
  content: "\e9fd";
}
.mathematics_neg:before {
  content: "\e9fe";
}
.mathematics_pos:before {
  content: "\e9ff";
}
.maze_neg:before {
  content: "\ea00";
}
.maze_pos:before {
  content: "\ea01";
}
.medical_star_of_life_neg:before {
  content: "\ea02";
}
.medical_star_of_life_pos:before {
  content: "\ea03";
}
.meeting_conference_neg:before {
  content: "\ea04";
}
.meeting_conference_pos:before {
  content: "\ea05";
}
.merge_neg:before {
  content: "\ea06";
}
.merge_pos:before {
  content: "\ea07";
}
.microchip_neg:before {
  content: "\ea08";
}
.microchip_pos:before {
  content: "\ea09";
}
.microphone_1_neg:before {
  content: "\ea0a";
}
.microphone_1_pos:before {
  content: "\ea0b";
}
.microphone_2_neg:before {
  content: "\ea0c";
}
.microphone_2_pos:before {
  content: "\ea0d";
}
.microphone_3_neg:before {
  content: "\ea0e";
}
.microphone_3_pos:before {
  content: "\ea0f";
}
.microscope_neg:before {
  content: "\ea10";
}
.microscope_pos:before {
  content: "\ea11";
}
.minus_neg:before {
  content: "\ea12";
}
.minus_pos:before {
  content: "\ea13";
}
.mobile_pay_neg:before {
  content: "\ea14";
}
.mobile_pay_pos:before {
  content: "\ea15";
}
.mobile_phone_neg:before {
  content: "\ea16";
}
.mobile_phonepos:before {
  content: "\ea17";
}
.money_bag_neg:before {
  content: "\ea18";
}
.money_bag_pos:before {
  content: "\ea19";
}
.moon_neg:before {
  content: "\ea1a";
}
.moon_pos:before {
  content: "\ea1b";
}
.mortarboard_neg:before {
  content: "\ea1c";
}
.mortarboard_pos:before {
  content: "\ea1d";
}
.mouse_neg:before {
  content: "\ea1e";
}
.mouse_pos:before {
  content: "\ea1f";
}
.movie_clip_neg:before {
  content: "\ea20";
}
.movie_clip_pos:before {
  content: "\ea21";
}
.movie_reel_neg:before {
  content: "\ea22";
}
.movie_reel_pos:before {
  content: "\ea23";
}
.music_neg:before {
  content: "\ea24";
}
.music_pos:before {
  content: "\ea25";
}
.navigation_1_neg:before {
  content: "\ea26";
}
.navigation_1_pos:before {
  content: "\ea27";
}
.navigation_2_neg:before {
  content: "\ea28";
}
.navigation_2_pos:before {
  content: "\ea29";
}
.newspaper_neg:before {
  content: "\ea2a";
}
.newspaper_pos:before {
  content: "\ea2b";
}
.no_entry_neg:before {
  content: "\ea2c";
}
.no_entry_pos:before {
  content: "\ea2d";
}
.non_visable_neg:before {
  content: "\ea2e";
}
.non_visable_pos:before {
  content: "\ea2f";
}
.object_group_neg:before {
  content: "\ea30";
}
.object_group_pos:before {
  content: "\ea31";
}
.object_ungroup_neg:before {
  content: "\ea32";
}
.object_ungroup_pos:before {
  content: "\ea33";
}
.office_1_neg:before {
  content: "\ea34";
}
.office_1_pos:before {
  content: "\ea35";
}
.office_2_neg:before {
  content: "\ea36";
}
.office_2_pos:before {
  content: "\ea37";
}
.office_3_neg:before {
  content: "\ea38";
}
.office_3_pos:before {
  content: "\ea39";
}
.office_4_neg:before {
  content: "\ea3a";
}
.office_4_pos:before {
  content: "\ea3b";
}
.office_5_neg:before {
  content: "\ea3c";
}
.office_5_pos:before {
  content: "\ea3d";
}
.office_locator_neg:before {
  content: "\ea3e";
}
.office_locator_pos:before {
  content: "\ea3f";
}
.oil_barrel_neg:before {
  content: "\ea40";
}
.oil_barrel_pos:before {
  content: "\ea41";
}
.oil_derrick_neg:before {
  content: "\ea42";
}
.oil_derrick_pos:before {
  content: "\ea43";
}
.open-folder_neg:before {
  content: "\ea44";
}
.open-folder_pos:before {
  content: "\ea45";
}
.open_box_neg:before {
  content: "\ea46";
}
.open_box_pos:before {
  content: "\ea47";
}
.open_folder_neg:before {
  content: "\ea48";
}
.open_folder_pos:before {
  content: "\ea49";
}
.options_neg:before {
  content: "\ea4a";
}
.options_pos:before {
  content: "\ea4b";
}
.org_chart_neg:before {
  content: "\ea4c";
}
.org_chart_pos:before {
  content: "\ea4d";
}
.overcast_neg:before {
  content: "\ea4e";
}
.overcast_pos:before {
  content: "\ea4f";
}
.owl_neg:before {
  content: "\ea50";
}
.owl_pos:before {
  content: "\ea51";
}
.pacifier_neg:before {
  content: "\ea52";
}
.pacifier_pos:before {
  content: "\ea53";
}
.package_neg:before {
  content: "\ea54";
}
.package_pos:before {
  content: "\ea55";
}
.paint_palette_neg:before {
  content: "\ea56";
}
.paint_palette_pos:before {
  content: "\ea57";
}
.paintbrush_neg:before {
  content: "\ea58";
}
.paintbrush_pos:before {
  content: "\ea59";
}
.paper_plane_neg:before {
  content: "\ea5a";
}
.paper_plane_pos:before {
  content: "\ea5b";
}
.paperclip_neg:before {
  content: "\ea5c";
}
.paperclip_pos:before {
  content: "\ea5d";
}
.paragraph_neg:before {
  content: "\ea5e";
}
.paragraph_pos:before {
  content: "\ea5f";
}
.paste_neg:before {
  content: "\ea60";
}
.paste_pos:before {
  content: "\ea61";
}
.pause_neg:before {
  content: "\ea62";
}
.pause_pos:before {
  content: "\ea63";
}
.paw_print_neg:before {
  content: "\ea64";
}
.paw_print_pos:before {
  content: "\ea65";
}
.pen_neg:before {
  content: "\ea66";
}
.pen_pos:before {
  content: "\ea67";
}
.pencil_neg:before {
  content: "\ea68";
}
.pencil_pos:before {
  content: "\ea69";
}
.percent_neg:before {
  content: "\ea6a";
}
.percent_pos:before {
  content: "\ea6b";
}
.pestle_and_mortar_neg:before {
  content: "\ea6c";
}
.pestle_and_mortar_pos:before {
  content: "\ea6d";
}
.petrol_can_neg:before {
  content: "\ea6e";
}
.petrol_can_pos:before {
  content: "\ea6f";
}
.petrol_pump_neg:before {
  content: "\ea70";
}
.petrol_pump_pos:before {
  content: "\ea71";
}
.phone_neg:before {
  content: "\ea72";
}
.phone_pos:before {
  content: "\ea73";
}
.picture_neg:before {
  content: "\ea74";
}
.picture_pos:before {
  content: "\ea75";
}
.pie_chart_1_neg:before {
  content: "\ea76";
}
.pie_chart_1_pos:before {
  content: "\ea77";
}
.pie_chart_2_neg:before {
  content: "\ea78";
}
.pie_chart_2_pos:before {
  content: "\ea79";
}
.piggy_bank_neg:before {
  content: "\ea7a";
}
.piggy_bank_pos:before {
  content: "\ea7b";
}
.pill_bottle_neg:before {
  content: "\ea7c";
}
.pill_bottle_pos:before {
  content: "\ea7d";
}
.pill_neg:before {
  content: "\ea7e";
}
.pill_pos:before {
  content: "\ea7f";
}
.pin_map_neg:before {
  content: "\ea80";
}
.pin_map_pos:before {
  content: "\ea81";
}
.plane_1_neg:before {
  content: "\ea82";
}
.plane_1_pos:before {
  content: "\ea83";
}
.planet_neg:before {
  content: "\ea84";
}
.planet_pos:before {
  content: "\ea85";
}
.play_neg:before {
  content: "\ea86";
}
.play_pos:before {
  content: "\ea87";
}
.plot_graph_neg:before {
  content: "\ea88";
}
.plot_graph_pos:before {
  content: "\ea89";
}
.plug_us_neg:before {
  content: "\ea8a";
}
.plug_us_pos:before {
  content: "\ea8b";
}
.plus_neg:before {
  content: "\ea8c";
}
.plus_pos:before {
  content: "\ea8d";
}
.podcast_neg:before {
  content: "\ea8e";
}
.podcast_pos:before {
  content: "\ea8f";
}
.pound_neg:before {
  content: "\ea90";
}
.pound_pos:before {
  content: "\ea91";
}
.power_neg:before {
  content: "\ea92";
}
.power_pos:before {
  content: "\ea93";
}
.power_socket_uk_neg:before {
  content: "\ea94";
}
.power_socket_uk_pos:before {
  content: "\ea95";
}
.power_socket_us_neg:before {
  content: "\ea96";
}
.power_socket_us_pos:before {
  content: "\ea97";
}
.presentation_neg:before {
  content: "\ea98";
}
.presentation_pos:before {
  content: "\ea99";
}
.printer_neg:before {
  content: "\ea9a";
}
.printer_pos:before {
  content: "\ea9b";
}
.profile_2_neg:before {
  content: "\ea9c";
}
.profile_2_pos:before {
  content: "\ea9d";
}
.profile_neg:before {
  content: "\ea9e";
}
.profile_pos:before {
  content: "\ea9f";
}
.propeller_neg:before {
  content: "\eaa0";
}
.propeller_pos:before {
  content: "\eaa1";
}
.public_building_neg:before {
  content: "\eaa2";
}
.public_building_pos:before {
  content: "\eaa3";
}
.push_chair_neg:before {
  content: "\eaa4";
}
.push_chair_pos:before {
  content: "\eaa5";
}
.push_pin_neg:before {
  content: "\eaa6";
}
.push_pin_pos:before {
  content: "\eaa7";
}
.puzzle_neg:before {
  content: "\eaa8";
}
.puzzle_pos:before {
  content: "\eaa9";
}
.qr_code_neg:before {
  content: "\eaaa";
}
.qr_code_pos:before {
  content: "\eaab";
}
.question_mark_neg:before {
  content: "\eaac";
}
.question_mark_pos:before {
  content: "\eaad";
}
.quote_marks_2_neg:before {
  content: "\eaae";
}
.quote_marks_2_pos:before {
  content: "\eaaf";
}
.quote_marks_neg:before {
  content: "\eab0";
}
.quote_marks_pos:before {
  content: "\eab1";
}
.rabbit_neg:before {
  content: "\eab2";
}
.rabbit_pos:before {
  content: "\eab3";
}
.radar_neg:before {
  content: "\eab4";
}
.radar_pos:before {
  content: "\eab5";
}
.radio_neg:before {
  content: "\eab6";
}
.radio_pos:before {
  content: "\eab7";
}
.rail_bridge_neg:before {
  content: "\eab8";
}
.rail_bridge_pos:before {
  content: "\eab9";
}
.rainbow_neg:before {
  content: "\eaba";
}
.rainbow_pos:before {
  content: "\eabb";
}
.realtor_sign_neg:before {
  content: "\eabc";
}
.realtor_sign_pos:before {
  content: "\eabd";
}
.record_neg:before {
  content: "\eabe";
}
.record_pos:before {
  content: "\eabf";
}
.recycle_neg:before {
  content: "\eac0";
}
.recycle_pos:before {
  content: "\eac1";
}
.refresh_neg:before {
  content: "\eac2";
}
.refresh_pos:before {
  content: "\eac3";
}
.reply_all_neg:before {
  content: "\eac4";
}
.reply_all_pos:before {
  content: "\eac5";
}
.reply_neg:before {
  content: "\eac6";
}
.reply_pos:before {
  content: "\eac7";
}
.return_neg:before {
  content: "\eac8";
}
.return_pos:before {
  content: "\eac9";
}
.reverse_neg:before {
  content: "\eaca";
}
.reverse_pos:before {
  content: "\eacb";
}
.rewind_neg:before {
  content: "\eacc";
}
.rewind_pos:before {
  content: "\eacd";
}
.river_bridge_neg:before {
  content: "\eace";
}
.river_bridge_pos:before {
  content: "\eacf";
}
.road_bridge_neg:before {
  content: "\ead0";
}
.road_bridge_pos:before {
  content: "\ead1";
}
.rocket_neg:before {
  content: "\ead2";
}
.rocket_pos:before {
  content: "\ead3";
}
.rosette_neg:before {
  content: "\ead4";
}
.rosette_pos:before {
  content: "\ead5";
}
.rotate_neg:before {
  content: "\ead6";
}
.rotate_pos:before {
  content: "\ead7";
}
.route_1_neg:before {
  content: "\ead8";
}
.route_1_pos:before {
  content: "\ead9";
}
.route_2_neg:before {
  content: "\eada";
}
.route_2_pos:before {
  content: "\eadb";
}
.route_3_neg:before {
  content: "\eadc";
}
.route_3_pos:before {
  content: "\eadd";
}
.rss_neg:before {
  content: "\eade";
}
.rss_pos:before {
  content: "\eadf";
}
.ruler_neg:before {
  content: "\eae0";
}
.ruler_pos:before {
  content: "\eae1";
}
.safe_neg:before {
  content: "\eae2";
}
.safe_pos:before {
  content: "\eae3";
}
.sail_boat_neg:before {
  content: "\eae4";
}
.sail_boat_pos:before {
  content: "\eae5";
}
.satchel_neg:before {
  content: "\eae6";
}
.satchel_pos:before {
  content: "\eae7";
}
.satellite_dish_neg:before {
  content: "\eae8";
}
.satellite_dish_pos:before {
  content: "\eae9";
}
.satellite_neg:before {
  content: "\eaea";
}
.satellite_pos:before {
  content: "\eaeb";
}
.save_neg:before {
  content: "\eaec";
}
.save_pos:before {
  content: "\eaed";
}
.scales_neg:before {
  content: "\eaee";
}
.scales_pos:before {
  content: "\eaef";
}
.scissors_neg:before {
  content: "\eaf0";
}
.scissors_pos:before {
  content: "\eaf1";
}
.screwdriver_neg:before {
  content: "\eaf2";
}
.screwdriver_pos:before {
  content: "\eaf3";
}
.search_jobs_neg:before {
  content: "\eaf4";
}
.search_jobs_pos:before {
  content: "\eaf5";
}
.search_neg:before {
  content: "\eaf6";
}
.search_pos:before {
  content: "\eaf7";
}
.self_drive_car_neg:before {
  content: "\eaf8";
}
.self_drive_car_pos:before {
  content: "\eaf9";
}
.send_neg:before {
  content: "\eafa";
}
.send_pos:before {
  content: "\eafb";
}
.share_neg:before {
  content: "\eafc";
}
.share_pos:before {
  content: "\eafd";
}
.shield_neg:before {
  content: "\eafe";
}
.shield_pos:before {
  content: "\eaff";
}
.ship_neg:before {
  content: "\eb00";
}
.ship_pos:before {
  content: "\eb01";
}
.ship_wheel_neg:before {
  content: "\eb02";
}
.ship_wheel_pos:before {
  content: "\eb03";
}
.shoe_prints_neg:before {
  content: "\eb04";
}
.shoe_prints_pos:before {
  content: "\eb05";
}
.shoot_neg:before {
  content: "\eb06";
}
.shoot_pos:before {
  content: "\eb07";
}
.shopping_bag_neg:before {
  content: "\eb08";
}
.shopping_bag_pos:before {
  content: "\eb09";
}
.shopping_basket_neg:before {
  content: "\eb0a";
}
.shopping_basket_pos:before {
  content: "\eb0b";
}
.shuffle_neg:before {
  content: "\eb0c";
}
.shuffle_pos:before {
  content: "\eb0d";
}
.simple_arrow_decrease_neg:before {
  content: "\eb0e";
}
.simple_arrow_decrease_pos:before {
  content: "\eb0f";
}
.simple_arrow_down_neg:before {
  content: "\eb10";
}
.simple_arrow_down_pos:before {
  content: "\eb11";
}
.simple_arrow_increase_neg:before {
  content: "\eb12";
}
.simple_arrow_increase_pos:before {
  content: "\eb13";
}
.simple_arrow_left_neg:before {
  content: "\eb14";
}
.simple_arrow_left_pos:before {
  content: "\eb15";
}
.simple_arrow_right_neg:before {
  content: "\eb16";
}
.simple_arrow_right_pos:before {
  content: "\eb17";
}
.simple_arrow_side_neg:before {
  content: "\eb18";
}
.simple_arrow_side_pos:before {
  content: "\eb19";
}
.simple_arrow_up_down_neg:before {
  content: "\eb1a";
}
.simple_arrow_up_down_pos:before {
  content: "\eb1b";
}
.simple_arrow_up_neg:before {
  content: "\eb1c";
}
.simple_arrow_up_pos:before {
  content: "\eb1d";
}
.skip_backwards_neg:before {
  content: "\eb1e";
}
.skip_backwards_pos:before {
  content: "\eb1f";
}
.skip_forward_neg:before {
  content: "\eb20";
}
.skip_forward_pos:before {
  content: "\eb21";
}
.skip_forwards_neg:before {
  content: "\eb22";
}
.skip_forwards_pos:before {
  content: "\eb23";
}
.skip_rewind__neg:before {
  content: "\eb24";
}
.skip_rewind__pos:before {
  content: "\eb25";
}
.skull_bones_neg:before {
  content: "\eb26";
}
.skull_bones_pos:before {
  content: "\eb27";
}
.slider_neg:before {
  content: "\eb28";
}
.slider_pos:before {
  content: "\eb29";
}
.smart_watch_neg:before {
  content: "\eb2a";
}
.smart_watch_pos:before {
  content: "\eb2b";
}
.snow_neg:before {
  content: "\eb2c";
}
.snow_pos:before {
  content: "\eb2d";
}
.snowflake_neg:before {
  content: "\eb2e";
}
.snowflake_pos:before {
  content: "\eb2f";
}
.sort_alpha_ascending_neg:before {
  content: "\eb30";
}
.sort_alpha_ascending_pos:before {
  content: "\eb31";
}
.sort_alpha_descending_neg:before {
  content: "\eb32";
}
.sort_alpha_descending_pos:before {
  content: "\eb33";
}
.sort_amount_ascending_neg:before {
  content: "\eb34";
}
.sort_amount_ascending_pos:before {
  content: "\eb35";
}
.sort_amount_descending_neg:before {
  content: "\eb36";
}
.sort_amount_descending_pos:before {
  content: "\eb37";
}
.sort_numeric_ascending_neg:before {
  content: "\eb38";
}
.sort_numeric_ascending_pos:before {
  content: "\eb39";
}
.sort_numeric_descending_neg:before {
  content: "\eb3a";
}
.sort_numeric_descending_pos:before {
  content: "\eb3b";
}
.spanner_neg:before {
  content: "\eb3c";
}
.spanner_pos:before {
  content: "\eb3d";
}
.speaker_1_neg:before {
  content: "\eb3e";
}
.speaker_1_pos:before {
  content: "\eb3f";
}
.speaker_2_neg:before {
  content: "\eb40";
}
.speaker_2_pos:before {
  content: "\eb41";
}
.speech_1_neg:before {
  content: "\eb42";
}
.speech_1_pos:before {
  content: "\eb43";
}
.speech_2_neg:before {
  content: "\eb44";
}
.speech_2_pos:before {
  content: "\eb45";
}
.speech_bubble_neg:before {
  content: "\eb46";
}
.speech_bubble_pos:before {
  content: "\eb47";
}
.speedometer_neg:before {
  content: "\eb48";
}
.speedometer_pos:before {
  content: "\eb49";
}
.spin_neg:before {
  content: "\eb4a";
}
.spin_pos:before {
  content: "\eb4b";
}
.split_neg:before {
  content: "\eb4c";
}
.split_pos:before {
  content: "\eb4d";
}
.spoon_neg:before {
  content: "\eb4e";
}
.spoon_pos:before {
  content: "\eb4f";
}
.stack_overflow_neg:before {
  content: "\eb50";
}
.stack_overflow_pos:before {
  content: "\eb51";
}
.star_neg:before {
  content: "\eb52";
}
.star_pos:before {
  content: "\eb53";
}
.stethoscope_neg:before {
  content: "\eb54";
}
.stethoscope_pos:before {
  content: "\eb55";
}
.stew_pot_neg:before {
  content: "\eb56";
}
.stew_pot_pos:before {
  content: "\eb57";
}
.stop_neg:before {
  content: "\eb58";
}
.stop_pos:before {
  content: "\eb59";
}
.stopwatch_neg:before {
  content: "\eb5a";
}
.stopwatch_pos:before {
  content: "\eb5b";
}
.submit_rfp_neg:before {
  content: "\eb5c";
}
.submit_rfp_pos:before {
  content: "\eb5d";
}
.suitcase_neg:before {
  content: "\eb5e";
}
.suitcase_pos:before {
  content: "\eb5f";
}
.sun_shade_neg:before {
  content: "\eb60";
}
.sun_shade_pos:before {
  content: "\eb61";
}
.sun_neg:before {
  content: "\eb62";
}
.sun_pos:before {
  content: "\eb63";
}
.syringe_neg:before {
  content: "\eb64";
}
.syringe_pos:before {
  content: "\eb65";
}
.tablet_neg:before {
  content: "\eb66";
}
.tablet_pos:before {
  content: "\eb67";
}
.tag_neg:before {
  content: "\eb68";
}
.tag_pos:before {
  content: "\eb69";
}
.target_neg:before {
  content: "\eb6a";
}
.target_pos:before {
  content: "\eb6b";
}
.telescope_neg:before {
  content: "\eb6c";
}
.telescope_pos:before {
  content: "\eb6d";
}
.television_neg:before {
  content: "\eb6e";
}
.television_pos:before {
  content: "\eb6f";
}
.test_tube_neg:before {
  content: "\eb70";
}
.test_tube_pos:before {
  content: "\eb71";
}
.test_tubes_neg:before {
  content: "\eb72";
}
.test_tubes_pos:before {
  content: "\eb73";
}
.tick_list_neg:before {
  content: "\eb74";
}
.tick_list_pos:before {
  content: "\eb75";
}
.tick_neg:before {
  content: "\eb76";
}
.tick_pos:before {
  content: "\eb77";
}
.tie_neg:before {
  content: "\eb78";
}
.tie_pos:before {
  content: "\eb79";
}
.toolbox_neg:before {
  content: "\eb7a";
}
.toolbox_pos:before {
  content: "\eb7b";
}
.tortoise_neg:before {
  content: "\eb7c";
}
.tortoise_pos:before {
  content: "\eb7d";
}
.tractor_neg:before {
  content: "\eb7e";
}
.tractor_pos:before {
  content: "\eb7f";
}
.traffic_cone_neg:before {
  content: "\eb80";
}
.traffic_cone_pos:before {
  content: "\eb81";
}
.traffic_signal_eu_neg:before {
  content: "\eb82";
}
.traffic_signal_eu_pos:before {
  content: "\eb83";
}
.traffic_signal_neg:before {
  content: "\eb84";
}
.traffic_signal_pos:before {
  content: "\eb85";
}
.train_neg:before {
  content: "\eb86";
}
.train_pos:before {
  content: "\eb87";
}
.travel_coffee_cup_neg:before {
  content: "\eb88";
}
.travel_coffee_cup_pos:before {
  content: "\eb89";
}
.tree_neg:before {
  content: "\eb8a";
}
.tree_pos:before {
  content: "\eb8b";
}
.trolley_neg:before {
  content: "\eb8c";
}
.trolley_pos:before {
  content: "\eb8d";
}
.trophy_neg:before {
  content: "\eb8e";
}
.trophy_pos:before {
  content: "\eb8f";
}
.truck_neg:before {
  content: "\eb90";
}
.truck_pos:before {
  content: "\eb91";
}
.tshirt_neg:before {
  content: "\eb92";
}
.tshirt_pos:before {
  content: "\eb93";
}
.turbine_neg:before {
  content: "\eb94";
}
.turbine_pos:before {
  content: "\eb95";
}
.type_cursor_neg:before {
  content: "\eb96";
}
.type_cursor_pos:before {
  content: "\eb97";
}
.umbrella_neg:before {
  content: "\eb98";
}
.umbrella_pos:before {
  content: "\eb99";
}
.unlink_neg:before {
  content: "\eb9a";
}
.unlink_pos:before {
  content: "\eb9b";
}
.unlock_neg:before {
  content: "\eb9c";
}
.unlock_pos:before {
  content: "\eb9d";
}
.upload_neg:before {
  content: "\eb9e";
}
.upload_pos:before {
  content: "\eb9f";
}
.upload_to_cloud_neg:before {
  content: "\eba0";
}
.upload_to_cloud_pos:before {
  content: "\eba1";
}
.usb_neg:before {
  content: "\eba2";
}
.usb_pos:before {
  content: "\eba3";
}
.user_2_neg:before {
  content: "\eba4";
}
.user_2_pos:before {
  content: "\eba5";
}
.users_neg:before {
  content: "\eba6";
}
.users_pos:before {
  content: "\eba7";
}
.video_neg:before {
  content: "\eba8";
}
.video_pos:before {
  content: "\eba9";
}
.virtual_reality_neg:before {
  content: "\ebaa";
}
.virtual_reality_pos:before {
  content: "\ebab";
}
.volume_1_neg:before {
  content: "\ebac";
}
.volume_1_pos:before {
  content: "\ebad";
}
.volume_2_neg:before {
  content: "\ebae";
}
.volume_2_pos:before {
  content: "\ebaf";
}
.volume_3_neg:before {
  content: "\ebb0";
}
.volume_3_pos:before {
  content: "\ebb1";
}
.volume_4_neg:before {
  content: "\ebb2";
}
.volume_4_pos:before {
  content: "\ebb3";
}
.walking_neg:before {
  content: "\ebb4";
}
.walking_pos:before {
  content: "\ebb5";
}
.wheelchair_neg:before {
  content: "\ebb6";
}
.wheelchair_pos:before {
  content: "\ebb7";
}
.wifi_neg:before {
  content: "\ebb8";
}
.wifi_pos:before {
  content: "\ebb9";
}
.wine_glass_neg:before {
  content: "\ebba";
}
.wine_glass_pos:before {
  content: "\ebbb";
}
.woman_man_man_neg:before {
  content: "\ebbc";
}
.woman_man_man_pos:before {
  content: "\ebbd";
}
.woman_man_neg:before {
  content: "\ebbe";
}
.woman_man_pos:before {
  content: "\ebbf";
}
.woman_neg:before {
  content: "\ebc0";
}
.woman_pos:before {
  content: "\ebc1";
}
.woman_silhouette_neg:before {
  content: "\ebc2";
}
.woman_silhouette_pos:before {
  content: "\ebc3";
}
.woman_woman_man_neg:before {
  content: "\ebc4";
}
.woman_woman_man_pos:before {
  content: "\ebc5";
}
.yen_neg:before {
  content: "\ebc6";
}
.yen_pos:before {
  content: "\ebc7";
}
.zoom_in_neg:before {
  content: "\ebc8";
}
.zoom_in_pos:before {
  content: "\ebc9";
}
.zoom_out_neg:before {
  content: "\ebca";
}
.zoom_out_pos:before {
  content: "\ebcb";
}
.facebook:before {
  content: "\ebcc";
}
.google-plus:before {
  content: "\ebcd";
}
.instagram:before {
  content: "\ebce";
}
.linkedin:before {
  content: "\ebcf";
}
.pintrest:before {
  content: "\ebd0";
}
.twitter:before {
  content: "\ebd1";
}
.vine:before {
  content: "\ebd2";
}
.youtube:before {
  content: "\ebd3";
}
body {
  padding-top: 7vh;
  padding-bottom: 20px;
  background: rgba(208, 208, 206, 0);
  font-family: "Open Sans" !important;
}
.mail-icon-consolidated-mails {
  background: url("./media/mail-symbol-3003.svg") no-repeat #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}
.list-item-consolidated-mails.active > a > div.sidebar-icon.hidden-xs.showopacity > div > div.mail-icon-consolidated-mails,
.list-item-consolidated-mails:hover > a > div.sidebar-icon.hidden-xs.showopacity > div > div.mail-icon-consolidated-mails {
  background: url("./media/mail-5914.svg") no-repeat #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}
.glyphicon {
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.well {
  border: none;
  background: 0 0;
}
.chart-grp-title {
  padding: 5px;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(146, 212, 0, 0.5) 25%, rgb(146, 212, 0) 50%, rgba(146, 212, 0, 0.5) 75%, rgba(146, 212, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(146, 212, 0, 0.5) 25%, rgb(146, 212, 0) 50%, rgba(146, 212, 0, 0.5) 75%, rgba(146, 212, 0, 0) 100%);
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.5) 25%,
      rgb(0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 75%,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#0092d400", GradientType=1);
  display: inline-block;
}
.chart-btn-back {
  margin: 7px 0;
}
.chart-container-row,
footer {
  margin: 0;
}
.chart-header-col {
  vertical-align: middle;
  display: table;
  min-height: 50px;
}
.chart-header-text {
  vertical-align: middle;
  display: table-cell;
  line-height: 1.4em;
}
.chart-header {
  margin: 0;
  padding: 0;
  background: #012169;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: center;
}
.chart-container {
  border-radius: 5px;
  background-color: #f9f9f9;
}
.chart-item-ftm {
  width: 100%;
  height: 100%;
}
.chart-item-ftm-1 {
  width: 100%;
  height: 350px;
}
.chart-item-ftm-2 {
  width: 100%;
  height: 550px;
}
.chart-item {
  width: 100%;
  height: 410px;
}
.piechart-item {
  width: 100%;
  height: 480px;
}
.chart-content-container {
  padding: 10px;
  height: 420px;
}
.col {
  padding: 10px !important;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
.dl-horizontal dt {
  white-space: normal;
}
footer {
  max-width: 100%;
  background-color: #e7e7e7;
  overflow: hidden;
  padding: 0;
  height: 20px;
  font-size: 80%;
}
.navbar-inverse,
[ng-cloak].splash {
  background-color: #000;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 0;
  padding: 10px;
  pointer-events: none;
}
.splash {
  display: none;
  overflow: hidden;
}
[ng-cloak].splash {
  width: 100%;
  text-align: center;
  color: #fff;
  display: block !important;
  overflow: hidden;
}
.splash h2 {
  padding: 20px;
}
.deloitte-green {
  color: #86BC25;
}
.font-lg {
  font-size: 50px;
}
.flag-icon,
.flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-de,
.flag-icon-de.flag-icon-squared {
  background-image: url("./media/de.svg");
}
.flag-icon-gb,
.flag-icon-gb.flag-icon-squared {
  background-image: url("./media/gb.svg");
}
.white-background {
  background: #FFF;
}
.black-background,
.black-background:focus,
.black-background:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-success,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #86BC25 !important;
  border-color: #86BC25 !important;
}
.panel-primary {
  border-color: #62B5E5 !important;
}
.panel-primary > .panel-heading {
  background-color: #62B5E5 !important;
  border-color: #62B5E5 !important;
}
.toast-success {
  background-color: #86BC25 !important;
}
.toast-error {
  background-color: #DA291C !important;
}
.toast-info {
  background-color: #62B5E5 !important;
}
.toast-warning {
  background-color: #ED8B00 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #62B5E5;
  border-color: #62B5E5;
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  cursor: pointer !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: FontAwesome !important;
}
table.dataTable thead .sorting:after {
  content: "\f0dc" !important;
}
table.dataTable thead .sorting_asc:after {
  content: "\f160" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "\f161" !important;
}
.dataTables_wrapper {
  padding: 1rem 0;
  display: inline-block;
  width: 100%;
}
.panel-group .panel {
  border: none;
  margin-bottom: 20px;
}
.thumbnail.icon-wrapper,
.upload-btn {
  webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.popover {
  max-width: 500px;
}
.thumbnail.icon-wrapper {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 100px;
  text-align: center;
  font-size: 60px;
  display: table;
  width: 100%;
  background: #fff;
  cursor: pointer;
}
.icon-upload-homepage {
  opacity: 0.4;
  display: table-cell;
  vertical-align: middle;
}
.upload-btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 40px;
}
.clientListDataTable table,
.main-tabs .tab-main-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.upload-card-row {
  position: absolute;
  width: 100%;
  top: 40%;
  margin: auto;
  left: 0;
}
.nav.navbar-nav.navbar-right {
  padding: 0 20px;
}
.file {
  position: absolute;
}
.clientListDataTable table td.text-center {
  padding-left: 5px !important;
}
.clientListDataTable table td,
.clientListDataTable table th {
  padding-left: 15px !important;
  vertical-align: middle !important;
}
.clientListDataTable table tbody {
  background: #fff !important;
}
.clientListDataTable table thead,
.panel-default > .panel-heading {
  background: #75787B;
  color: #fff;
}
.panel-default.panel-column-condense .col {
  padding: 5px 10px !important;
}
.client-action-group {
  margin-right: 10px;
}
.clientListDataTable table thead tr th:first-child {
  border-top-left-radius: 5px;
}
.clientListDataTable table thead tr th:last-child {
  border-top-right-radius: 5px;
}
.navbar {
  text-align: center;
}
.header-app-label {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 6px !important;
  line-height: 50px !important;
}
.text-right {
  text-align: right !important;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 50% !important;
  right: 5px !important;
  margin-top: -10px !important;
}
.main-tabs .tab-heading {
  background: #86BC25;
  color: #fff;
  margin: -20px -20px 20px;
}
.main-tabs .nav-tabs > li > a {
  background: #53565A;
  COLOR: #fff;
}
.main-tabs .tab-main-content {
  margin-top: -3px;
  z-index: 999;
  position: relative;
  padding: 20px;
  background: #fff;
  border-top: 3px solid #86BC25;
}
.heatmap-low {
  background-color: #43B02A;
  color: #fff;
}
.heatmap-high {
  background-color: #DA291C !important;
  color: #fff;
}
.heatmap-medium {
  background-color: #ED8B00 !important;
  color: #fff;
}
.deloitte-additional-yellow {
  background-color: #FFCD00 !important;
}
.fa-times.fa {
  font-size: 18px;
  cursor: pointer;
}
.integrated-reports-page .panel-group {
  margin-bottom: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.inscopeassessmentswrapper fieldset {
  border-right: 1px solid #e5e5e5;
  padding: 10px;
}
.inscopeassessmentswrapper fieldset legend {
  font-size: 16px;
  margin-bottom: 5px;
}
.chart-container-row .panel-footer {
  background: #D0D0CE;
  font-size: 16px;
  min-height: 50px;
  font-weight: 700;
}
.report-panel .panel-body,
.report-panel.panel-default.panel-column-condense .col,
.third-party-comparision .panel-body,
.third-party-comparision.panel-default.panel-column-condense .col {
  padding: 0 !important;
  border-top: none !important;
}
.clientListDataTable .third-party-comparision table {
  box-shadow: none;
}
.third-party-comparision .chart-table-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  height: 420px;
}
td.highlighted-col,
th.highlighted-col {
  box-shadow: 6px 9px 13px 1px rgba(0, 0, 0, 0.48);
  font-weight: 700;
  text-align: center;
}
.third-party-comparision.panel-default.panel-column-condense .chart-content-container.col {
  padding: 20px !important;
}
.icon-thirdparty {
  height: 25px;
  width: 50px;
}
.third-party-charts {
  padding-bottom: 20px !important;
}
.gototop {
  display: inline-block;
  position: fixed;
  bottom: 19px;
  right: 5px;
}
.gototop button.btn-primary {
  background-color: rgba(51, 122, 183, 0.65);
}
.gototop button.btn-primary:hover {
  background-color: rgb(51, 122, 183);
}
td.highlighted-col {
  transform: scaleX(1.1);
}
th.highlighted-col {
  background: #53565A !important;
  transform: scaleY(1.1);
}
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 2px;
  top: 12px;
}
.third-party-alert {
  color: #DA291C;
  float: right;
  font-size: 22px;
  cursor: pointer;
}
.stick-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #fff;
}
#loading-bar .bar {
  background: #86BC25;
  height: 5px;
  display: none !important;
}
#loading-bar .peg {
  -moz-box-shadow: #86BC25 1px 0 6px 1px;
  -ms-box-shadow: #86BC25 1px 0 6px 1px;
  -webkit-box-shadow: #86BC25 1px 0 6px 1px;
  box-shadow: #86BC25 1px 0 6px 1px;
}
#loading-mask {
  position: fixed;
  z-index: 1051;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(208, 208, 206, 0.58);
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 50%;
  left: 50%;
}
#loading-bar-spinner .spinner-icon {
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 25px;
  -webkit-animation: loading-bar-spinner 0.4s linear infinite;
  -moz-animation: loading-bar-spinner 0.4s linear infinite;
  -ms-animation: loading-bar-spinner 0.4s linear infinite;
  -o-animation: loading-bar-spinner 0.4s linear infinite;
  animation: loading-bar-spinner 0.4s linear infinite;
}
.label-primary {
  background-color: #DA291C;
}
.panel-title {
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
}
.nav-tabs > li {
  margin-right: 5px;
}
.panel-default.panel-column-condense .col.risk-domain-label {
  border-bottom: 1px solid #97999B;
  margin-left: 15px !important;
  padding-left: 0 !important;
}
.type2Mail {
  color: #FFBF00;
}
.typeAssociationMail {
  color: #00F;
}
.IncompleteMissing {
  color: #FFBF00;
}
.MissingDocuments {
  color: #00f;
}
.NC2 {
  color: purple;
}
.NC3 {
  color: #ff0;
}
.NC4 {
  color: #FFBF00;
}
.NC5 {
  color: #8B4513;
}
.NC6 {
  color: #75787b;
}
.popover-content {
  width: 180px;
}
.logo {
  height: 35px;
  padding-left: 2vw;
  padding-bottom: 1vh;
  margin-top: 0.5vh;
}
.navbar-default .navbar-text {
  color: #98d133;
  padding-right: 5vw;
  font-size: 13px;
}
#header-bar {
  background: #86BC25;
  height: 5vh !important;
  width: 100% !important;
  margin-top: 60px;
}
.secondary-header-app-label {
  color: #fff;
  font-size: 15px;
  padding-top: 6px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 15px !important;
}
.modal-header {
  padding: 0 15px !important;
}
.modal-footer {
  padding: 10px 15px !important;
}
.dds-data-table .dds-data-table__body .dds-data-table__row.black-td {
  background-color: #000000 !important;
}
.dds-data-table .dds-data-table__body .dds-data-table__row.black-td .dds-data-table__cell {
  color: #ffffff !important;
  background-color: #000000 !important;
  background: #000000 !important;
}
.modal {
  --bs-modal-width: 600px;
}
.ng-select.ng-select-single .ng-select-container {
  height: auto !important;
  min-height: 36px !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: unset !important;
  text-overflow: unset !important;
  text-wrap-mode: wrap !important;
  white-space-collapse: collapse !important;
  flex-wrap: wrap;
  text-wrap: auto;
  flex-flow: wrap;
}
.underlined.ng-select .ng-select-container {
  border: 0;
  border-bottom: 0.5px solid grey;
  box-shadow: none !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 1.1em !important;
  color: #333 !important;
  background-color: #d0d0ee !important;
  font-family: "Open Sans" !important;
  white-space: normal !important;
}
.feedbackPageButtons {
  color: white;
  height: 50px;
  font-size: 19px;
  border-radius: 2px;
  background-color: #007CB0;
}
.feedbackPageButtons2 {
  font-family: "Open Sans";
  font-weight: 600;
  text-align: center;
  background: #F8F8FA;
  border-radius: 0px;
  width: 150px;
  font-size: 18px;
  height: 40px;
  margin-bottom: 12px;
}
.feedbackPageSectionHeaders {
  padding-left: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans";
}
.feedbackPageSectionItems {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans";
}
.engagementKey {
  font-weight: 400;
  font-size: 18px;
  padding: 0px !important;
  margin-left: 15px;
}
.engagementValue {
  font-weight: 600;
  font-size: 18px;
  padding: 0px !important;
  margin-left: 10px;
}
.engTeamSection {
  padding-left: 14px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 19px;
  font-family: "Open Sans";
}
.feedbackfileList {
  font-family: "Open Sans";
  text-align: left;
  background: #F6F6F6;
  border-radius: 0px;
  width: 1123px;
  font-size: 20px;
  height: 45px;
  border: none;
  margin: 5px 0px 5px 0px;
}
.searchContainer {
  display: grid;
  grid-template-columns: 3rem 4fr 1fr;
  width: 450px;
  border: 1px solid #ccc;
  overflow: hidden;
  height: 50px;
}
.searchContainer:focus-within i {
  display: none;
}
.searchContainer:focus-within .searchBox {
  grid-column: 1/4;
}
.searchContainer:focus-within .searchBox::placeholder {
  color: transparent;
}
.searchIcon {
  padding: 1.5rem;
  grid-row: 1;
  grid-column: 1/2;
  z-index: 2;
  font-size: 20px;
}
.searchBox {
  border: 0;
  padding: 1rem;
  grid-column: 2/4;
  grid-row: 1;
  outline: none;
  font-size: 18px;
}
.auditSectionItems {
  padding-left: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Open Sans";
}
.auditSectionItemsHeader {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.itemsPerPage {
  padding: 5px !important;
  background: #FFFFFF;
  border: 1px solid #D0D0CE !important;
  BOX-SIZING: border-box;
  height: 50px;
  margin-left: 10px;
  width: 150px;
  padding-left: 15px;
}
.amcharts-amexport-menu li.amcharts-amexport-item-level-0 {
  opacity: 1;
  width: 60px;
  background: white;
}
.amcharts-amexport-menu li.amcharts-amexport-item-level-0 > a {
  background-image: url("./media/download.svg") !important;
  width: 58px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #D0D0CE;
  background-color: #F8F8FA;
}
.amcharts-amexport-menu li.amcharts-amexport-item-level-0:hover > a {
  background-image: url("./media/download_hovered.svg") !important;
  background-color: #636363;
}
.amcharts-amexport-menu li > ul {
  font-weight: bolder !important;
  background: #e2e2e2;
}
*::-webkit-scrollbar {
  background-color: #fff;
  height: 4px;
  width: 8px;
  border-radius: 20px;
  margin-right: 2px;
}
*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #989898;
  -webkit-box-shadow: inset 0 0 6px #E8E8E8;
  margin-right: 2px;
}
::ng-deep .ng-select.ng-select-single.wrapText .ng-select-container .ng-value-container,
::ng-deep .ng-select.ng-select-single.wrapText .ng-select-container .ng-value-container .ng-value {
  white-space: normal !important;
  text-wrap-mode: wrap !important;
}
.dds-select.show .dds-select__field,
.dds-select__field,
.dds-select__field:hover,
.dds-select__field:active {
  outline: none !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: normal !important;
  text-align: left !important;
}
.dds-custom-control input {
  display: none !important;
}
.popupWidth330 {
  width: 330px !important;
}
.dds-data-table__header-cell,
.dds-data-table__cell {
  background-color: inherit !important;
}
.ng-dropdown-panel.bodySelect,
.ng-dropdown-panel.bodySelect25 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -40px;
}
.ng-dropdown-panel.bodySelect0 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -0px;
}
.ng-dropdown-panel.bodySelect1 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -1px;
}
.ng-dropdown-panel.bodySelect2 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -2px;
}
.ng-dropdown-panel.bodySelect3 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -3px;
}
.ng-dropdown-panel.bodySelect4 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -4px;
}
.ng-dropdown-panel.bodySelect5 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -5px;
}
.ng-dropdown-panel.bodySelect6 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -6px;
}
.ng-dropdown-panel.bodySelect7 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -7px;
}
.ng-dropdown-panel.bodySelect8 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -8px;
}
.ng-dropdown-panel.bodySelect9 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -9px;
}
.ng-dropdown-panel.bodySelect10 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -10px;
}
.ng-dropdown-panel.bodySelect11 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -11px;
}
.ng-dropdown-panel.bodySelect12 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -12px;
}
.ng-dropdown-panel.bodySelect13 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -13px;
}
.ng-dropdown-panel.bodySelect14 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -14px;
}
.ng-dropdown-panel.bodySelect15 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -15px;
}
.ng-dropdown-panel.bodySelect16 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -16px;
}
.ng-dropdown-panel.bodySelect17 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -17px;
}
.ng-dropdown-panel.bodySelect18 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -18px;
}
.ng-dropdown-panel.bodySelect19 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -19px;
}
.ng-dropdown-panel.bodySelect20 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -20px;
}
.ng-dropdown-panel.bodySelect21 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -21px;
}
.ng-dropdown-panel.bodySelect22 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -22px;
}
.ng-dropdown-panel.bodySelect23 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -23px;
}
.ng-dropdown-panel.bodySelect24 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -24px;
}
.ng-dropdown-panel.bodySelect25 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -25px;
}
.ng-dropdown-panel.bodySelect26 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -26px;
}
.ng-dropdown-panel.bodySelect27 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -27px;
}
.ng-dropdown-panel.bodySelect28 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -28px;
}
.ng-dropdown-panel.bodySelect29 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -29px;
}
.ng-dropdown-panel.bodySelect30 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -30px;
}
.ng-dropdown-panel.bodySelect31 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -31px;
}
.ng-dropdown-panel.bodySelect32 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -32px;
}
.ng-dropdown-panel.bodySelect33 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -33px;
}
.ng-dropdown-panel.bodySelect34 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -34px;
}
.ng-dropdown-panel.bodySelect35 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -35px;
}
.ng-dropdown-panel.bodySelect36 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -36px;
}
.ng-dropdown-panel.bodySelect37 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -37px;
}
.ng-dropdown-panel.bodySelect38 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -38px;
}
.ng-dropdown-panel.bodySelect39 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -39px;
}
.ng-dropdown-panel.bodySelect40 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -40px;
}
.ng-dropdown-panel.bodySelect41 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -41px;
}
.ng-dropdown-panel.bodySelect42 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -42px;
}
.ng-dropdown-panel.bodySelect43 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -43px;
}
.ng-dropdown-panel.bodySelect44 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -44px;
}
.ng-dropdown-panel.bodySelect45 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -45px;
}
.ng-dropdown-panel.bodySelect46 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -46px;
}
.ng-dropdown-panel.bodySelect47 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -47px;
}
.ng-dropdown-panel.bodySelect48 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -48px;
}
.ng-dropdown-panel.bodySelect49 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -49px;
}
.ng-dropdown-panel.bodySelect50 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -50px;
}
.ng-dropdown-panel.bodySelect51 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -51px;
}
.ng-dropdown-panel.bodySelect52 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -52px;
}
.ng-dropdown-panel.bodySelect53 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -53px;
}
.ng-dropdown-panel.bodySelect54 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -54px;
}
.ng-dropdown-panel.bodySelect55 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -55px;
}
.ng-dropdown-panel.bodySelect56 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -56px;
}
.ng-dropdown-panel.bodySelect57 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -57px;
}
.ng-dropdown-panel.bodySelect58 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -58px;
}
.ng-dropdown-panel.bodySelect59 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -59px;
}
.ng-dropdown-panel.bodySelect60 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -60px;
}
.ng-dropdown-panel.bodySelect61 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -61px;
}
.ng-dropdown-panel.bodySelect62 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -62px;
}
.ng-dropdown-panel.bodySelect63 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -63px;
}
.ng-dropdown-panel.bodySelect64 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -64px;
}
.ng-dropdown-panel.bodySelect65 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -65px;
}
.ng-dropdown-panel.bodySelect66 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -66px;
}
.ng-dropdown-panel.bodySelect67 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -67px;
}
.ng-dropdown-panel.bodySelect68 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -68px;
}
.ng-dropdown-panel.bodySelect69 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -69px;
}
.ng-dropdown-panel.bodySelect70 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -70px;
}
.ng-dropdown-panel.bodySelect71 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -71px;
}
.ng-dropdown-panel.bodySelect72 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -72px;
}
.ng-dropdown-panel.bodySelect73 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -73px;
}
.ng-dropdown-panel.bodySelect74 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -74px;
}
.ng-dropdown-panel.bodySelect75 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -75px;
}
.ng-dropdown-panel.bodySelect76 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -76px;
}
.ng-dropdown-panel.bodySelect77 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -77px;
}
.ng-dropdown-panel.bodySelect78 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -78px;
}
.ng-dropdown-panel.bodySelect79 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -79px;
}
.ng-dropdown-panel.bodySelect80 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -80px;
}
.ng-dropdown-panel.bodySelect81 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -81px;
}
.ng-dropdown-panel.bodySelect82 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -82px;
}
.ng-dropdown-panel.bodySelect83 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -83px;
}
.ng-dropdown-panel.bodySelect84 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -84px;
}
.ng-dropdown-panel.bodySelect85 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -85px;
}
.ng-dropdown-panel.bodySelect86 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -86px;
}
.ng-dropdown-panel.bodySelect87 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -87px;
}
.ng-dropdown-panel.bodySelect88 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -88px;
}
.ng-dropdown-panel.bodySelect89 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -89px;
}
.ng-dropdown-panel.bodySelect90 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -90px;
}
.ng-dropdown-panel.bodySelect91 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -91px;
}
.ng-dropdown-panel.bodySelect92 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -92px;
}
.ng-dropdown-panel.bodySelect93 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -93px;
}
.ng-dropdown-panel.bodySelect94 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -94px;
}
.ng-dropdown-panel.bodySelect95 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -95px;
}
.ng-dropdown-panel.bodySelect96 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -96px;
}
.ng-dropdown-panel.bodySelect97 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -97px;
}
.ng-dropdown-panel.bodySelect98 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -98px;
}
.ng-dropdown-panel.bodySelect99 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -99px;
}
.ng-dropdown-panel.bodySelect100 {
  scale: 0.66;
  transform-origin: left;
  width: auto !important;
  margin-top: -100px;
}
.fa-paperclip {
  transform: scaleX(-1);
  display: inline-block;
}
.ng-select.ng-select-disabled .ng-arrow-wrapper {
  display: none !important;
}
.ngx-toastr {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease-in-out !important;
}
.ngx-toastr:hover {
  opacity: 1 !important;
}
.toast-container .ngx-toastr {
  opacity: 0.85 !important;
}
.toast-container .ngx-toastr:hover {
  opacity: 1 !important;
}
.toast-success {
  opacity: 0.85 !important;
}
.toast-success:hover {
  opacity: 1 !important;
}
.toast-error {
  opacity: 0.85 !important;
}
.toast-error:hover {
  opacity: 1 !important;
}
.toast-info {
  opacity: 0.85 !important;
}
.toast-info:hover {
  opacity: 1 !important;
}
.toast-warning {
  opacity: 0.85 !important;
}
.toast-warning:hover {
  opacity: 1 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
