/*!
 * NlyadminlteVue Custom CSS
 * https://github.com/nejinn/nly-adminlte-vue
 *
 * Version: 0.7.5
 *
 * Copyright Nejinn Lerity
 * https://github.com/nejinn
 *
 * Released under the MIT license.
 */
.nly-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .nly-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .nly-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .nly-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .nly-d-lg-down-none {
    display: none !important;
  }
}
.nly-d-xl-down-none {
  display: none !important;
}

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-content-glue,
.os-host-flexbox > .os-size-auto-observer {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-content-glue,
.os-padding {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding,
.os-viewport {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content:after,
.os-content:before {
  content: "";
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0 none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap="off"] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-resize-observer-host:after {
  content: "";
}

.os-resize-observer-host:after,
.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
}

.os-resize-observer-item,
.os-resize-observer-item-final {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  -webkit-transition: none !important;
  transition: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 1ms;
  animation-duration: 1ms;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s,
    bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s,
    left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle,
.os-scrollbar-track {
  pointer-events: auto;
  height: 100%;
  width: 100%;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-corner,
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden
  > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-padding + .os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal
  + .os-scrollbar-vertical.os-scrollbar-auto-hidden
  + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden
  + .os-scrollbar-vertical
  + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden
  + .os-scrollbar-vertical.os-scrollbar-auto-hidden
  + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden
  > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden
  > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTcuNDI0IDBhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdBMS4yOTggMS4yOTggMCAwMDcuNDI0IDB6bTAgMy4wODRhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bS0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptLTMuMDMgMy4wM0ExLjMxIDEuMzEgMCAwMDAgNy40MjRjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3ptMy4wMyAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptMy4wODQgMGExLjMxIDEuMzEgMCAwMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3oiIGZpbGwtb3BhY2l0eT0iLjQ5NCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTguMjE2LjI3M2MuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTAgMy4wODRjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOSAxLjAzNy41MTlhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI1LS4yMDUtLjc5OC0uNTE4LTEuMDM4em0tMy4wODUgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE5IDEuMDM3LjUxOWExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTktMS4wMzh6bS0zLjAzIDMuMDNjLjE0Mi4yMS4yMi40NjYuMjIuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzExIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTMuMDMgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTktMS4wMzd6bTMuMDg1IDBjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI0LS4yMDUtLjc5OC0uNTE4LTEuMDM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

@keyframes hs-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

.os-theme-none > .os-scrollbar-corner,
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark
  > .os-scrollbar-horizontal
  > .os-scrollbar-track
  > .os-scrollbar-handle,
.os-theme-light
  > .os-scrollbar-horizontal
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark
  > .os-scrollbar-vertical
  > .os-scrollbar-track
  > .os-scrollbar-handle,
.os-theme-light
  > .os-scrollbar-vertical
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle,
.os-theme-light.os-host-transition
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: hsla(0, 0%, 100%, 0.4);
}

.os-theme-dark
  > .os-scrollbar:hover
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light
  > .os-scrollbar:hover
  > .os-scrollbar-track
  > .os-scrollbar-handle {
  background: hsla(0, 0%, 100%, 0.55);
}

.os-theme-dark
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle.active {
  background: hsla(0, 0%, 100%, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-horizontal
  .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden
  > .os-scrollbar-vertical
  .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden
  > .os-scrollbar-horizontal
  .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden
  > .os-scrollbar-vertical
  .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light
  > .os-scrollbar-vertical
  .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.custom-switch.nly-custom-control-lg {
  padding-left: 2.8125rem;
}

.custom-switch.nly-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}

.custom-switch.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-lg
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-lg
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.nly-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

.custom-switch.nly-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}

.custom-switch.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-sm
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-sm
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

/* flat */

.custom-switch-flat {
  padding-left: 2.25rem;
}

.custom-switch-flat .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
}

.custom-switch-flat .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch-flat .custom-control-label::after {
    transition: none;
  }
}

.custom-switch-flat
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #dee2e6;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch-flat
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch-flat.custom-switch-off-primary
  .custom-control-input
  ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

.custom-switch-flat.custom-switch-off-primary
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.custom-switch-flat.custom-switch-off-primary
  .custom-control-input
  ~ .custom-control-label::after {
  background: #003e80;
}

.custom-switch-flat.custom-switch-on-primary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

.custom-switch-flat.custom-switch-on-primary
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.custom-switch-flat.custom-switch-on-primary
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #99caff;
}

.custom-switch-flat.custom-switch-off-secondary
  .custom-control-input
  ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

.custom-switch-flat.custom-switch-off-secondary
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

.custom-switch-flat.custom-switch-off-secondary
  .custom-control-input
  ~ .custom-control-label::after {
  background: #313539;
}

.custom-switch-flat.custom-switch-on-secondary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

.custom-switch-flat.custom-switch-on-secondary
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

.custom-switch-flat.custom-switch-on-secondary
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #bcc1c6;
}

.custom-switch-flat.custom-switch-off-success
  .custom-control-input
  ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

.custom-switch-flat.custom-switch-off-success
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

.custom-switch-flat.custom-switch-off-success
  .custom-control-input
  ~ .custom-control-label::after {
  background: #0f401b;
}

.custom-switch-flat.custom-switch-on-success
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

.custom-switch-flat.custom-switch-on-success
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

.custom-switch-flat.custom-switch-on-success
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #86e29b;
}

.custom-switch-flat.custom-switch-off-info
  .custom-control-input
  ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

.custom-switch-flat.custom-switch-off-info
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

.custom-switch-flat.custom-switch-off-info
  .custom-control-input
  ~ .custom-control-label::after {
  background: #093e47;
}

.custom-switch-flat.custom-switch-on-info
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

.custom-switch-flat.custom-switch-on-info
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

.custom-switch-flat.custom-switch-on-info
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #7adeee;
}

.custom-switch-flat.custom-switch-off-warning
  .custom-control-input
  ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

.custom-switch-flat.custom-switch-off-warning
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.custom-switch-flat.custom-switch-off-warning
  .custom-control-input
  ~ .custom-control-label::after {
  background: #876500;
}

.custom-switch-flat.custom-switch-on-warning
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

.custom-switch-flat.custom-switch-on-warning
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.custom-switch-flat.custom-switch-on-warning
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #ffe7a0;
}

.custom-switch-flat.custom-switch-off-danger
  .custom-control-input
  ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

.custom-switch-flat.custom-switch-off-danger
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.custom-switch-flat.custom-switch-off-danger
  .custom-control-input
  ~ .custom-control-label::after {
  background: #7c151f;
}

.custom-switch-flat.custom-switch-on-danger
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

.custom-switch-flat.custom-switch-on-danger
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.custom-switch-flat.custom-switch-on-danger
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #f3b7bd;
}

.custom-switch-flat.custom-switch-off-light
  .custom-control-input
  ~ .custom-control-label::before {
  background: #f8f9fa;
  border-color: #bdc6d0;
}

.custom-switch-flat.custom-switch-off-light
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

.custom-switch-flat.custom-switch-off-light
  .custom-control-input
  ~ .custom-control-label::after {
  background: #aeb9c5;
}

.custom-switch-flat.custom-switch-on-light
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #f8f9fa;
  border-color: #bdc6d0;
}

.custom-switch-flat.custom-switch-on-light
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

.custom-switch-flat.custom-switch-on-light
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: white;
}

.custom-switch-flat.custom-switch-off-dark
  .custom-control-input
  ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

.custom-switch-flat.custom-switch-off-dark
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

.custom-switch-flat.custom-switch-off-dark
  .custom-control-input
  ~ .custom-control-label::after {
  background: black;
}

.custom-switch-flat.custom-switch-on-dark
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

.custom-switch-flat.custom-switch-on-dark
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

.custom-switch-flat.custom-switch-on-dark
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #7a8793;
}

.custom-switch-flat.custom-switch-off-lightblue
  .custom-control-input
  ~ .custom-control-label::before {
  background: #3c8dbc;
  border-color: #23536f;
}

.custom-switch-flat.custom-switch-off-lightblue
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

.custom-switch-flat.custom-switch-off-lightblue
  .custom-control-input
  ~ .custom-control-label::after {
  background: #1d455b;
}

.custom-switch-flat.custom-switch-on-lightblue
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #3c8dbc;
  border-color: #23536f;
}

