/*!
 * bootstrap-fileinput v5.1.3
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type="file"],
input[type="file"].file-loading {
  width: 0;
  height: 0;
}

.file-no-browse {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.kv-hidden,
.file-caption-icon,
.file-zoom-dialog .modal-header::before,
.file-zoom-dialog .modal-header::after,
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.hide-content .kv-file-content,
.is-locked .fileinput-upload-button,
.is-locked .fileinput-remove-button {
  display: none;
}

.btn-file input[type="file"],
.file-caption-icon,
.file-preview .fileinput-remove,
.krajee-default .file-thumb-progress,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons {
  position: absolute;
}

.file-caption-icon .kv-caption-icon {
  line-height: inherit;
}

.file-input,
.file-loading::before,
.btn-file,
.file-caption,
.file-preview,
.krajee-default.file-preview-frame,
.krajee-default .file-thumbnail-footer,
.file-zoom-dialog .modal-dialog {
  position: relative;
}

.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}

.file-error-message pre,
.file-error-message ul {
  margin: 0;
}

.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.7rem;
}

.krajee-default .file-thumb-progress .progress,
.kv-upload-progress .progress {
  /* background-color: #ccc; */
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-video,
.file-zoom-content > .file-object.type-flash {
  height: 100%;
}

.file-zoom-content > .file-object.type-pdf,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-default {
  width: 100%;
}

.file-loading::before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;

  /* color: #999; */
  background: transparent url("../img/loading.gif") top left no-repeat;
}

.file-object {
  margin: 0 0 -5px;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type="file"] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}

.file-caption-icon {
  left: 8px;
}

.file-error-message {
  /* color: #a94442; */

  /* background-color: #f2dede; */
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  /* background-color: #eee; */
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview-image {
  font:
    40px Impact,
    Charcoal,
    sans-serif;

  /* color: #008000; */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgb(0 0 0 / 20%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default .file-preview-other-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.krajee-default .file-preview-text {
  /* color: #428bca; */
  border: 1px solid #ddd;
  outline: none;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;

  /* color: #777; */
  margin-bottom: 30px;
}

.file-upload-stats {
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .file-upload-stats {
  font-size: 12px;
  margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default
  .file-preview-frame:not(.file-preview-error)
  .file-footer-caption:hover {
  /* color: #000; */
}

.kv-upload-progress .progress {
  height: 20px;
  margin: 10px 0;
  overflow: hidden;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: -60px 0 0;
  font-size: 60px;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 50%;

  /* color: #1c94c4; */
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
  left: 1px;
}

.file-zoom-dialog .btn-next {
  right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;

  /* color: #999; */
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url("../img/loading.gif") no-repeat scroll center center
    content-box !important;
}

.file-drop-zone {
  border: 1px dashed #bbb;
  min-height: 260px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #bbb;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #999;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  /* color: #aaa; */
  font-size: 1.6em;
  text-align: center;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;

  /* background-color: #eee; */
}

.file-uploading {
  background: url("../img/loading-sm.gif") no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  text-align: center;
  min-height: 300px;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

@media (width >= 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}

@media (width >= 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}

@media (width <= 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}

@media (width <= 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"])
    .kv-file-content {
    width: 160px;
  }
}

@media (width <= 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}

.file-loading[dir="rtl"]::before {
  background: transparent url("../img/loading.gif") top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.file-sortable .file-drag-handle {
  cursor: grab;
  opacity: 1;
}

.file-grabbing,
.file-grabbing * {
  cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
  cursor: grabbing !important;
}

.file-preview-frame.sortable-chosen {
  /* background-color: #d9edf7; */

  /* border-color: #17a2b8; */
  box-shadow: none !important;
}

.file-preview .kv-zoom-cache {
  display: none;
}

/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */

/* Edited by Jonathan Pyle, 2018 */

.hiddenelement {
  position: absolute !important;
  top: -1000 !important;
}

/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 16px;
  padding: 10px 10px 10px 2rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
  position: relative;
}

/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  display: inline;
  line-height: 16px;
  vertical-align: bottom;
}

/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  position: absolute;
  left: 10px;
  top: 11px;
}

/* When there's a label, add a little margin to the left */
input.labelauty
  + label
  > span.labelauty-unchecked-image
  + span.labelauty-unchecked,
input.labelauty
  + label
  > span.labelauty-checked-image
  + span.labelauty-checked {
  /* margin-left: 7px; */
}

/* When not Checked */
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}

/* When Checked */
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}

input.labelauty:checked + label > span.labelauty-checked {
  display: inline;
}

input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}

/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}

