.clipboard-fc {
  cursor: pointer;
  user-select: none;
}

.separator {
  height: 1px;
  width: 100%;
  background-color: #bbbbc2;
}

.ui-theme-dark .separator {
  background-color: #3B3E49;
}

.ui-opacity-disabled {
  opacity: 0.5 !important;
}

.ui-list-hide-disableds .ui-item-disabled {
  display: none !important;
}

.ui-cnt-empty-based:empty {
  display: none !important;
}

.ui-cnt-opacity-empty-based:empty {
  opacity: 0;
}

.ui-cnt-display-when-siblings:is(:only-child) {
  display: none !important;
}

.ui-show-on-hover-trigger .ui-show-on-hover-target {
  transition: opacity 0.15s ease-in-out;
}
.ui-show-on-hover-trigger .ui-show-on-hover-target:not(.ui-anchor-on-popup-show):not(:has(.ui-anchor-on-popup-show)) {
  opacity: 0;
  pointer-events: none;
}
.ui-show-on-hover-trigger:hover .ui-show-on-hover-target {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.ui-full-opacity-on-hover-trigger .ui-full-opacity-on-hover-target {
  transition: opacity 0.15s ease-in-out;
  opacity: 0.5;
}
.ui-full-opacity-on-hover-trigger:hover .ui-full-opacity-on-hover-target {
  opacity: 1 !important;
}

table tr .ui-show-on-row-hover-target {
  transition: opacity 0.15s ease-in-out;
}
table tr .ui-show-on-row-hover-target:not(.ui-anchor-on-popup-show):not(:has(.ui-anchor-on-popup-show)) {
  opacity: 0;
  pointer-events: none;
}
table tr:hover .ui-show-on-row-hover-target {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.ui-fullscreen-target {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: inherit;
}

.ui-visibility-hidden {
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}

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

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

.ux-prevent-transition {
  transition-duration: 0s !important;
}

.ux-btn-active-toggle:not(.active) [data-active="1"] {
  display: none;
}
.ux-btn-active-toggle.active [data-active="0"] {
  display: none;
}

.ux-btn-toggle:not([data-x-active="1"]) [data-active="1"] {
  display: none;
}
.ux-btn-toggle[data-x-active="1"] [data-active="0"] {
  display: none;
}

.ui-visibility-toggle:not([data-view-mode="1"]) [data-view="1"] {
  display: none;
}
.ui-visibility-toggle[data-view-mode="1"] [data-view="0"] {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.display-inline, .d-inline {
  display: inline !important;
}

.d-contents {
  display: contents !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.display-flex, .d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.d-flex-center-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.space-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.display-grid, .d-grid {
  display: grid;
}

.grid-row-auto {
  grid-template-rows: auto;
}

.grid-col-auto {
  grid-template-columns: auto;
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-gap-12-px {
  grid-column-gap: 12px;
}

.vertical-align-top {
  vertical-align: top !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.border-0 {
  border: 0 !important;
}

.border-b-0 {
  border-bottom: 0 !important;
}

.border-l-0 {
  border-left: 0 !important;
}

.border-r-0 {
  border-right: 0 !important;
}

.border-t-0 {
  border-top: 0 !important;
}

.td-0 {
  width: 0 !important;
}

.content-fit > .inner {
  padding-left: 0;
  padding-right: 0;
}

.content-padding > .inner {
  padding-left: 14px;
  padding-right: 14px;
}

.width-0 {
  width: 0% !important;
}

.width-5 {
  width: 5% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

.height-0 {
  height: 0% !important;
}

.height-5 {
  height: 5% !important;
}

.height-10 {
  height: 10% !important;
}

.height-15 {
  height: 15% !important;
}

.height-20 {
  height: 20% !important;
}

.height-25 {
  height: 25% !important;
}

.height-30 {
  height: 30% !important;
}

.height-35 {
  height: 35% !important;
}

.height-40 {
  height: 40% !important;
}

.height-45 {
  height: 45% !important;
}

.height-50 {
  height: 50% !important;
}

.height-60 {
  height: 60% !important;
}

.height-70 {
  height: 70% !important;
}

.height-80 {
  height: 80% !important;
}

.height-90 {
  height: 90% !important;
}

.height-100 {
  height: 100% !important;
}

.width-0-px {
  width: 0px !important;
}

.width-5-px {
  width: 5px !important;
}

.width-10-px {
  width: 10px !important;
}

.width-15-px {
  width: 15px !important;
}

.width-20-px {
  width: 20px !important;
}

.width-25-px {
  width: 25px !important;
}

.width-30-px {
  width: 30px !important;
}

.width-35-px {
  width: 35px !important;
}

.width-40-px {
  width: 40px !important;
}

.width-45-px {
  width: 45px !important;
}

.width-50-px {
  width: 50px !important;
}

.width-60-px {
  width: 60px !important;
}

.width-70-px {
  width: 70px !important;
}

.width-80-px {
  width: 80px !important;
}

.width-90-px {
  width: 90px !important;
}

.width-100-px {
  width: 100px !important;
}

.height-0-px {
  height: 0px !important;
}

.height-5-px {
  height: 5px !important;
}

.height-10-px {
  height: 10px !important;
}

.height-15-px {
  height: 15px !important;
}

.height-20-px {
  height: 20px !important;
}

.height-25-px {
  height: 25px !important;
}

.height-30-px {
  height: 30px !important;
}

.height-35-px {
  height: 35px !important;
}

.height-40-px {
  height: 40px !important;
}

.height-45-px {
  height: 45px !important;
}

.height-50-px {
  height: 50px !important;
}

.height-60-px {
  height: 60px !important;
}

.height-70-px {
  height: 70px !important;
}

.height-80-px {
  height: 80px !important;
}

.height-90-px {
  height: 90px !important;
}

.height-100-px {
  height: 100px !important;
}

.height-content-fit {
  height: fit-content !important;
}

.min-width-0px {
  min-width: 0px !important;
}

.min-width-50px {
  min-width: 50px !important;
}

.min-width-100px {
  min-width: 100px !important;
}

.min-width-150px {
  min-width: 150px !important;
}

.min-width-200px {
  min-width: 200px !important;
}

.min-width-250px {
  min-width: 250px !important;
}

.min-width-300px {
  min-width: 300px !important;
}

.min-width-350px {
  min-width: 350px !important;
}

.min-width-400px {
  min-width: 400px !important;
}

.min-width-450px {
  min-width: 450px !important;
}

.min-width-500px {
  min-width: 500px !important;
}

.min-width-550px {
  min-width: 550px !important;
}

.min-width-600px {
  min-width: 600px !important;
}

.min-width-650px {
  min-width: 650px !important;
}

.min-width-700px {
  min-width: 700px !important;
}

.min-width-750px {
  min-width: 750px !important;
}

.min-width-800px {
  min-width: 800px !important;
}

.min-width-850px {
  min-width: 850px !important;
}

.min-width-900px {
  min-width: 900px !important;
}

.min-width-950px {
  min-width: 950px !important;
}

.min-width-1000px {
  min-width: 1000px !important;
}

.max-width-0px {
  max-width: 0px !important;
}

.max-width-50px {
  max-width: 50px !important;
}

.max-width-100px {
  max-width: 100px !important;
}

.max-width-150px {
  max-width: 150px !important;
}

.max-width-200px {
  max-width: 200px !important;
}

.max-width-250px {
  max-width: 250px !important;
}

.max-width-300px {
  max-width: 300px !important;
}

.max-width-350px {
  max-width: 350px !important;
}

.max-width-400px {
  max-width: 400px !important;
}

.max-width-450px {
  max-width: 450px !important;
}

.max-width-500px {
  max-width: 500px !important;
}

.max-width-550px {
  max-width: 550px !important;
}

.max-width-600px {
  max-width: 600px !important;
}

.max-width-650px {
  max-width: 650px !important;
}

.max-width-700px {
  max-width: 700px !important;
}

.max-width-750px {
  max-width: 750px !important;
}

.max-width-800px {
  max-width: 800px !important;
}

.max-width-850px {
  max-width: 850px !important;
}

.max-width-900px {
  max-width: 900px !important;
}

.max-width-950px {
  max-width: 950px !important;
}

.max-width-1000px {
  max-width: 1000px !important;
}

.min-height-0px {
  min-height: 0px !important;
}

.min-height-50px {
  min-height: 50px !important;
}

.min-height-100px {
  min-height: 100px !important;
}

.min-height-150px {
  min-height: 150px !important;
}

.min-height-200px {
  min-height: 200px !important;
}

.min-height-250px {
  min-height: 250px !important;
}

.min-height-300px {
  min-height: 300px !important;
}

.min-height-350px {
  min-height: 350px !important;
}

.min-height-400px {
  min-height: 400px !important;
}

.min-height-450px {
  min-height: 450px !important;
}

.min-height-500px {
  min-height: 500px !important;
}

.min-height-550px {
  min-height: 550px !important;
}

.min-height-600px {
  min-height: 600px !important;
}

.min-height-650px {
  min-height: 650px !important;
}

.min-height-700px {
  min-height: 700px !important;
}

.min-height-750px {
  min-height: 750px !important;
}

.min-height-800px {
  min-height: 800px !important;
}

.min-height-850px {
  min-height: 850px !important;
}

.min-height-900px {
  min-height: 900px !important;
}

.min-height-950px {
  min-height: 950px !important;
}

.min-height-1000px {
  min-height: 1000px !important;
}

.max-height-0px {
  max-height: 0px !important;
}

.max-height-50px {
  max-height: 50px !important;
}

.max-height-100px {
  max-height: 100px !important;
}

.max-height-150px {
  max-height: 150px !important;
}

.max-height-200px {
  max-height: 200px !important;
}

.max-height-250px {
  max-height: 250px !important;
}

.max-height-300px {
  max-height: 300px !important;
}

.max-height-350px {
  max-height: 350px !important;
}

.max-height-400px {
  max-height: 400px !important;
}

.max-height-450px {
  max-height: 450px !important;
}

.max-height-500px {
  max-height: 500px !important;
}

.max-height-550px {
  max-height: 550px !important;
}

.max-height-600px {
  max-height: 600px !important;
}

.max-height-650px {
  max-height: 650px !important;
}

.max-height-700px {
  max-height: 700px !important;
}

.max-height-750px {
  max-height: 750px !important;
}

.max-height-800px {
  max-height: 800px !important;
}

.max-height-850px {
  max-height: 850px !important;
}

.max-height-900px {
  max-height: 900px !important;
}

.max-height-950px {
  max-height: 950px !important;
}

.max-height-1000px {
  max-height: 1000px !important;
}

.min-width-max-content {
  min-width: max-content !important;
}

.min-width-min-content {
  min-width: min-content !important;
}

.width-min-content {
  width: min-content !important;
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.row-gap-0 {
  row-gap: 0% !important;
}

.row-gap-3 {
  row-gap: 3% !important;
}

.row-gap-5 {
  row-gap: 5% !important;
}

.row-gap-7 {
  row-gap: 7% !important;
}

.row-gap-10 {
  row-gap: 10% !important;
}

.row-gap-15 {
  row-gap: 15% !important;
}

.row-gap-20 {
  row-gap: 20% !important;
}

.row-gap-25 {
  row-gap: 25% !important;
}

.row-gap-30 {
  row-gap: 30% !important;
}

.row-gap-35 {
  row-gap: 35% !important;
}

.row-gap-40 {
  row-gap: 40% !important;
}

.column-gap-0 {
  column-gap: 0% !important;
}

.column-gap-3 {
  column-gap: 3% !important;
}

.column-gap-5 {
  column-gap: 5% !important;
}

.column-gap-7 {
  column-gap: 7% !important;
}

.column-gap-10 {
  column-gap: 10% !important;
}

.column-gap-15 {
  column-gap: 15% !important;
}

.column-gap-20 {
  column-gap: 20% !important;
}

.column-gap-25 {
  column-gap: 25% !important;
}

.column-gap-30 {
  column-gap: 30% !important;
}

.column-gap-35 {
  column-gap: 35% !important;
}

.column-gap-40 {
  column-gap: 40% !important;
}

.row-gap-0-px {
  row-gap: 0px !important;
}

.row-gap-3-px {
  row-gap: 3px !important;
}

.row-gap-5-px {
  row-gap: 5px !important;
}

.row-gap-7-px {
  row-gap: 7px !important;
}

.row-gap-10-px {
  row-gap: 10px !important;
}

.row-gap-15-px {
  row-gap: 15px !important;
}

.row-gap-20-px {
  row-gap: 20px !important;
}

.row-gap-25-px {
  row-gap: 25px !important;
}

.row-gap-30-px {
  row-gap: 30px !important;
}

.row-gap-35-px {
  row-gap: 35px !important;
}

.row-gap-40-px {
  row-gap: 40px !important;
}

.column-gap-0-px {
  column-gap: 0px !important;
}

.column-gap-3-px {
  column-gap: 3px !important;
}

.column-gap-5-px {
  column-gap: 5px !important;
}

.column-gap-7-px {
  column-gap: 7px !important;
}

.column-gap-10-px {
  column-gap: 10px !important;
}

.column-gap-15-px {
  column-gap: 15px !important;
}

.column-gap-20-px {
  column-gap: 20px !important;
}

.column-gap-25-px {
  column-gap: 25px !important;
}

.column-gap-30-px {
  column-gap: 30px !important;
}

.column-gap-35-px {
  column-gap: 35px !important;
}

.column-gap-40-px {
  column-gap: 40px !important;
}

.column-gap-12-px {
  column-gap: 12px !important;
}

.font-60 {
  font-size: 60% !important;
}

.font-65 {
  font-size: 65% !important;
}

.font-70 {
  font-size: 70% !important;
}

.font-75 {
  font-size: 75% !important;
}

.font-80 {
  font-size: 80% !important;
}

.font-85 {
  font-size: 85% !important;
}

.font-90 {
  font-size: 90% !important;
}

.font-95 {
  font-size: 95% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-105 {
  font-size: 105% !important;
}

.font-110 {
  font-size: 110% !important;
}

.font-115 {
  font-size: 115% !important;
}

.font-120 {
  font-size: 120% !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-dashed {
  text-decoration: dashed !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-center {
  text-align: center !important;
  text-align: -webkit-center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: initial;
  overflow: hidden;
}
.text-clamp.clamp-3 {
  -webkit-line-clamp: 3;
}
.text-clamp.clamp-4 {
  -webkit-line-clamp: 4;
}
.text-clamp.clamp-5 {
  -webkit-line-clamp: 5;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.white-space-pre {
  white-space: pre !important;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

.clipboard-fc {
  cursor: pointer;
  user-select: none;
}

.separator {
  height: 1px;
  width: 100%;
  background-color: #bbbbc2;
}

.ui-theme-dark .separator {
  background-color: #3B3E49;
}

* {
  scrollbar-width: thin;
}

body {
  min-height: 100%;
  width: 100%;
  background-color: #d2d2d7;
  overflow-x: hidden;
}

.ux-floating-cnt {
  display: block;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 0;
  position: absolute;
  width: 100vw;
}

.app-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100dvw;
  background-color: #d2d2d7;
}
.app-wrapper .app-loader-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40000;
}
.app-wrapper .app-top-bar {
  position: fixed;
  height: 40px;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 20001;
}
.app-wrapper .app-top-bar .inner-bar {
  position: relative;
  width: inherit;
  height: 100%;
}
.app-wrapper .app-left-bar {
  position: fixed;
  min-height: 100vh;
  top: 0;
  left: 0;
  width: 55px;
  z-index: 30000;
}
.app-wrapper .app-left-bar .inner-bar {
  position: relative;
  width: 55px;
  height: 100vh;
}
.app-wrapper .app-body {
  display: flex;
  flex-direction: column;
  width: 100dvw;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 55px;
}
.app-wrapper .app-frame {
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.app-wrapper:has(.app-bottom .wdg-file-uploader) .app-frame {
  padding-bottom: 35px;
}
.app-wrapper .app-active-widget-cnt {
  position: relative;
  transition: width 0.22s ease-in-out, min-width 0.22s ease-in-out;
  width: 0;
}
.app-wrapper .app-active-widget-cnt:has(.ui-pinned:not(.ux-hidden)) {
  width: 550px;
  min-width: 550px;
}
.app-wrapper .app-modules-cnt {
  width: 100%;
  padding: 10px;
}
.app-wrapper .app-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.app-wrapper .modals-cnt {
  position: absolute;
}
.app-wrapper .app-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20000;
}
.app-wrapper .app-bottom .wdg-cnt {
  position: absolute;
  right: 6px;
  bottom: 0;
  min-width: 445px;
  max-width: 445px;
}

.ux-app .app-wrapper .app-top-bar {
  transition: top 0.2s ease-in-out;
  transition-delay: 0s;
}
.ux-app .app-wrapper .app-left-bar {
  transition: left 0.2s ease-in-out;
  transition-delay: 0.1s;
}
.ux-app:has(.ui-fullscreen-target) .app-wrapper .app-top-bar {
  top: -41px;
  transition-delay: 0.1s;
}
.ux-app:has(.ui-fullscreen-target) .app-wrapper .app-left-bar {
  left: -55px;
  transition-delay: 0s;
}
.ux-app:has(.ui-fullscreen-target) .app-wrapper .app-body :not(.ui-fullscreen-target):not(:has(.ui-fullscreen-target)):not(:is(.ui-fullscreen-target *)) {
  display: none;
}

.ui-theme-dark {
  background-color: #292C36;
}
.ui-theme-dark ::-webkit-scrollbar-track {
  background-color: #292C36;
}
.ui-theme-dark ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.54);
}
.ui-theme-dark .app-wrapper {
  background-color: #292C36;
}

*, html, body {
  font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.6;
  color: #181819;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 1.6rem;
}

h4 {
  margin-top: 2.2rem;
}

p {
  margin-bottom: 15px;
  font-size: 13px;
}

b, strong {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
}

i {
  font-style: italic;
  font-size: inherit;
  color: inherit;
}

span, div {
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

small {
  font-size: 11px;
}

sub, sup {
  font-size: 75%;
}

code {
  font-family: monospace;
}

a:not(.btn), a:visited:not(.btn), a:link:not(.btn), a:active:not(.btn), a:hover:not(.btn) {
  color: #4095eb;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a:hover:not(.btn) {
  color: rgba(64, 149, 235, 0.8);
  text-decoration: underline;
}

.list-style-disc, .list-style-decimal {
  padding-left: 20px;
}

.list-style-disc {
  list-style: disc;
}
.list-style-disc ul {
  padding-left: 20px;
  list-style: circle;
}
.list-style-disc ul ul {
  list-style: square;
}

.list-style-decimal {
  list-style: decimal;
}
.list-style-decimal ol {
  padding-left: 20px;
  list-style: lower-latin;
}
.list-style-decimal ol ol {
  list-style: lower-roman;
}

.shortcut {
  text-decoration: underline !important;
}

.text-title-xl {
  font-size: 21px !important;
}

.text-title-lg {
  font-size: 19px !important;
}

.text-title-md {
  font-size: 17px !important;
}

.text-title-sm {
  font-size: 15px !important;
}

.text-title-xs {
  font-size: 14px !important;
}

.text-body-xl {
  font-size: 15px !important;
}

.text-body-lg {
  font-size: 14px !important;
}

.text-body-md {
  font-size: 13px !important;
}

.text-body-sm {
  font-size: 12px !important;
}

.text-body-xs {
  font-size: 11px !important;
}

.text-caps-lg, .text-caps-md, .text-caps-sm, .text-caps-xs {
  text-transform: uppercase !important;
}

.text-caps-lg {
  font-size: 13px !important;
}

.text-caps-md {
  font-size: 12px !important;
}

.text-caps-sm {
  font-size: 11px !important;
}

.text-caps-xs {
  font-size: 10px !important;
}

.text-strong {
  font-weight: 600 !important;
}

.text-italic {
  font-style: italic !important;
}

.bg-primary {
  background-color: #4095eb !important;
  font-size: inherit;
}

.bg-secondary {
  background-color: #38383A !important;
  font-size: inherit;
}

.bg-success {
  background-color: #047857 !important;
  font-size: inherit;
}

.bg-warning {
  background-color: #FF8F00 !important;
  font-size: inherit;
}

.bg-error {
  background-color: #dc2626 !important;
  font-size: inherit;
}

.bg-info {
  background-color: #009AE1 !important;
  font-size: inherit;
}

.bg-white-solid {
  background-color: #f3f3f5 !important;
}

.bg-primary-light {
  background-color: rgba(64, 149, 235, 0.18) !important;
  font-size: inherit;
}

.bg-secondary-light {
  background-color: rgba(56, 56, 58, 0.18) !important;
  font-size: inherit;
}

.bg-success-light {
  background-color: rgba(4, 120, 87, 0.18) !important;
  font-size: inherit;
}

.bg-warning-light {
  background-color: rgba(255, 143, 0, 0.18) !important;
  font-size: inherit;
}

.bg-error-light {
  background-color: rgba(220, 38, 38, 0.18) !important;
  font-size: inherit;
}

.bg-info-light {
  background-color: rgba(0, 154, 225, 0.18) !important;
  font-size: inherit;
}

.bg-search-highlight {
  background-color: rgba(64, 149, 235, 0.18) !important;
  font-size: inherit;
  border-radius: 4px;
  outline: 1px solid #4095eb;
  outline-offset: -1px;
}

.text-white {
  color: white !important;
  font-size: inherit;
}

.text-default {
  color: #181819 !important;
  font-size: inherit;
}

.text-disabled {
  color: rgba(24, 24, 25, 0.35) !important;
  font-size: inherit;
}

.text-primary {
  color: #4095eb !important;
  font-size: inherit;
}

.text-secondary {
  color: #38383A !important;
  font-size: inherit;
}

.text-success {
  color: #047857 !important;
  font-size: inherit;
}

.text-warning {
  color: #FF8F00 !important;
  font-size: inherit;
}

.text-error {
  color: #dc2626 !important;
  font-size: inherit;
}

.text-info {
  color: #009AE1 !important;
  font-size: inherit;
}

.hover-text-primary:hover {
  color: #4095eb !important;
  font-size: inherit;
}

.hover-text-secondary:hover {
  color: #38383A !important;
  font-size: inherit;
}

.hover-text-success:hover {
  color: #047857 !important;
  font-size: inherit;
}

.hover-text-warning:hover {
  color: #FF8F00 !important;
  font-size: inherit;
}

.hover-text-error:hover {
  color: #dc2626 !important;
  font-size: inherit;
}

.hover-text-info:hover {
  color: #009AE1 !important;
  font-size: inherit;
}

.text-primary-highlight {
  color: #4095eb !important;
  background-color: rgba(64, 149, 235, 0.18) !important;
  font-size: inherit;
}

.text-secondary-highlight {
  color: #38383A !important;
  background-color: rgba(56, 56, 58, 0.18) !important;
  font-size: inherit;
}

.text-success-highlight {
  color: #047857 !important;
  background-color: rgba(4, 120, 87, 0.18) !important;
  font-size: inherit;
}

.text-warning-highlight {
  color: #FF8F00 !important;
  background-color: rgba(255, 143, 0, 0.18) !important;
  font-size: inherit;
}

.text-error-highlight {
  color: #dc2626 !important;
  background-color: rgba(220, 38, 38, 0.18) !important;
  font-size: inherit;
}

.text-info-highlight {
  color: #009AE1 !important;
  background-color: rgba(0, 154, 225, 0.18) !important;
  font-size: inherit;
}

.ui-theme-dark *, .ui-theme-dark html, .ui-theme-dark body {
  color: rgba(255, 255, 255, 0.8);
}
.ui-theme-dark b, .ui-theme-dark strong {
  color: inherit;
}
.ui-theme-dark i {
  color: inherit;
}
.ui-theme-dark a, .ui-theme-dark a:visited, .ui-theme-dark a:link, .ui-theme-dark a:active, .ui-theme-dark a:hover {
  color: #009ae1;
}
.ui-theme-dark a:hover {
  color: rgba(0, 154, 225, 0.8);
}
.ui-theme-dark .test:after {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
}
.ui-theme-dark .bg-primary {
  background-color: #009AE1 !important;
}
.ui-theme-dark .bg-secondary {
  background-color: #D6D6D8 !important;
}
.ui-theme-dark .bg-success {
  background-color: #14B8A6 !important;
}
.ui-theme-dark .bg-warning {
  background-color: #FFA000 !important;
}
.ui-theme-dark .bg-error {
  background-color: #E35470 !important;
}
.ui-theme-dark .bg-info {
  background-color: #80b8f2 !important;
}
.ui-theme-dark .bg-primary-light {
  background-color: rgba(0, 154, 225, 0.28) !important;
}
.ui-theme-dark .bg-secondary-light {
  background-color: rgba(214, 214, 216, 0.28) !important;
}
.ui-theme-dark .bg-success-light {
  background-color: rgba(20, 184, 166, 0.32) !important;
}
.ui-theme-dark .bg-warning-light {
  background-color: rgba(255, 160, 0, 0.32) !important;
}
.ui-theme-dark .bg-error-light {
  background-color: rgba(227, 84, 112, 0.32) !important;
}
.ui-theme-dark .bg-info-light {
  background-color: rgba(128, 184, 242, 0.32) !important;
}
.ui-theme-dark .bg-highlight {
  background-color: #80b8f2 !important;
}
.ui-theme-dark .text-default {
  color: rgba(255, 255, 255, 0.8) !important;
}
.ui-theme-dark .text-disabled {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ui-theme-dark .text-primary {
  color: #009AE1 !important;
}
.ui-theme-dark .text-secondary {
  color: #D6D6D8 !important;
}
.ui-theme-dark .text-success {
  color: #14B8A6 !important;
}
.ui-theme-dark .text-warning {
  color: #FFA000 !important;
}
.ui-theme-dark .text-error {
  color: #E35470 !important;
}
.ui-theme-dark .text-info {
  color: #80b8f2 !important;
}
.ui-theme-dark .text-primary-highlight {
  color: #009AE1 !important;
  background-color: rgba(0, 154, 225, 0.28) !important;
}
.ui-theme-dark .text-secondary-highlight {
  color: #D6D6D8 !important;
  background-color: rgba(214, 214, 216, 0.28) !important;
}
.ui-theme-dark .text-success-highlight {
  color: #14B8A6 !important;
  background-color: rgba(20, 184, 166, 0.32) !important;
}
.ui-theme-dark .text-warning-highlight {
  color: #FFA000 !important;
  background-color: rgba(255, 160, 0, 0.32) !important;
}
.ui-theme-dark .text-error-highlight {
  color: #E35470 !important;
  background-color: rgba(227, 84, 112, 0.32) !important;
}
.ui-theme-dark .text-info-highlight {
  color: #80b8f2 !important;
  background-color: rgba(128, 184, 242, 0.32) !important;
}

.panel > .panel-inner {
  border-radius: 8px;
  background-color: #f3f3f5;
  border: 1px solid #bbbbc2;
  box-shadow: "";
}
.panel .panel-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: inherit;
}
.panel .panel-header > .inner {
  display: flex;
  align-items: center;
  min-height: 40px;
  border-radius: inherit;
  background-color: inherit;
}
.panel .panel-header .header-main {
  display: contents;
}
.panel .panel-header .main-icon {
  font-size: 17px;
  margin-right: 10px;
}
.panel .panel-header .main-title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #181819;
  min-width: max-content;
}
.panel .panel-header .main-subtitle {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel .panel-header .header-actions {
  display: flex;
  flex-grow: 1;
  justify-content: end;
  margin-left: 6px;
}
.panel .panel-header.header-bordered > .inner {
  border-bottom: 1px solid #bbbbc2;
}
.panel .panel-content > .inner {
  border-radius: inherit;
}
.panel .panel-content .panel-content-scrollable, .panel .panel-content.panel-content-scrollable {
  overflow-y: auto;
}
.panel .panel-footer > .inner {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.panel .panel-footer.footer-bordered {
  border-top: 1px solid #bbbbc2;
}

.ui-theme-dark .panel > .panel-inner {
  background-color: #0C0F17;
  border-color: #3B3E49;
}
.ui-theme-dark .panel .panel-header .main-title {
  color: rgba(255, 255, 255, 0.8);
}
.ui-theme-dark .panel .panel-header .main-subtitle {
  color: rgba(255, 255, 255, 0.35);
}
.ui-theme-dark .panel .panel-header.header-bordered > .inner {
  border-bottom-color: #3B3E49;
}
.ui-theme-dark .panel .panel-footer.footer-bordered {
  border-top-color: #3B3E49;
}

.modal-panel .popover-content-scrollable {
  max-height: 60dvh;
  overflow-y: auto;
}
.modal-panel .panel-content-scrollable {
  max-height: 600px;
}

.modal-panel > .panel-inner {
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 15px 40px !important;
  border: none !important;
}
.modal-panel .panel-header > .inner {
  height: 52px;
  padding-left: 14px;
  padding-right: 5px;
}
.modal-panel .panel-header .main-title {
  font-size: 15px !important;
}
.modal-panel .panel-header .main-subtitle {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.modal-panel .panel-footer > .inner {
  display: flex;
  align-items: center;
  height: 52px;
  padding-left: 14px;
  padding-right: 14px;
}

.ui-theme-dark .modal-overlay, .ui-theme-dark .modal-backdrop {
  background-color: #3B3E49;
}
.ui-theme-dark .modal-content {
  border-color: transparent !important;
  background-color: transparent !important;
}
.ui-theme-dark .modal-panel > .panel-inner {
  box-shadow: rgba(32, 32, 37, 0.6) 0px 5px 10px, rgba(32, 32, 37, 0.8) 0px 15px 40px !important;
}

.title-line {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 12px;
  color: #181819;
  text-transform: uppercase;
}
.title-line.title-bordered {
  border-bottom: 1px solid #bbbbc2;
}

.form-group {
  width: 100%;
}
.form-group .title-line {
  padding: 0 3px;
}
.form-group.group-bordered {
  border-bottom: 1px solid #bbbbc2;
  padding-bottom: 20px;
}

.ui-theme-dark .title-line.title-bordered {
  border-bottom-color: #3B3E49;
}
.ui-theme-dark .form-group.group-bordered {
  border-bottom-color: #3B3E49;
}

.form-control {
  width: 100%;
  height: 30px;
  padding: 0 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #181819;
  font-size: inherit;
  border: 1px solid #bbbbc2;
  border-radius: 7px;
  background-color: #e8e8eb;
  transition: border 0.15s ease-in-out;
  outline: none;
}
.form-control .placeholder {
  cursor: default;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-control::placeholder, .form-control .placeholder {
  opacity: 1;
  color: rgba(24, 24, 25, 0.54);
}
.form-control:hover:not([disabled]):not(.disabled) {
  border-color: rgba(24, 24, 25, 0.54);
}
.form-control:active:not([disabled]):not(.disabled), .form-control:focus:not([disabled]):not(.disabled) {
  color: #181819;
}
.form-control.disabled, .form-control[disabled] {
  color: rgba(24, 24, 25, 0.35) !important;
  background-color: #f3f3f5 !important;
  cursor: not-allowed !important;
}
.form-control.disabled:has(.label), .form-control[disabled]:has(.label) {
  opacity: 0.5;
}
.form-control[type=date]::-webkit-calendar-picker-indicator {
  position: relative;
  right: -3px;
  margin-left: 0;
}
.form-control[type=email]:invalid {
  border-color: #dc2626;
}
.form-control[type=number] {
  color-scheme: light;
}
.form-control[type=range] {
  height: 7px;
  overflow: visible;
  cursor: pointer;
  border-color: #bbbbc2;
  background-color: #e8e8eb;
}
.form-control[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #c1c1c4;
  border: 1px solid #84848d;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-control[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #c1c1c4;
  border: 1px solid #84848d;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
.form-control[type=range]:hover:not([disabled]):not(.disabled) {
  border-color: #84848d;
}
.form-control[type=range]:hover:not([disabled]):not(.disabled)::-webkit-slider-thumb {
  background-color: #bbbbc2;
  border-color: #84848d;
}
.form-control[type=range]:hover:not([disabled]):not(.disabled)::-moz-range-thumb {
  background-color: #bbbbc2;
  border-color: #84848d;
}
.form-control.control-shape {
  display: flex;
  align-items: center;
  gap: 3px;
  pointer-events: auto;
}
.form-control.control-shape.textarea-shape {
  display: flex;
  flex-wrap: wrap;
  min-height: 30px;
  height: 100%;
  padding: 3px;
  gap: 3px;
  pointer-events: auto;
  overflow-y: auto;
}
.form-control.form-control-squared {
  border-radius: unset;
}
.input-group-xl .form-control, .form-control.form-control-xl {
  height: 52px;
  font-size: 15px;
}

.input-group-lg .form-control, .form-control.form-control-lg {
  height: 40px;
  font-size: 14px;
}

.input-group-md .form-control, .form-control.form-control-md {
  height: 30px;
  font-size: 13px;
}

.input-group-sm .form-control, .form-control.form-control-sm {
  height: 26px;
  font-size: 12px;
}

.input-group-xs .form-control, .form-control.form-control-xs {
  height: 24px;
  font-size: 11px;
}

.form-control.form-control-default {
  color: #181819;
  background-color: #e8e8eb;
  border-color: #bbbbc2;
}
.form-control.form-control-default:hover:not([disabled]):not(.disabled) {
  border-color: rgba(24, 24, 25, 0.54);
}
.form-control.form-control-default-light {
  color: #181819;
  border-color: #bbbbc2;
  background-color: #e8e8eb;
}
.form-control.form-control-default-light:hover:not([disabled]):not(.disabled) {
  border-color: rgba(24, 24, 25, 0.54);
}
.form-control.form-control-primary {
  color: #181819;
  border-color: #8dbbeb;
}
.form-control.form-control-primary:hover:not([disabled]):not(.disabled) {
  border-color: #4095eb;
}
.form-control.form-control-primary-light {
  color: #181819;
  border-color: rgba(64, 149, 235, 0.18);
  background-color: rgba(64, 149, 235, 0.18);
}
.form-control.form-control-primary-light:hover:not([disabled]):not(.disabled) {
  border-color: #8dbbeb;
}
.form-control.form-control-secondary {
  color: #181819;
  border-color: #c1c1c4;
}
.form-control.form-control-secondary:hover:not([disabled]):not(.disabled) {
  border-color: #38383A;
}
.form-control.form-control-secondary-light {
  color: #181819;
  border-color: rgba(56, 56, 58, 0.18);
  background-color: rgba(56, 56, 58, 0.18);
}
.form-control.form-control-secondary-light:hover:not([disabled]):not(.disabled) {
  border-color: #c1c1c4;
}
.form-control.form-control-success {
  color: #181819;
  border-color: #71ae9e;
}
.form-control.form-control-success:hover:not([disabled]):not(.disabled) {
  border-color: #047857;
}
.form-control.form-control-success-light {
  color: #181819;
  border-color: rgba(4, 120, 87, 0.18);
  background-color: rgba(4, 120, 87, 0.18);
}
.form-control.form-control-success-light:hover:not([disabled]):not(.disabled) {
  border-color: #71ae9e;
}
.form-control.form-control-warning {
  color: #181819;
  border-color: #f4ba71;
}
.form-control.form-control-warning:hover:not([disabled]):not(.disabled) {
  border-color: #FF8F00;
}
.form-control.form-control-warning-light {
  color: #181819;
  border-color: rgba(255, 143, 0, 0.18);
  background-color: rgba(255, 143, 0, 0.18);
}
.form-control.form-control-warning-light:hover:not([disabled]):not(.disabled) {
  border-color: #f4ba71;
}
.form-control.form-control-error {
  color: #181819;
  border-color: #e28385;
}
.form-control.form-control-error:hover:not([disabled]):not(.disabled) {
  border-color: #dc2626;
}
.form-control.form-control-error-light {
  color: #181819;
  border-color: rgba(220, 38, 38, 0.18);
  background-color: rgba(220, 38, 38, 0.18);
}
.form-control.form-control-error-light:hover:not([disabled]):not(.disabled) {
  border-color: #e28385;
}
.form-control.form-control-info {
  color: #181819;
  border-color: #6fbfe6;
}
.form-control.form-control-info:hover:not([disabled]):not(.disabled) {
  border-color: #009AE1;
}
.form-control.form-control-info-light {
  color: #181819;
  border-color: rgba(0, 154, 225, 0.18);
  background-color: rgba(0, 154, 225, 0.18);
}
.form-control.form-control-info-light:hover:not([disabled]):not(.disabled) {
  border-color: #6fbfe6;
}
.form-control.form-control-disabled {
  background-color: #f3f3f5;
  cursor: default;
}

.control-cnt {
  width: inherit;
}

.input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input-group > label {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 1.5px;
  margin-bottom: 1.5px;
  margin-left: 3px;
  font-size: 13px;
  color: rgba(24, 24, 25, 0.54);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-group .label-note {
  margin-left: 2px;
  color: rgba(24, 24, 25, 0.54);
  font-style: italic;
}
.input-group:has(.form-control-sm) > label {
  font-size: 12px;
}
.input-group .control-cnt {
  width: inherit;
}
.input-group .control-cnt .cnt-placement {
  width: 100%;
}
.input-group .control-cnt.textarea-shape .form-control {
  display: flex;
  flex-wrap: wrap;
  min-height: 30px;
  height: 100%;
  padding: 3px;
  gap: 3px;
  pointer-events: auto;
  overflow-y: auto;
}
.input-group .control-tooltip {
  display: block;
  height: 22px;
  padding: 0 1.5px;
  margin-top: 3px;
  color: #181819;
  font-size: 12px;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-group .control-tooltip > span {
  color: #181819;
}
.input-group .control-tooltip.control-tooltip-r {
  display: flex;
  gap: 10px;
}
.input-group .control-tooltip.control-tooltip-r .info-left, .input-group .control-tooltip.control-tooltip-r .info-right {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-group .control-tooltip.control-tooltip-r .info-left {
  flex-grow: 1;
}
.input-group .control-tooltip.control-tooltip-r .info-right {
  min-width: max-content;
}
.input-group.blank-label {
  margin-top: 25px;
}
.input-group.blank-label:has(.switch) {
  margin-top: 29px;
}
.input-group.blank-tooltip {
  margin-bottom: 25px;
}
.input-group.align-right {
  align-items: end;
}
.input-group.align-right .input-cnt {
  justify-content: end;
}
.input-group.align-right .input-cnt .form-control {
  text-align: right;
}
.input-group.label-inline {
  flex-direction: row;
  align-items: center;
}
.input-group.label-inline > label {
  min-width: fit-content;
  height: 100%;
  margin-bottom: 0;
  margin-right: 3px;
}
.input-group.label-inline.underline > label {
  position: relative;
  width: 100%;
  min-width: fit-content;
  height: 100%;
  margin-bottom: 0;
}
.input-group.label-inline.underline > label:after {
  content: "";
  left: auto;
  width: 100%;
  margin: 10px 3px 0 3px;
  border-bottom: 1px dotted #bbbbc2;
}
.input-group.label-inline .control-tooltip {
  min-width: fit-content;
  margin-top: 0;
  margin-left: 3px;
}
.input-group.label-inline.align-right {
  justify-content: flex-end;
}
.input-group.label-inline.stretched {
  justify-content: space-between;
}

.input-cnt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 7px;
  outline-offset: -3px;
  outline: 3px solid transparent;
  transition: outline-color 0.3s ease-in-out, outline-offset 0.3s ease-in-out;
}
.input-cnt > .icon-l, .input-cnt > .icon-r {
  position: relative;
  display: flex;
  align-items: center;
  width: 0;
  height: 30px;
  color: rgba(24, 24, 25, 0.54);
  pointer-events: none;
}
.input-cnt > .icon-l .icon, .input-cnt > .icon-r .icon {
  position: relative;
  width: 30px;
}
.input-cnt > .icon-l .icon {
  left: 9px;
}
.input-cnt > .icon-r .icon {
  right: 21px;
}
.input-cnt .icon-r:has(.ui-btn-clear-field) {
  pointer-events: all !important;
}
.input-cnt .icon-r:has(.ui-btn-clear-field.show) > .icon {
  opacity: 0;
}
.input-cnt > .icon-l ~ .form-control, .input-cnt > .icon-l ~ .control-cnt > .form-control {
  padding-left: 30px;
}
.input-cnt .form-control:has(+ .icon-r), .input-cnt .control-cnt:has(+ .icon-r) > .form-control {
  padding-right: 30px;
}
.input-cnt .prepend {
  order: 1;
}
.input-cnt .icon-l {
  order: 2;
}
.input-cnt .form-control, .input-cnt .control-cnt {
  order: 3;
}
.input-cnt .icon-r {
  order: 4;
}
.input-cnt .append {
  order: 5;
}
.input-cnt .prepend, .input-cnt .append {
  position: relative;
  display: flex;
}
.input-cnt:has(.append) .append:after {
  position: absolute;
  display: block;
  line-height: 0;
  bottom: -6px;
  left: -21px;
  height: 12px;
  width: 12px;
  background-color: #e8e8eb;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.input-cnt:not(:has(.append)):after {
  position: absolute;
  height: 12px;
  width: 12px;
  display: block;
  line-height: 0;
  background-color: #e8e8eb;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.input-cnt:not(:has(.append)):has(.form-control):after {
  bottom: -6px;
  right: 7px;
}
.input-cnt:not(:has(.append)):has(.switch):after {
  top: 4px;
}
.input-cnt:not(:has(.append)):has(.switch):has(.switch:checked):after {
  right: 20px;
}
.input-cnt:not(:has(.append)):has(.switch):has(.switch:not(checked)):after {
  right: 4px;
}
.input-cnt:has([data-v-modified]) {
  outline-color: rgba(0, 154, 225, 0.12);
  outline-offset: 0;
}
.input-cnt:has([data-v-modified]):has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)) {
  outline-color: rgba(0, 154, 225, 0.12);
}
.input-cnt:has([data-v-modified]) .form-control, .input-cnt:has([data-v-modified]) .switch {
  color: #181819;
  border-color: #6fbfe6;
}
.input-cnt:has([data-v-modified]) .form-control:hover:not([disabled]):not(.disabled), .input-cnt:has([data-v-modified]) .switch:hover:not([disabled]):not(.disabled) {
  border-color: #009AE1;
}
.input-cnt:has([data-v-modified]):has(.append) .append:after {
  content: url('data:image/svg+xml,%3Csvg viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75 0.625H10.5C11.457 0.625 12.25 1.41797 12.25 2.375V11.125C12.25 12.1094 11.457 12.875 10.5 12.875H1.75C0.765625 12.875 0 12.1094 0 11.125V2.375C0 1.41797 0.765625 0.625 1.75 0.625ZM3.80078 3.52344C3.63672 3.30469 3.33594 3.19531 3.0625 3.30469C2.78906 3.38672 2.625 3.63281 2.625 3.90625V9.59375C2.625 9.97656 2.89844 10.25 3.28125 10.25C3.63672 10.25 3.9375 9.97656 3.9375 9.59375V5.95703L5.57812 8.22656C5.71484 8.41797 5.90625 8.5 6.09766 8.5C6.31641 8.5 6.50781 8.41797 6.64453 8.22656L8.28516 5.95703V9.59375C8.28516 9.97656 8.58594 10.25 8.94141 10.25C9.32422 10.25 9.59766 9.97656 9.59766 9.59375V3.90625C9.59766 3.63281 9.43359 3.38672 9.16016 3.30469C8.88672 3.19531 8.58594 3.30469 8.42188 3.52344L6.125 6.72266L3.80078 3.52344Z" fill="%23009AE1"/%3E%3C/svg%3E');
}
.input-cnt:has([data-v-modified]):not(:has(.append)):after {
  content: url('data:image/svg+xml,%3Csvg viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75 0.625H10.5C11.457 0.625 12.25 1.41797 12.25 2.375V11.125C12.25 12.1094 11.457 12.875 10.5 12.875H1.75C0.765625 12.875 0 12.1094 0 11.125V2.375C0 1.41797 0.765625 0.625 1.75 0.625ZM3.80078 3.52344C3.63672 3.30469 3.33594 3.19531 3.0625 3.30469C2.78906 3.38672 2.625 3.63281 2.625 3.90625V9.59375C2.625 9.97656 2.89844 10.25 3.28125 10.25C3.63672 10.25 3.9375 9.97656 3.9375 9.59375V5.95703L5.57812 8.22656C5.71484 8.41797 5.90625 8.5 6.09766 8.5C6.31641 8.5 6.50781 8.41797 6.64453 8.22656L8.28516 5.95703V9.59375C8.28516 9.97656 8.58594 10.25 8.94141 10.25C9.32422 10.25 9.59766 9.97656 9.59766 9.59375V3.90625C9.59766 3.63281 9.43359 3.38672 9.16016 3.30469C8.88672 3.19531 8.58594 3.30469 8.42188 3.52344L6.125 6.72266L3.80078 3.52344Z" fill="%23009AE1"/%3E%3C/svg%3E');
}
.input-cnt:has([data-v-error]) {
  outline-color: rgba(220, 38, 38, 0.12);
  outline-offset: 0;
}
.input-cnt:has([data-v-error]):has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)) {
  outline-color: rgba(220, 38, 38, 0.12);
}
.input-cnt:has([data-v-error]) .form-control, .input-cnt:has([data-v-error]) .switch {
  color: #181819;
  border-color: #e28385;
}
.input-cnt:has([data-v-error]) .form-control:hover:not([disabled]):not(.disabled), .input-cnt:has([data-v-error]) .switch:hover:not([disabled]):not(.disabled) {
  border-color: #dc2626;
}
.input-cnt:has([data-v-error]):has(.append) .append:after {
  content: url('data:image/svg+xml,%3Csvg viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75 0.625H10.5C11.457 0.625 12.25 1.41797 12.25 2.375V11.125C12.25 12.1094 11.457 12.875 10.5 12.875H1.75C0.765625 12.875 0 12.1094 0 11.125V2.375C0 1.41797 0.765625 0.625 1.75 0.625ZM4.15625 3.25C3.77344 3.25 3.5 3.55078 3.5 3.90625V6.75V9.59375C3.5 9.97656 3.77344 10.25 4.15625 10.25H8.09375C8.44922 10.25 8.75 9.97656 8.75 9.59375C8.75 9.23828 8.44922 8.9375 8.09375 8.9375H4.8125V7.40625H7.21875C7.57422 7.40625 7.875 7.13281 7.875 6.75C7.875 6.39453 7.57422 6.09375 7.21875 6.09375H4.8125V4.5625H8.09375C8.44922 4.5625 8.75 4.28906 8.75 3.90625C8.75 3.55078 8.44922 3.25 8.09375 3.25H4.15625Z" fill="%23dc2626"/%3E%3C/svg%3E');
}
.input-cnt:has([data-v-error]):has(:not(.append)):after {
  content: url('data:image/svg+xml,%3Csvg viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75 0.625H10.5C11.457 0.625 12.25 1.41797 12.25 2.375V11.125C12.25 12.1094 11.457 12.875 10.5 12.875H1.75C0.765625 12.875 0 12.1094 0 11.125V2.375C0 1.41797 0.765625 0.625 1.75 0.625ZM4.15625 3.25C3.77344 3.25 3.5 3.55078 3.5 3.90625V6.75V9.59375C3.5 9.97656 3.77344 10.25 4.15625 10.25H8.09375C8.44922 10.25 8.75 9.97656 8.75 9.59375C8.75 9.23828 8.44922 8.9375 8.09375 8.9375H4.8125V7.40625H7.21875C7.57422 7.40625 7.875 7.13281 7.875 6.75C7.875 6.39453 7.57422 6.09375 7.21875 6.09375H4.8125V4.5625H8.09375C8.44922 4.5625 8.75 4.28906 8.75 3.90625C8.75 3.55078 8.44922 3.25 8.09375 3.25H4.15625Z" fill="%23dc2626"/%3E%3C/svg%3E');
}
.input-cnt:has(.form-control-squared) {
  border-radius: unset !important;
}
.input-cnt:has(textarea) .icon-l, .input-cnt:has(textarea) .icon-r {
  align-self: baseline;
}
.input-cnt:has(.textarea-shape) {
  align-items: start;
}
.input-cnt:has(> .switch) {
  width: fit-content;
  border-radius: 50px;
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)) {
  outline-color: rgba(24, 24, 25, 0.12);
  outline-offset: 0;
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-primary, .form-control-primary-light) {
  outline-color: rgba(64, 149, 235, 0.12);
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-secondary, .form-control-secondary-light) {
  outline-color: rgba(56, 56, 58, 0.12);
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-success, .form-control-success-light) {
  outline-color: rgba(4, 120, 87, 0.12);
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-warning, .form-control-warning-light) {
  outline-color: rgba(255, 143, 0, 0.12);
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-error, .form-control-error-light) {
  outline-color: rgba(220, 38, 38, 0.12);
}
.input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(:not([disabled])):has(:not(.disabled)):has(.form-control-info, .form-control-info-light) {
  outline-color: rgba(0, 154, 225, 0.12);
}
.input-cnt:has(.prepend):not(:has(.prepend.ux-hidden)) .form-control:not(.prepend > .form-control) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-cnt .prepend .btn:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}
.input-cnt .prepend .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-cnt .prepend .form-control:not(:hover) {
  border-right-color: transparent;
}
.input-cnt:has(.append):not(:has(.append.ux-hidden)) .form-control:not(.append > .form-control) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-cnt .append .btn:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}
.input-cnt .append .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-cnt .append .form-control:not(:hover) {
  border-left-color: transparent;
}
.input-cnt .form-control:has(+ .form-control) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-cnt .form-control:has(+ .form-control):not(:hover) {
  border-right-color: transparent;
}
.input-cnt:has(.form-control-sm) .icon-l, .input-cnt:has(.form-control-sm) .icon-r {
  height: 26px;
  top: 1px;
}

textarea.form-control {
  height: inherit;
  min-height: 30px;
  padding-top: 2px;
  white-space: preserve;
  text-overflow: inherit;
}
textarea.form-control-xs {
  height: 24px;
  min-height: 24px;
}
textarea.form-control-sm {
  height: 26px;
  min-height: 26px;
}
textarea.form-control-md {
  height: 30px;
  min-height: 30px;
}
textarea.form-control-lg {
  height: 40px;
  min-height: 40px;
}
textarea.form-control-xl {
  height: 52px;
  min-height: 52px;
}

select {
  appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px"%3E%3Cpath style="fill: rgba%2824, 24, 25, 0.54%29" d="M14.767 17.51c0.128,0.129 0.338,0.129 0.466,0l4.046 -4.015c0.129,-0.128 0.129,-0.336 0,-0.465l-0.541 -0.541c-0.128,-0.128 -0.336,-0.128 -0.465,0l-3.273 3.241 -3.274 -3.241c-0.128,-0.128 -0.336,-0.128 -0.464,0l-0.542 0.541c-0.128,0.129 -0.128,0.337 0,0.465l4.047 4.015z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center right;
}
select.form-control {
  padding-right: 30px;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select::-ms-expand {
  display: none;
}

.ui-theme-dark .form-control {
  color: rgba(255, 255, 255, 0.8);
  border-color: #3B3E49;
  background-color: #171A23;
}
.ui-theme-dark .form-control::placeholder, .ui-theme-dark .form-control .placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.ui-theme-dark .form-control:hover:not([disabled]):not(.disabled) {
  border-color: rgba(255, 255, 255, 0.54);
}
.ui-theme-dark .form-control:active:not([disabled]):not(.disabled), .ui-theme-dark .form-control:focus:not([disabled]):not(.disabled) {
  color: rgba(255, 255, 255, 0.8);
}
.ui-theme-dark .form-control.disabled, .ui-theme-dark .form-control[disabled] {
  color: rgba(255, 255, 255, 0.35) !important;
  background-color: #0C0F17 !important;
}
.ui-theme-dark .form-control[type=email]:invalid {
  border-color: #E35470;
}
.ui-theme-dark .form-control[type=number] {
  color-scheme: dark;
}
.ui-theme-dark .form-control[type=range] {
  border-color: #3B3E49;
  background-color: #171A23;
}
.ui-theme-dark .form-control[type=range]::-webkit-slider-thumb {
  background-color: #41434b;
  border-color: #777A85;
  box-shadow: rgba(32, 32, 37, 0.6) 0px 1px 4px;
}
.ui-theme-dark .form-control[type=range]::-moz-range-thumb {
  background-color: #41434b;
  border-color: #777A85;
  box-shadow: rgba(32, 32, 37, 0.6) 0px 1px 4px;
}
.ui-theme-dark .form-control[type=range]:hover:not([disabled]):not(.disabled) {
  border-color: #777A85;
}
.ui-theme-dark .form-control[type=range]:hover:not([disabled]):not(.disabled)::-webkit-slider-thumb {
  background-color: #3B3E49;
  border-color: #777A85;
}
.ui-theme-dark .form-control[type=range]:hover:not([disabled]):not(.disabled)::-moz-range-thumb {
  background-color: #3B3E49;
  border-color: #777A85;
}
.ui-theme-dark .form-control.form-control-default {
  color: rgba(255, 255, 255, 0.8);
  background-color: #171A23;
  border-color: #3B3E49;
}
.ui-theme-dark .form-control.form-control-default:hover:not([disabled]):not(.disabled) {
  border-color: rgba(255, 255, 255, 0.54);
}
.ui-theme-dark .form-control.form-control-default-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: #3B3E49;
  background-color: #171A23;
}
.ui-theme-dark .form-control.form-control-default-light:hover:not([disabled]):not(.disabled) {
  border-color: rgba(255, 255, 255, 0.54);
}
.ui-theme-dark .form-control.form-control-primary {
  color: rgba(255, 255, 255, 0.8);
  border-color: #0b5f8a;
}
.ui-theme-dark .form-control.form-control-primary:hover:not([disabled]):not(.disabled) {
  border-color: #009AE1;
}
.ui-theme-dark .form-control.form-control-primary-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 154, 225, 0.28);
  background-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .form-control.form-control-primary-light:hover:not([disabled]):not(.disabled) {
  border-color: #0b5f8a;
}
.ui-theme-dark .form-control.form-control-secondary {
  color: rgba(255, 255, 255, 0.8);
  border-color: #41434b;
}
.ui-theme-dark .form-control.form-control-secondary:hover:not([disabled]):not(.disabled) {
  border-color: #D6D6D8;
}
.ui-theme-dark .form-control.form-control-secondary-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(214, 214, 216, 0.28);
  background-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .form-control.form-control-secondary-light:hover:not([disabled]):not(.disabled) {
  border-color: #41434b;
}
.ui-theme-dark .form-control.form-control-success {
  color: rgba(255, 255, 255, 0.8);
  border-color: #156c67;
}
.ui-theme-dark .form-control.form-control-success:hover:not([disabled]):not(.disabled) {
  border-color: #14B8A6;
}
.ui-theme-dark .form-control.form-control-success-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(20, 184, 166, 0.32);
  background-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .form-control.form-control-success-light:hover:not([disabled]):not(.disabled) {
  border-color: #156c67;
}
.ui-theme-dark .form-control.form-control-warning {
  color: rgba(255, 255, 255, 0.8);
  border-color: #906011;
}
.ui-theme-dark .form-control.form-control-warning:hover:not([disabled]):not(.disabled) {
  border-color: #FFA000;
}
.ui-theme-dark .form-control.form-control-warning-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 160, 0, 0.32);
  background-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .form-control.form-control-warning-light:hover:not([disabled]):not(.disabled) {
  border-color: #906011;
}
.ui-theme-dark .form-control.form-control-error {
  color: rgba(255, 255, 255, 0.8);
  border-color: #81384b;
}
.ui-theme-dark .form-control.form-control-error:hover:not([disabled]):not(.disabled) {
  border-color: #E35470;
}
.ui-theme-dark .form-control.form-control-error-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(227, 84, 112, 0.32);
  background-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .form-control.form-control-error-light:hover:not([disabled]):not(.disabled) {
  border-color: #81384b;
}
.ui-theme-dark .form-control.form-control-info {
  color: rgba(255, 255, 255, 0.8);
  border-color: #4e6c8f;
}
.ui-theme-dark .form-control.form-control-info:hover:not([disabled]):not(.disabled) {
  border-color: #80b8f2;
}
.ui-theme-dark .form-control.form-control-info-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(128, 184, 242, 0.32);
  background-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .form-control.form-control-info-light:hover:not([disabled]):not(.disabled) {
  border-color: #4e6c8f;
}
.ui-theme-dark .form-control.form-control-disabled {
  background-color: #0C0F17;
}
.ui-theme-dark .form-control:is([data-v-error]) {
  color: rgba(255, 255, 255, 0.8);
  border-color: #81384b;
  background-color: rgba(227, 84, 112, 0.08);
}
.ui-theme-dark .form-control:is([data-v-error]):hover:not([disabled]):not(.disabled) {
  border-color: #E35470;
}
.ui-theme-dark .input-group .input-cnt {
  outline-color: transparent;
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)) {
  outline-color: rgba(255, 255, 255, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-primary, .form-control-primary-light) {
  outline-color: rgba(0, 154, 225, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-secondary, .form-control-secondary-light) {
  outline-color: rgba(214, 214, 216, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-success, .form-control-success-light) {
  outline-color: rgba(20, 184, 166, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-warning, .form-control-warning-light) {
  outline-color: rgba(255, 160, 0, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-error, .form-control-error-light) {
  outline-color: rgba(227, 84, 112, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(*:focus, *:active, *:hover, *.ui-focused):has(.form-control:not([data-v-error])):has(:not([disabled])):has(:not(.disabled)):has(.form-control-info, .form-control-info-light) {
  outline-color: rgba(128, 184, 242, 0.12);
}
.ui-theme-dark .input-group .input-cnt:has(.form-control[data-v-error]) {
  outline-color: rgba(227, 84, 112, 0.12);
}
.ui-theme-dark .input-group .input-cnt > .icon-l, .ui-theme-dark .input-group .input-cnt > .icon-r {
  color: rgba(255, 255, 255, 0.35);
}
.ui-theme-dark .input-group .input-cnt .prepend .btn:last-of-type {
  border-right-color: transparent;
}
.ui-theme-dark .input-group .input-cnt .prepend .form-control:not(:hover) {
  border-right-color: transparent;
}
.ui-theme-dark .input-group .input-cnt .append .btn:first-of-type {
  border-left-color: transparent;
}
.ui-theme-dark .input-group .input-cnt .append .form-control:not(:hover) {
  border-left-color: transparent;
}
.ui-theme-dark .input-group.label-inline.underline > label:after {
  border-bottom-color: #3B3E49;
}
.ui-theme-dark .input-group .control-tooltip {
  color: rgba(255, 255, 255, 0.8);
}
.ui-theme-dark .input-group .control-tooltip > span {
  color: rgba(255, 255, 255, 0.8);
}
.ui-theme-dark select {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px"%3E%3Cpath style="fill: rgba%28255, 255, 255, 0.35%29" d="M14.767 17.51c0.128,0.129 0.338,0.129 0.466,0l4.046 -4.015c0.129,-0.128 0.129,-0.336 0,-0.465l-0.541 -0.541c-0.128,-0.128 -0.336,-0.128 -0.465,0l-3.273 3.241 -3.274 -3.241c-0.128,-0.128 -0.336,-0.128 -0.464,0l-0.542 0.541c-0.128,0.129 -0.128,0.337 0,0.465l4.047 4.015z"/%3E%3C/svg%3E');
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 1px solid transparent;
  border-radius: 7px;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.btn .icon, .btn .icon-r {
  font-size: inherit;
  color: inherit;
}
.btn .icon {
  margin-right: 10px;
}
.btn .icon-r {
  margin-right: 0;
  margin-left: 10px;
}
.btn .btn-badge, .btn .btn-badge-r {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  min-width: 22px;
  border-radius: 4px;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  white-space: nowrap;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn .btn-badge {
  margin-left: -8px;
  margin-right: 8px;
}
.btn .btn-badge-r {
  margin-right: -8px;
  margin-left: 8px;
}
.btn .btn-state-marker {
  position: absolute;
  height: 5px;
  width: 5px;
  bottom: -1px;
  right: -1px;
  border-radius: 50%;
  border: 2px solid #f3f3f5;
  background-color: #bbbbc2;
  box-sizing: content-box;
}
.btn:hover {
  color: color-mix(in srgb, currentColor, rgba(255, 255, 255, 0.1));
}
.btn[checked], .btn.checked {
  background-color: inherit;
}
.btn[disabled], .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-squared {
  border-radius: 0;
}
.btn.btn-pill {
  border-radius: 50px;
}
.btn.btn-circle {
  border-radius: 50%;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-icon {
  position: relative;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  text-align: center;
  overflow: initial;
}
.btn.btn-icon > .icon {
  margin: 0 auto !important;
}
.btn.btn-shape {
  cursor: inherit;
  user-select: inherit;
}
.btn.btn-shape:hover {
  color: inherit !important;
}
.btn.btn-current-color:hover {
  color: inherit;
  opacity: calc(100% - 25%);
}
.btn.btn-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.2) 0px 9px 24px;
  transition: box-shadow 0.15s ease-in-out;
}
.btn.btn-link {
  color: #4095eb;
  text-decoration: none;
  text-decoration-skip-ink: none;
  padding: 0 !important;
}
.btn.btn-link:hover {
  text-decoration: underline;
}
.btn.btn-link > .icon {
  margin-right: 2px;
  font-size: 90%;
}
.btn.btn-fit {
  min-width: unset !important;
  width: unset !important;
  padding: 0 !important;
}
.btn.btn-fit .icon:not(:only-child) {
  margin: 0 !important;
}
.btn-group-xxs .btn, .btn.btn-xxs {
  min-width: 22px;
  min-height: 22px;
  padding: 0 6px;
  font-size: 11px;
}
.btn-group-xxs .btn .btn-badge, .btn-group-xxs .btn .btn-badge-r, .btn.btn-xxs .btn-badge, .btn.btn-xxs .btn-badge-r {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.btn-group-xxs .btn .btn-badge, .btn.btn-xxs .btn-badge {
  margin-left: -2px;
  margin-right: 2px;
}
.btn-group-xxs .btn .btn-badge-r, .btn.btn-xxs .btn-badge-r {
  margin-right: -2px;
  margin-left: 2px;
}
.btn-group-xxs .btn .icon, .btn.btn-xxs .icon {
  margin-right: 6px;
}
.btn-group-xxs .btn .icon-r, .btn.btn-xxs .icon-r {
  margin-left: 6px;
}
.btn-group-xxs .btn .icon-m, .btn.btn-xxs .icon-m {
  margin-right: 6px;
  margin-left: 6px;
}
.btn-group-xxs .btn .btn-line-cnt, .btn.btn-xxs .btn-line-cnt {
  height: 5.1333333333px;
}
.btn-group-xxs .btn .btn-state-marker, .btn.btn-xxs .btn-state-marker {
  height: 5px;
  width: 5px;
}
.btn-group-xxs .btn.btn-default-light .btn-line-cnt, .btn-group-xxs .btn.btn-primary-light .btn-line-cnt, .btn-group-xxs .btn.btn-secondary-light .btn-line-cnt, .btn-group-xxs .btn.btn-success-light .btn-line-cnt, .btn-group-xxs .btn.btn-error-light .btn-line-cnt, .btn-group-xxs .btn.btn-warning-light .btn-line-cnt, .btn-group-xxs .btn.btn-info-light .btn-line-cnt, .btn.btn-xxs.btn-default-light .btn-line-cnt, .btn.btn-xxs.btn-primary-light .btn-line-cnt, .btn.btn-xxs.btn-secondary-light .btn-line-cnt, .btn.btn-xxs.btn-success-light .btn-line-cnt, .btn.btn-xxs.btn-error-light .btn-line-cnt, .btn.btn-xxs.btn-warning-light .btn-line-cnt, .btn.btn-xxs.btn-info-light .btn-line-cnt {
  height: 4.1333333333px;
}
.btn-group-xxs .btn.btn-icon, .btn.btn-xxs.btn-icon {
  width: 22px;
}
.btn-group-xxs .btn.btn-icon .btn-line-cnt, .btn.btn-xxs.btn-icon .btn-line-cnt {
  left: 0px !important;
  bottom: 0px !important;
  width: 20px !important;
  height: 20px !important;
}

.btn-group-xs .btn, .btn.btn-xs {
  min-width: 24px;
  min-height: 24px;
  padding: 0 6px;
  font-size: 11px;
}
.btn-group-xs .btn .btn-badge, .btn-group-xs .btn .btn-badge-r, .btn.btn-xs .btn-badge, .btn.btn-xs .btn-badge-r {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.btn-group-xs .btn .btn-badge, .btn.btn-xs .btn-badge {
  margin-left: -5px;
  margin-right: 4px;
}
.btn-group-xs .btn .btn-badge-r, .btn.btn-xs .btn-badge-r {
  margin-right: -5px;
  margin-left: 4px;
}
.btn-group-xs .btn .icon, .btn.btn-xs .icon {
  margin-right: 6px;
}
.btn-group-xs .btn .icon-r, .btn.btn-xs .icon-r {
  margin-left: 6px;
}
.btn-group-xs .btn .icon-m, .btn.btn-xs .icon-m {
  margin-right: 6px;
  margin-left: 6px;
}
.btn-group-xs .btn .btn-line-cnt, .btn.btn-xs .btn-line-cnt {
  height: 5.6px;
}
.btn-group-xs .btn .btn-state-marker, .btn.btn-xs .btn-state-marker {
  height: 5px;
  width: 5px;
}
.btn-group-xs .btn.btn-default-light .btn-line-cnt, .btn-group-xs .btn.btn-primary-light .btn-line-cnt, .btn-group-xs .btn.btn-secondary-light .btn-line-cnt, .btn-group-xs .btn.btn-success-light .btn-line-cnt, .btn-group-xs .btn.btn-error-light .btn-line-cnt, .btn-group-xs .btn.btn-warning-light .btn-line-cnt, .btn-group-xs .btn.btn-info-light .btn-line-cnt, .btn.btn-xs.btn-default-light .btn-line-cnt, .btn.btn-xs.btn-primary-light .btn-line-cnt, .btn.btn-xs.btn-secondary-light .btn-line-cnt, .btn.btn-xs.btn-success-light .btn-line-cnt, .btn.btn-xs.btn-error-light .btn-line-cnt, .btn.btn-xs.btn-warning-light .btn-line-cnt, .btn.btn-xs.btn-info-light .btn-line-cnt {
  height: 4.6px;
}
.btn-group-xs .btn.btn-icon, .btn.btn-xs.btn-icon {
  width: 24px;
}
.btn-group-xs .btn.btn-icon .btn-line-cnt, .btn.btn-xs.btn-icon .btn-line-cnt {
  left: 1px !important;
  bottom: 1px !important;
  width: 20px !important;
  height: 20px !important;
}

.btn-group-sm .btn, .btn.btn-sm {
  min-width: 26px;
  min-height: 26px;
  padding: 0 8px;
  font-size: 12px;
}
.btn-group-sm .btn .btn-badge, .btn-group-sm .btn .btn-badge-r, .btn.btn-sm .btn-badge, .btn.btn-sm .btn-badge-r {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.btn-group-sm .btn .btn-badge, .btn.btn-sm .btn-badge {
  margin-left: -6px;
  margin-right: 6px;
}
.btn-group-sm .btn .btn-badge-r, .btn.btn-sm .btn-badge-r {
  margin-right: -6px;
  margin-left: 6px;
}
.btn-group-sm .btn .icon, .btn.btn-sm .icon {
  margin-right: 8px;
}
.btn-group-sm .btn .icon-r, .btn.btn-sm .icon-r {
  margin-left: 8px;
}
.btn-group-sm .btn .icon-m, .btn.btn-sm .icon-m {
  margin-right: 8px;
  margin-left: 8px;
}
.btn-group-sm .btn .btn-state-marker, .btn.btn-sm .btn-state-marker {
  height: 5px;
  width: 5px;
}
.btn-group-sm .btn .btn-line-cnt, .btn.btn-sm .btn-line-cnt {
  height: 6.0666666667px;
}
.btn-group-sm .btn.btn-default-light .btn-line-cnt, .btn-group-sm .btn.btn-primary-light .btn-line-cnt, .btn-group-sm .btn.btn-secondary-light .btn-line-cnt, .btn-group-sm .btn.btn-success-light .btn-line-cnt, .btn-group-sm .btn.btn-error-light .btn-line-cnt, .btn-group-sm .btn.btn-warning-light .btn-line-cnt, .btn-group-sm .btn.btn-info-light .btn-line-cnt, .btn.btn-sm.btn-default-light .btn-line-cnt, .btn.btn-sm.btn-primary-light .btn-line-cnt, .btn.btn-sm.btn-secondary-light .btn-line-cnt, .btn.btn-sm.btn-success-light .btn-line-cnt, .btn.btn-sm.btn-error-light .btn-line-cnt, .btn.btn-sm.btn-warning-light .btn-line-cnt, .btn.btn-sm.btn-info-light .btn-line-cnt {
  height: 5.0666666667px;
}
.btn-group-sm .btn.btn-icon, .btn.btn-sm.btn-icon {
  width: 26px;
}
.btn-group-sm .btn.btn-icon .btn-line-cnt, .btn.btn-sm.btn-icon .btn-line-cnt {
  left: 2px !important;
  bottom: 2px !important;
  width: 20px !important;
  height: 20px !important;
}

.btn-group-md .btn, .btn.btn-md {
  min-width: 30px;
  min-height: 30px;
  padding: 0 10px;
  font-size: 13px;
}
.btn-group-md .btn .btn-badge, .btn-group-md .btn .btn-badge-r, .btn.btn-md .btn-badge, .btn.btn-md .btn-badge-r {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.btn-group-md .btn .btn-badge, .btn.btn-md .btn-badge {
  margin-left: -8px;
  margin-right: 8px;
}
.btn-group-md .btn .btn-badge-r, .btn.btn-md .btn-badge-r {
  margin-right: -8px;
  margin-left: 8px;
}
.btn-group-md .btn .icon, .btn.btn-md .icon {
  margin-right: 10px;
}
.btn-group-md .btn .icon-r, .btn.btn-md .icon-r {
  margin-left: 10px;
}
.btn-group-md .btn .icon-m, .btn.btn-md .icon-m {
  margin-right: 10px;
  margin-left: 10px;
}
.btn-group-md .btn .btn-state-marker, .btn.btn-md .btn-state-marker {
  height: 5px;
  width: 5px;
}
.btn-group-md .btn .btn-line-cnt, .btn.btn-md .btn-line-cnt {
  height: 7px;
}
.btn-group-md .btn.btn-default-light .btn-line-cnt, .btn-group-md .btn.btn-primary-light .btn-line-cnt, .btn-group-md .btn.btn-secondary-light .btn-line-cnt, .btn-group-md .btn.btn-success-light .btn-line-cnt, .btn-group-md .btn.btn-error-light .btn-line-cnt, .btn-group-md .btn.btn-warning-light .btn-line-cnt, .btn-group-md .btn.btn-info-light .btn-line-cnt, .btn.btn-md.btn-default-light .btn-line-cnt, .btn.btn-md.btn-primary-light .btn-line-cnt, .btn.btn-md.btn-secondary-light .btn-line-cnt, .btn.btn-md.btn-success-light .btn-line-cnt, .btn.btn-md.btn-error-light .btn-line-cnt, .btn.btn-md.btn-warning-light .btn-line-cnt, .btn.btn-md.btn-info-light .btn-line-cnt {
  height: 6px;
}
.btn-group-md .btn.btn-icon, .btn.btn-md.btn-icon {
  width: 30px;
}
.btn-group-md .btn.btn-icon .btn-line-cnt, .btn.btn-md.btn-icon .btn-line-cnt {
  left: 3px !important;
  bottom: 3px !important;
  width: 22px !important;
  height: 22px !important;
}

.btn-group-lg .btn, .btn.btn-lg {
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}
.btn-group-lg .btn .btn-badge, .btn-group-lg .btn .btn-badge-r, .btn.btn-lg .btn-badge, .btn.btn-lg .btn-badge-r {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.btn-group-lg .btn .btn-badge, .btn.btn-lg .btn-badge {
  margin-left: -12px;
  margin-right: 10px;
}
.btn-group-lg .btn .btn-badge-r, .btn.btn-lg .btn-badge-r {
  margin-right: -12px;
  margin-left: 10px;
}
.btn-group-lg .btn .icon, .btn.btn-lg .icon {
  margin-right: 14px;
}
.btn-group-lg .btn .icon-r, .btn.btn-lg .icon-r {
  margin-left: 14px;
}
.btn-group-lg .btn .icon-m, .btn.btn-lg .icon-m {
  margin-right: 14px;
  margin-left: 14px;
}
.btn-group-lg .btn .btn-state-marker, .btn.btn-lg .btn-state-marker {
  height: 6px;
  width: 6px;
}
.btn-group-lg .btn .btn-line-cnt, .btn.btn-lg .btn-line-cnt {
  height: 9.3333333333px;
}
.btn-group-lg .btn.btn-default-light .btn-line-cnt, .btn-group-lg .btn.btn-primary-light .btn-line-cnt, .btn-group-lg .btn.btn-secondary-light .btn-line-cnt, .btn-group-lg .btn.btn-success-light .btn-line-cnt, .btn-group-lg .btn.btn-error-light .btn-line-cnt, .btn-group-lg .btn.btn-warning-light .btn-line-cnt, .btn-group-lg .btn.btn-info-light .btn-line-cnt, .btn.btn-lg.btn-default-light .btn-line-cnt, .btn.btn-lg.btn-primary-light .btn-line-cnt, .btn.btn-lg.btn-secondary-light .btn-line-cnt, .btn.btn-lg.btn-success-light .btn-line-cnt, .btn.btn-lg.btn-error-light .btn-line-cnt, .btn.btn-lg.btn-warning-light .btn-line-cnt, .btn.btn-lg.btn-info-light .btn-line-cnt {
  height: 8.3333333333px;
}
.btn-group-lg .btn.btn-icon, .btn.btn-lg.btn-icon {
  width: 40px;
}
.btn-group-lg .btn.btn-icon .btn-line-cnt, .btn.btn-lg.btn-icon .btn-line-cnt {
  left: 4px !important;
  bottom: 4px !important;
  width: 30px !important;
  height: 30px !important;
}

.btn-group-xl .btn, .btn.btn-xl {
  min-width: 52px;
  min-height: 52px;
  padding: 0 20px;
  font-size: 15px;
}
.btn-group-xl .btn .btn-badge, .btn-group-xl .btn .btn-badge-r, .btn.btn-xl .btn-badge, .btn.btn-xl .btn-badge-r {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.btn-group-xl .btn .btn-badge, .btn.btn-xl .btn-badge {
  margin-left: -17px;
  margin-right: 12px;
}
.btn-group-xl .btn .btn-badge-r, .btn.btn-xl .btn-badge-r {
  margin-right: -17px;
  margin-left: 12px;
}
.btn-group-xl .btn .icon, .btn.btn-xl .icon {
  margin-right: 20px;
}
.btn-group-xl .btn .icon-r, .btn.btn-xl .icon-r {
  margin-left: 20px;
}
.btn-group-xl .btn .icon-m, .btn.btn-xl .icon-m {
  margin-right: 20px;
  margin-left: 20px;
}
.btn-group-xl .btn .btn-state-marker, .btn.btn-xl .btn-state-marker {
  height: 8px;
  width: 8px;
}
.btn-group-xl .btn .btn-line-cnt, .btn.btn-xl .btn-line-cnt {
  height: 12.1333333333px;
}
.btn-group-xl .btn.btn-default-light .btn-line-cnt, .btn-group-xl .btn.btn-primary-light .btn-line-cnt, .btn-group-xl .btn.btn-secondary-light .btn-line-cnt, .btn-group-xl .btn.btn-success-light .btn-line-cnt, .btn-group-xl .btn.btn-error-light .btn-line-cnt, .btn-group-xl .btn.btn-warning-light .btn-line-cnt, .btn-group-xl .btn.btn-info-light .btn-line-cnt, .btn.btn-xl.btn-default-light .btn-line-cnt, .btn.btn-xl.btn-primary-light .btn-line-cnt, .btn.btn-xl.btn-secondary-light .btn-line-cnt, .btn.btn-xl.btn-success-light .btn-line-cnt, .btn.btn-xl.btn-error-light .btn-line-cnt, .btn.btn-xl.btn-warning-light .btn-line-cnt, .btn.btn-xl.btn-info-light .btn-line-cnt {
  height: 11.1333333333px;
}
.btn-group-xl .btn.btn-icon, .btn.btn-xl.btn-icon {
  width: 52px;
}
.btn-group-xl .btn.btn-icon .btn-line-cnt, .btn.btn-xl.btn-icon .btn-line-cnt {
  left: 5px !important;
  bottom: 5px !important;
  width: 40px !important;
  height: 40px !important;
}

.btn.btn-default {
  color: #181819;
  background-color: #d2d2d7;
}
.btn.btn-default .btn-badge, .btn.btn-default .btn-badge-r {
  color: #181819;
  background-color: #f3f3f5;
}
.btn.btn-default:hover, .btn.btn-default[checked], .btn.btn-default.checked, .btn.btn-default:active, .btn.btn-default.active {
  color: #181819;
  background-color: #c1c1c6;
}
.btn.btn-default-light {
  color: #181819;
  border-color: #c1c1c6;
  background-color: #d2d2d7;
}
.btn.btn-default-light .btn-badge, .btn.btn-default-light .btn-badge-r {
  color: #181819;
  background-color: #f3f3f5;
}
.btn.btn-default-light:hover, .btn.btn-default-light[checked], .btn.btn-default-light.checked, .btn.btn-default-light:active, .btn.btn-default-light.active {
  color: #181819;
  background-color: #c1c1c6;
}
.btn.btn-primary {
  color: white;
  background-color: #4095eb;
}
.btn.btn-primary .btn-badge, .btn.btn-primary .btn-badge-r {
  color: #4095eb;
  background-color: #ddecfb;
}
.btn.btn-primary:hover, .btn.btn-primary[checked], .btn.btn-primary.checked, .btn.btn-primary:active, .btn.btn-primary.active {
  color: white;
  background-color: #3b89d8;
}
.btn.btn-primary-light {
  color: #2d68a5;
  border-color: rgba(64, 149, 235, 0.18);
  background-color: rgba(64, 149, 235, 0.18);
}
.btn.btn-primary-light .btn-badge, .btn.btn-primary-light .btn-badge-r {
  color: #2d68a5;
  background-color: rgba(64, 149, 235, 0.18);
}
.btn.btn-primary-light:hover, .btn.btn-primary-light[checked], .btn.btn-primary-light.checked, .btn.btn-primary-light:active, .btn.btn-primary-light.active {
  color: white;
  background-color: #3b89d8;
}
.btn.btn-secondary {
  color: white;
  background-color: #38383A;
}
.btn.btn-secondary .btn-badge, .btn.btn-secondary .btn-badge-r {
  color: #38383A;
  background-color: #dbdbdc;
}
.btn.btn-secondary:hover, .btn.btn-secondary[checked], .btn.btn-secondary.checked, .btn.btn-secondary:active, .btn.btn-secondary.active {
  color: white;
  background-color: #343435;
}
.btn.btn-secondary-light {
  color: #272729;
  border-color: rgba(56, 56, 58, 0.18);
  background-color: rgba(56, 56, 58, 0.18);
}
.btn.btn-secondary-light .btn-badge, .btn.btn-secondary-light .btn-badge-r {
  color: #272729;
  background-color: rgba(56, 56, 58, 0.18);
}
.btn.btn-secondary-light:hover, .btn.btn-secondary-light[checked], .btn.btn-secondary-light.checked, .btn.btn-secondary-light:active, .btn.btn-secondary-light.active {
  color: white;
  background-color: #343435;
}
.btn.btn-secondary-light:hover .btn-badge, .btn.btn-secondary-light:hover .btn-badge-r, .btn.btn-secondary-light[checked] .btn-badge, .btn.btn-secondary-light[checked] .btn-badge-r, .btn.btn-secondary-light.checked .btn-badge, .btn.btn-secondary-light.checked .btn-badge-r, .btn.btn-secondary-light:active .btn-badge, .btn.btn-secondary-light:active .btn-badge-r, .btn.btn-secondary-light.active .btn-badge, .btn.btn-secondary-light.active .btn-badge-r {
  background-color: #dbdbdc;
}
.btn.btn-success {
  color: white;
  background-color: #047857;
}
.btn.btn-success .btn-badge, .btn.btn-success .btn-badge-r {
  color: #047857;
  background-color: #d2e7e1;
}
.btn.btn-success:hover, .btn.btn-success[checked], .btn.btn-success.checked, .btn.btn-success:active, .btn.btn-success.active {
  color: white;
  background-color: #046e50;
}
.btn.btn-success-light {
  color: #03543d;
  border-color: rgba(4, 120, 87, 0.18);
  background-color: rgba(4, 120, 87, 0.18);
}
.btn.btn-success-light .btn-badge, .btn.btn-success-light .btn-badge-r {
  color: #03543d;
  background-color: rgba(4, 120, 87, 0.18);
}
.btn.btn-success-light:hover, .btn.btn-success-light[checked], .btn.btn-success-light.checked, .btn.btn-success-light:active, .btn.btn-success-light.active {
  color: white;
  background-color: #046e50;
}
.btn.btn-success-light:hover .btn-badge, .btn.btn-success-light:hover .btn-badge-r, .btn.btn-success-light[checked] .btn-badge, .btn.btn-success-light[checked] .btn-badge-r, .btn.btn-success-light.checked .btn-badge, .btn.btn-success-light.checked .btn-badge-r, .btn.btn-success-light:active .btn-badge, .btn.btn-success-light:active .btn-badge-r, .btn.btn-success-light.active .btn-badge, .btn.btn-success-light.active .btn-badge-r {
  background-color: #d2e7e1;
}
.btn.btn-warning {
  color: white;
  background-color: #FF8F00;
}
.btn.btn-warning .btn-badge, .btn.btn-warning .btn-badge-r {
  color: #FF8F00;
  background-color: #ffebd1;
}
.btn.btn-warning:hover, .btn.btn-warning[checked], .btn.btn-warning.checked, .btn.btn-warning:active, .btn.btn-warning.active {
  color: white;
  background-color: #eb8400;
}
.btn.btn-warning-light {
  color: #b36400;
  border-color: rgba(255, 143, 0, 0.18);
  background-color: rgba(255, 143, 0, 0.18);
}
.btn.btn-warning-light .btn-badge, .btn.btn-warning-light .btn-badge-r {
  color: #b36400;
  background-color: rgba(255, 143, 0, 0.18);
}
.btn.btn-warning-light:hover, .btn.btn-warning-light[checked], .btn.btn-warning-light.checked, .btn.btn-warning-light:active, .btn.btn-warning-light.active {
  color: white;
  background-color: #eb8400;
}
.btn.btn-warning-light:hover .btn-badge, .btn.btn-warning-light:hover .btn-badge-r, .btn.btn-warning-light[checked] .btn-badge, .btn.btn-warning-light[checked] .btn-badge-r, .btn.btn-warning-light.checked .btn-badge, .btn.btn-warning-light.checked .btn-badge-r, .btn.btn-warning-light:active .btn-badge, .btn.btn-warning-light:active .btn-badge-r, .btn.btn-warning-light.active .btn-badge, .btn.btn-warning-light.active .btn-badge-r {
  background-color: #ffebd1;
}
.btn.btn-error {
  color: white;
  background-color: #dc2626;
}
.btn.btn-error .btn-badge, .btn.btn-error .btn-badge-r {
  color: #dc2626;
  background-color: #f9d8d8;
}
.btn.btn-error:hover, .btn.btn-error[checked], .btn.btn-error.checked, .btn.btn-error:active, .btn.btn-error.active {
  color: white;
  background-color: #ca2323;
}
.btn.btn-error-light {
  color: #9a1b1b;
  border-color: rgba(220, 38, 38, 0.18);
  background-color: rgba(220, 38, 38, 0.18);
}
.btn.btn-error-light .btn-badge, .btn.btn-error-light .btn-badge-r {
  color: #9a1b1b;
  background-color: rgba(220, 38, 38, 0.18);
}
.btn.btn-error-light:hover, .btn.btn-error-light[checked], .btn.btn-error-light.checked, .btn.btn-error-light:active, .btn.btn-error-light.active {
  color: white;
  background-color: #ca2323;
}
.btn.btn-error-light:hover .btn-badge, .btn.btn-error-light:hover .btn-badge-r, .btn.btn-error-light[checked] .btn-badge, .btn.btn-error-light[checked] .btn-badge-r, .btn.btn-error-light.checked .btn-badge, .btn.btn-error-light.checked .btn-badge-r, .btn.btn-error-light:active .btn-badge, .btn.btn-error-light:active .btn-badge-r, .btn.btn-error-light.active .btn-badge, .btn.btn-error-light.active .btn-badge-r {
  background-color: #f9d8d8;
}
.btn.btn-info {
  color: white;
  background-color: #009AE1;
}
.btn.btn-info .btn-badge, .btn.btn-info .btn-badge-r {
  color: #009AE1;
  background-color: #d1edfa;
}
.btn.btn-info:hover, .btn.btn-info[checked], .btn.btn-info.checked, .btn.btn-info:active, .btn.btn-info.active {
  color: white;
  background-color: #008ecf;
}
.btn.btn-info-light {
  color: #006c9e;
  border-color: rgba(0, 154, 225, 0.18);
  background-color: rgba(0, 154, 225, 0.18);
}
.btn.btn-info-light .btn-badge, .btn.btn-info-light .btn-badge-r {
  color: #006c9e;
  background-color: rgba(0, 154, 225, 0.18);
}
.btn.btn-info-light:hover, .btn.btn-info-light[checked], .btn.btn-info-light.checked, .btn.btn-info-light:active, .btn.btn-info-light.active {
  color: white;
  background-color: #008ecf;
}
.btn.btn-info-light:hover .btn-badge, .btn.btn-info-light:hover .btn-badge-r, .btn.btn-info-light[checked] .btn-badge, .btn.btn-info-light[checked] .btn-badge-r, .btn.btn-info-light.checked .btn-badge, .btn.btn-info-light.checked .btn-badge-r, .btn.btn-info-light:active .btn-badge, .btn.btn-info-light:active .btn-badge-r, .btn.btn-info-light.active .btn-badge, .btn.btn-info-light.active .btn-badge-r {
  background-color: #d1edfa;
}
.btn.btn-hover-default:hover, .btn.btn-hover-default[checked], .btn.btn-hover-default.checked, .btn.btn-hover-default:active, .btn.btn-hover-default.active {
  color: #181819;
  background-color: #c1c1c6;
}
.btn.btn-hover-default-light:hover, .btn.btn-hover-default-light[checked], .btn.btn-hover-default-light.checked, .btn.btn-hover-default-light:active, .btn.btn-hover-default-light.active {
  color: #181819;
  border-color: #c1c1c6;
  background-color: #d2d2d7;
}
.btn.btn-hover-primary:hover, .btn.btn-hover-primary[checked], .btn.btn-hover-primary.checked, .btn.btn-hover-primary:active, .btn.btn-hover-primary.active {
  color: white;
  background-color: #4095eb;
}
.btn.btn-hover-primary-light:hover, .btn.btn-hover-primary-light[checked], .btn.btn-hover-primary-light.checked, .btn.btn-hover-primary-light:active, .btn.btn-hover-primary-light.active {
  color: #4095eb;
  border-color: rgba(64, 149, 235, 0.18);
  background-color: rgba(64, 149, 235, 0.18);
}
.btn.btn-hover-secondary:hover, .btn.btn-hover-secondary[checked], .btn.btn-hover-secondary.checked, .btn.btn-hover-secondary:active, .btn.btn-hover-secondary.active {
  color: white;
  background-color: #38383A;
}
.btn.btn-hover-secondary-light:hover, .btn.btn-hover-secondary-light[checked], .btn.btn-hover-secondary-light.checked, .btn.btn-hover-secondary-light:active, .btn.btn-hover-secondary-light.active {
  color: #38383A;
  border-color: rgba(56, 56, 58, 0.18);
  background-color: rgba(56, 56, 58, 0.18);
}
.btn.btn-hover-success:hover, .btn.btn-hover-success[checked], .btn.btn-hover-success.checked, .btn.btn-hover-success:active, .btn.btn-hover-success.active {
  color: white;
  background-color: #047857;
}
.btn.btn-hover-success-light:hover, .btn.btn-hover-success-light[checked], .btn.btn-hover-success-light.checked, .btn.btn-hover-success-light:active, .btn.btn-hover-success-light.active {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.18);
  background-color: rgba(4, 120, 87, 0.18);
}
.btn.btn-hover-warning:hover, .btn.btn-hover-warning[checked], .btn.btn-hover-warning.checked, .btn.btn-hover-warning:active, .btn.btn-hover-warning.active {
  color: white;
  background-color: #FF8F00;
}
.btn.btn-hover-warning-light:hover, .btn.btn-hover-warning-light[checked], .btn.btn-hover-warning-light.checked, .btn.btn-hover-warning-light:active, .btn.btn-hover-warning-light.active {
  color: #FF8F00;
  border-color: rgba(255, 143, 0, 0.18);
  background-color: rgba(255, 143, 0, 0.18);
}
.btn.btn-hover-error:hover, .btn.btn-hover-error[checked], .btn.btn-hover-error.checked, .btn.btn-hover-error:active, .btn.btn-hover-error.active {
  color: white;
  background-color: #dc2626;
}
.btn.btn-hover-error-light:hover, .btn.btn-hover-error-light[checked], .btn.btn-hover-error-light.checked, .btn.btn-hover-error-light:active, .btn.btn-hover-error-light.active {
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.18);
  background-color: rgba(220, 38, 38, 0.18);
}
.btn.btn-hover-info:hover, .btn.btn-hover-info[checked], .btn.btn-hover-info.checked, .btn.btn-hover-info:active, .btn.btn-hover-info.active {
  color: white;
  background-color: #009AE1;
}
.btn.btn-hover-info-light:hover, .btn.btn-hover-info-light[checked], .btn.btn-hover-info-light.checked, .btn.btn-hover-info-light:active, .btn.btn-hover-info-light.active {
  color: #009AE1;
  border-color: rgba(0, 154, 225, 0.18);
  background-color: rgba(0, 154, 225, 0.18);
}
.btn.btn-hover-text-default:hover, .btn.btn-hover-text-default[checked], .btn.btn-hover-text-default.checked, .btn.btn-hover-text-default:active, .btn.btn-hover-text-default.active {
  color: #5d5d5e !important;
}
.btn.btn-hover-text-primary:hover, .btn.btn-hover-text-primary[checked], .btn.btn-hover-text-primary.checked, .btn.btn-hover-text-primary:active, .btn.btn-hover-text-primary.active {
  color: #4095eb !important;
}
.btn.btn-hover-text-secondary:hover, .btn.btn-hover-text-secondary[checked], .btn.btn-hover-text-secondary.checked, .btn.btn-hover-text-secondary:active, .btn.btn-hover-text-secondary.active {
  color: #38383A !important;
}
.btn.btn-hover-text-success:hover, .btn.btn-hover-text-success[checked], .btn.btn-hover-text-success.checked, .btn.btn-hover-text-success:active, .btn.btn-hover-text-success.active {
  color: #047857 !important;
}
.btn.btn-hover-text-warning:hover, .btn.btn-hover-text-warning[checked], .btn.btn-hover-text-warning.checked, .btn.btn-hover-text-warning:active, .btn.btn-hover-text-warning.active {
  color: #FF8F00 !important;
}
.btn.btn-hover-text-error:hover, .btn.btn-hover-text-error[checked], .btn.btn-hover-text-error.checked, .btn.btn-hover-text-error:active, .btn.btn-hover-text-error.active {
  color: #dc2626 !important;
}
.btn.btn-hover-text-info:hover, .btn.btn-hover-text-info[checked], .btn.btn-hover-text-info.checked, .btn.btn-hover-text-info:active, .btn.btn-hover-text-info.active {
  color: #009AE1 !important;
}
.btn.btn-border-default {
  border-color: #bbbbc2;
}
.btn.btn-border-default:hover, .btn.btn-border-default[checked], .btn.btn-border-default.checked, .btn.btn-border-default:active, .btn.btn-border-default.active {
  color: #181819;
  border-color: #a8a8af;
}
.btn.btn-border-default-light {
  border-color: #bbbbc2;
}
.btn.btn-border-default-light:hover, .btn.btn-border-default-light[checked], .btn.btn-border-default-light.checked, .btn.btn-border-default-light:active, .btn.btn-border-default-light.active {
  color: #181819;
  border-color: #c1c1c6;
}
.btn.btn-border-primary {
  border-color: #bbbbc2;
}
.btn.btn-border-primary:hover, .btn.btn-border-primary[checked], .btn.btn-border-primary.checked, .btn.btn-border-primary:active, .btn.btn-border-primary.active {
  color: #4095eb;
  border-color: #4095eb;
}
.btn.btn-border-primary-light {
  border-color: #bbbbc2;
}
.btn.btn-border-primary-light:hover, .btn.btn-border-primary-light[checked], .btn.btn-border-primary-light.checked, .btn.btn-border-primary-light:active, .btn.btn-border-primary-light.active {
  color: #4095eb;
  border-color: rgba(64, 149, 235, 0.18);
}
.btn.btn-border-secondary {
  border-color: #bbbbc2;
}
.btn.btn-border-secondary:hover, .btn.btn-border-secondary[checked], .btn.btn-border-secondary.checked, .btn.btn-border-secondary:active, .btn.btn-border-secondary.active {
  color: #38383A;
  border-color: #38383A;
}
.btn.btn-border-secondary-light {
  border-color: #bbbbc2;
}
.btn.btn-border-secondary-light:hover, .btn.btn-border-secondary-light[checked], .btn.btn-border-secondary-light.checked, .btn.btn-border-secondary-light:active, .btn.btn-border-secondary-light.active {
  color: #38383A;
  border-color: rgba(56, 56, 58, 0.18);
}
.btn.btn-border-success {
  border-color: #bbbbc2;
}
.btn.btn-border-success:hover, .btn.btn-border-success[checked], .btn.btn-border-success.checked, .btn.btn-border-success:active, .btn.btn-border-success.active {
  color: #047857;
  border-color: #047857;
}
.btn.btn-border-success-light {
  border-color: #bbbbc2;
}
.btn.btn-border-success-light:hover, .btn.btn-border-success-light[checked], .btn.btn-border-success-light.checked, .btn.btn-border-success-light:active, .btn.btn-border-success-light.active {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.18);
}
.btn.btn-border-warning {
  border-color: #bbbbc2;
}
.btn.btn-border-warning:hover, .btn.btn-border-warning[checked], .btn.btn-border-warning.checked, .btn.btn-border-warning:active, .btn.btn-border-warning.active {
  color: #FF8F00;
  border-color: #FF8F00;
}
.btn.btn-border-warning-light {
  border-color: #bbbbc2;
}
.btn.btn-border-warning-light:hover, .btn.btn-border-warning-light[checked], .btn.btn-border-warning-light.checked, .btn.btn-border-warning-light:active, .btn.btn-border-warning-light.active {
  color: #FF8F00;
  border-color: rgba(255, 143, 0, 0.18);
}
.btn.btn-border-error {
  border-color: #bbbbc2;
}
.btn.btn-border-error:hover, .btn.btn-border-error[checked], .btn.btn-border-error.checked, .btn.btn-border-error:active, .btn.btn-border-error.active {
  color: #dc2626;
  border-color: #dc2626;
}
.btn.btn-border-error-light {
  border-color: #bbbbc2;
}
.btn.btn-border-error-light:hover, .btn.btn-border-error-light[checked], .btn.btn-border-error-light.checked, .btn.btn-border-error-light:active, .btn.btn-border-error-light.active {
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.18);
}
.btn.btn-border-info {
  border-color: #bbbbc2;
}
.btn.btn-border-info:hover, .btn.btn-border-info[checked], .btn.btn-border-info.checked, .btn.btn-border-info:active, .btn.btn-border-info.active {
  color: #009AE1;
  border-color: #009AE1;
}
.btn.btn-border-info-light {
  border-color: #bbbbc2;
}
.btn.btn-border-info-light:hover, .btn.btn-border-info-light[checked], .btn.btn-border-info-light.checked, .btn.btn-border-info-light:active, .btn.btn-border-info-light.active {
  color: #009AE1;
  border-color: rgba(0, 154, 225, 0.18);
}
.btn.btn-border-primary.btn-hover-primary:hover, .btn.btn-border-primary.btn-hover-primary[checked], .btn.btn-border-primary.btn-hover-primary.checked, .btn.btn-border-primary.btn-hover-primary:active, .btn.btn-border-primary.btn-hover-primary.active {
  color: white;
}
.btn.btn-border-primary-light.btn-hover-primary-light:hover, .btn.btn-border-primary-light.btn-hover-primary-light[checked], .btn.btn-border-primary-light.btn-hover-primary-light.checked, .btn.btn-border-primary-light.btn-hover-primary-light:active, .btn.btn-border-primary-light.btn-hover-primary-light.active {
  color: #4095eb;
}
.btn.btn-border-secondary.btn-hover-secondary:hover, .btn.btn-border-secondary.btn-hover-secondary[checked], .btn.btn-border-secondary.btn-hover-secondary.checked, .btn.btn-border-secondary.btn-hover-secondary:active, .btn.btn-border-secondary.btn-hover-secondary.active {
  color: white;
}
.btn.btn-border-secondary-light.btn-hover-secondary-light:hover, .btn.btn-border-secondary-light.btn-hover-secondary-light[checked], .btn.btn-border-secondary-light.btn-hover-secondary-light.checked, .btn.btn-border-secondary-light.btn-hover-secondary-light:active, .btn.btn-border-secondary-light.btn-hover-secondary-light.active {
  color: #38383A;
}
.btn.btn-border-success.btn-hover-success:hover, .btn.btn-border-success.btn-hover-success[checked], .btn.btn-border-success.btn-hover-success.checked, .btn.btn-border-success.btn-hover-success:active, .btn.btn-border-success.btn-hover-success.active {
  color: white;
}
.btn.btn-border-success-light.btn-hover-success-light:hover, .btn.btn-border-success-light.btn-hover-success-light[checked], .btn.btn-border-success-light.btn-hover-success-light.checked, .btn.btn-border-success-light.btn-hover-success-light:active, .btn.btn-border-success-light.btn-hover-success-light.active {
  color: #047857;
}
.btn.btn-border-warning.btn-hover-warning:hover, .btn.btn-border-warning.btn-hover-warning[checked], .btn.btn-border-warning.btn-hover-warning.checked, .btn.btn-border-warning.btn-hover-warning:active, .btn.btn-border-warning.btn-hover-warning.active {
  color: white;
}
.btn.btn-border-warning-light.btn-hover-warning-light:hover, .btn.btn-border-warning-light.btn-hover-warning-light[checked], .btn.btn-border-warning-light.btn-hover-warning-light.checked, .btn.btn-border-warning-light.btn-hover-warning-light:active, .btn.btn-border-warning-light.btn-hover-warning-light.active {
  color: #FF8F00;
}
.btn.btn-border-error.btn-hover-error:hover, .btn.btn-border-error.btn-hover-error[checked], .btn.btn-border-error.btn-hover-error.checked, .btn.btn-border-error.btn-hover-error:active, .btn.btn-border-error.btn-hover-error.active {
  color: white;
}
.btn.btn-border-error-light.btn-hover-error-light:hover, .btn.btn-border-error-light.btn-hover-error-light[checked], .btn.btn-border-error-light.btn-hover-error-light.checked, .btn.btn-border-error-light.btn-hover-error-light:active, .btn.btn-border-error-light.btn-hover-error-light.active {
  color: #dc2626;
}
.btn.btn-border-info.btn-hover-info:hover, .btn.btn-border-info.btn-hover-info[checked], .btn.btn-border-info.btn-hover-info.checked, .btn.btn-border-info.btn-hover-info:active, .btn.btn-border-info.btn-hover-info.active {
  color: white;
}
.btn.btn-border-info-light.btn-hover-info-light:hover, .btn.btn-border-info-light.btn-hover-info-light[checked], .btn.btn-border-info-light.btn-hover-info-light.checked, .btn.btn-border-info-light.btn-hover-info-light:active, .btn.btn-border-info-light.btn-hover-info-light.active {
  color: #009AE1;
}

.ui-theme-dark .btn {
  color: inherit;
  border-color: transparent;
  background-color: transparent;
}
.ui-theme-dark .btn .icon, .ui-theme-dark .btn .icon-r {
  color: inherit;
}
.ui-theme-dark .btn .btn-badge, .ui-theme-dark .btn .btn-badge-r {
  color: inherit;
  background-color: inherit;
  box-shadow: rgba(32, 32, 37, 0.6) 0px 1px 4px;
}
.ui-theme-dark .btn:hover {
  color: rgba(155, 155, 155, 0.86);
}
.ui-theme-dark .btn[checked], .ui-theme-dark .btn.checked, .ui-theme-dark .btn:active {
  background-color: inherit;
}
.ui-theme-dark .btn[checked]:hover, .ui-theme-dark .btn.checked:hover, .ui-theme-dark .btn:active:hover {
  background-color: #4b4d58;
}
.ui-theme-dark .btn.btn-shadow {
  box-shadow: rgba(32, 32, 37, 0.45) 0px 3px 6px, rgba(32, 32, 37, 0.7) 0px 9px 24px;
}
.ui-theme-dark .btn.btn-default {
  color: rgba(255, 255, 255, 0.8);
  background-color: #3B3E49;
}
.ui-theme-dark .btn.btn-default .btn-badge, .ui-theme-dark .btn.btn-default .btn-badge-r {
  color: rgba(255, 255, 255, 0.8);
  background-color: #0C0F17;
}
.ui-theme-dark .btn.btn-default:hover, .ui-theme-dark .btn.btn-default[checked], .ui-theme-dark .btn.btn-default.checked, .ui-theme-dark .btn.btn-default:active, .ui-theme-dark .btn.btn-default.active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #4b4d58;
}
.ui-theme-dark .btn.btn-default-light {
  color: rgba(255, 255, 255, 0.8);
  border-color: #4b4d58;
  background-color: #292C36;
}
.ui-theme-dark .btn.btn-default-light .btn-badge, .ui-theme-dark .btn.btn-default-light .btn-badge-r {
  color: rgba(255, 255, 255, 0.8);
  background-color: #0C0F17;
}
.ui-theme-dark .btn.btn-default-light:hover, .ui-theme-dark .btn.btn-default-light[checked], .ui-theme-dark .btn.btn-default-light.checked, .ui-theme-dark .btn.btn-default-light:active, .ui-theme-dark .btn.btn-default-light.active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #4b4d58;
}
.ui-theme-dark .btn.btn-primary {
  color: #181819;
  background-color: #009AE1;
}
.ui-theme-dark .btn.btn-primary .btn-badge, .ui-theme-dark .btn.btn-primary .btn-badge-r {
  color: #009AE1;
  background-color: #002b3f;
}
.ui-theme-dark .btn.btn-primary:hover, .ui-theme-dark .btn.btn-primary[checked], .ui-theme-dark .btn.btn-primary.checked, .ui-theme-dark .btn.btn-primary:active, .ui-theme-dark .btn.btn-primary.active {
  color: #181819;
  background-color: #14a2e3;
}
.ui-theme-dark .btn.btn-primary-light {
  color: #009AE1;
  border-color: rgba(0, 154, 225, 0.28);
  background-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .btn.btn-primary-light .btn-badge, .ui-theme-dark .btn.btn-primary-light .btn-badge-r {
  color: #009AE1;
  background-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .btn.btn-primary-light:hover, .ui-theme-dark .btn.btn-primary-light[checked], .ui-theme-dark .btn.btn-primary-light.checked, .ui-theme-dark .btn.btn-primary-light:active, .ui-theme-dark .btn.btn-primary-light.active {
  color: #181819;
  background-color: #14a2e3;
}
.ui-theme-dark .btn.btn-primary-light:hover .btn-badge, .ui-theme-dark .btn.btn-primary-light[checked] .btn-badge, .ui-theme-dark .btn.btn-primary-light.checked .btn-badge, .ui-theme-dark .btn.btn-primary-light:active .btn-badge, .ui-theme-dark .btn.btn-primary-light.active .btn-badge {
  background-color: #002b3f;
}
.ui-theme-dark .btn.btn-secondary {
  color: #181819;
  background-color: #D6D6D8;
}
.ui-theme-dark .btn.btn-secondary .btn-badge, .ui-theme-dark .btn.btn-secondary .btn-badge-r {
  color: #D6D6D8;
  background-color: #3c3c3c;
}
.ui-theme-dark .btn.btn-secondary:hover, .ui-theme-dark .btn.btn-secondary[checked], .ui-theme-dark .btn.btn-secondary.checked, .ui-theme-dark .btn.btn-secondary:active, .ui-theme-dark .btn.btn-secondary.active {
  color: #181819;
  background-color: #d9d9db;
}
.ui-theme-dark .btn.btn-secondary-light {
  color: #D6D6D8;
  border-color: rgba(214, 214, 216, 0.28);
  background-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .btn.btn-secondary-light .btn-badge, .ui-theme-dark .btn.btn-secondary-light .btn-badge-r {
  color: #D6D6D8;
  background-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .btn.btn-secondary-light:hover, .ui-theme-dark .btn.btn-secondary-light[checked], .ui-theme-dark .btn.btn-secondary-light.checked, .ui-theme-dark .btn.btn-secondary-light:active, .ui-theme-dark .btn.btn-secondary-light.active {
  color: #181819;
  background-color: #d9d9db;
}
.ui-theme-dark .btn.btn-secondary-light:hover .btn-badge, .ui-theme-dark .btn.btn-secondary-light:hover .btn-badge-r, .ui-theme-dark .btn.btn-secondary-light[checked] .btn-badge, .ui-theme-dark .btn.btn-secondary-light[checked] .btn-badge-r, .ui-theme-dark .btn.btn-secondary-light.checked .btn-badge, .ui-theme-dark .btn.btn-secondary-light.checked .btn-badge-r, .ui-theme-dark .btn.btn-secondary-light:active .btn-badge, .ui-theme-dark .btn.btn-secondary-light:active .btn-badge-r, .ui-theme-dark .btn.btn-secondary-light.active .btn-badge, .ui-theme-dark .btn.btn-secondary-light.active .btn-badge-r {
  background-color: #3c3c3c;
}
.ui-theme-dark .btn.btn-success {
  color: #181819;
  background-color: #14B8A6;
}
.ui-theme-dark .btn.btn-success .btn-badge, .ui-theme-dark .btn.btn-success .btn-badge-r {
  color: #14B8A6;
  background-color: #063b35;
}
.ui-theme-dark .btn.btn-success:hover, .ui-theme-dark .btn.btn-success[checked], .ui-theme-dark .btn.btn-success.checked, .ui-theme-dark .btn.btn-success:active, .ui-theme-dark .btn.btn-success.active {
  color: #181819;
  background-color: #27bead;
}
.ui-theme-dark .btn.btn-success-light {
  color: #14B8A6;
  border-color: rgba(20, 184, 166, 0.32);
  background-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .btn.btn-success-light .btn-badge, .ui-theme-dark .btn.btn-success-light .btn-badge-r {
  color: #14B8A6;
  background-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .btn.btn-success-light:hover, .ui-theme-dark .btn.btn-success-light[checked], .ui-theme-dark .btn.btn-success-light.checked, .ui-theme-dark .btn.btn-success-light:active, .ui-theme-dark .btn.btn-success-light.active {
  color: #181819;
  background-color: #27bead;
}
.ui-theme-dark .btn.btn-success-light:hover .btn-badge, .ui-theme-dark .btn.btn-success-light:hover .btn-badge-r, .ui-theme-dark .btn.btn-success-light[checked] .btn-badge, .ui-theme-dark .btn.btn-success-light[checked] .btn-badge-r, .ui-theme-dark .btn.btn-success-light.checked .btn-badge, .ui-theme-dark .btn.btn-success-light.checked .btn-badge-r, .ui-theme-dark .btn.btn-success-light:active .btn-badge, .ui-theme-dark .btn.btn-success-light:active .btn-badge-r, .ui-theme-dark .btn.btn-success-light.active .btn-badge, .ui-theme-dark .btn.btn-success-light.active .btn-badge-r {
  background-color: #063b35;
}
.ui-theme-dark .btn.btn-warning {
  color: #181819;
  background-color: #FFA000;
}
.ui-theme-dark .btn.btn-warning .btn-badge, .ui-theme-dark .btn.btn-warning .btn-badge-r {
  color: #FFA000;
  background-color: #523300;
}
.ui-theme-dark .btn.btn-warning:hover, .ui-theme-dark .btn.btn-warning[checked], .ui-theme-dark .btn.btn-warning.checked, .ui-theme-dark .btn.btn-warning:active, .ui-theme-dark .btn.btn-warning.active {
  color: #181819;
  background-color: #ffa814;
}
.ui-theme-dark .btn.btn-warning-light {
  color: #FFA000;
  border-color: rgba(255, 160, 0, 0.32);
  background-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .btn.btn-warning-light .btn-badge, .ui-theme-dark .btn.btn-warning-light .btn-badge-r {
  color: #FFA000;
  background-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .btn.btn-warning-light:hover, .ui-theme-dark .btn.btn-warning-light[checked], .ui-theme-dark .btn.btn-warning-light.checked, .ui-theme-dark .btn.btn-warning-light:active, .ui-theme-dark .btn.btn-warning-light.active {
  color: #181819;
  background-color: #ffa814;
}
.ui-theme-dark .btn.btn-warning-light:hover .btn-badge, .ui-theme-dark .btn.btn-warning-light:hover .btn-badge-r, .ui-theme-dark .btn.btn-warning-light[checked] .btn-badge, .ui-theme-dark .btn.btn-warning-light[checked] .btn-badge-r, .ui-theme-dark .btn.btn-warning-light.checked .btn-badge, .ui-theme-dark .btn.btn-warning-light.checked .btn-badge-r, .ui-theme-dark .btn.btn-warning-light:active .btn-badge, .ui-theme-dark .btn.btn-warning-light:active .btn-badge-r, .ui-theme-dark .btn.btn-warning-light.active .btn-badge, .ui-theme-dark .btn.btn-warning-light.active .btn-badge-r {
  background-color: #523300;
}
.ui-theme-dark .btn.btn-error {
  color: #181819;
  background-color: #E35470;
}
.ui-theme-dark .btn.btn-error .btn-badge, .ui-theme-dark .btn.btn-error .btn-badge-r {
  color: #E35470;
  background-color: #491b24;
}
.ui-theme-dark .btn.btn-error:hover, .ui-theme-dark .btn.btn-error[checked], .ui-theme-dark .btn.btn-error.checked, .ui-theme-dark .btn.btn-error:active, .ui-theme-dark .btn.btn-error.active {
  color: #181819;
  background-color: #e5627b;
}
.ui-theme-dark .btn.btn-error-light {
  color: #E35470;
  border-color: rgba(227, 84, 112, 0.32);
  background-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .btn.btn-error-light .btn-badge, .ui-theme-dark .btn.btn-error-light .btn-badge-r {
  color: #E35470;
  background-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .btn.btn-error-light:hover, .ui-theme-dark .btn.btn-error-light[checked], .ui-theme-dark .btn.btn-error-light.checked, .ui-theme-dark .btn.btn-error-light:active, .ui-theme-dark .btn.btn-error-light.active {
  color: #181819;
  background-color: #e5627b;
}
.ui-theme-dark .btn.btn-error-light:hover .btn-badge, .ui-theme-dark .btn.btn-error-light:hover .btn-badge-r, .ui-theme-dark .btn.btn-error-light[checked] .btn-badge, .ui-theme-dark .btn.btn-error-light[checked] .btn-badge-r, .ui-theme-dark .btn.btn-error-light.checked .btn-badge, .ui-theme-dark .btn.btn-error-light.checked .btn-badge-r, .ui-theme-dark .btn.btn-error-light:active .btn-badge, .ui-theme-dark .btn.btn-error-light:active .btn-badge-r, .ui-theme-dark .btn.btn-error-light.active .btn-badge, .ui-theme-dark .btn.btn-error-light.active .btn-badge-r {
  background-color: #491b24;
}
.ui-theme-dark .btn.btn-info {
  color: #181819;
  background-color: #80b8f2;
}
.ui-theme-dark .btn.btn-info .btn-badge, .ui-theme-dark .btn.btn-info .btn-badge-r {
  color: #80b8f2;
  background-color: #293b4d;
}
.ui-theme-dark .btn.btn-info:hover, .ui-theme-dark .btn.btn-info[checked], .ui-theme-dark .btn.btn-info.checked, .ui-theme-dark .btn.btn-info:active, .ui-theme-dark .btn.btn-info.active {
  color: #181819;
  background-color: #8abef3;
}
.ui-theme-dark .btn.btn-info-light {
  color: #80b8f2;
  border-color: rgba(128, 184, 242, 0.32);
  background-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .btn.btn-info-light .btn-badge, .ui-theme-dark .btn.btn-info-light .btn-badge-r {
  color: #80b8f2;
  background-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .btn.btn-info-light:hover, .ui-theme-dark .btn.btn-info-light[checked], .ui-theme-dark .btn.btn-info-light.checked, .ui-theme-dark .btn.btn-info-light:active, .ui-theme-dark .btn.btn-info-light.active {
  color: #181819;
  background-color: #8abef3;
}
.ui-theme-dark .btn.btn-info-light:hover .btn-badge, .ui-theme-dark .btn.btn-info-light:hover .btn-badge-r, .ui-theme-dark .btn.btn-info-light[checked] .btn-badge, .ui-theme-dark .btn.btn-info-light[checked] .btn-badge-r, .ui-theme-dark .btn.btn-info-light.checked .btn-badge, .ui-theme-dark .btn.btn-info-light.checked .btn-badge-r, .ui-theme-dark .btn.btn-info-light:active .btn-badge, .ui-theme-dark .btn.btn-info-light:active .btn-badge-r, .ui-theme-dark .btn.btn-info-light.active .btn-badge, .ui-theme-dark .btn.btn-info-light.active .btn-badge-r {
  background-color: #293b4d;
}
.ui-theme-dark .btn.btn-hover-default:hover, .ui-theme-dark .btn.btn-hover-default[checked], .ui-theme-dark .btn.btn-hover-default.checked, .ui-theme-dark .btn.btn-hover-default:active, .ui-theme-dark .btn.btn-hover-default.active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #4b4d58;
}
.ui-theme-dark .btn.btn-hover-default-light:hover, .ui-theme-dark .btn.btn-hover-default-light[checked], .ui-theme-dark .btn.btn-hover-default-light.checked, .ui-theme-dark .btn.btn-hover-default-light:active, .ui-theme-dark .btn.btn-hover-default-light.active {
  color: rgba(255, 255, 255, 0.8);
  border-color: #4b4d58;
  background-color: #3B3E49;
}
.ui-theme-dark .btn.btn-hover-primary:hover, .ui-theme-dark .btn.btn-hover-primary[checked], .ui-theme-dark .btn.btn-hover-primary.checked, .ui-theme-dark .btn.btn-hover-primary:active, .ui-theme-dark .btn.btn-hover-primary.active {
  color: #181819;
  background-color: #009AE1;
}
.ui-theme-dark .btn.btn-hover-primary-light:hover, .ui-theme-dark .btn.btn-hover-primary-light[checked], .ui-theme-dark .btn.btn-hover-primary-light.checked, .ui-theme-dark .btn.btn-hover-primary-light:active, .ui-theme-dark .btn.btn-hover-primary-light.active {
  color: #009AE1;
  border-color: rgba(0, 154, 225, 0.28);
  background-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .btn.btn-hover-secondary:hover, .ui-theme-dark .btn.btn-hover-secondary[checked], .ui-theme-dark .btn.btn-hover-secondary.checked, .ui-theme-dark .btn.btn-hover-secondary:active, .ui-theme-dark .btn.btn-hover-secondary.active {
  color: #181819;
  background-color: #D6D6D8;
}
.ui-theme-dark .btn.btn-hover-secondary-light:hover, .ui-theme-dark .btn.btn-hover-secondary-light[checked], .ui-theme-dark .btn.btn-hover-secondary-light.checked, .ui-theme-dark .btn.btn-hover-secondary-light:active, .ui-theme-dark .btn.btn-hover-secondary-light.active {
  color: #D6D6D8;
  border-color: rgba(214, 214, 216, 0.28);
  background-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .btn.btn-hover-success:hover, .ui-theme-dark .btn.btn-hover-success[checked], .ui-theme-dark .btn.btn-hover-success.checked, .ui-theme-dark .btn.btn-hover-success:active, .ui-theme-dark .btn.btn-hover-success.active {
  color: #181819;
  background-color: #14B8A6;
}
.ui-theme-dark .btn.btn-hover-success-light:hover, .ui-theme-dark .btn.btn-hover-success-light[checked], .ui-theme-dark .btn.btn-hover-success-light.checked, .ui-theme-dark .btn.btn-hover-success-light:active, .ui-theme-dark .btn.btn-hover-success-light.active {
  color: #14B8A6;
  border-color: rgba(20, 184, 166, 0.32);
  background-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .btn.btn-hover-warning:hover, .ui-theme-dark .btn.btn-hover-warning[checked], .ui-theme-dark .btn.btn-hover-warning.checked, .ui-theme-dark .btn.btn-hover-warning:active, .ui-theme-dark .btn.btn-hover-warning.active {
  color: #181819;
  background-color: #FFA000;
}
.ui-theme-dark .btn.btn-hover-warning-light:hover, .ui-theme-dark .btn.btn-hover-warning-light[checked], .ui-theme-dark .btn.btn-hover-warning-light.checked, .ui-theme-dark .btn.btn-hover-warning-light:active, .ui-theme-dark .btn.btn-hover-warning-light.active {
  color: #FFA000;
  border-color: rgba(255, 160, 0, 0.32);
  background-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .btn.btn-hover-error:hover, .ui-theme-dark .btn.btn-hover-error[checked], .ui-theme-dark .btn.btn-hover-error.checked, .ui-theme-dark .btn.btn-hover-error:active, .ui-theme-dark .btn.btn-hover-error.active {
  color: #181819;
  background-color: #E35470;
}
.ui-theme-dark .btn.btn-hover-error-light:hover, .ui-theme-dark .btn.btn-hover-error-light[checked], .ui-theme-dark .btn.btn-hover-error-light.checked, .ui-theme-dark .btn.btn-hover-error-light:active, .ui-theme-dark .btn.btn-hover-error-light.active {
  color: #E35470;
  border-color: rgba(227, 84, 112, 0.32);
  background-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .btn.btn-hover-info:hover, .ui-theme-dark .btn.btn-hover-info[checked], .ui-theme-dark .btn.btn-hover-info.checked, .ui-theme-dark .btn.btn-hover-info:active, .ui-theme-dark .btn.btn-hover-info.active {
  color: #181819;
  background-color: #80b8f2;
}
.ui-theme-dark .btn.btn-hover-info-light:hover, .ui-theme-dark .btn.btn-hover-info-light[checked], .ui-theme-dark .btn.btn-hover-info-light.checked, .ui-theme-dark .btn.btn-hover-info-light:active, .ui-theme-dark .btn.btn-hover-info-light.active {
  color: #80b8f2;
  border-color: rgba(128, 184, 242, 0.32);
  background-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .btn.btn-hover-text-default:hover, .ui-theme-dark .btn.btn-hover-text-default[checked], .ui-theme-dark .btn.btn-hover-text-default.checked, .ui-theme-dark .btn.btn-hover-text-default:active, .ui-theme-dark .btn.btn-hover-text-default.active {
  color: rgba(155, 155, 155, 0.86);
}
.ui-theme-dark .btn.btn-hover-text-primary:hover, .ui-theme-dark .btn.btn-hover-text-primary[checked], .ui-theme-dark .btn.btn-hover-text-primary.checked, .ui-theme-dark .btn.btn-hover-text-primary:active, .ui-theme-dark .btn.btn-hover-text-primary.active {
  color: #009AE1;
}
.ui-theme-dark .btn.btn-hover-text-secondary:hover, .ui-theme-dark .btn.btn-hover-text-secondary[checked], .ui-theme-dark .btn.btn-hover-text-secondary.checked, .ui-theme-dark .btn.btn-hover-text-secondary:active, .ui-theme-dark .btn.btn-hover-text-secondary.active {
  color: #D6D6D8;
}
.ui-theme-dark .btn.btn-hover-text-success:hover, .ui-theme-dark .btn.btn-hover-text-success[checked], .ui-theme-dark .btn.btn-hover-text-success.checked, .ui-theme-dark .btn.btn-hover-text-success:active, .ui-theme-dark .btn.btn-hover-text-success.active {
  color: #14B8A6;
}
.ui-theme-dark .btn.btn-hover-text-warning:hover, .ui-theme-dark .btn.btn-hover-text-warning[checked], .ui-theme-dark .btn.btn-hover-text-warning.checked, .ui-theme-dark .btn.btn-hover-text-warning:active, .ui-theme-dark .btn.btn-hover-text-warning.active {
  color: #FFA000;
}
.ui-theme-dark .btn.btn-hover-text-error:hover, .ui-theme-dark .btn.btn-hover-text-error[checked], .ui-theme-dark .btn.btn-hover-text-error.checked, .ui-theme-dark .btn.btn-hover-text-error:active, .ui-theme-dark .btn.btn-hover-text-error.active {
  color: #E35470;
}
.ui-theme-dark .btn.btn-hover-text-info:hover, .ui-theme-dark .btn.btn-hover-text-info[checked], .ui-theme-dark .btn.btn-hover-text-info.checked, .ui-theme-dark .btn.btn-hover-text-info:active, .ui-theme-dark .btn.btn-hover-text-info.active {
  color: #80b8f2;
}
.ui-theme-dark .btn.btn-border-default {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-default:hover, .ui-theme-dark .btn.btn-border-default[checked], .ui-theme-dark .btn.btn-border-default.checked, .ui-theme-dark .btn.btn-border-default:active, .ui-theme-dark .btn.btn-border-default.active {
  color: rgba(255, 255, 255, 0.8);
  border-color: #4f515b;
}
.ui-theme-dark .btn.btn-border-primary {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-primary:hover, .ui-theme-dark .btn.btn-border-primary[checked], .ui-theme-dark .btn.btn-border-primary.checked, .ui-theme-dark .btn.btn-border-primary:active, .ui-theme-dark .btn.btn-border-primary.active {
  color: #009AE1;
  border-color: #009AE1;
}
.ui-theme-dark .btn.btn-border-primary-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-primary-light:hover, .ui-theme-dark .btn.btn-border-primary-light[checked], .ui-theme-dark .btn.btn-border-primary-light.checked, .ui-theme-dark .btn.btn-border-primary-light:active, .ui-theme-dark .btn.btn-border-primary-light.active {
  color: #009AE1;
  border-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .btn.btn-border-secondary {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-secondary:hover, .ui-theme-dark .btn.btn-border-secondary[checked], .ui-theme-dark .btn.btn-border-secondary.checked, .ui-theme-dark .btn.btn-border-secondary:active, .ui-theme-dark .btn.btn-border-secondary.active {
  color: #D6D6D8;
  border-color: #D6D6D8;
}
.ui-theme-dark .btn.btn-border-secondary-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-secondary-light:hover, .ui-theme-dark .btn.btn-border-secondary-light[checked], .ui-theme-dark .btn.btn-border-secondary-light.checked, .ui-theme-dark .btn.btn-border-secondary-light:active, .ui-theme-dark .btn.btn-border-secondary-light.active {
  color: #D6D6D8;
  border-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .btn.btn-border-success {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-success:hover, .ui-theme-dark .btn.btn-border-success[checked], .ui-theme-dark .btn.btn-border-success.checked, .ui-theme-dark .btn.btn-border-success:active, .ui-theme-dark .btn.btn-border-success.active {
  color: #14B8A6;
  border-color: #14B8A6;
}
.ui-theme-dark .btn.btn-border-success-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-success-light:hover, .ui-theme-dark .btn.btn-border-success-light[checked], .ui-theme-dark .btn.btn-border-success-light.checked, .ui-theme-dark .btn.btn-border-success-light:active, .ui-theme-dark .btn.btn-border-success-light.active {
  color: #14B8A6;
  border-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .btn.btn-border-warning {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-warning:hover, .ui-theme-dark .btn.btn-border-warning[checked], .ui-theme-dark .btn.btn-border-warning.checked, .ui-theme-dark .btn.btn-border-warning:active, .ui-theme-dark .btn.btn-border-warning.active {
  color: #FFA000;
  border-color: #FFA000;
}
.ui-theme-dark .btn.btn-border-warning-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-warning-light:hover, .ui-theme-dark .btn.btn-border-warning-light[checked], .ui-theme-dark .btn.btn-border-warning-light.checked, .ui-theme-dark .btn.btn-border-warning-light:active, .ui-theme-dark .btn.btn-border-warning-light.active {
  color: #FFA000;
  border-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .btn.btn-border-error {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-error:hover, .ui-theme-dark .btn.btn-border-error[checked], .ui-theme-dark .btn.btn-border-error.checked, .ui-theme-dark .btn.btn-border-error:active, .ui-theme-dark .btn.btn-border-error.active {
  color: #E35470;
  border-color: #E35470;
}
.ui-theme-dark .btn.btn-border-error-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-error-light:hover, .ui-theme-dark .btn.btn-border-error-light[checked], .ui-theme-dark .btn.btn-border-error-light.checked, .ui-theme-dark .btn.btn-border-error-light:active, .ui-theme-dark .btn.btn-border-error-light.active {
  color: #E35470;
  border-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .btn.btn-border-info {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-info:hover, .ui-theme-dark .btn.btn-border-info[checked], .ui-theme-dark .btn.btn-border-info.checked, .ui-theme-dark .btn.btn-border-info:active, .ui-theme-dark .btn.btn-border-info.active {
  color: #80b8f2;
  border-color: #80b8f2;
}
.ui-theme-dark .btn.btn-border-info-light {
  border-color: #3B3E49;
}
.ui-theme-dark .btn.btn-border-info-light:hover, .ui-theme-dark .btn.btn-border-info-light[checked], .ui-theme-dark .btn.btn-border-info-light.checked, .ui-theme-dark .btn.btn-border-info-light:active, .ui-theme-dark .btn.btn-border-info-light.active {
  color: #80b8f2;
  border-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .btn.btn-border-primary.btn-hover-primary:hover, .ui-theme-dark .btn.btn-border-primary.btn-hover-primary[checked], .ui-theme-dark .btn.btn-border-primary.btn-hover-primary.checked, .ui-theme-dark .btn.btn-border-primary.btn-hover-primary:active, .ui-theme-dark .btn.btn-border-primary.btn-hover-primary.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-primary-light.btn-hover-primary-light:hover, .ui-theme-dark .btn.btn-border-primary-light.btn-hover-primary-light[checked], .ui-theme-dark .btn.btn-border-primary-light.btn-hover-primary-light.checked, .ui-theme-dark .btn.btn-border-primary-light.btn-hover-primary-light:active, .ui-theme-dark .btn.btn-border-primary-light.btn-hover-primary-light.active {
  color: #009AE1;
}
.ui-theme-dark .btn.btn-border-secondary.btn-hover-secondary:hover, .ui-theme-dark .btn.btn-border-secondary.btn-hover-secondary[checked], .ui-theme-dark .btn.btn-border-secondary.btn-hover-secondary.checked, .ui-theme-dark .btn.btn-border-secondary.btn-hover-secondary:active, .ui-theme-dark .btn.btn-border-secondary.btn-hover-secondary.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-secondary-light.btn-hover-secondary-light:hover, .ui-theme-dark .btn.btn-border-secondary-light.btn-hover-secondary-light[checked], .ui-theme-dark .btn.btn-border-secondary-light.btn-hover-secondary-light.checked, .ui-theme-dark .btn.btn-border-secondary-light.btn-hover-secondary-light:active, .ui-theme-dark .btn.btn-border-secondary-light.btn-hover-secondary-light.active {
  color: #D6D6D8;
}
.ui-theme-dark .btn.btn-border-success.btn-hover-success:hover, .ui-theme-dark .btn.btn-border-success.btn-hover-success[checked], .ui-theme-dark .btn.btn-border-success.btn-hover-success.checked, .ui-theme-dark .btn.btn-border-success.btn-hover-success:active, .ui-theme-dark .btn.btn-border-success.btn-hover-success.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-success-light.btn-hover-success-light:hover, .ui-theme-dark .btn.btn-border-success-light.btn-hover-success-light[checked], .ui-theme-dark .btn.btn-border-success-light.btn-hover-success-light.checked, .ui-theme-dark .btn.btn-border-success-light.btn-hover-success-light:active, .ui-theme-dark .btn.btn-border-success-light.btn-hover-success-light.active {
  color: #14B8A6;
}
.ui-theme-dark .btn.btn-border-warning.btn-hover-warning:hover, .ui-theme-dark .btn.btn-border-warning.btn-hover-warning[checked], .ui-theme-dark .btn.btn-border-warning.btn-hover-warning.checked, .ui-theme-dark .btn.btn-border-warning.btn-hover-warning:active, .ui-theme-dark .btn.btn-border-warning.btn-hover-warning.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-warning-light.btn-hover-warning-light:hover, .ui-theme-dark .btn.btn-border-warning-light.btn-hover-warning-light[checked], .ui-theme-dark .btn.btn-border-warning-light.btn-hover-warning-light.checked, .ui-theme-dark .btn.btn-border-warning-light.btn-hover-warning-light:active, .ui-theme-dark .btn.btn-border-warning-light.btn-hover-warning-light.active {
  color: #FFA000;
}
.ui-theme-dark .btn.btn-border-error.btn-hover-error:hover, .ui-theme-dark .btn.btn-border-error.btn-hover-error[checked], .ui-theme-dark .btn.btn-border-error.btn-hover-error.checked, .ui-theme-dark .btn.btn-border-error.btn-hover-error:active, .ui-theme-dark .btn.btn-border-error.btn-hover-error.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-error-light.btn-hover-error-light:hover, .ui-theme-dark .btn.btn-border-error-light.btn-hover-error-light[checked], .ui-theme-dark .btn.btn-border-error-light.btn-hover-error-light.checked, .ui-theme-dark .btn.btn-border-error-light.btn-hover-error-light:active, .ui-theme-dark .btn.btn-border-error-light.btn-hover-error-light.active {
  color: #E35470;
}
.ui-theme-dark .btn.btn-border-info.btn-hover-info:hover, .ui-theme-dark .btn.btn-border-info.btn-hover-info[checked], .ui-theme-dark .btn.btn-border-info.btn-hover-info.checked, .ui-theme-dark .btn.btn-border-info.btn-hover-info:active, .ui-theme-dark .btn.btn-border-info.btn-hover-info.active {
  color: #181819;
}
.ui-theme-dark .btn.btn-border-info-light.btn-hover-info-light:hover, .ui-theme-dark .btn.btn-border-info-light.btn-hover-info-light[checked], .ui-theme-dark .btn.btn-border-info-light.btn-hover-info-light.checked, .ui-theme-dark .btn.btn-border-info-light.btn-hover-info-light:active, .ui-theme-dark .btn.btn-border-info-light.btn-hover-info-light.active {
  color: #80b8f2;
}

.alert {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 2px solid;
  border-color: #bbbbc2;
  color: #181819;
  background-color: #e8e8eb;
}
.alert > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 13px;
}
.alert > .btn .btn-icon {
  margin-right: 6px;
}
.alert > .alert-text {
  flex-grow: 1;
  padding: 10px;
  font-size: 13px;
}
.alert > .alert-text:is(.icon + .alert-text) {
  padding-left: 0;
}
.alert.alert-text-center .alert-text {
  text-align: center;
}
.alert.alert-shape {
  border-radius: 0 !important;
  border: none !important;
}
.alert.alert-inline {
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 2px solid transparent;
}
.alert.alert-inline > .alert-text {
  flex-grow: 1;
  padding: 3px;
}
.alert.alert-transparent {
  background-color: transparent !important;
}
.alert.alert-bg-50 {
  background-color: #f3f3f5;
}
.tooltip-xs .alert > .icon, .alert.alert-xs > .icon {
  font-size: 11px;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.tooltip-xs .alert > .alert-text, .alert.alert-xs > .alert-text {
  padding: 6px;
  font-size: 11px;
}

.tooltip-sm .alert > .icon, .alert.alert-sm > .icon {
  font-size: 12px;
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.tooltip-sm .alert > .alert-text, .alert.alert-sm > .alert-text {
  padding: 8px;
  font-size: 12px;
}

.tooltip-md .alert > .icon, .alert.alert-md > .icon {
  font-size: 13px;
}
.tooltip-md .alert > .alert-text, .alert.alert-md > .alert-text {
  padding: 10px;
  font-size: 13px;
}

.tooltip-lg .alert > .icon, .alert.alert-lg > .icon {
  font-size: 14px;
}
.tooltip-lg .alert > .alert-text, .alert.alert-lg > .alert-text {
  padding: 14px;
  font-size: 14px;
}

.tooltip-xl .alert > .icon, .alert.alert-xl > .icon {
  font-size: 15px;
}
.tooltip-xl .alert > .alert-text, .alert.alert-xl > .alert-text {
  padding: 20px;
  font-size: 15px;
}

.tooltip-default .alert, .alert.alert-default {
  border-left-color: #bbbbc2;
}
.tooltip-default .alert > .icon, .alert.alert-default > .icon {
  color: #181819;
}

.tooltip-primary .alert, .alert.alert-primary {
  border-left-color: #4095eb;
}
.tooltip-primary .alert > .icon, .alert.alert-primary > .icon {
  color: #4095eb;
}

.tooltip-secondary .alert, .alert.alert-secondary {
  border-left-color: #38383A;
}
.tooltip-secondary .alert > .icon, .alert.alert-secondary > .icon {
  color: #38383A;
}

.tooltip-success .alert, .alert.alert-success {
  border-left-color: #047857;
}
.tooltip-success .alert > .icon, .alert.alert-success > .icon {
  color: #047857;
}

.tooltip-warning .alert, .alert.alert-warning {
  border-left-color: #FF8F00;
}
.tooltip-warning .alert > .icon, .alert.alert-warning > .icon {
  color: #FF8F00;
}

.tooltip-error .alert, .alert.alert-error {
  border-left-color: #dc2626;
}
.tooltip-error .alert > .icon, .alert.alert-error > .icon {
  color: #dc2626;
}

.tooltip-info .alert, .alert.alert-info {
  border-left-color: #009AE1;
}
.tooltip-info .alert > .icon, .alert.alert-info > .icon {
  color: #009AE1;
}

.alert.alert-primary-light {
  background-color: rgba(64, 149, 235, 0.18);
}
.tooltip-primary-light .alert, .alert.alert-primary-light {
  border-color: rgba(64, 149, 235, 0.18);
  border-left-color: #8dbbeb;
}
.tooltip-primary-light .alert > .icon, .alert.alert-primary-light > .icon {
  color: #4095eb;
}

.alert.alert-secondary-light {
  background-color: rgba(56, 56, 58, 0.18);
}
.tooltip-secondary-light .alert, .alert.alert-secondary-light {
  border-color: rgba(56, 56, 58, 0.18);
  border-left-color: #c1c1c4;
}
.tooltip-secondary-light .alert > .icon, .alert.alert-secondary-light > .icon {
  color: #38383A;
}

.alert.alert-success-light {
  background-color: rgba(4, 120, 87, 0.18);
}
.tooltip-success-light .alert, .alert.alert-success-light {
  border-color: rgba(4, 120, 87, 0.18);
  border-left-color: #71ae9e;
}
.tooltip-success-light .alert > .icon, .alert.alert-success-light > .icon {
  color: #047857;
}

.alert.alert-warning-light {
  background-color: rgba(255, 143, 0, 0.18);
}
.tooltip-warning-light .alert, .alert.alert-warning-light {
  border-color: rgba(255, 143, 0, 0.18);
  border-left-color: #f4ba71;
}
.tooltip-warning-light .alert > .icon, .alert.alert-warning-light > .icon {
  color: #FF8F00;
}

.alert.alert-error-light {
  background-color: rgba(220, 38, 38, 0.18);
}
.tooltip-error-light .alert, .alert.alert-error-light {
  border-color: rgba(220, 38, 38, 0.18);
  border-left-color: #e28385;
}
.tooltip-error-light .alert > .icon, .alert.alert-error-light > .icon {
  color: #dc2626;
}

.alert.alert-info-light {
  background-color: rgba(0, 154, 225, 0.18);
}
.tooltip-info-light .alert, .alert.alert-info-light {
  border-color: rgba(0, 154, 225, 0.18);
  border-left-color: #6fbfe6;
}
.tooltip-info-light .alert > .icon, .alert.alert-info-light > .icon {
  color: #009AE1;
}

.ui-theme-dark .alert {
  border-color: #3B3E49;
  color: rgba(255, 255, 255, 0.8);
  background-color: #171A23;
}
.ui-theme-dark .tooltip-default .alert, .ui-theme-dark .alert.alert-default {
  border-color: #3B3E49;
}
.ui-theme-dark .tooltip-default .alert > .icon, .ui-theme-dark .alert.alert-default > .icon {
  color: rgba(255, 255, 255, 0.8);
}

.ui-theme-dark .tooltip-primary .alert, .ui-theme-dark .alert.alert-primary {
  border-left-color: #009AE1;
}
.ui-theme-dark .tooltip-primary .alert > .icon, .ui-theme-dark .alert.alert-primary > .icon {
  color: #009AE1;
}

.ui-theme-dark .tooltip-secondary .alert, .ui-theme-dark .alert.alert-secondary {
  border-left-color: #D6D6D8;
}
.ui-theme-dark .tooltip-secondary .alert > .icon, .ui-theme-dark .alert.alert-secondary > .icon {
  color: #D6D6D8;
}

.ui-theme-dark .tooltip-success .alert, .ui-theme-dark .alert.alert-success {
  border-left-color: #14B8A6;
}
.ui-theme-dark .tooltip-success .alert > .icon, .ui-theme-dark .alert.alert-success > .icon {
  color: #14B8A6;
}

.ui-theme-dark .tooltip-warning .alert, .ui-theme-dark .alert.alert-warning {
  border-left-color: #FFA000;
}
.ui-theme-dark .tooltip-warning .alert > .icon, .ui-theme-dark .alert.alert-warning > .icon {
  color: #FFA000;
}

.ui-theme-dark .tooltip-error .alert, .ui-theme-dark .alert.alert-error {
  border-left-color: #E35470;
}
.ui-theme-dark .tooltip-error .alert > .icon, .ui-theme-dark .alert.alert-error > .icon {
  color: #E35470;
}

.ui-theme-dark .tooltip-info .alert, .ui-theme-dark .alert.alert-info {
  border-left-color: #80b8f2;
}
.ui-theme-dark .tooltip-info .alert > .icon, .ui-theme-dark .alert.alert-info > .icon {
  color: #80b8f2;
}

.ui-theme-dark .alert.alert-primary-light {
  background-color: rgba(0, 154, 225, 0.28);
}
.ui-theme-dark .tooltip-primary-light .alert, .ui-theme-dark .alert.alert-primary-light {
  border-color: rgba(0, 154, 225, 0.28);
  border-left-color: #0b5f8a;
}
.ui-theme-dark .tooltip-primary-light .alert > .icon, .ui-theme-dark .alert.alert-primary-light > .icon {
  color: #009AE1;
}

.ui-theme-dark .alert.alert-secondary-light {
  background-color: rgba(214, 214, 216, 0.28);
}
.ui-theme-dark .tooltip-secondary-light .alert, .ui-theme-dark .alert.alert-secondary-light {
  border-color: rgba(214, 214, 216, 0.28);
  border-left-color: #41434b;
}
.ui-theme-dark .tooltip-secondary-light .alert > .icon, .ui-theme-dark .alert.alert-secondary-light > .icon {
  color: #D6D6D8;
}

.ui-theme-dark .alert.alert-success-light {
  background-color: rgba(20, 184, 166, 0.32);
}
.ui-theme-dark .tooltip-success-light .alert, .ui-theme-dark .alert.alert-success-light {
  border-color: rgba(20, 184, 166, 0.32);
  border-left-color: #156c67;
}
.ui-theme-dark .tooltip-success-light .alert > .icon, .ui-theme-dark .alert.alert-success-light > .icon {
  color: #14B8A6;
}

.ui-theme-dark .alert.alert-warning-light {
  background-color: rgba(255, 160, 0, 0.32);
}
.ui-theme-dark .tooltip-warning-light .alert, .ui-theme-dark .alert.alert-warning-light {
  border-color: rgba(255, 160, 0, 0.32);
  border-left-color: #906011;
}
.ui-theme-dark .tooltip-warning-light .alert > .icon, .ui-theme-dark .alert.alert-warning-light > .icon {
  color: #FFA000;
}

.ui-theme-dark .alert.alert-error-light {
  background-color: rgba(227, 84, 112, 0.32);
}
.ui-theme-dark .tooltip-error-light .alert, .ui-theme-dark .alert.alert-error-light {
  border-color: rgba(227, 84, 112, 0.32);
  border-left-color: #81384b;
}
.ui-theme-dark .tooltip-error-light .alert > .icon, .ui-theme-dark .alert.alert-error-light > .icon {
  color: #E35470;
}

.ui-theme-dark .alert.alert-info-light {
  background-color: rgba(128, 184, 242, 0.32);
}
.ui-theme-dark .tooltip-info-light .alert, .ui-theme-dark .alert.alert-info-light {
  border-color: rgba(128, 184, 242, 0.32);
  border-left-color: #4e6c8f;
}
.ui-theme-dark .tooltip-info-light .alert > .icon, .ui-theme-dark .alert.alert-info-light > .icon {
  color: #80b8f2;
}

*, html, body {
  font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #181819;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.login-cnt {
  width: 100vw;
  height: 100vh;
}
.login-cnt > .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #d2d2d7;
  z-index: 1;
}
.login-cnt > .inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/login/bg09.jpeg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  filter: grayscale(100%);
  opacity: 0.5;
  z-index: -1;
}
.login-cnt .login-logo {
  display: block;
  width: 100%;
  padding: 35px 20px;
}
.login-cnt .logo-img {
  display: block;
  width: 70%;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.6;
}
.login-cnt .login-credits {
  text-align: center;
  padding: 14px;
}
.login-cnt .login-alert:empty {
  display: none;
}

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