.custom-switch-flat.custom-switch-on-lightblue
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

.custom-switch-flat.custom-switch-on-lightblue
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #acd0e5;
}

.custom-switch-flat.custom-switch-off-navy
  .custom-control-input
  ~ .custom-control-label::before {
  background: #001f3f;
  border-color: black;
}

.custom-switch-flat.custom-switch-off-navy
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

.custom-switch-flat.custom-switch-off-navy
  .custom-control-input
  ~ .custom-control-label::after {
  background: black;
}

.custom-switch-flat.custom-switch-on-navy
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #001f3f;
  border-color: black;
}

.custom-switch-flat.custom-switch-on-navy
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

.custom-switch-flat.custom-switch-on-navy
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #006ad8;
}

.custom-switch-flat.custom-switch-off-olive
  .custom-control-input
  ~ .custom-control-label::before {
  background: #3d9970;
  border-color: #20503b;
}

.custom-switch-flat.custom-switch-off-olive
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

.custom-switch-flat.custom-switch-off-olive
  .custom-control-input
  ~ .custom-control-label::after {
  background: #193e2d;
}

.custom-switch-flat.custom-switch-on-olive
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #3d9970;
  border-color: #20503b;
}

.custom-switch-flat.custom-switch-on-olive
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

.custom-switch-flat.custom-switch-on-olive
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #99d6bb;
}

.custom-switch-flat.custom-switch-off-lime
  .custom-control-input
  ~ .custom-control-label::before {
  background: #01ff70;
  border-color: #009a43;
}

.custom-switch-flat.custom-switch-off-lime
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

.custom-switch-flat.custom-switch-off-lime
  .custom-control-input
  ~ .custom-control-label::after {
  background: #008138;
}

.custom-switch-flat.custom-switch-on-lime
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #01ff70;
  border-color: #009a43;
}

.custom-switch-flat.custom-switch-on-lime
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

.custom-switch-flat.custom-switch-on-lime
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #9affc6;
}

.custom-switch-flat.custom-switch-off-fuchsia
  .custom-control-input
  ~ .custom-control-label::before {
  background: #f012be;
  border-color: #930974;
}

.custom-switch-flat.custom-switch-off-fuchsia
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

.custom-switch-flat.custom-switch-off-fuchsia
  .custom-control-input
  ~ .custom-control-label::after {
  background: #7b0861;
}

.custom-switch-flat.custom-switch-on-fuchsia
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #f012be;
  border-color: #930974;
}

.custom-switch-flat.custom-switch-on-fuchsia
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

.custom-switch-flat.custom-switch-on-fuchsia
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #f9a2e5;
}

.custom-switch-flat.custom-switch-off-maroon
  .custom-control-input
  ~ .custom-control-label::before {
  background: #d81b60;
  border-color: #7d1038;
}

.custom-switch-flat.custom-switch-off-maroon
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

.custom-switch-flat.custom-switch-off-maroon
  .custom-control-input
  ~ .custom-control-label::after {
  background: #670d2e;
}

.custom-switch-flat.custom-switch-on-maroon
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #d81b60;
  border-color: #7d1038;
}

.custom-switch-flat.custom-switch-on-maroon
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

.custom-switch-flat.custom-switch-on-maroon
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #f29aba;
}

.custom-switch-flat.custom-switch-off-blue
  .custom-control-input
  ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

.custom-switch-flat.custom-switch-off-blue
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.custom-switch-flat.custom-switch-off-blue
  .custom-control-input
  ~ .custom-control-label::after {
  background: #003e80;
}

.custom-switch-flat.custom-switch-on-blue
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

.custom-switch-flat.custom-switch-on-blue
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.custom-switch-flat.custom-switch-on-blue
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #99caff;
}

.custom-switch-flat.custom-switch-off-indigo
  .custom-control-input
  ~ .custom-control-label::before {
  background: #6610f2;
  border-color: #3d0894;
}

.custom-switch-flat.custom-switch-off-indigo
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

.custom-switch-flat.custom-switch-off-indigo
  .custom-control-input
  ~ .custom-control-label::after {
  background: #33077c;
}

.custom-switch-flat.custom-switch-on-indigo
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #6610f2;
  border-color: #3d0894;
}

.custom-switch-flat.custom-switch-on-indigo
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

.custom-switch-flat.custom-switch-on-indigo
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #c3a1fa;
}

.custom-switch-flat.custom-switch-off-purple
  .custom-control-input
  ~ .custom-control-label::before {
  background: #6f42c1;
  border-color: #432776;
}

.custom-switch-flat.custom-switch-off-purple
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

.custom-switch-flat.custom-switch-off-purple
  .custom-control-input
  ~ .custom-control-label::after {
  background: #382063;
}

.custom-switch-flat.custom-switch-on-purple
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #6f42c1;
  border-color: #432776;
}

.custom-switch-flat.custom-switch-on-purple
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

.custom-switch-flat.custom-switch-on-purple
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #c7b5e7;
}

.custom-switch-flat.custom-switch-off-pink
  .custom-control-input
  ~ .custom-control-label::before {
  background: #e83e8c;
  border-color: #ac145a;
}

.custom-switch-flat.custom-switch-off-pink
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

.custom-switch-flat.custom-switch-off-pink
  .custom-control-input
  ~ .custom-control-label::after {
  background: #95124e;
}

.custom-switch-flat.custom-switch-on-pink
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #e83e8c;
  border-color: #ac145a;
}

.custom-switch-flat.custom-switch-on-pink
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

.custom-switch-flat.custom-switch-on-pink
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #f8c7dd;
}

.custom-switch-flat.custom-switch-off-red
  .custom-control-input
  ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

.custom-switch-flat.custom-switch-off-red
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.custom-switch-flat.custom-switch-off-red
  .custom-control-input
  ~ .custom-control-label::after {
  background: #7c151f;
}

.custom-switch-flat.custom-switch-on-red
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

.custom-switch-flat.custom-switch-on-red
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.custom-switch-flat.custom-switch-on-red
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #f3b7bd;
}

.custom-switch-flat.custom-switch-off-orange
  .custom-control-input
  ~ .custom-control-label::before {
  background: #fd7e14;
  border-color: #aa4e01;
}

.custom-switch-flat.custom-switch-off-orange
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

.custom-switch-flat.custom-switch-off-orange
  .custom-control-input
  ~ .custom-control-label::after {
  background: #904201;
}

.custom-switch-flat.custom-switch-on-orange
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #fd7e14;
  border-color: #aa4e01;
}

.custom-switch-flat.custom-switch-on-orange
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

.custom-switch-flat.custom-switch-on-orange
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #fed1ac;
}

.custom-switch-flat.custom-switch-off-yellow
  .custom-control-input
  ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

.custom-switch-flat.custom-switch-off-yellow
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.custom-switch-flat.custom-switch-off-yellow
  .custom-control-input
  ~ .custom-control-label::after {
  background: #876500;
}

.custom-switch-flat.custom-switch-on-yellow
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

.custom-switch-flat.custom-switch-on-yellow
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.custom-switch-flat.custom-switch-on-yellow
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #ffe7a0;
}

.custom-switch-flat.custom-switch-off-green
  .custom-control-input
  ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

.custom-switch-flat.custom-switch-off-green
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

.custom-switch-flat.custom-switch-off-green
  .custom-control-input
  ~ .custom-control-label::after {
  background: #0f401b;
}

.custom-switch-flat.custom-switch-on-green
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

.custom-switch-flat.custom-switch-on-green
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

.custom-switch-flat.custom-switch-on-green
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #86e29b;
}

.custom-switch-flat.custom-switch-off-teal
  .custom-control-input
  ~ .custom-control-label::before {
  background: #20c997;
  border-color: #127155;
}

.custom-switch-flat.custom-switch-off-teal
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

.custom-switch-flat.custom-switch-off-teal
  .custom-control-input
  ~ .custom-control-label::after {
  background: #0e5b44;
}

.custom-switch-flat.custom-switch-on-teal
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #20c997;
  border-color: #127155;
}

.custom-switch-flat.custom-switch-on-teal
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

.custom-switch-flat.custom-switch-on-teal
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #94eed3;
}

.custom-switch-flat.custom-switch-off-cyan
  .custom-control-input
  ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

.custom-switch-flat.custom-switch-off-cyan
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