@media (width >= 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }

  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}

.combobox-selected .dacomboboxtoggle .fa-caret-down {
  display: none;
}

.combobox-container:not(.combobox-selected) .dacomboboxtoggle .fa-xmark {
  display: none;
}

.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}

.control-group.error .combobox-container .fa-caret-down {
  border-top-color: #b94a48;
}

.control-group.warning .combobox-container .fa-caret-down {
  border-top-color: #c09853;
}

.control-group.success .combobox-container .fa-caret-down {
  border-top-color: #468847;
}

.combobox-container button[aria-expanded="true"] svg {
  transform: rotate(180deg) translate(0, -1px);
}

/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .datooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .datooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .datooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .datooltip {
  pointer-events: none;
}
.slider .datooltip.top {
  margin-top: -34px;
}
.slider .datooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}
.datooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.datooltip.show {
  opacity: 0.9;
}
.datooltip .datooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.datooltip .datooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.datooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

html {
  position: relative;
  min-height: 100%;
}

body.dabody {
  border: 0;
  margin: 0;
  padding-bottom: 40px;
}

.cm-editor {
  font-size: 14px;
}

.cm-full-screen > .cm-editor {
  position: fixed !important;
  margin-top: 0;
  height: inherit !important;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  background-color: #fff;
}

.daconfigform .cm-editor {
  height: 75vh;
}

.pgmain {
  display: flex;
  flex-flow: column;
  align-items: stretch;
}

.pgright {
  height: 75vh;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}

.pgmain .pgform {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding: 1px;
}

.pgreadme .cm-editor {
  height: 65vh;
}

.pgmain .pgform .cm-editor {
  height: 65vh;
}

.pgright .playgroundbox {
  flex: 1;
  overflow: hidden;
}

body.dasignature {
  border: 0;
  margin: 0;
}

div.dahide-navbar .navbar {
  display: none;
}

body.dainactive {
  background-color: #f2dede;
}

body.dainactive .form-control {
  background-color: #f2dede;
}