.custom-switch-flat.custom-switch-off-cyan
  .custom-control-input
  ~ .custom-control-label::after {
  background: #093e47;
}

.custom-switch-flat.custom-switch-on-cyan
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

.custom-switch-flat.custom-switch-on-cyan
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

.custom-switch-flat.custom-switch-on-cyan
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #7adeee;
}

.custom-switch-flat.custom-switch-off-white
  .custom-control-input
  ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #cccccc;
}

.custom-switch-flat.custom-switch-off-white
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.custom-switch-flat.custom-switch-off-white
  .custom-control-input
  ~ .custom-control-label::after {
  background: #bfbfbf;
}

.custom-switch-flat.custom-switch-on-white
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #cccccc;
}

.custom-switch-flat.custom-switch-on-white
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.custom-switch-flat.custom-switch-on-white
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: white;
}

.custom-switch-flat.custom-switch-off-gray
  .custom-control-input
  ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

.custom-switch-flat.custom-switch-off-gray
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

.custom-switch-flat.custom-switch-off-gray
  .custom-control-input
  ~ .custom-control-label::after {
  background: #313539;
}

.custom-switch-flat.custom-switch-on-gray
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

.custom-switch-flat.custom-switch-on-gray
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

.custom-switch-flat.custom-switch-on-gray
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #bcc1c6;
}

.custom-switch-flat.custom-switch-off-gray-dark
  .custom-control-input
  ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

.custom-switch-flat.custom-switch-off-gray-dark
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

.custom-switch-flat.custom-switch-off-gray-dark
  .custom-control-input
  ~ .custom-control-label::after {
  background: black;
}

.custom-switch-flat.custom-switch-on-gray-dark
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

.custom-switch-flat.custom-switch-on-gray-dark
  .custom-control-input:checked:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

.custom-switch-flat.custom-switch-on-gray-dark
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background: #7a8793;
}

.custom-switch-flat.nly-custom-control-lg {
  padding-left: 2.8125rem;
}

.custom-switch-flat.nly-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch-flat.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
}

.custom-switch-flat.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-size: 50% 50%;
}

.custom-switch-flat.nly-custom-control-lg
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-lg
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch-flat.nly-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

.custom-switch-flat.nly-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch-flat.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
}

.custom-switch-flat.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  background-size: 50% 50%;
}

.custom-switch-flat.nly-custom-control-sm
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-sm
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.nly-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 2500;
  border-radius: 0.25rem;
}

.nly-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}

.nly-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.nly-toast.nly-toast-solid .toast {
  background-color: white;
}

.nly-toast .toast {
  opacity: 1;
}

.nly-toast .toast.fade:not(.show) {
  opacity: 0;
}

.nly-toast .toast .toast-body {
  display: block;
}

.nly-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}

.nly-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}

.nly-toast-primary.nly-toast-solid .toast {
  background-color: #e6f2ff;
}

.nly-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}

.nly-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

.nly-toast-secondary.nly-toast-solid .toast {
  background-color: #eff0f1;
}

.nly-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}

.nly-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

.nly-toast-success.nly-toast-solid .toast {
  background-color: #e6f5e9;
}

.nly-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}

.nly-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

.nly-toast-info.nly-toast-solid .toast {
  background-color: #e5f4f7;
}

.nly-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}

.nly-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

.nly-toast-warning.nly-toast-solid .toast {
  background-color: #fff9e7;
}

.nly-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}

.nly-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}

.nly-toast-danger.nly-toast-solid .toast {
  background-color: #fcedee;
}

.nly-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}

.nly-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

.nly-toast-light.nly-toast-solid .toast {
  background-color: white;
}

.nly-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}

.nly-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

.nly-toast-dark.nly-toast-solid .toast {
  background-color: #e3e5e5;
}

.nly-toaster {
  z-index: 3000;
}

.nly-toaster .nly-toaster-slot {
  position: relative;
  display: block;
}

.nly-toaster .nly-toaster-slot:empty {
  display: none !important;
}

.nly-toaster.nly-toaster-top-right,
.nly-toaster.nly-toaster-top-left,
.nly-toaster.nly-toaster-top-center,
.nly-toaster.nly-toaster-top-full,
.nly-toaster.nly-toaster-bottom-right,
.nly-toaster.nly-toaster-bottom-left,
.nly-toaster.nly-toaster-bottom-center,
.nly-toaster.nly-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

.nly-toaster.nly-toaster-top-right .nly-toaster-slot,
.nly-toaster.nly-toaster-top-left .nly-toaster-slot,
.nly-toaster.nly-toaster-top-center .nly-toaster-slot,
.nly-toaster.nly-toaster-top-full .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-right .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-left .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-center .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-full .nly-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.nly-toaster.nly-toaster-top-full .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-full .nly-toaster-slot {
  width: 100%;
  max-width: 100%;
}

.nly-toaster.nly-toaster-top-full .nly-toaster-slot .nly-toast,
.nly-toaster.nly-toaster-top-full .nly-toaster-slot .toast,
.nly-toaster.nly-toaster-bottom-full .nly-toaster-slot .nly-toast,
.nly-toaster.nly-toaster-bottom-full .nly-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.nly-toaster.nly-toaster-top-right,
.nly-toaster.nly-toaster-top-left,
.nly-toaster.nly-toaster-top-center,
.nly-toaster.nly-toaster-top-full {
  top: 0;
}

.nly-toaster.nly-toaster-top-right .nly-toaster-slot,
.nly-toaster.nly-toaster-top-left .nly-toaster-slot,
.nly-toaster.nly-toaster-top-center .nly-toaster-slot,
.nly-toaster.nly-toaster-top-full .nly-toaster-slot {
  top: 0.5rem;
}

.nly-toaster.nly-toaster-bottom-right,
.nly-toaster.nly-toaster-bottom-left,
.nly-toaster.nly-toaster-bottom-center,
.nly-toaster.nly-toaster-bottom-full {
  bottom: 0;
}

.nly-toaster.nly-toaster-bottom-right .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-left .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-center .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-full .nly-toaster-slot {
  bottom: 0.5rem;
}

.nly-toaster.nly-toaster-top-right .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-right .nly-toaster-slot,
.nly-toaster.nly-toaster-top-center .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-center .nly-toaster-slot {
  margin-left: auto;
}

.nly-toaster.nly-toaster-top-left .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-left .nly-toaster-slot,
.nly-toaster.nly-toaster-top-center .nly-toaster-slot,
.nly-toaster.nly-toaster-bottom-center .nly-toaster-slot {
  margin-right: auto;
}

.nly-toaster.nly-toaster-top-right .nly-toast.nly-toaster-enter-active,
.nly-toaster.nly-toaster-top-right .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-top-right .nly-toast.nly-toaster-move,
.nly-toaster.nly-toaster-top-left .nly-toast.nly-toaster-enter-active,
.nly-toaster.nly-toaster-top-left .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-top-left .nly-toast.nly-toaster-move,
.nly-toaster.nly-toaster-bottom-right .nly-toast.nly-toaster-enter-active,
.nly-toaster.nly-toaster-bottom-right .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-bottom-right .nly-toast.nly-toaster-move,
.nly-toaster.nly-toaster-bottom-left .nly-toast.nly-toaster-enter-active,
.nly-toaster.nly-toaster-bottom-left .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-bottom-left .nly-toast.nly-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}

.nly-toaster.nly-toaster-top-right .nly-toast.nly-toaster-enter-to .toast.fade,
.nly-toaster.nly-toaster-top-right
  .nly-toast.nly-toaster-enter-active
  .toast.fade,
.nly-toaster.nly-toaster-top-left .nly-toast.nly-toaster-enter-to .toast.fade,
.nly-toaster.nly-toaster-top-left
  .nly-toast.nly-toaster-enter-active
  .toast.fade,
.nly-toaster.nly-toaster-bottom-right
  .nly-toast.nly-toaster-enter-to
  .toast.fade,
.nly-toaster.nly-toaster-bottom-right
  .nly-toast.nly-toaster-enter-active
  .toast.fade,
.nly-toaster.nly-toaster-bottom-left
  .nly-toast.nly-toaster-enter-to
  .toast.fade,
.nly-toaster.nly-toaster-bottom-left
  .nly-toast.nly-toaster-enter-active
  .toast.fade {
  transition-delay: 0.175s;
}

.nly-toaster.nly-toaster-top-right .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-top-left .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-bottom-right .nly-toast.nly-toaster-leave-active,
.nly-toaster.nly-toaster-bottom-left .nly-toast.nly-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}

.nly-toaster.nly-toaster-top-right
  .nly-toast.nly-toaster-leave-active
  .toast.fade,
.nly-toaster.nly-toaster-top-left
  .nly-toast.nly-toaster-leave-active
  .toast.fade,
.nly-toaster.nly-toaster-bottom-right
  .nly-toast.nly-toaster-leave-active
  .toast.fade,
.nly-toaster.nly-toaster-bottom-left
  .nly-toast.nly-toaster-leave-active
  .toast.fade {
  transition-delay: 0s;
}

.table.nly-table.nly-table-fixed {
  table-layout: fixed;
}

.table.nly-table.nly-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}

.table.nly-table[aria-busy="true"] {
  opacity: 0.55;
}

.table.nly-table > tbody > tr.nly-table-details > td {
  border-top: none !important;
}

.table.nly-table > caption {
  caption-side: bottom;
}

.table.nly-table.nly-table-caption-top > caption {
  caption-side: top !important;
}

.table.nly-table > tbody > .table-active,
.table.nly-table > tbody > .table-active > th,
.table.nly-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table.nly-table.table-hover > tbody > tr.table-active:hover td,
.table.nly-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

.table.nly-table > tbody > .bg-active,
.table.nly-table > tbody > .bg-active > th,
.table.nly-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.nly-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.nly-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.075)
  );
  background-repeat: no-repeat;
}

.nly-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 1rem;
}

.nly-table-sticky-header > .table,
.table-responsive > .table,
[class*="table-responsive-"] > .table {
  margin-bottom: 0;
}

.nly-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .nly-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .nly-table-sticky-header > .table.nly-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .nly-table-sticky-header
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column,
  .nly-table-sticky-header
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column,
  .nly-table-sticky-header
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > thead > tr > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > tbody > tr > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > tfoot > tr > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .nly-table-sticky-header
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > thead > tr > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column {
    z-index: 5;
  }
  .nly-table-sticky-header
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column,
  .nly-table-sticky-header
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > tbody > tr > .nly-table-sticky-column,
  .table-responsive > .table.nly-table > tfoot > tr > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column,
  [class*="table-responsive-"]
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column {
    z-index: 2;
  }

  .nly-table-sticky-header
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right,
  .nly-table-sticky-header
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  .nly-table-sticky-header
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
  }

  .nly-table-sticky-header
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > thead
    > tr
    > .nly-table-sticky-column-right {
    z-index: 5;
  }
  .nly-table-sticky-header
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  .nly-table-sticky-header
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  .table-responsive
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > tbody
    > tr
    > .nly-table-sticky-column-right,
  [class*="table-responsive-"]
    > .table.nly-table
    > tfoot
    > tr
    > .nly-table-sticky-column-right {
    z-index: 2;
  }
  .table.nly-table > thead > tr > .table-nly-table-default,
  .table.nly-table > tbody > tr > .table-nly-table-default,
  .table.nly-table > tfoot > tr > .table-nly-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.nly-table.table-dark > thead > tr > .bg-nly-table-default,
  .table.nly-table.table-dark > tbody > tr > .bg-nly-table-default,
  .table.nly-table.table-dark > tfoot > tr > .bg-nly-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.nly-table.table-striped
    > tbody
    > tr:nth-of-type(odd)
    > .table-nly-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.nly-table.table-striped.table-dark
    > tbody
    > tr:nth-of-type(odd)
    > .bg-nly-table-default {
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05)
    );
    background-repeat: no-repeat;
  }
  .table.nly-table.table-hover > tbody > tr:hover > .table-nly-table-default {
    color: #212529;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.075),
      rgba(0, 0, 0, 0.075)
    );
    background-repeat: no-repeat;
  }
  .table.nly-table.table-hover.table-dark
    > tbody
    > tr:hover
    > .bg-nly-table-default {
    color: #fff;
    background-image: linear-gradient(
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.075)
    );
    background-repeat: no-repeat;
  }
}

.table.nly-table > thead > tr > [aria-sort],
.table.nly-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

.table.nly-table > thead > tr > [aria-sort]:not(.nly-table-sort-icon-left),
.table.nly-table > tfoot > tr > [aria-sort]:not(.nly-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}

.table.nly-table > thead > tr > [aria-sort].nly-table-sort-icon-left,
.table.nly-table > tfoot > tr > [aria-sort].nly-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}

.table.nly-table > thead > tr > [aria-sort="none"],
.table.nly-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table > thead > tr > [aria-sort="ascending"],
.table.nly-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table > thead > tr > [aria-sort="descending"],
.table.nly-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table.table-dark > thead > tr > [aria-sort="none"],
.table.nly-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.nly-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table.table-dark > thead > tr > [aria-sort="ascending"],
.table.nly-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.nly-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table.table-dark > thead > tr > [aria-sort="descending"],
.table.nly-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.nly-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table > thead > tr > .table-dark[aria-sort="none"],
.table.nly-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.nly-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table > thead > tr > .table-dark[aria-sort="descending"],
.table.nly-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.nly-table.table-sm
  > thead
  > tr
  > [aria-sort]:not(.nly-table-sort-icon-left),
.table.nly-table.table-sm
  > tfoot
  > tr
  > [aria-sort]:not(.nly-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}

.table.nly-table.table-sm > thead > tr > [aria-sort].nly-table-sort-icon-left,
.table.nly-table.table-sm > tfoot > tr > [aria-sort].nly-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.nly-table.nly-table-selectable:not(.nly-table-selectable-no-click)
  > tbody
  > tr {
  cursor: pointer;
}

.table.nly-table.nly-table-selectable:not(.nly-table-selectable-no-click).nly-table-selecting.nly-table-select-range
  > tbody
  > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.nly-table.nly-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.nly-table.nly-table-stacked-sm > caption,
  .table.nly-table.nly-table-stacked-sm > tbody,
  .table.nly-table.nly-table-stacked-sm > tbody > tr,
  .table.nly-table.nly-table-stacked-sm > tbody > tr > td,
  .table.nly-table.nly-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.nly-table.nly-table-stacked-sm > thead,
  .table.nly-table.nly-table-stacked-sm > tfoot {
    display: none;
  }
  .table.nly-table.nly-table-stacked-sm > thead > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-sm > thead > tr.nly-table-bottom-row,
  .table.nly-table.nly-table-stacked-sm > tfoot > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-sm > tfoot > tr.nly-table-bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr.top-row,
  .table.nly-table.nly-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.nly-table.nly-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.nly-table.nly-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  .table.nly-table.nly-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.nly-table.nly-table-stacked-md > caption,
  .table.nly-table.nly-table-stacked-md > tbody,
  .table.nly-table.nly-table-stacked-md > tbody > tr,
  .table.nly-table.nly-table-stacked-md > tbody > tr > td,
  .table.nly-table.nly-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.nly-table.nly-table-stacked-md > thead,
  .table.nly-table.nly-table-stacked-md > tfoot {
    display: none;
  }
  .table.nly-table.nly-table-stacked-md > thead > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-md > thead > tr.nly-table-bottom-row,
  .table.nly-table.nly-table-stacked-md > tfoot > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-md > tfoot > tr.nly-table-bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr.top-row,
  .table.nly-table.nly-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.nly-table.nly-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.nly-table.nly-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  .table.nly-table.nly-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.nly-table.nly-table-stacked-lg > caption,
  .table.nly-table.nly-table-stacked-lg > tbody,
  .table.nly-table.nly-table-stacked-lg > tbody > tr,
  .table.nly-table.nly-table-stacked-lg > tbody > tr > td,
  .table.nly-table.nly-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.nly-table.nly-table-stacked-lg > thead,
  .table.nly-table.nly-table-stacked-lg > tfoot {
    display: none;
  }
  .table.nly-table.nly-table-stacked-lg > thead > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-lg > thead > tr.nly-table-bottom-row,
  .table.nly-table.nly-table-stacked-lg > tfoot > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-lg > tfoot > tr.nly-table-bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr.top-row,
  .table.nly-table.nly-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.nly-table.nly-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.nly-table.nly-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  .table.nly-table.nly-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.nly-table.nly-table-stacked-xl > caption,
  .table.nly-table.nly-table-stacked-xl > tbody,
  .table.nly-table.nly-table-stacked-xl > tbody > tr,
  .table.nly-table.nly-table-stacked-xl > tbody > tr > td,
  .table.nly-table.nly-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.nly-table.nly-table-stacked-xl > thead,
  .table.nly-table.nly-table-stacked-xl > tfoot {
    display: none;
  }
  .table.nly-table.nly-table-stacked-xl > thead > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-xl > thead > tr.nly-table-bottom-row,
  .table.nly-table.nly-table-stacked-xl > tfoot > tr.nly-table-top-row,
  .table.nly-table.nly-table-stacked-xl > tfoot > tr.nly-table-bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr.top-row,
  .table.nly-table.nly-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.nly-table.nly-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.nly-table.nly-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