body.dainactive > div > div > .navbar {
  background-image: linear-gradient(to bottom, #883c3c 0, #522 100%);
}

body.dacontrolled > div > div > .navbar {
  background-image: linear-gradient(to bottom, #883c3c 0, #522 100%);
}

.slider-horizontal {
  width: 100% !important;
  margin-top: 15px;
}

.slider .datooltip-inner {
  user-select: none;
  padding: 0.1rem 0.4rem;
}

.alert {
  max-height: 150px;
  overflow-y: auto;
}

.alert a {
  cursor: pointer;
}

.dachatbutton a {
  font-size: 14px;
  margin-bottom: 0.75em;
  float: right;
}

.danavpillssmaller > li > a {
  padding: 10px 12px;
}

div.dainline a {
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}

div.dainline span {
  vertical-align: middle;
  position: relative;
  font-weight: bold;
}

.daimagepreview img {
  max-width: 100%;
}

.daiconbox {
  font-size: 14px;
  font-family: Roboto, arial, sans-serif;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  color: #262626;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 5px;
  padding: 0;
}

div.dachoicehelp a {
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  padding-bottom: 0.5rem;
}

div.daconstraintlist a {
  text-decoration: none;
}

ul.da-example-list > li > a {
  outline: none;
  padding: 2px 15px;
}

.daiconbox > a:focus,
.daiconbox > a:hover {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.danomargin {
  margin: 0;
}

.daiconbox td img {
  margin: 2px 0;
}

a.danohover {
  display: block;
}

a.danohover:hover {
  text-decoration: none !important;
}

.btn-darevisit {
  margin-bottom: 5px;
}

.btn-da {
  margin-bottom: 5px;
  white-space: normal;
}

.btn-da-custom {
  width: 8em;
  height: 8em;
  text-align: center;
  vertical-align: middle;
}

.btn-da-custom svg {
  width: 4em !important;
  height: 4em !important;
  text-align: center;
  vertical-align: middle;
}

.btn-da-custom span:first-of-type::after {
  content: "";
  display: block;
}

.btn-da-custom:focus {
  outline: 1px dotted !important;
}

.dainvisible {
  display: none !important;
}

.da-chat-session {
  overflow: hidden;
}

i.da-chat-active {
  color: #45bf41;
}

i.da-chat-active:hover {
  color: #55cf51;
}

i.da-chat-inactive {
  color: #4f4f4f;
}

i.da-chat-inactive:hover {
  color: #5f5f5f;
}

div.da-field-container-datatype-range .da-top-label {
  margin-bottom: 1.5rem;
}

.da-form-group.darequired .dawidecol {
  position: relative;
}

.da-form-group.darequired .dawidecol::before {
  position: absolute;
  content: "*";
  color: red;
  top: 0;
  left: -0.2rem;
}

.da-form-group.darequired .dagridwide::before {
  position: absolute;
  content: "*";
  color: red;
  top: 0;
  left: -0.2rem;
}

[data-bs-theme=dark] .da-form-group.darequired .dawidecol::before {
  color: var(--bs-red);
}

[data-bs-theme=dark] .da-form-group.darequired .dagridwide::before {
  color: var(--bs-red);
}

.dafullwidth + label {
  width: 100%;
}

.dafullwidth + div.da-legend {
  width: 100%;
}

.da-embed-radio-wrapper > label {
  font-weight: normal;
}

.da-embed-yesno-wrapper > label {
  font-weight: normal;
}

.da-embed-threestate-wrapper > label {
  font-weight: normal;
}

.da-embed-checkbox-wrapper > label {
  font-weight: normal;
}

.da-grid-container.da-form-group-floating label {
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
}

.da-grid-container.da-form-group-floating div.da-legend {
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
}

.da-grid-container {
  position: relative;
}

.da-form-group.darequired .danolabel {
  position: relative;
}

.da-form-group.darequired .danolabel::before {
  position: absolute;
  content: "*";
  color: red;
  top: 0;
  left: -0.2rem;
}

[data-bs-theme=dark] .da-form-group.darequired .danolabel::before {
  color: var(--bs-red);
}

div.da-legend.da-top-label {
  font-size: inherit;
}

.da-form-group.darequired .da-top-label {
  position: relative;
}

.da-form-group.darequired .da-top-label::after {
  content: "*";
  color: red;
  margin-left: 0.2em;
}

[data-bs-theme=dark] .da-form-group.darequired .da-top-label::after {
  color: var(--bs-red);
}

.da-form-group.darequired .da-form-label {
  position: relative;
}

.da-form-group.darequired .da-form-label::after {
  position: absolute;
  content: "*";
  color: red;
}

[data-bs-theme=dark] .da-form-group.darequired .da-form-label::after {
  color: var(--bs-red);
}

@media (width <= 767px) {
  .da-form-group.darequired .dawidecol::before {
    left: 0.2rem;
  }
  .da-form-group.darequired .danolabel::before {
    left: 0.2rem;
  }
  .da-form-group.darequired .da-form-label::after {
    bottom: 0.7rem;
  }
  .da-grid-container.dayesnospacing + .da-grid-container.dayesnospacing {
    margin-top: -1rem;
  }
}
@media (width >= 768px) {
  .da-form-group.darequired .da-form-label::after {
    top: 5px;
    right: 5px;
  }
}
.da-form-group.darequired.greyedout .da-form-label::after {
  display: none;
}

.da-form-group.dagreyedout .da-form-label {
  color: #999;
}

.daselect {
  margin-top: 7px;
}

.dagooglemap {
  width: 100%;
}

.daterm {
  cursor: pointer;
  color: #408e30;
}

.daterm:hover {
  cursor: pointer;
  color: #408e30;
  text-decoration: none;
}

.daiconfloat {
  image-orientation: from-image;
  float: right;
}

.daicon {
  image-orientation: from-image;
}

.daclear {
  clear: both;
}

.daactive {
  background-color: yellow;
}

.dabackicon {
  background: none;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
}

.dabackicon span.nav-link {
  padding: 0;
}

.dabackicon a.nav-link {
  padding: 0;
}

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

.dabackbuttoncolor {
  appearance: none;
}

@media (width <= 767px) {
  .datext-right {
    min-height: 1.5rem;
  }
  .file-input-ajax-new .file-preview {
    display: none;
  }
}
@media (width >= 768px) {
  .datext-right {
    text-align: right !important;
  }
}
.daback {
  margin-left: 0.1em;
}

.datab {
  display: inline-block;
  width: 4em;
}

table.datable {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.daborder {
  border-style: solid;
  border-width: 1px;
}

.daflushleft {
  text-align: left;
}

.daflushright {
  text-align: right;
}

.dabold {
  font-weight: bold;
}

.dacenter {
  text-align: center;
}

.dawrappre {
  white-space: pre-wrap;
  max-height: 400px;
  overflow: auto;
}

.davspace {
  margin-top: 10px;
}

.damynavbar-right {
  float: right;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}

.damynavbar-right .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.daactivetext {
  color: yellow;
}

.daactivetext:hover {
  color: #ff9;
}

table.daplaygroundtable td {
  line-height: 20px;
}

div.playgroundbox div.card-body {
  height: 30em;
  overflow: hidden scroll;
  position: relative;
  padding-right: 0;
}

div.playgroundbox table td {
  padding-bottom: 5px;
}

div.playgroundbox table td.playground-warning-box {
  padding-right: 15px;
  font-size: 14px;
  padding-bottom: 0;
}

.daadminbody pre {
  margin: 0;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
}

div.dahighlight pre {
  margin-bottom: 0;
}

#daform pre {
  margin: 0;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
}

textarea.datextarea {
  resize: both;
}

textarea.dalogs {
  display: block;
  margin: 0;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  /* background-color: #f5f5f5 !important; */
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  font-size: 0.875em;
  font-family: monospace;
  direction: ltr;
  unicode-bidi: bidi-override;
  width: 100%;
  resize: both;
}

img.da-example-screenshot {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 4px;
  padding-bottom: 20px;
  max-width: 100%;
  background-color: white;
}

[data-bs-theme=dark] img.da-example-screenshot {
  border-color: #333;
  background-color: #212529;
}

.da-example-link {
  cursor: pointer;
}

.da-example-heading {
  cursor: pointer;
  font-weight: bold;
}

.da-example-list {
  outline: none;
  flex-wrap: nowrap;
}

div > ul.da-example-list {
  max-height: 35em;
  overflow-y: auto;
  position: relative;
}

ul.da-example-list ul {
  margin-left: 20px;
}

ul.da-example-list > li {
  margin-top: 0;
}

.da-example-hidden {
  display: none;
}

div.da-example-source-col {
  min-height: 600px;
}

div.da-example-source-col div.highlight {
  max-height: none;
}

div.dahighlight {
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(248, 249, 250);
}

[data-bs-theme=dark] div.dahighlight {
  background-color: #282c34;
}

a.da-example-copy {
  font-size: 14px;
  float: right;
}

a.da-example-documentation {
  font-size: 14px;
  float: right;
}

a.dacorner-remove {
  float: right;
  cursor: pointer;
  color: #666;
  font-size: 20px;
}

a.dacorner-remove:hover {
  color: #000;
}

table.daplaygroundtable {
  table-layout: fixed;
  width: 100%;
}

table.daplaygroundtable td table {
  margin-top: 5px;
  table-layout: fixed;
  width: 100%;
}

table.daplaygroundtable td table td {
  padding-left: 10px;
}

.da-example-hider {
  float: right;
  cursor: pointer;
}

#da-example-source-before {
  margin-top: 5px;
}

#da-example-source-after {
  margin-top: 5px;
}

#da-example-source-before pre {
  background-color: rgb(248, 249, 250);
}