.table.nly-table.nly-table-stacked {
  display: block;
  width: 100%;
}

.table.nly-table.nly-table-stacked > caption,
.table.nly-table.nly-table-stacked > tbody,
.table.nly-table.nly-table-stacked > tbody > tr,
.table.nly-table.nly-table-stacked > tbody > tr > td,
.table.nly-table.nly-table-stacked > tbody > tr > th {
  display: block;
}

.table.nly-table.nly-table-stacked > thead,
.table.nly-table.nly-table-stacked > tfoot {
  display: none;
}

.table.nly-table.nly-table-stacked > thead > tr.nly-table-top-row,
.table.nly-table.nly-table-stacked > thead > tr.nly-table-bottom-row,
.table.nly-table.nly-table-stacked > tfoot > tr.nly-table-top-row,
.table.nly-table.nly-table-stacked > tfoot > tr.nly-table-bottom-row {
  display: none;
}

.table.nly-table.nly-table-stacked > caption {
  caption-side: top !important;
}

.table.nly-table.nly-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}

.table.nly-table.nly-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

.table.nly-table.nly-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}

.table.nly-table.nly-table-stacked > tbody > tr.top-row,
.table.nly-table.nly-table-stacked > tbody > tr.bottom-row {
  display: none;
}

.table.nly-table.nly-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

.table.nly-table.nly-table-stacked > tbody > tr > [rowspan] + td,
.table.nly-table.nly-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.tooltip.nly-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}

.tooltip.nly-tooltip.fade:not(.show) {
  opacity: 0;
}

.tooltip.nly-tooltip.show {
  opacity: 0.9;
}

.tooltip.nly-tooltip.noninteractive {
  pointer-events: none;
}

.tooltip.nly-tooltip .arrow {
  margin: 0 0.25rem;
}

.tooltip.nly-tooltip.bs-tooltip-right .arrow,
.tooltip.nly-tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="right"]
  .arrow,
.tooltip.nly-tooltip.bs-tooltip-left .arrow,
.tooltip.nly-tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="left"]
  .arrow,
.tooltip.nly-tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="left"]
  .arrow {
  margin: 0.25rem 0;
}

.tooltip.nly-tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="top"]
  .arrow::before {
  border-top-color: #007bff;
}

.tooltip.nly-tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #007bff;
}

.tooltip.nly-tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #007bff;
}

.tooltip.nly-tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-primary.bs-tooltip-auto[x-placement^="left"]
  .arrow::before {
  border-left-color: #007bff;
}

.tooltip.nly-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.nly-tooltip-secondary.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="top"]
  .arrow::before {
  border-top-color: #6c757d;
}

.tooltip.nly-tooltip-secondary.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #6c757d;
}

.tooltip.nly-tooltip-secondary.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #6c757d;
}

.tooltip.nly-tooltip-secondary.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-secondary.bs-tooltip-auto[x-placement^="left"]
  .arrow::before {
  border-left-color: #6c757d;
}

.tooltip.nly-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.nly-tooltip-success.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="top"]
  .arrow::before {
  border-top-color: #28a745;
}

.tooltip.nly-tooltip-success.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #28a745;
}

.tooltip.nly-tooltip-success.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #28a745;
}

.tooltip.nly-tooltip-success.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-success.bs-tooltip-auto[x-placement^="left"]
  .arrow::before {
  border-left-color: #28a745;
}

.tooltip.nly-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.nly-tooltip-info.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8;
}

.tooltip.nly-tooltip-info.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.nly-tooltip-info.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #17a2b8;
}

.tooltip.nly-tooltip-info.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8;
}

.tooltip.nly-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.nly-tooltip-warning.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="top"]
  .arrow::before {
  border-top-color: #ffc107;
}

.tooltip.nly-tooltip-warning.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.nly-tooltip-warning.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #ffc107;
}

.tooltip.nly-tooltip-warning.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-warning.bs-tooltip-auto[x-placement^="left"]
  .arrow::before {
  border-left-color: #ffc107;
}

.tooltip.nly-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.nly-tooltip-danger.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545;
}

.tooltip.nly-tooltip-danger.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #dc3545;
}

.tooltip.nly-tooltip-danger.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #dc3545;
}

.tooltip.nly-tooltip-danger.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-danger.bs-tooltip-auto[x-placement^="left"]
  .arrow::before {
  border-left-color: #dc3545;
}

.tooltip.nly-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.nly-tooltip-light.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}

.tooltip.nly-tooltip-light.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="right"]
  .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.nly-tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #f8f9fa;
}

.tooltip.nly-tooltip-light.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}

.tooltip.nly-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.nly-tooltip-dark.bs-tooltip-top .arrow::before,
.tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40;
}

.tooltip.nly-tooltip-dark.bs-tooltip-right .arrow::before,
.tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40;
}

.tooltip.nly-tooltip-dark.bs-tooltip-bottom .arrow::before,
.tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"]
  .arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.nly-tooltip-dark.bs-tooltip-left .arrow::before,
.tooltip.nly-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40;
}

.tooltip.nly-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.nly-no-focus-ring:focus {
  outline: none;
}

.nly-log {
  position: relative;
}

.nly-log-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #222;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.nly-log-header {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nly-log-header::after,
.nly-log-body::after {
  display: block;
  clear: both;
  content: "";
}

.nly-log-header > .nly-log-tools {
  float: right;
  margin-right: -0.625rem;
}

.nly-log-header .nly-log-header-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  color: rgb(230, 230, 230);
}

.nly-log-header .nly-log-header-title:hover {
  color: #ffff;
}

.nly-log-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  position: relative;
}

/* .nly-log .nly-log-tail .tail-status:after {
    content:""
 } */

.nly-log .nly-log-tail {
  z-index: 20;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -10px 10px 0 0;
}

.nly-log .nly-log-tail + .nly-log-tail {
  margin-right: 30px;
}

.nly-log .nly-log-tail.active .tail-status {
  background-color: #6b0;
}

.nly-log .nly-log-tail .tail-label {
  display: none;
  padding: 0.1em 0.5em;
  cursor: pointer;
  border-radius: 2px;
  color: #f1f1f1;
  background-color: #9d9d9d;
}

.nly-log .nly-log-tail .tail-label .icon-arrow {
  width: 14px;
  height: 12px;
  margin-right: 4px;
  vertical-align: baseline;
}

.nly-log .nly-log-tail .tail-label .icon-arrow circle,
.nly-log .nly-log-tail .tail-label .icon-arrow ellipse,
.nly-log .nly-log-tail .tail-label .icon-arrow line,
.nly-log .nly-log-tail .tail-label .icon-arrow path,
.nly-log .nly-log-tail .tail-label .icon-arrow polygon,
.nly-log .nly-log-tail .tail-label .icon-arrow polyline,
.nly-log .nly-log-tail .tail-label .icon-arrow rect {
  fill: none;
  stroke: #fff;
}

.nly-log .nly-log-tail:hover .tail-label {
  display: inline-block;
}

.nly-log .nly-log-tail:hover .tail-status {
  display: none;
}

.nly-log .nly-log-tail.scrolling {
  position: fixed;
  right: 32px;
}

.nly-log .nly-log-tail.bottom {
  bottom: 45px;
  top: inherit;
}

/* .nly-log .nly-log-tail .tail-status {
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    vertical-align:middle;
    background-color:#9d9d9d;
    border-radius:50%
 } */

/* .nly-log .nly-log-tail .tail-status:after {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    display:block;
    height:10px;
    width:10px;
    background:#f1f1f1;
    border-radius:50%
 } */

.nly-log .nly-log-tail.active .tail-status {
  background-color: #6b0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .nly-log .nly-log-tail {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    float: right;
    width: 0;
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.nly-log .nly-log-tail .tail-label,
.nly-log .nly-log-tail .tail-status {
  position: absolute;
  right: 10px;
}

.nly-log .nly-log-tail .tail-status {
  position: absolute;
  right: 10px;
  color: #999;
}

.nly-log .nly-log-tail .tail-label {
  white-space: nowrap;
}

.nly-log .to-top {
  z-index: 20;
  position: absolute;
  display: block;
  bottom: 2px;
  right: 2px;
  margin-right: 2px;
  padding-right: 16px;
  text-align: right;
  color: #999;
  cursor: pointer;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .nly-log .to-top {
    position: -webkit-sticky;
    position: sticky;
    float: right;
    margin-top: 25px;
  }
}

.nly-log-body .nly-log-body-pre {
  min-height: 42px;
  padding: 15px 0;
  color: #bbb;
  font-size: 12px;
  line-height: 19px;
  white-space: pre-line;
  word-wrap: break-word;
  background-color: #222;
  margin-top: 0;
  margin-bottom: -45px;
  max-height: 300px;
  height: 300px;
  overflow: hidden;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.nly-log-body .nly-log-line {
  position: relative;
  margin: 0;
  min-height: 19px;
  display: flex;
}

.nly-log-body .nly-log-line:hover {
  background-color: #444;
  color: rgb(255, 255, 255);
}

.nly-log-body .nly-log-line.nly-log-line-highlight {
  background-color: #9d9d9d;
}

.nly-log-body .nly-log-line.nly-log-line-highlight .index,
.nly-log-body .nly-log-line.nly-log-line-highlight .duration,
.nly-log-body .nly-log-line.nly-log-line-highlight .title,
.nly-log-body .nly-log-line.nly-log-line-highlight .text {
  color: rgb(238, 237, 237);
}

.nly-log-body .nly-log-line > .left {
  position: absolute;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.nly-log-body .nly-log-line-tree.collapsed .tree .nly-log-line > .left {
  transform: rotate(-90deg);
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.nly-log-body .nly-log-line .index {
  display: block;
  width: 40px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-right: 1em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 22px;
}

.nly-log-body .nly-log-line-tree .tree {
  color: #bbb;
}

.nly-log-body .nly-log-line .duration {
  display: block;
  right: 3px;
  position: absolute;
  top: 1px;
  padding: 4px 7px 2px;
  line-height: 10px;
  font-size: 10px;
  background-color: #666;
  border-radius: 6px;
  cursor: pointer;
}

.nly-log-body .nly-log-line .text {
  margin-right: 160px;
}

.nly-log-body .nly-log-line .title {
  display: block;
  right: 85px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  padding: 4px 7px 2px;
  line-height: 10px;
  font-size: 10px;
  background-color: #666;
  border-radius: 6px;
}

.modal-backdrop {
  opacity: 0.5;
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

.dropdown .dropdown-menu:focus {
  outline: none;
}

.nly-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.nly-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.nly-dropdown-form.disabled,
.nly-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.nly-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.popover.nly-popover {
  display: block;
  opacity: 1;
  outline: 0;
}

.popover.nly-popover.fade:not(.show) {
  opacity: 0;
}

.popover.nly-popover.show {
  opacity: 1;
}

.nly-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.nly-popover-primary.bs-popover-top > .arrow::before,
.nly-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}

.nly-popover-primary.bs-popover-top > .arrow::after,
.nly-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}

.nly-popover-primary.bs-popover-right > .arrow::before,
.nly-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}

.nly-popover-primary.bs-popover-right > .arrow::after,
.nly-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}

.nly-popover-primary.bs-popover-bottom > .arrow::before,
.nly-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}

.nly-popover-primary.bs-popover-bottom > .arrow::after,
.nly-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff;
}

.nly-popover-primary.bs-popover-bottom .popover-header::before,
.nly-popover-primary.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #bdddff;
}

.nly-popover-primary.bs-popover-left > .arrow::before,
.nly-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}

.nly-popover-primary.bs-popover-left > .arrow::after,
.nly-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff;
}

.nly-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

.nly-popover-primary .popover-body {
  color: #004085;
}

.nly-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.nly-popover-secondary.bs-popover-top > .arrow::before,
.nly-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}

.nly-popover-secondary.bs-popover-top > .arrow::after,
.nly-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}

.nly-popover-secondary.bs-popover-right > .arrow::before,
.nly-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}

.nly-popover-secondary.bs-popover-right > .arrow::after,
.nly-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}

.nly-popover-secondary.bs-popover-bottom > .arrow::before,
.nly-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}

.nly-popover-secondary.bs-popover-bottom > .arrow::after,
.nly-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #dadbde;
}

.nly-popover-secondary.bs-popover-bottom .popover-header::before,
.nly-popover-secondary.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #dadbde;
}

.nly-popover-secondary.bs-popover-left > .arrow::before,
.nly-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}

.nly-popover-secondary.bs-popover-left > .arrow::after,
.nly-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2e3e5;
}

.nly-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.nly-popover-secondary .popover-body {
  color: #383d41;
}

.nly-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.nly-popover-success.bs-popover-top > .arrow::before,
.nly-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}

.nly-popover-success.bs-popover-top > .arrow::after,
.nly-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}

.nly-popover-success.bs-popover-right > .arrow::before,
.nly-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}

.nly-popover-success.bs-popover-right > .arrow::after,
.nly-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}

.nly-popover-success.bs-popover-bottom > .arrow::before,
.nly-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}

.nly-popover-success.bs-popover-bottom > .arrow::after,
.nly-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1;
}

.nly-popover-success.bs-popover-bottom .popover-header::before,
.nly-popover-success.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #c9e8d1;
}

.nly-popover-success.bs-popover-left > .arrow::before,
.nly-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}

.nly-popover-success.bs-popover-left > .arrow::after,
.nly-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda;
}

.nly-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.nly-popover-success .popover-body {
  color: #155724;
}

.nly-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.nly-popover-info.bs-popover-top > .arrow::before,
.nly-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}

.nly-popover-info.bs-popover-top > .arrow::after,
.nly-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}

.nly-popover-info.bs-popover-right > .arrow::before,
.nly-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}

.nly-popover-info.bs-popover-right > .arrow::after,
.nly-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}

.nly-popover-info.bs-popover-bottom > .arrow::before,
.nly-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}

.nly-popover-info.bs-popover-bottom > .arrow::after,
.nly-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed;
}

.nly-popover-info.bs-popover-bottom .popover-header::before,
.nly-popover-info.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #c5e7ed;
}

.nly-popover-info.bs-popover-left > .arrow::before,
.nly-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}

.nly-popover-info.bs-popover-left > .arrow::after,
.nly-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1;
}

.nly-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.nly-popover-info .popover-body {
  color: #0c5460;
}

.nly-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.nly-popover-warning.bs-popover-top > .arrow::before,
.nly-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}

.nly-popover-warning.bs-popover-top > .arrow::after,
.nly-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}

.nly-popover-warning.bs-popover-right > .arrow::before,
.nly-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}

.nly-popover-warning.bs-popover-right > .arrow::after,
.nly-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}

.nly-popover-warning.bs-popover-bottom > .arrow::before,
.nly-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}

.nly-popover-warning.bs-popover-bottom > .arrow::after,
.nly-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe;
}

.nly-popover-warning.bs-popover-bottom .popover-header::before,
.nly-popover-warning.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #ffefbe;
}

.nly-popover-warning.bs-popover-left > .arrow::before,
.nly-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}

.nly-popover-warning.bs-popover-left > .arrow::after,
.nly-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd;
}

.nly-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.nly-popover-warning .popover-body {
  color: #856404;
}

.nly-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.nly-popover-danger.bs-popover-top > .arrow::before,
.nly-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb;
}

.nly-popover-danger.bs-popover-top > .arrow::after,
.nly-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da;
}

.nly-popover-danger.bs-popover-right > .arrow::before,
.nly-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb;
}

.nly-popover-danger.bs-popover-right > .arrow::after,
.nly-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da;
}

.nly-popover-danger.bs-popover-bottom > .arrow::before,
.nly-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb;
}