#da-example-source-after pre {
  background-color: rgb(248, 249, 250);
}

[data-bs-theme=dark] #da-example-source-before pre {
  background-color: #282c34;
}

[data-bs-theme=dark] #da-example-source-after pre {
  background-color: #282c34;
}

a.da-review-action {
  cursor: pointer;
}

a.da-review-action-button {
  /* font-size: 14px; */
  float: right;
}

table.da-review-tabular > tbody > tr > td {
  vertical-align: top;
}

a.da-example-share {
  font-size: 14px;
  float: right;
}

.dachatbox {
  max-height: 20em;
  overflow-y: auto;
  margin-bottom: 5px;
}

a.da-example-share:focus {
  outline: none;
}

a.dashowmethods:focus {
  outline: none;
}

img.daimageicon {
  height: 14px;
  display: inline-block;
  line-height: normal;
}

.playground-variable {
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  padding: 3.6px 7.2px;
  line-height: normal;
  max-width: 90%;
  white-space: nowrap;
}

span.daparenthetical {
  color: #777;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
}

.daquestionsign {
  color: #5cb85c;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  float: right;
  margin-right: 3px;
  font-size: 16px;
}

.dashowattributes {
  color: rgb(160, 160, 160);
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  float: right;
  margin-right: 3px;
}

.dainfosign {
  color: rgb(49, 112, 143);
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  float: right;
  margin-right: 3px;
}

.datrain {
  color: rgb(217, 7, 53);
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  float: right;
  margin-right: 3px;
  outline: 0;
}

.datrain:link,
.datrain:visited,
.datrain:active {
  color: rgb(217, 7, 53);
}

.datrain:hover {
  color: rgb(247, 37, 83);
}

.dashowmethods {
  color: rgb(49, 112, 143);
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  float: right;
  margin-right: 3px;
}

.daobservebutton {
  font-size: 14px;
  float: right;
  margin-bottom: 4px;
  margin-left: 4px;
}

.da-chat-status-label {
  width: 6em;
  font-size: 14px;
  float: left;
  margin-bottom: 4px;
  margin-right: 8px;
}

.dachatcontrol {
  height: 24px;
}

div.dafieldpart > label:first-of-type {
  margin-top: 0;
}

div.dafieldpart > div.da-legend:first-of-type {
  margin-top: 0;
}

div.datopcenter {
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 2000;
  margin: 0 auto;
}

div.dacol-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

select.playground-select {
  appearance: none;
  border: 0;
  max-width: 8em;
  border-radius: 5px;
  background-image: url("option-vertical.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1em 1em;
  padding: 2px 20px 2px 2px;
  outline: 0;
}

a.dauploadbutton {
  padding-top: 1px;
  padding-bottom: 1px;
}

.daobserver-container {
  height: 324px;
  overflow: hidden;
  margin: 0 0 0.75rem;
}

iframe.daobserver {
  width: 600px;
  height: 432px;
  overflow: auto;
  transform: scale(0.75, 0.75);
  transform-origin: top left;
  border: solid #ccc 3px;
  margin: 0;
  padding: 0;
}

.dadelete-observation {
  float: right;
  margin: 0;
}

.datopspace {
  margin-top: 10px;
}

.da-no-outline:focus {
  text-decoration: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
  outline: 0;
}

.da-new-message {
  background-color: #ff9;
}

.da-chat-notifier {
  position: fixed;
  right: 10px;
  background-color: #ff9;
  color: #444;
  padding: 10px;
  border-color: #f0cc77;
  border-style: solid;
}

.da-chat-notifier-below {
  bottom: 0;
  border-radius: 15px 15px 0 0;
  border-width: 3px 3px 0;
}

.da-chat-notifier-above {
  top: 51px;
  border-radius: 0 0 15px 15px;
  border-width: 0 3px 3px;
}

.da-chat-title-label {
  float: left;
}

div.datop-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  color: #444;
  font-size: 14px;
  border-radius: 0 0 15px 15px;
  background-color: #ff9;
  padding: 5px;
  text-align: center;
  border-color: #f0cc77;
  border-style: solid;
  border-width: 0 3px 3px;
}

.da-click-selected {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 16px rgba(102, 175, 233, 0.6);
}

.danobold {
  font-weight: normal;
}

@media (width <= 767px) {
  .navbar-nav li .dropdown-menu {
    display: block;
  }
  .navbar-nav li .dropdown-toggle {
    display: none;
  }
}
div.da-spinner-container {
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: -10px;
}

.da-top-for-navbar {
  top: 66px;
}

span.da-spinner {
  z-index: 2000;
  font-size: 40px;
}

img.da-sig-spinner {
  z-index: 2000;
  font-size: 40px;
}

.dafullheight {
  max-height: none !important;
}

[data-bs-theme=dark] .cm-full-screen > .cm-editor {
  background-color: #282c34;
}

.da-search-error {
  background-color: #f2dede;
}

.dasearchicon {
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  line-height: normal;
  font-size: 16px;
  margin-right: 4px;
}

.dasearchthis {
  color: #999;
}

.dasearchthis:hover {
  color: #333;
}

.dasearchother {
  color: #ccc;
}

.dasearchother:hover {
  color: #666;
}

.dapointer {
  cursor: pointer;
}

div.daundertext {
  margin-top: 10px;
}

input.dainput-embedded {
  box-shadow: none;
  display: inline;
  padding: 0 8px;
  border-style: solid;
  line-height: inherit;
  border-color: #888;
  min-width: 8em;
  max-width: 100%;
  border-radius: 2px;
  width: auto;
  background-color: #f0f0ff;
  border-width: 0 0 1px;
  margin: 4px 0 3px;
  height: 31px;
}

input.dainput-embedded:focus {
  box-shadow: none;
  border-width: 0;
  background-color: #e0e0ff;
  height: 30px;
  color: #222;
  margin: 4px 0;
}

input.dadate-embedded {
  min-width: 10em;
}