.nly-popover-danger.bs-popover-bottom > .arrow::after,
.nly-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace;
}

.nly-popover-danger.bs-popover-bottom .popover-header::before,
.nly-popover-danger.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #f6cace;
}

.nly-popover-danger.bs-popover-left > .arrow::before,
.nly-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb;
}

.nly-popover-danger.bs-popover-left > .arrow::after,
.nly-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da;
}

.nly-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}

.nly-popover-danger .popover-body {
  color: #721c24;
}

.nly-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.nly-popover-light.bs-popover-top > .arrow::before,
.nly-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}

.nly-popover-light.bs-popover-top > .arrow::after,
.nly-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}

.nly-popover-light.bs-popover-right > .arrow::before,
.nly-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}

.nly-popover-light.bs-popover-right > .arrow::after,
.nly-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}

.nly-popover-light.bs-popover-bottom > .arrow::before,
.nly-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}

.nly-popover-light.bs-popover-bottom > .arrow::after,
.nly-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6;
}

.nly-popover-light.bs-popover-bottom .popover-header::before,
.nly-popover-light.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #f6f6f6;
}

.nly-popover-light.bs-popover-left > .arrow::before,
.nly-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}

.nly-popover-light.bs-popover-left > .arrow::after,
.nly-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe;
}

.nly-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.nly-popover-light .popover-body {
  color: #818182;
}

.nly-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.nly-popover-dark.bs-popover-top > .arrow::before,
.nly-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}

.nly-popover-dark.bs-popover-top > .arrow::after,
.nly-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}

.nly-popover-dark.bs-popover-right > .arrow::before,
.nly-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}

.nly-popover-dark.bs-popover-right > .arrow::after,
.nly-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}

.nly-popover-dark.bs-popover-bottom > .arrow::before,
.nly-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}

.nly-popover-dark.bs-popover-bottom > .arrow::after,
.nly-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2;
}

.nly-popover-dark.bs-popover-bottom .popover-header::before,
.nly-popover-dark.bs-popover-auto[x-placement^="bottom"]
  .popover-header::before {
  border-bottom-color: #ced0d2;
}

.nly-popover-dark.bs-popover-left > .arrow::before,
.nly-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}

.nly-popover-dark.bs-popover-left > .arrow::after,
.nly-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9;
}

.nly-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.nly-popover-dark .popover-body {
  color: #1b1e21;
}

.custom-checkbox.nly-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-checkbox.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}

.custom-checkbox.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.nly-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-checkbox.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}

.custom-checkbox.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}

.custom-switch.nly-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}

.custom-switch.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-lg
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-lg
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.nly-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

.custom-switch.nly-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}

.custom-switch.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-sm
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-sm
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group
  > .input-group-append:last-child
  > .btn-group:not(:last-child):not(.dropdown-toggle)
  > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group
  > .input-group-prepend:first-child
  > .btn-group:not(:first-child)
  > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nly-custom-control-lg.custom-file,
.nly-custom-control-lg .custom-file-input,
.nly-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}

.nly-custom-control-lg .custom-file-label,
.nly-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.nly-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}

.nly-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.nly-custom-control-sm.custom-file,
.nly-custom-control-sm .custom-file-input,
.nly-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.nly-custom-control-sm .custom-file-label,
.nly-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.nly-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}

.nly-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled,
.input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid,
.input-group .custom-range.is-valid {
  border-color: #28a745;
}

.was-validated .input-group .custom-range:valid:focus,
.input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .input-group .custom-range:invalid,
.input-group .custom-range.is-invalid {
  border-color: #dc3545;
}

.was-validated .input-group .custom-range:invalid:focus,
.input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-radio.nly-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-radio.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.custom-radio.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50% / 50% 50%;
}

.custom-radio.nly-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-radio.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}

.custom-radio.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50% / 50% 50%;
}

.btn .nly-icon.bi,
.nav-link .nly-icon.bi,
.dropdown-toggle .nly-icon.bi,
.dropdown-item .nly-icon.bi,
.input-group-text .nly-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/* calendar */
.drp-calendar .col .left {
  flex: 0 0 auto;
}

.daterangepicker.hide-calendars.show-ranges .ranges {
  width: 100%;
}

.daterangepicker.hide-calendars.show-ranges .ranges ul {
  width: 100%;
}

.daterangepicker .calendars-container {
  display: flex;
}

.daterangepicker[readonly] {
  pointer-events: none;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
  width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .nly-datarange-calendar-next span,
.daterangepicker .calendar-table .nly-datarange-calendar-prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .nly-datarange-calendar-next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .nly-datarange-calendar-prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table .nly-datarange-calendar-th,
.daterangepicker .calendar-table .nly-datarange-calendar-td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
  display: flex;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
  color: #000;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.reportrange-text {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.daterangepicker {
  flex-direction: column;
  display: flex;
  width: auto;
  /*from 540 to 768*/
}

@media screen and (max-width: 768px) {
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 0px;
  }
  .daterangepicker.show-ranges .ranges {
    border-bottom: 1px solid #ddd;
  }
  .daterangepicker.show-ranges .ranges ::v-deep ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}