textarea.dainput-embedded {
  box-shadow: none;
  padding: 0 8px;
  border-style: solid;
  border-width: 0;
  background-color: #f0f0ff;
  line-height: inherit;
  border-radius: 2px;
  margin: 10px 0 0;
}

textarea.dainput-embedded:focus {
  box-shadow: none;
  background-color: #e0e0ff;
  color: #222;
}

textarea.dainput-embedded:hover {
  box-shadow: none;
  border-color: #888;
}

span.dainput-embedded {
  display: inline-block;
  padding: 0 8px;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  line-height: inherit;
  height: 30px;
  margin: 4px 0;
}

select.dainput-embedded {
  display: inline;
  padding: 0 4px;
  line-height: inherit;
  border-style: solid;
  min-width: 8em;
  background-color: #f0f0ff;
  appearance: none;
  border-color: #888;
  border-radius: 2px;
  border-width: 0 0 1px;
  margin: 4px 0 3px;
  height: 31px;
}

select.dainput-embedded:focus {
  color: #222;
  background-color: #e0e0ff;
  border-width: 0;
  height: 30px;
  margin: 4px 0;
}

select.dainput-embedded option {
  border-style: none;
  margin: 0;
}

input.dafile-embedded {
  display: inline;
  padding: 0 4px 0 0;
  line-height: inherit;
  min-width: 8em;
  background-color: #f0f0ff;
  appearance: none;
  border-style: none;
  border-radius: 2px;
  border-width: 0;
  margin: 4px 0 3px;
  height: 31px;
}

textarea.translation-box {
  height: 20em;
  font-family: monospace;
}

.daheightlim {
  max-height: 27em;
  overflow-y: auto;
}

.navbar {
  /* font-size: 14px; */
}

body.daadminbody {
  border: 0;
  margin: 0;
  padding-bottom: 40px;
  /* font-size: 14px; */
}

.da-pad-for-navbar {
  padding-top: 66px;
}

svg.damfasvg {
  width: 300px;
}

blockquote.dalimheight {
  max-height: 6em;
  overflow-y: auto;
}

.daimagepreview {
  max-height: 12em;
  overflow-y: auto;
}

.daonright {
  float: right;
  color: black;
}

.dadecoration {
  float: right;
}

div.danavnested {
  padding-left: 20px;
}

.danavlink {
  cursor: text;
  position: relative;
}

div.danav-horiz .danavlink {
  align-self: flex-end !important;
  text-align: center;
}

div.danavnested-horiz {
  font-size: 80%;
}

@media (width <= 767px) {
  div.danav-horiz > .danavlink {
    border-width: 0 0 0.1rem;
    margin: 0 3px 0 0;
    padding: 0.5rem 0.25rem 0.4rem;
  }
  div.danav-horiz > .danotavailableyet {
    border-width: 0;
  }
  div.danav-horiz > .inactive {
    border-width: 0;
  }
}
@media (width <= 575px) {
  div.danav-horiz > .danavlink {
    font-size: 11px;
  }
}
.danav > .danotavailableyet {
  text-decoration: inherit;
  background-color: inherit;
  outline-offset: inherit;
}

.danav > .danotavailableyet:hover,
.danav > .danotavailableyet:focus {
  text-decoration: inherit;
  background-color: inherit;
  outline-offset: inherit;
}

div.danav {
  flex-wrap: nowrap;
}

div.dasections {
  line-height: 45px;
}

span.dainlinearrow {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

div.dainline > div {
  font-weight: normal;
}

div.dasections .btn {
  font-size: 18px;
  cursor: text !important;
  padding: 5px;
}

div.dasections a.btn.daclickable {
  cursor: pointer !important;
}

.daclickable {
  cursor: pointer !important;
}

div.dainlineinside {
  display: inline;
}

div.dasections div.dainlineinside .btn {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}

div.danavdiv {
  margin-top: 30px;
}

.danavlink .toggler {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.danavlink .toggler:hover {
  text-decoration: none;
}

div.dachoicewithhelp {
  display: table;
  width: 100%;
}

div.dachoicewithhelp > div {
  display: table-row;
}

div.dachoicewithhelp > div > div {
  display: table-cell;
}

div.dachoicehelp {
  text-align: right;
  width: 32px;
  vertical-align: top;
}

div.danavbar {
  max-height: 51px;
  overflow: hidden;
}

.dabrand:focus,
.dabrand:hover {
  color: #9d9d9d !important;
}

.da-container.dayesnospacing + .da-container.dayesnospacing {
  margin-top: -1rem;
}

.dainterviewhaserror {
  color: #a94442;
}

.dainterviewhaserror:hover,
.dainterviewhaserror:focus {
  color: #843534;
}

.daimageref + .daimageref {
  margin-left: 5px;
}

.davideo43 {
  padding-bottom: 75%;
}

.davideo169 {
  padding-bottom: 56.25%;
}

.davideo {
  position: relative;
  height: 0;
  margin-bottom: 10px;
}

.davideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dawidevideo {
  width: 100% !important;
  height: auto !important;
}

.daspaceafter {
  margin-bottom: 10px;
}

.dapdfscreen {
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 16px rgba(77, 77, 77, 0.6);
}

.da-inline-error-wrapper {
  position: relative;
}

.da-embed-area-wrapper > .da-has-error {
  display: block;
  color: black;
  padding: 2px;
  z-index: 1020;
  background-color: #fdd;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075), -3px 2px 4px rgba(0, 0, 0, 0.075), 3px 2px 4px rgba(0, 0, 0, 0.075);
}

.da-inline-error-wrapper > .da-has-error {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  color: black;
  padding: 2px;
  z-index: 1020;
  background-color: #fdd;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075), -3px 2px 4px rgba(0, 0, 0, 0.075), 3px 2px 4px rgba(0, 0, 0, 0.075);
}

.da-embed-currency-wrapper {
  display: inline-block;
}

.da-embed-area-wrapper {
  position: relative;
}

.da-embed-radio-wrapper > span.da-has-error::before {
  content: " ";
}

.da-embed-yesno-wrapper > span.da-has-error::before {
  content: " ";
}

.da-embed-threestate-wrapper > span.da-has-error::before {
  content: " ";
}

.da-embed-checkbox-wrapper > span.da-has-error::before {
  content: " ";
}

span.damldatakey {
  font-weight: bold;
}

div.damldatacontainer {
  padding-left: 20px;
}

.playground-back {
  margin: 0;
  padding: 0;
  margin-left: -5px;
}

div.daconstraintlist div + div {
  margin-top: 2px;
}

.da-material-icons {
  font-family: "Material Icons", monospace;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("MaterialIcons-Regular.woff2") format("woff2"), url("MaterialIcons-Regular.woff") format("woff"), url("MaterialIcons-Regular.ttf") format("truetype");
}
.da-page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.dabadge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.da-larger-badge {
  font-size: 1rem;
}

.dasigbuttons {
  margin-top: 4px;
}

.dasigbottompart {
  text-align: center;
}

@media (width <= 575px) and (orientation: landscape) {
  .dasignature .danavbarcontainer {
    display: none;
  }
  body.dasignature {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    font-size: small;
    padding-top: 40px;
    user-select: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body.dasignature > div > div.container > div.row > div.col {
    padding: 0;
  }
  #dasigcontent {
    padding: 0;
  }
  .dasigmidpart p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4286;
  }
  .dasigheader {
    top: 0;
    left: 0;
    right: 0;
    height: 42px;
    padding: 6px;
  }
  .dasigfooter {
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    padding: 2px;
  }
  .dasigtitle {
    line-height: 26px;
    font-size: 18px;
    color: #9d9d9d;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .dasigtoppart {
    text-align: center;
    padding: 0;
  }
  .dasigmidpart {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .dasigbottompart {
    padding-top: 6px;
  }
  .dasigpost {
    display: none;
  }
  .dasignature > div > .daright {
    display: none;
  }
  .dasignature > div > .daattributions {
    display: none;
  }
}
.dasigheader {
  position: fixed;
}

.dasignav-left {
  float: left;
  margin-right: 10px;
}

.dasignav-right {
  float: right;
}

.dasignavbutton {
  max-height: 30px;
}

#dasigcanvas {
  cursor: crosshair;
  padding: 0;
}

.dasighidesmall {
  display: none;
}

.dasigshowsmallblock {
  display: block;
}

.dasigerrormessage {
  text-align: center;
  color: blue;
  padding-bottom: 10px;
}

.dasignotshowing {
  display: none;
}

.da-to-labelauty {
  display: none;
}

.dawordplayground .dasearchicon {
  display: none;
}

@media (width <= 991px) {
  .darlap-parent {
    margin-bottom: 0 !important;
  }
}
@media (width >= 992px) {
  .darlap-parent {
    position: relative;
  }
  .darlap {
    position: absolute;
    margin-left: 100%;
    width: 50%;
  }
}
div.progress + div.daaudiovideo-control {
  margin-top: 0.5rem !important;
}

.daaudio-control {
  width: 100%;
}

.dajs-embedded {
  overflow: auto;
}

tr:first-child .datableup,
tr:last-child .databledown {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.datablehighlighted {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 16px rgba(102, 102, 102, 0.6);
}

.danavbar-title {
  max-width: 45%;
  overflow: hidden;
}

@media (width >= 992px) {
  .danavbar-title {
    max-width: 55%;
  }
}
.dalistright {
  border-radius: 1em 1em 0 !important;
  margin-left: 25%;
  margin-bottom: 0.5em !important;
  border-width: 0;
}

.dalistleft {
  border-radius: 1em 1em 1em 0 !important;
  margin-right: 25%;
  margin-bottom: 0.5em !important;
  border-width: 0;
}

.dachatmessage {
  border-radius: 1em !important;
  margin-left: 25%;
  margin-right: 0.5em;
}

@media (width <= 575px) {
  .dachatmessage {
    margin-left: 0;
  }
}
.dachatmessage:disabled {
  cursor: not-allowed !important;
}

.dachatbutton:disabled {
  cursor: not-allowed !important;
}

.dawide .col-xl-1,
.dawide .col-xl-2,
.dawide .col-xl-3,
.dawide .col-xl-4,
.dawide .col-xl-5,
.dawide .col-xl-6,
.dawide .col-xl-7,
.dawide .col-xl-8,
.dawide .col-xl-9,
.dawide .col-xl-10,
.dawide .col-xl-11,
.dawide .col-lg-1,
.dawide .col-lg-2,
.dawide .col-lg-3,
.dawide .col-lg-4,
.dawide .col-lg-5,
.dawide .col-lg-6,
.dawide .col-lg-7,
.dawide .col-lg-8,
.dawide .col-lg-9,
.dawide .col-lg-10,
.dawide .col-lg-11,
.dawide .col-md-1,
.dawide .col-md-2,
.dawide .col-md-3,
.dawide .col-md-4,
.dawide .col-md-5,
.dawide .col-md-6,
.dawide .col-md-7,
.dawide .col-md-8,
.dawide .col-md-9,
.dawide .col-md-10,
.dawide .col-md-11 {
  -webkit-box-flex: 0 !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.dawide .offset-md-2,
.dawide .offset-md-3,
.dawide .offset-md-4,
.dawide .offset-xl-1,
.dawide .offset-xl-3,
.dawide .offset-lg-3 {
  margin-left: 0 !important;
}

.dawide .datext-right {
  text-align: left !important;
}

.dawide .da-form-group.darequired .da-form-label::after {
  bottom: 0.7rem !important;
  top: auto !important;
  right: auto !important;
}

.dawideimage {
  width: 100%;
  height: auto;
}

.navbar .dropdown .dropdown-toggle {
  cursor: pointer;
}

.da-wrap-toggle {
  float: right;
}

.da-wrap-toggle svg {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.dafooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

body.da-pad-for-footer {
  margin-bottom: 60px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

.da-review-button {
  border-radius: 0.25rem;
}

.da-form-group {
  margin-bottom: 1rem !important;
}

.btn-block {
  display: block;
  width: 100%;
}

a.dadisabled {
  pointer-events: none;
}

@media (orientation: portrait) {
  .da-d-sm-block {
    display: block !important;
  }
  .da-d-sm-none {
    display: none !important;
  }
}
code {
  white-space: pre;
}

div.form-text .daterm {
  color: inherit;
}

.dalabelauty {
  margin-bottom: 0.5rem;
}

div.da-grid-container > div.dafieldpart > div.da-field-radio {
  margin-bottom: -0.5rem;
}

div.da-grid-container > div.dafieldpart > div.da-field-checkbox {
  margin-bottom: -0.5rem;
}

div.da-grid-container > div.dafieldpart > div.da-field-checkboxes {
  margin-bottom: -0.5rem;
}

[data-bs-theme=dark] #dasigcanvas {
  background-color: #777;
}

.da-paper-stack {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.da-paper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.da-paper:nth-child(1) {
  z-index: 10;
}

.da-paper:nth-child(2) {
  transform: translate(5px, 5px);
  z-index: 9;
}

.da-paper:nth-child(3) {
  transform: translate(10px, 10px);
  z-index: 8;
}

.da-paper:nth-child(4) {
  transform: translate(15px, 15px);
  z-index: 7;
}

/*# sourceMappingURL=app.css.map */