@media screen and (max-width: 541px) {
  .daterangepicker .calendars-container {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 540px) {
  .daterangepicker {
    min-width: 486px;
  }
  .daterangepicker.show-weeknumbers {
    min-width: 486px;
  }
}

@media screen and (min-width: 768px) {
  .daterangepicker.show-ranges {
    min-width: 682px;
  }
  .daterangepicker.show-ranges.show-weeknumbers {
    min-width: 682px;
  }
}

@media screen and (max-width: 340px) {
  .daterangepicker.single {
    min-width: 250px;
  }
  .daterangepicker.single.show-weeknumbers {
    min-width: 250px;
  }
}

@media screen and (min-width: 339px) {
  .daterangepicker.single {
    min-width: auto;
  }
  .daterangepicker.single.show-ranges {
    min-width: 356px;
  }
  .daterangepicker.single.show-ranges.show-weeknumbers {
    min-width: 356px;
  }
  .daterangepicker.single.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  .daterangepicker.single.show-ranges .ranges {
    width: auto;
    max-width: none;
    flex-basis: auto;
    border-bottom: 0;
  }
  .daterangepicker.single.show-ranges .ranges ::v-deep ul {
    display: block;
    width: 100%;
  }
}

.daterangepicker.show-calendar {
  display: block;
  top: auto;
}

.daterangepicker.opensleft {
  /*top: 35px;*/
  right: 10px;
  left: auto;
}

.daterangepicker.openscenter {
  /*top: 35px;*/
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

.daterangepicker.opensright {
  /*top: 35px;*/
  left: 10px;
  right: auto;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-leave-active {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.nly-daterange-picker {
  position: relative;
  display: block;
  min-width: 60px;
}

.nly-daterange-picker .dropdown-menu {
  padding: 0;
}

.nly-daterange-picker .show-ranges.hide-calendars {
  width: 150px;
  min-width: 150px;
}

.inline .daterangepicker {
  position: static;
  width: 100%;
}

.inline .daterangepicker:before,
.inline .daterangepicker:after {
  display: none;
}

.nly-datarange-calendar-th,
.nly-datarange-calendar-td {
  padding: 2px;
  background-color: white;
}

td.today {
  font-weight: bold;
}

td.disabled {
  pointer-events: none;
  background-color: #eee;
  border-radius: 0;
  opacity: 0.6;
}

.fa {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  fill: #ccc;
}

.nly-datarange-calendar-prev:hover,
.nly-datarange-calendar-next:hover {
  background-color: transparent !important;
}

.nly-datarange-calendar-prev .fa:hover,
.nly-datarange-calendar-next .fa:hover {
  opacity: 0.6;
}

.chevron-left {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.chevron-right {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.yearselect {
  padding-right: 1px;
  border: none;
  appearance: menulist;
}

.monthselect {
  border: none;
}

.is-warning ~ .warning-feedback,
.is-warning ~ .warning-tooltip {
  display: block;
}

.nly-input-group.is-invalid ~ .invalid-feedback,
.nly-input-group.is-valid ~ .valid-feedback,
.nly-input-group.is-warning ~ .warning-feedback {
  display: block;
}

.form-control.is-loading {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'><title>5-121204193956-50</title><image width='32' height='32' xlink:href='data:image/gif;base64,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'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}

.progress {
  border-radius: 0.25rem;
}

.progress-bar {
  border-radius: 0.25rem;
}

.nly-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.nly-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.custom-checkbox.nly-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.nly-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.nly-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.nly-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.nly-custom-control-lg
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-lg
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.nly-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.nly-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.nly-custom-control-sm
  .custom-control-input:checked
  ~ .custom-control-label::after,
.input-group-sm
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.nly-custom-control-lg.custom-file,
.nly-custom-control-lg .custom-file-input,
.nly-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.nly-custom-control-lg .custom-file-label,
.nly-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.nly-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.nly-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.nly-custom-control-sm.custom-file,
.nly-custom-control-sm .custom-file-input,
.nly-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.nly-custom-control-sm .custom-file-label,
.nly-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.nly-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.nly-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-radio.nly-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.nly-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.nly-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.nly-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.nly-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.nly-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.badge-outline-info {
  color: #17a2b8 !important;
  border: 1px solid transparent;
  border-color: #17a2b8;
  background-color: #ffffff !important;
}
.badge-outline-primary {
  color: #007bff !important;
  border: 1px solid transparent;
  border-color: #007bff;
  background-color: #ffffff !important;
}
.badge-outline-danger {
  color: #dc3545 !important;
  border: 1px solid transparent;
  border-color: #dc3545;
  background-color: #ffffff !important;
}
.badge-outline-warning {
  color: #ffc107 !important;
  border: 1px solid transparent;
  border-color: #ffc107;
  background-color: #ffffff !important;
}
.badge-outline-light {
  color: #f8f9fa !important;
  border: 1px solid transparent;
  border-color: #f8f9fa;
  background-color: #ffffff !important;
}
.badge-outline-dark {
  color: #343a40 !important;
  border: 1px solid transparent;
  border-color: #343a40;
  background-color: #ffffff !important;
}
.badge-outline-secondary {
  color: #6c757d !important;
  border: 1px solid transparent;
  border-color: #6c757d;
  background-color: #ffffff !important;
}
.badge-outline-success {
  color: #28a745 !important;
  border: 1px solid transparent;
  border-color: #28a745;
  background-color: #ffffff !important;
}

.badge-outline-info.dashed {
  border: 1px dashed #17a2b8;
}
.badge-outline-primary.dashed {
  border: 1px dashed #007bff;
}
.badge-outline-danger.dashed {
  border: 1px dashed #dc3545;
}
.badge-outline-warning.dashed {
  border: 1px dashed #ffc107;
}
.badge-outline-light.dashed {
  border: 1px dashed #f8f9fa;
}
.badge-outline-dark.dashed {
  border: 1px dashed #343a40;
}
.badge-outline-secondary.dashed {
  border: 1px dashed #6c757d;
}
.badge-outline-success.dashed {
  border: 1px dashed #28a745;
}

.btn-outline-info.dashed {
  border: 1px dashed #17a2b8;
}
.btn-outline-primary.dashed {
  border: 1px dashed #007bff;
}
.btn-outline-danger.dashed {
  border: 1px dashed #dc3545;
}
.btn-outline-warning.dashed {
  border: 1px dashed #ffc107;
}
.btn-outline-light.dashed {
  border: 1px dashed #f8f9fa;
}
.btn-outline-dark.dashed {
  border: 1px dashed #343a40;
}
.btn-outline-secondary.dashed {
  border: 1px dashed #6c757d;
}
.btn-outline-success.dashed {
  border: 1px dashed #28a745;
}

.nly-form-tags .nly-form-tags-list {
  margin-top: -0.25rem;
}

.nly-form-tags .nly-form-tags-list .nly-form-tag,
.nly-form-tags .nly-form-tags-list .nly-form-tags-field {
  margin-top: 0.25rem;
}

.nly-form-tags .nly-form-tag {
  font-size: 75%;
  font-weight: 400;
  margin-right: 0.25rem;
}

.nly-form-tag {
  line-height: 1.5;
}

.nly-form-tag-icon,
.nly-form-tag-text {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.nly-form-tag.disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.nly-form-tag > button.nly-form-tag-remove {
  color: inherit;
  line-height: 1;
  font-size: 125%;
  float: none;
}

.nly-form-tags-info.focus {
  color: #17a2b8;
  outline: 0;
  background-color: #ffffff;
  border-color: #17a2b8;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-primary.focus {
  color: #007bff;
  outline: 0;
  background-color: #ffffff;
  border-color: #007bff;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-danger.focus {
  color: #dc3545;
  outline: 0;
  background-color: #ffffff;
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-warning.focus {
  color: #ffc107;
  outline: 0;
  background-color: #ffffff;
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-light.focus {
  color: #f8f9fa;
  outline: 0;
  background-color: #ffffff;
  border-color: #f8f9fa;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-dark.focus {
  color: #343a40;
  outline: 0;
  background-color: #ffffff;
  border-color: #343a40;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-secondary.focus {
  color: #6c757d;
  outline: 0;
  background-color: #ffffff;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-success.focus {
  color: #28a745;
  outline: 0;
  background-color: #ffffff;
  border-color: #28a745;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-info.focus {
  color: #17a2b8;
  outline: 0;
  background-color: #ffffff;
  border-color: #17a2b8;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-primary.focus {
  color: #007bff;
  outline: 0;
  background-color: #ffffff;
  border-color: #007bff;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-danger.focus {
  color: #dc3545;
  outline: 0;
  background-color: #ffffff;
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-success.focus {
  color: #28a745;
  outline: 0;
  background-color: #ffffff;
  border-color: #28a745;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-warning.focus {
  color: #ffc107;
  outline: 0;
  background-color: #ffffff;
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-secondary.focus {
  color: #6c757d;
  outline: 0;
  background-color: #ffffff;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-dark.focus {
  color: #343a40;
  outline: 0;
  background-color: #ffffff;
  border-color: #343a40;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-light.focus {
  color: #f8f9fa;
  outline: 0;
  background-color: #ffffff;
  border-color: #f8f9fa;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-lightblue.focus {
  color: #3c8dbc;
  outline: 0;
  background-color: #ffffff;
  border-color: #3c8dbc;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-navy.focus {
  color: #001f3f;
  outline: 0;
  background-color: #ffffff;
  border-color: #001f3f;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-olive.focus {
  color: #3d9970;
  outline: 0;
  background-color: #ffffff;
  border-color: #3d9970;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-lime.focus {
  color: #01ff70;
  outline: 0;
  background-color: #ffffff;
  border-color: #01ff70;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-fuchsia.focus {
  color: #f012be;
  outline: 0;
  background-color: #ffffff;
  border-color: #f012be;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-maroon.focus {
  color: #d81b60;
  outline: 0;
  background-color: #ffffff;
  border-color: #d81b60;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-blue.focus {
  color: #007bff;
  outline: 0;
  background-color: #ffffff;
  border-color: #007bff;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-indigo.focus {
  color: #6610f2;
  outline: 0;
  background-color: #ffffff;
  border-color: #6610f2;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-purple.focus {
  color: #6f42c1;
  outline: 0;
  background-color: #ffffff;
  border-color: #6f42c1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-pink.focus {
  color: #e83e8c;
  outline: 0;
  background-color: #ffffff;
  border-color: #e83e8c;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-red.focus {
  color: #dc3545;
  outline: 0;
  background-color: #ffffff;
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-orange.focus {
  color: #fd7e14;
  outline: 0;
  background-color: #ffffff;
  border-color: #fd7e14;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-yellow.focus {
  color: #ffc107;
  outline: 0;
  background-color: #ffffff;
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-green.focus {
  color: #28a745;
  outline: 0;
  background-color: #ffffff;
  border-color: #28a745;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-teal.focus {
  color: #20c997;
  outline: 0;
  background-color: #ffffff;
  border-color: #20c997;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-cyan.focus {
  color: #17a2b8;
  outline: 0;
  background-color: #ffffff;
  border-color: #17a2b8;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-white.focus {
  color: #ffff;
  outline: 0;
  background-color: #ffffff;
  border-color: #ffff;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-gray.focus {
  color: #6c757d;
  outline: 0;
  background-color: #ffffff;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
.nly-form-tags-bg-gray-dark.focus {
  color: #343a40;
  outline: 0;
  background-color: #ffffff;
  border-color: #343a40;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
}
