@charset "UTF-8";
:root {
  --primaryColor: #5aa6b8;
  --primaryColor-dark: #5196a6;
  --primaryColor-light: #8cc1ce;
  --primaryColor-superLight: #e7f2f5;
}

#wrapper {
  height: 100%;
  overflow-y: hidden;
}
#wrapper #sidebar-wrapper {
  position: relative;
  min-height: 100vh;
  margin-left: -15rem;
  width: 15rem;
  min-width: 15rem;
  max-width: 15rem;
  flex-shrink: 0;
  transition: margin 0.25s ease-out;
  background: var(--primaryColor);
  font-size: 1rem;
}
#wrapper #sidebar-wrapper::before {
  content: "";
  background: url(/assets/images/CDLogo-Icon-White-Inverted-1500.png);
  opacity: 0.04;
  top: 0;
  left: -445px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 900px;
  max-width: 100%;
}
#wrapper #sidebar-wrapper .sidebar-subheading {
  color: #fff;
  font-size: 1.2rem;
  word-wrap: break-word;
}
#wrapper #sidebar-wrapper .sidebar-subheading #accountIdLabel {
  font-size: 56%;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
}
#wrapper #sidebar-wrapper .sidebar-subheading .sidebar-logo {
  width: 100%;
}
#wrapper #sidebar-wrapper #sidebar-ul {
  height: 90vh;
  overflow-y: auto;
  flex-flow: column;
}
#wrapper #sidebar-wrapper #sidebar-ul::-webkit-scrollbar-thumb {
  background: var(--primaryColor-light);
}
#wrapper #sidebar-wrapper #sidebar-ul::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor-light);
}
#wrapper #sidebar-wrapper #sidebar-ul::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}
#wrapper #sidebar-wrapper #sidebar-ul .nav-item {
  max-width: 15rem !important;
}
#wrapper #sidebar-wrapper #sidebar-ul .list-group-item {
  background: transparent;
  color: #fff;
  font-size: 1rem;
  margin-left: 1em;
}
#wrapper #sidebar-wrapper #sidebar-ul .list-group-item:hover, #wrapper #sidebar-wrapper #sidebar-ul .list-group-item.active {
  background: #f6f6f6;
  color: var(--primaryColor);
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
  text-decoration: none;
}
#wrapper #sidebar-wrapper #sidebar-ul .list-group-item a {
  display: block;
}
#wrapper #sidebar-wrapper #sidebar-ul .list-group-item .navigation-report-views {
  font-size: 0.8em;
  background-color: var(--primaryColor-light) !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 5px;
}
#wrapper #sidebar-wrapper #sidebar-ul .open-report-view {
  font-size: 0.85em;
  margin-left: 2em;
  padding: 5px 10px;
  padding: 3px 0 3px 10px;
  margin-top: 1px;
}
#wrapper #sidebar-wrapper #sidebar-ul .open-report-view:hover, #wrapper #sidebar-wrapper #sidebar-ul .open-report-view.active {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
#wrapper #sidebar-wrapper #sidebar-ul .navigation-report-views {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}
#wrapper .navbar {
  height: 4rem;
  background: #fff;
  border-bottom: 2px solid var(--primaryColor);
}
#wrapper #usernameContainer {
  color: var(--primaryColor);
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wrapper #usernameContainer #menu-toggle {
  color: var(--primaryColor);
  font-size: 3vh;
  background: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
}
#wrapper #usernameContainer #menu-toggle:focus {
  outline: none;
}
#wrapper #usernameContainer #username {
  font-size: 1.5rem;
}
@media screen and (max-width: 619px) {
  #wrapper #usernameContainer #username {
    display: none;
  }
}
#wrapper #usernameContainer .dev-username {
  cursor: pointer;
}
#wrapper .mourning-ribbon {
  width: 2rem !important;
  margin-right: 1rem !important;
}
#wrapper #supportDetails a {
  color: #343a40;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1360px) {
  #wrapper #supportDetails a {
    font-size: 0.9rem;
  }
}
#wrapper #supportDetails a i, #wrapper #supportDetails a:hover {
  color: var(--primaryColor);
}
#wrapper .navbar-brand img {
  max-height: 2.5rem;
  max-width: 10rem;
}
#wrapper #userDropdown button {
  background: transparent;
  color: var(--primaryColor);
  padding: 0;
}
#wrapper #userDropdown button:focus {
  box-shadow: none;
}
#wrapper #userDropdown button::after {
  display: none;
}
#wrapper #userDropdown button i {
  font-size: 2.6rem;
}
#wrapper #userDropdown .dropdown-menu {
  left: auto;
  right: 0;
}
#wrapper #userDropdown .profile-image img {
  border-radius: 50%;
  height: 38px;
}
#wrapper #userDropdown .dropdown-header {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
#wrapper #page-content-wrapper {
  max-width: 100vw;
  flex: 1 1 auto; /* Grow and shrink as needed */
  min-width: 0;
  background: #f6f6f6;
}
#wrapper #page-content-wrapper #page-content-container {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 4rem;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#browser-message {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.57);
}
#browser-message i {
  color: var(--primaryColor);
  font-size: 3rem;
}

body {
  min-height: 100vh !important;
  width: 100% !important;
}

.hiddenVRV2 {
  display: none !important;
}

.table-reports .oddFieldRow {
  background-color: rgba(0, 0, 0, 0.05);
}

.inlineDim {
  opacity: 0.6 !important;
}

.switchWrapper {
  min-width: 138.63px;
}
.switchWrapper .vrv2Toggle-wrapper {
  border: 1px solid #fff;
  background: #fff;
  min-height: 33.5px;
  max-height: 33.5px;
}
.switchWrapper .vrv2Toggle-wrapper label {
  margin-top: 0 !important;
}
.switchWrapper .vrv2Toggle-wrapper span {
  line-height: 20px !important;
}
.switchWrapper .vrv2Toggle-wrapper .switch-small {
  position: relative !important;
  display: inline-block !important;
  width: 40px !important;
  height: 20px !important;
  margin: auto !important;
}
.switchWrapper .vrv2Toggle-wrapper .switch-small .slider::before {
  position: absolute !important;
  content: "";
  height: 15px !important;
  width: 15px !important;
  left: 2px !important;
  bottom: 3px !important;
  background-color: white;
  transition: 0.4s;
}
.switchWrapper .vrv2Toggle-wrapper i {
  color: rgb(14, 14, 14) !important;
  font-weight: 700 !important;
}
.switchWrapper .vrv2Toggle-wrapper .vrv2FilterText {
  color: rgb(52, 58, 64);
  font-size: 12px;
}

#loadVisFromAnotherField {
  border: 1px solid #c4c4c4;
  background: white;
}
#loadVisFromAnotherField:hover {
  background: var(--primaryColor-light);
  color: white;
}
#loadVisFromAnotherField:hover i {
  color: white;
}

#addFirstVisGroup {
  background: var(--primaryColor);
  color: white;
  margin-left: 0.5rem;
}
#addFirstVisGroup i {
  color: white;
}
#addFirstVisGroup:hover {
  background: var(--primaryColor-light);
}

.loadVisRulesContainer {
  display: none;
  background: #f6f6f6;
  max-width: 100%;
  text-align: center;
  border: dashed 2px rgb(173, 173, 173);
  padding: 2em 6.5em !important;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.loadVisRulesContainer .culverdocs-select2-single__selection {
  background: white !important;
}
.loadVisRulesContainer .copy-large-icon {
  font-size: 10rem;
  position: absolute;
  left: -20px;
  margin-bottom: 1rem;
  bottom: 0;
  opacity: 0.2;
}
.loadVisRulesContainer #loadVisRulesBtn {
  background: var(--primaryColor);
  color: white;
  margin-left: 0.6rem;
}
.loadVisRulesContainer #loadVisRulesBtn i {
  color: white;
}
.loadVisRulesContainer #loadVisRulesBtn:hover {
  background: var(--primaryColor-light);
}
.loadVisRulesContainer #loadVisRulesBtn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.loadVisRulesContainer .backToVisRulesPlaceholder {
  margin-right: 0 !important;
  margin-left: 0 !important;
  background-color: white !important;
  border: 1px #c4c4c4 solid;
}
.loadVisRulesContainer .backToVisRulesPlaceholder:hover {
  background-color: var(--primaryColor-light) !important;
  color: white !important;
}
.loadVisRulesContainer .backToVisRulesPlaceholder:hover i {
  color: white !important;
}
.loadVisRulesContainer .form-group {
  margin-bottom: 0 !important;
}

.seperator-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.seperator-wrapper .seperator-vertical {
  height: 55px;
  width: 3px;
  background: var(--primaryColor);
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.seperator-wrapper .seperator-vertical span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  color: #000;
  background: #fff;
  padding: 0px;
}

.visrulesV2Container .orGroupWrapper {
  overflow: hidden;
}
.visrulesV2Container .orGroupWrapper .select2-dropdown {
  width: auto !important;
  white-space: nowrap !important;
}
.visrulesV2Container .orGroupWrapper .groupName {
  color: #343a40 !important;
}
.visrulesV2Container .orGroupWrapper .groupName :disabled {
  cursor: not-allowed !important;
  background-color: #e6e6e6;
  border: none !important;
  color: #343a40 !important;
  font-weight: 800;
}
.visrulesV2Container .orGroupWrapper .groupName :hover {
  cursor: default !important;
}
.visrulesV2Container .orGroupWrapper .actionButton:hover {
  cursor: pointer !important;
}
.visrulesV2Container .orGroupWrapper .orGroupHeader {
  width: 100%;
  padding: 10px;
  background: #e6e6e6;
  color: white;
  border-radius: 5px 5px 0px 0px;
}
.visrulesV2Container .orGroupWrapper .orGroupHeader span .groupName {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 5px;
}
.visrulesV2Container .orGroupWrapper .orGroupHeader span #editGroupName {
  color: white !important;
}
.visrulesV2Container .orGroupWrapper .orGroupHeader span #editGroupName:hover {
  cursor: pointer;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table {
  width: 100%;
  border-left: 5px solid #e6e6e6 !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr {
  min-height: 100px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td select {
  width: 100% !important;
  height: 100% !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td select:disabled {
  color: #999 !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .select2 {
  margin-top: 5px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer {
  margin-top: 0.4em;
  position: absolute;
  width: 175px;
  /*  Props Chip Hidden */
  display: none;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer .btn-chip {
  background-image: none;
  box-shadow: none;
  border: 1px solid;
  border-radius: 2px !important;
  font-size: 11.844px !important;
  font-weight: bold;
  padding: 0px 9px;
  float: right;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer .btn-chip:disabled {
  color: #cdcdcd;
  background-color: #7d7f81 !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer .btn-chip:disabled:hover {
  color: #cdcdcd;
  background-color: #7d7f81 !important;
  cursor: not-allowed;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer .btn-chip:disabled::after {
  display: none !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer .btn-chip:disabled:after {
  display: none !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer ul .propertyOption {
  width: 100%;
  border: none;
  padding-left: 0.1rem;
  padding: 0.5rem;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer ul .propertyOption:hover {
  background-color: var(--primaryColor);
  color: white;
  cursor: pointer;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td .propertyDropdownContainer ul .propertyOption.selectedPropertyOption {
  background-color: var(--primaryColor);
  color: white;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol {
  min-height: 55px;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2-results__option .select2-results__message,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2-results__option .select2-results__message,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2-results__option .select2-results__message {
  display: none !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select {
  width: 177px !important;
  min-height: 35px !important;
  min-width: 177px !important;
  max-width: 177px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2 .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2 .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .selection .select2-selection,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .selection .select2-selection {
  min-height: 35px !important;
  background: #f6f6f6 !important;
  border: 1px solid #c4c4c4 !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2 .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2 .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .selection .select2-selection .select2-selection__rendered,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .selection .select2-selection .select2-selection__rendered {
  line-height: 32px !important;
  min-height: 35px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2 .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2 .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .selection .select2-selection__arrow,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .selection .select2-selection__arrow {
  height: 35px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2 .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2 .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .selection .select2-search__field,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .selection .select2-search__field {
  outline-color: transparent !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol .select2 .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol input .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .fieldSelectCol select .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol .select2 .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol input .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .opSelectCol select .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .selection .select2-search__field *,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .selection .select2-search__field * {
  outline-color: transparent !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol {
  padding-right: 8px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .select2-selection__choice,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .select2-selection__choice__remove,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .select2-selection__choice,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .select2-selection__choice__remove,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .select2-selection__choice,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .select2-selection__choice__remove {
  max-height: 25px !important;
  line-height: 20px !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol .select2 .select2-selection--multiple,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol input .select2-selection--multiple,
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr .valueCol select .select2-selection--multiple {
  background: #f6f6f6 !important;
  border: 1px solid #c4c4c4 !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator {
  padding-left: 0.4rem !important;
  padding-right: 0px;
  padding-top: 15px !important;
  margin-right: 0px;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator .visrulesV2Indicator {
  font-size: 1.3rem !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator .visrulesV2Indicator i {
  color: var(--primaryColor) !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator .fa-circle-check {
  color: green;
  height: 100%;
  width: 100%;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator .fa-circle-exclamation {
  color: red;
  height: 100%;
  width: 100%;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.indicator .fa-circle-notch {
  color: var(--primaryColor);
  height: 100%;
  width: 100%;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody tr td.action {
  padding-left: 0 !important;
  padding-right: 1rem !important;
  padding-top: 15px !important;
  margin: 0 auto;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody .vr2ConditionActionBar {
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  background-color: #f6f6f6;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody .vr2ConditionActionBar .addCondition {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: white;
  font-size: 1rem;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody .vr2ConditionActionBar .addCondition i {
  color: white !important;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody .vr2ConditionActionBar .addCondition:hover {
  background: var(--primaryColor-dark) !important;
  color: white !important;
  cursor: pointer;
}
.visrulesV2Container .orGroupWrapper .orGroupBody table tbody .vr2ConditionActionBar .addCondition:hover i {
  color: white !important;
}

#noVisGroupContainer #noVisGroupBody .no-vis-group div {
  background: #f6f6f6;
  max-width: 100%;
  text-align: center;
  border: dashed 2px rgb(173, 173, 173);
  padding: 2em 8.5em !important;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
}
#noVisGroupContainer #noVisGroupBody .no-vis-group div #addVisV1 {
  display: block;
  margin-top: 0.5em;
}
#noVisGroupContainer #noVisGroupBody .no-vis-group .eye-large-icon {
  font-size: 12rem;
  position: absolute;
  left: -32px;
  bottom: 0;
  opacity: 0.3;
}

.hide-search {
  display: none !important;
}

.hide-dropdown-arrow .select2-selection::before {
  display: none !important;
}

.deleteButton i {
  color: #921925 !important;
}
.deleteButton:hover {
  cursor: pointer !important;
  background: #921925 !important;
  color: white !important;
}
.deleteButton:hover i {
  color: white !important;
}

.valueCol textarea {
  line-height: 20px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  color: rgb(68, 68, 68) !important;
  padding-left: 4px !important;
}

#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container {
  background: #f6f6f6;
  max-width: 100%;
  text-align: center;
  border: dashed 2px rgb(173, 173, 173);
  padding: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 10px;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow {
  margin-right: 0;
  margin-left: 0;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow .addGroupDescription {
  text-align: left;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow .addGroupDescription p {
  margin: 0;
  padding: 0;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow .addGroupDescription h5 {
  margin: 0;
  margin-bottom: 5px;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow #addNewVisGroup {
  background-color: var(--primaryColor) !important;
  color: white !important;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow #addNewVisGroup :hover {
  background-color: var(--primaryColor-dark) !important;
}
#AddNewVisGroupContainer #addVisGroupBody .add-vis-group .container .addVisGroupRow #addNewVisGroup i {
  color: white !important;
}

.loader-wrapper {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.loader-wrapper .loader {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 30%;
}
.loader-wrapper .loader .fa-circle-notch {
  opacity: 0.4 !important;
  font-size: "3em" !important;
}

#modalHeader {
  padding-top: 12px;
  padding-bottom: 12px;
  background: var(--primaryColor) !important;
  color: #fff !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#modalHeader .card-title {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 26vw;
}
#modalHeader i {
  color: #fff;
}
#modalHeader .dropdown-menu i {
  color: var(--primaryColor);
}
#modalHeader #closemodalicon {
  line-height: 2.5rem;
}
#modalHeader button {
  background: var(--primaryColor);
  color: #fff;
  border: 1px solid #fff;
}
#modalHeader button i {
  color: #fff;
}
#modalHeader button:hover {
  background: #fff;
  color: var(--primaryColor);
}
#modalHeader button:hover i {
  color: var(--primaryColor);
}
#modalHeader button:focus {
  outline: none;
  box-shadow: none;
}
#modalHeader #closeeditcontainer {
  color: #fff;
}
#modalHeader .data-type-label {
  opacity: 0.5;
}

.card-header i {
  color: var(--primaryColor);
}
.card-header #closeeditcontainer {
  color: #343a40;
}

#editFieldCardBody {
  padding-top: 0;
  padding-bottom: 0;
}
#editFieldCardBody label {
  font-weight: bold;
}
#editFieldCardBody .w-33 {
  width: 33% !important;
}
#editFieldCardBody .accordion-header label {
  color: #343a40;
}
#editFieldCardBody #editFieldFormGroup {
  margin-bottom: 0;
}

.modal-xl {
  max-width: 70vw !important;
}

.modal .modal-body {
  max-height: 54rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  box-shadow: none;
  border-radius: 0;
}
.modal .alert.alert-success a {
  color: #155724;
}

.to-record-button {
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  padding: 5px;
}
.to-record-button:hover {
  transform: scale(1.05);
  color: var(--primaryColor) !important;
}
.to-record-button:focus {
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.to-record-button:disabled {
  cursor: progress !important;
}
.to-record-button:disabled i {
  color: rgb(173, 173, 173) !important;
  cursor: progress !important;
}
.to-record-button:disabled:hover {
  transform: none;
}

.d-box {
  display: -webkit-box !important;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: auto !important;
}

.wizard-modal .hide-content {
  display: none;
}
.wizard-modal .wizard-btn {
  height: 100%;
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.25s;
  color: #343a40;
}
.wizard-modal .wizard-btn i {
  font-size: 3rem;
  padding-bottom: 1rem;
}
.wizard-modal .wizard-btn:hover {
  border-color: #c4c4c4;
  box-shadow: 1px 1px 5px 0px #333;
}
.wizard-modal .wizard-btn-primary:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}
.wizard-modal .text-decoration-none {
  text-decoration: none !important;
}

#steps-progress {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  list-style: none;
  counter-reset: number;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  position: relative;
  pointer-events: none;
}
.step:not(:last-child):before, .step:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.25rem;
  content: "";
  transform: translateY(-50%);
  will-change: width;
}
.step:before {
  width: 100%;
  background-color: #c4c4c4;
}
.step:after {
  width: 0;
  background-color: var(--primaryColor);
}
.step--complete:after {
  width: 100% !important;
  opacity: 1;
  transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #fff;
  border: 0.25rem solid #c4c4c4;
  border-radius: 50%;
  color: transparent;
  font-size: 1.25rem;
  z-index: 2;
  counter-increment: number;
}
.step-number:before {
  display: block;
  color: #c4c4c4;
  content: counter(number);
}
.step--complete.step--active .step-number {
  color: #fff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.step--incomplete.step--active .step-number {
  border-color: var(--primaryColor);
  transition-delay: 0.5s;
}
.step--incomplete.step--active .step-number:before {
  color: #343a40;
}
.step--complete .step-number {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.step--complete .step-number:before {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: relative;
  top: 1.5px;
  left: 0.25px;
}

.step-label {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-top: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.step--incomplete.step--inactive .step-label {
  color: #c4c4c4;
}
.step--incomplete.step--active .step-label {
  color: #343a40;
  font-weight: 600;
}
.step--active .step-label {
  transition: color 0.3s ease-in-out;
  transition-delay: 0.5s;
}

#step-content-container .step-content, #message-box .step-content {
  display: none;
}
#step-content-container .circle-loader-container, #message-box .circle-loader-container {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
}
#step-content-container .circle-loader, #message-box .circle-loader {
  margin: 30px 0 30px auto;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-left-color: var(--primaryColor);
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: none;
  vertical-align: top;
  min-width: 8em;
}
#step-content-container .circle-loader, #step-content-container .circle-loader:after, #message-box .circle-loader, #message-box .circle-loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
#step-content-container .body-icon, #message-box .body-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7em;
  padding-left: 3rem;
}
#step-content-container .success, #message-box .success {
  animation: none;
  border-color: #5cb85c;
  transition: border opacity 500ms ease-out;
}
#step-content-container .success .status.draw:after, #message-box .success .status.draw:after {
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
#step-content-container .success .status:after, #message-box .success .status:after {
  opacity: 1;
  height: 4em;
  width: 2em;
  transform-origin: left top;
  border-right: 0.25rem solid #5cb85c;
  border-top: 0.25rem solid #5cb85c;
  content: "";
  left: 1.8095238095em;
  top: 4em;
  position: absolute;
}
#step-content-container .failed, #step-content-container .error, #message-box .failed, #message-box .error {
  animation: none;
  border-color: #FF0000;
  transition: border opacity 500ms ease-out;
}
#step-content-container .failed .status, #step-content-container .error .status, #message-box .failed .status, #message-box .error .status {
  top: 50%;
  left: 50%;
  position: absolute;
}
#step-content-container .failed .status.draw:before, #step-content-container .failed .status.draw:after, #step-content-container .error .status.draw:before, #step-content-container .error .status.draw:after, #message-box .failed .status.draw:before, #message-box .failed .status.draw:after, #message-box .error .status.draw:before, #message-box .error .status.draw:after {
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-name: crossmark;
}
#step-content-container .failed .status.draw:before, #step-content-container .error .status.draw:before, #message-box .failed .status.draw:before, #message-box .error .status.draw:before {
  transform: scaleX(-1) rotate(45deg);
}
#step-content-container .failed .status.draw:after, #step-content-container .error .status.draw:after, #message-box .failed .status.draw:after, #message-box .error .status.draw:after {
  transform: scaleX(-1) rotate(225deg);
}
#step-content-container .failed .status:before, #step-content-container .failed .status:after, #step-content-container .error .status:before, #step-content-container .error .status:after, #message-box .failed .status:before, #message-box .failed .status:after, #message-box .error .status:before, #message-box .error .status:after {
  opacity: 1;
  height: 2em;
  width: 2em;
  transform-origin: left top;
  border-right: 0.25rem solid #FF0000;
  border-top: 0.25rem solid #FF0000;
  content: "";
  position: absolute;
}
#step-content-container .failed .status:before, #step-content-container .error .status:before, #message-box .failed .status:before, #message-box .error .status:before {
  left: calc(1.8rem - 0.5rem);
  top: calc(0.5rem - 1.8rem);
}
#step-content-container .failed .status:after, #step-content-container .error .status:after, #message-box .failed .status:after, #message-box .error .status:after {
  left: calc(0.7071067824rem - 1.9rem);
  top: calc(1.9rem - 0.3535533912rem);
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}
@keyframes crossmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 2em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    opacity: 1;
  }
}

.modal-has-tabs .modal-dialog.modal-lg {
  max-width: 65rem;
}
.modal-has-tabs #closemodalicon {
  padding-right: 0.5rem;
}
.modal-has-tabs .modal-content {
  background: var(--primaryColor);
}
.modal-has-tabs .modal-content #modalHeader {
  border-bottom: 0;
  padding-left: 0;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon {
  display: flex;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon > .row {
  flex-grow: 1;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon {
  width: 180px;
  position: relative;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon.visible .icon {
  top: 0;
  opacity: 0.5;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon.visible .icon-text {
  opacity: 0.5;
  top: 54px;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon .icon {
  font-size: 50px;
  position: absolute;
  top: -20px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 500ms ease-in-out;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon .icon.fa-spin {
  margin-left: -25px;
}
.modal-has-tabs .modal-content #modalHeader.has-tabs-icon .modal-tabs-icon .icon-text {
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
  transition: all 500ms ease-in-out;
  opacity: 0;
  position: absolute;
}
.modal-has-tabs .modal-content .modal-footer {
  border-top: 0;
}
.modal-has-tabs .modal-content .modal-footer .cd-btn-save, .modal-has-tabs .modal-content .modal-footer .culverdocs-swal-confirm .swal2-styled.swal2-confirm, .culverdocs-swal-confirm .modal-has-tabs .modal-content .modal-footer .swal2-styled.swal2-confirm {
  background: var(--primaryColor-light);
}
.modal-has-tabs .modal-content .modal-footer .cd-btn-save-lighter {
  background: var(--primaryColor-superLight);
}
.modal-has-tabs .modal-content .modal-body-container {
  display: flex;
}
.modal-has-tabs .modal-content .modal-body-container .modal-body {
  margin-right: 1rem;
  background: #fff;
  border-radius: 0.25rem;
  min-height: 500px;
  max-height: 500px;
}
@media (max-height: 768px) {
  .modal-has-tabs .modal-content .modal-body-container .modal-body {
    min-height: 200px;
    max-height: 100%;
    height: 100%;
  }
}
.modal-has-tabs .modal-content .modal-body-container .modal-body::-webkit-scrollbar-track {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modal-has-tabs .modal-content .modal-body-container .modal-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab {
  display: none;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab.active {
  display: block;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation {
  position: relative;
  left: 40px;
  opacity: 0;
  padding: 3rem 0 1rem 1rem;
  width: 180px;
  transition: all 500ms ease-in-out;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation.visible {
  left: 0;
  opacity: 1;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul li {
  margin-bottom: 5px;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul li.active a, .modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul li.active:hover a {
  color: var(--primaryColor-dark);
  background: #fff;
  font-weight: bold;
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul li:hover a {
  background: var(--primaryColor-light);
  text-decoration: none;
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
}
.modal-has-tabs .modal-content .modal-body-container .modal-tab-navigation ul li a {
  display: block;
  padding: 0.75em 1em;
  font-size: 1.2em;
  color: #fff;
  background: none;
  padding: 0.75em 1em;
  font-size: 1.1em;
  transition: all 250ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publishTypeLabel {
  font-size: 0.8em;
  font-weight: lighter;
  padding: 0;
}

.accordion {
  margin: 20px;
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-icon {
  width: 6rem;
}
.accordion .accordion-icon i {
  color: #343a40;
  font-size: 1.5rem;
}
.accordion .card-header {
  cursor: pointer;
  color: #343a40;
  border-bottom: none;
}
.accordion .card-header label {
  cursor: pointer;
}

.card {
  background: #fff;
  color: #343a40;
  border: 1px solid #c4c4c4;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.card-category span i {
  font-size: 2.8rem !important;
  color: #959595;
}
.card-category p {
  border-bottom: 2px solid #c4c4c4;
  font-size: 1.2rem !important;
}

.card-number {
  color: var(--primaryColor);
  font-size: 4rem;
}

.card-body button,
.card-footer button {
  background: #fff;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  font-size: 1rem;
}
.card-body button i,
.card-footer button i {
  color: var(--primaryColor);
}
.card-body button:hover,
.card-footer button:hover {
  background: var(--primaryColor);
  color: #fff;
}
.card-body button:hover i,
.card-footer button:hover i {
  color: #fff;
}

.card-body hr {
  border-color: #343a40;
}
.card-body a {
  color: #343a40;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
.card-body a:hover {
  color: var(--primaryColor);
}
.card-body i {
  color: var(--primaryColor);
  line-height: initial;
}
.card-body .stat-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  transition: 0.5s;
}
.card-body .stat-link:hover {
  padding: 0 10px;
}

.card-header {
  background: transparent !important;
  color: #343a40;
  border-radius: 0;
  border-bottom: 1px solid #c4c4c4;
  padding: 7px 20px;
}
.card-header button {
  background: #fff;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  font-size: 1rem;
}
.card-header button i {
  color: var(--primaryColor);
}
.card-header button:hover {
  background: var(--primaryColor);
  color: #fff;
  border: 1px solid var(--primaryColor);
}
.card-header button:hover i {
  color: #fff;
}
.card-header .card-title svg, .card-header .card-title .header-icon {
  transform: scale(1.3);
  opacity: 0.3;
}
.card-header .card-title span {
  margin-left: -18px;
}
.card-header .card-title p {
  margin-left: 10px;
}

.card-header-top {
  background: #fff;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid #c4c4c4;
}

.card-header:first-child {
  border-radius: 0;
}

.card-title {
  color: #343a40;
  font-weight: normal;
  margin: 0;
  background: transparent !important;
}

@media (max-width: 768px) {
  .card {
    margin: 10px 0 10px 0;
  }
  .card-number {
    font-size: 3rem;
  }
}
.form-group .form-control {
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  border-radius: 3px !important;
  padding: 0 10px;
  margin-top: 7px;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  line-height: 1.8rem !important;
  transition: 0.1s;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: var(--primaryColor);
}
.form-group .form-control:hover {
  border-color: var(--primaryColor);
}
.form-group .form-control:disabled {
  cursor: not-allowed;
}
.form-group textarea.form-control {
  color: #343a40 !important;
  padding: 3px 10px !important;
  min-height: 2.5rem !important;
  max-height: 37rem !important;
}
.form-group .control-label {
  color: #343a40;
  font-weight: 600;
  margin-top: 7px !important;
  margin-bottom: 0 !important;
}
.form-group .collapsed {
  cursor: pointer;
}
.form-group span i {
  color: var(--primaryColor);
}

select {
  -moz-appearance: none;
  cursor: pointer;
}

input[type=date] {
  cursor: pointer;
}

input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.25em;
  background: #aaa;
  border: none;
  border-radius: 3px !important;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background: var(--primaryColor);
  margin-top: -4px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:hover {
  cursor: pointer;
}

input[type=color] {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}
input[type=color]:hover {
  transform: scale(1.03) !important;
}

input[type=file] {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + label {
  background: #f6f6f6;
  border: 1px solid var(--primaryColor);
  border-radius: 3px !important;
}

.radioOptions, .checkboxOptions {
  border: 1px solid transparent;
  height: 2.25rem;
  line-height: 2.25rem;
}
.radioOptions:hover, .checkboxOptions:hover {
  background: #f6f6f6;
  border-color: #c4c4c4;
  border-radius: 3px !important;
  cursor: pointer;
}

.dtsp-searchPane input::-moz-placeholder {
  white-space: nowrap !important;
}

.dtsp-searchPane input::placeholder {
  white-space: nowrap !important;
}

.file-uploaded-input {
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  border-radius: 3px !important;
  padding: 4px 10px;
  margin-top: 7px;
  min-height: 2.5rem !important;
  line-height: 1.8rem !important;
}

#datepicker {
  cursor: pointer !important;
}

.litepicker {
  font-family: "Open Sans", sans-serif !important;
}
.litepicker .button-previous-month, .litepicker .button-next-month {
  cursor: pointer !important;
}
.litepicker .container__days .day-item:hover {
  border-color: var(--primaryColor) !important;
  color: white;
  cursor: pointer;
  box-shadow: none !important;
  background: var(--primaryColor);
}
.litepicker .container__days .day-item.is-today {
  color: #333;
  font-weight: bold;
}
.litepicker .container__days .day-item.is-in-range {
  background: var(--primaryColor-chart-3);
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date {
  background: var(--primaryColor);
}
.litepicker .month-item-header button:hover,
.litepicker .month-item-header a:hover {
  color: var(--primaryColor) !important;
}
.litepicker .month-item-header button:hover svg,
.litepicker .month-item-header a:hover svg {
  fill: var(--primaryColor) !important;
}
.litepicker .reset-button {
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.litepicker .reset-button:focus {
  outline: 0 !important;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  text-align: center;
  font-size: 12px;
  transform: translateX(-50%) translateY(-50%);
}
.spinner > div {
  background-color: var(--primaryColor);
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  animation-delay: -1.1s;
}
.spinner .rect3 {
  animation-delay: -1s;
}
.spinner .rect4 {
  animation-delay: -0.9s;
}
.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.spinner-inline img {
  max-height: 100%;
  height: 100%;
}

.data-tables__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  text-align: center;
  font-size: 12px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999999999;
}
.data-tables__spinner > div {
  background-color: var(--primaryColor);
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.data-tables__spinner .rect2 {
  animation-delay: -1.1s;
}
.data-tables__spinner .rect3 {
  animation-delay: -1s;
}
.data-tables__spinner .rect4 {
  animation-delay: -0.9s;
}
.data-tables__spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
div[data-notify] {
  z-index: 99999 !important;
  background: var(--primaryColor);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  flex: none !important;
  display: block !important;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.8);
  right: 20px !important;
  left: initial !important;
  margin: 0 !important;
  border: none !important;
}

.alert-success {
  background: #fff;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.57);
}

.swal2-popup {
  border: 2px solid var(--primaryColor) !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.57);
}

.swal2-right {
  justify-content: flex-end !important;
  flex-direction: unset !important;
}
.swal2-right .swal2-confirm {
  margin-left: 5px !important;
}

.swal2-title {
  color: #343a40;
}

.swal2-content {
  color: #343a40;
}

.swal2-styled.swal2-confirm {
  background: var(--primaryColor);
  transition: 0.3s;
}
.swal2-styled.swal2-confirm:hover {
  background: var(--primaryColor-dark);
}

.swal2-styled.swal2-cancel {
  transition: 0.3s;
}
.swal2-styled.swal2-cancel:hover {
  background: rgb(144.5, 144.5, 144.5);
}

.swal2-styled:focus {
  box-shadow: none;
}

.culverdocs-swal-confirm .swal2-header {
  display: block;
  padding: 0;
}
.culverdocs-swal-confirm .swal2-header .swal2-title {
  padding: 0;
  margin: 0;
  display: block !important;
  text-align: inherit !important;
}
.culverdocs-swal-confirm .swal2-actions {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  margin-top: 0;
}
.culverdocs-swal-confirm .swal2-styled.swal2-cancel,
.culverdocs-swal-confirm .swal2-styled.swal2-confirm {
  padding: 0.375rem 0.75rem;
  margin: 0;
}
.culverdocs-swal-confirm .swal2-content {
  font-size: 1em;
  color: #212529;
  padding: 1em;
  text-align: left;
}
.culverdocs-swal-confirm .swal2-popup {
  border: none !important;
  box-shadow: none;
  padding: 0;
}

.table {
  margin: 0;
  color: #343a40;
  font-size: 1rem;
}
.table th {
  color: #343a40;
}
.table th:focus {
  outline: none;
}
.table a {
  color: #343a40;
  border-top: 1px solid transparent;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
}
.table a:hover {
  color: var(--primaryColor);
  text-decoration: none;
  border-bottom: 2px solid var(--primaryColor);
}
.table a:hover i {
  color: var(--primaryColor);
}
.table td {
  vertical-align: middle;
}

.filtered-fields {
  border-top: none !important;
}

.table-fixed {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.table-fixed thead {
  flex: 0 0 auto;
}
.table-fixed tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-fixed tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.culvertable:not(.datatables__culvertable) {
  display: none;
}
.culvertable .dataTables_info {
  background-color: #fff;
  z-index: 3;
  position: relative;
}
.culvertable .dataTables_info,
.culvertable .dataTables_paginate {
  padding: 1.25rem !important;
  line-height: 2.7rem;
}
.culvertable .dataTables_filter {
  padding: 0 1.25rem !important;
}
.culvertable .dataTables_filter .form-control {
  padding: 0 !important;
  margin-top: 7px !important;
}
.culvertable .dataTables_filter .form-control:focus-within {
  border-color: var(--primaryColor) !important;
}
.culvertable .dataTables_filter input {
  background: #f6f6f6 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  outline: none !important;
}
.culvertable .dropdown-toggle {
  box-shadow: none !important;
}
.culvertable .dt-buttons {
  float: none !important;
}
.culvertable .dt-button {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  color: #343a40 !important;
  display: block !important;
  font-weight: 400 !important;
  text-align: left !important;
  white-space: nowrap !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 0.375rem 0.75rem !important;
  margin: 0;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  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 !important;
}
.culvertable .dt-button i {
  color: var(--primaryColor) !important;
  font-size: 1.2rem !important;
}
.culvertable .dt-button:hover {
  background: var(--primaryColor) !important;
  color: #fff !important;
}
.culvertable .dt-button:hover i {
  color: #fff !important;
}
.culvertable .dataTables_scrollBody {
  border-color: #c4c4c4 !important;
  border-top: 1px solid #c4c4c4 !important;
}
.culvertable table {
  border-bottom: none !important;
}
.culvertable table.dataTable.no-footer:not(.datatables__culvertable--allow-auto-width) {
  width: 100% !important;
}
.culvertable .sorting,
.culvertable .sorting_asc,
.culvertable .sorting_desc {
  cursor: pointer !important;
  min-width: 125px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.culvertable thead tr,
.culvertable tbody tr {
  background: #fff;
  font-size: 1rem !important;
}
.culvertable tbody tr:nth-of-type(odd) {
  background: #f2f2f2;
}
.culvertable .dataTables_scrollHeadInner {
  width: 100% !important;
}
.culvertable th {
  border: none !important;
  outline: none !important;
  color: #343a40 !important;
}
.culvertable th > .rotate {
  padding: 25px 0;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
}
.culvertable .rotate {
  width: 45%;
  overflow: visible;
  transform: rotate(-90deg);
  position: relative;
  left: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.culvertable td {
  max-width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.culvertable td a {
  color: #343a40 !important;
  text-decoration: underline !important;
}
.culvertable td a:hover {
  font-weight: 600 !important;
}
.culvertable td i {
  color: var(--primaryColor);
}
.culvertable td .fa-pencil {
  cursor: pointer !important;
  transition: 0.5s !important;
}
.culvertable td .fa-pencil:hover {
  transform: scale(1.1) rotate(-15deg) !important;
}
.culvertable td .import-from-template-button {
  background: #fff;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}
.culvertable td .import-from-template-button:hover {
  background: var(--primaryColor);
  color: #fff;
}
.culvertable td .text-danger {
  color: #bd2130 !important;
}
.culvertable .paginate_button {
  background: #fff !important;
  border: 1px solid var(--primaryColor) !important;
  outline: none !important;
  color: var(--primaryColor) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  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 !important;
}
.culvertable .paginate_button:hover {
  background: var(--primaryColor) !important;
  color: #fff !important;
  border: 1px solid var(--primaryColor) !important;
}
.culvertable .paginate_button.disabled,
.culvertable .paginate_button.disabled {
  background: #f2f2f2 !important;
  border: 1px solid rgb(173, 173, 173) !important;
}
.culvertable .paginate_button.disabled:hover,
.culvertable .paginate_button.disabled:hover {
  background: #f2f2f2 !important;
  color: var(--primaryColor) !important;
}
.culvertable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--primaryColor) !important;
  color: #fff !important;
  border: 1px solid var(--primaryColor) !important;
}
.culvertable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--primaryColor) !important;
  color: #fff !important;
}
.culvertable .text-muted {
  color: #6c757d !important;
}
.culvertable .restrict-sorting {
  background: none !important;
  text-overflow: initial !important;
}
.culvertable td,
.culvertable th {
  box-shadow: rgba(0, 0, 0, 0) 8px 0px 5px -4px !important;
}
.culvertable .DTFC_LeftBodyWrapper,
.culvertable .DTFC_LeftHeadWrapper {
  box-shadow: none !important;
  border-right: 1px solid #c1c1c1 !important;
  top: 0 !important;
}
.culvertable .DTFC_LeftBodyWrapper tr,
.culvertable .DTFC_LeftHeadWrapper tr {
  box-shadow: none !important;
}
.culvertable .DTFC_LeftBodyLiner {
  top: 1px !important;
}

.dt-button-info {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
  border: 2px solid var(--primaryColor) !important;
}
.dt-button-info h2 {
  display: none;
}

.dt-button-collection {
  padding: 0 !important;
  left: -90% !important;
  width: 60rem !important;
}
.dt-button-collection .dtsp-container {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.dt-button-collection .dtsp-container .dtsp-titleRow {
  background: var(--primaryColor);
  color: #fff;
  padding: 12px 26px;
}
.dt-button-collection .dtsp-container .dtsp-titleRow .dtsp-title {
  font-weight: 600;
  margin-top: 7px;
}
.dt-button-collection .dtsp-container .dtsp-titleRow button {
  background: var(--primaryColor);
  border: 1px solid #fff;
  color: #fff;
}
.dt-button-collection .dtsp-container .dtsp-titleRow button:hover {
  background: #fff;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}
.dt-button-collection .dtsp-container .dtsp-searchPanes {
  max-height: 60vh !important;
  overflow-y: auto !important;
}
.dt-button-collection .dtsp-container .dtsp-searchPanes .dtsp-searchPane {
  padding-bottom: 1rem;
}
.dt-button-collection .dtsp-container .dtsp-searchPanes .dtsp-topRow {
  margin: 0.5rem 0 -0.5rem;
}
.dt-button-collection .dtsp-container .dtsp-searchPanes tr:hover,
.dt-button-collection .dtsp-container .dtsp-searchPanes tr.selected {
  background: var(--primaryColor);
  color: #fff;
}
.dt-button-collection .dtsp-container .dtsp-searchPanes .dtsp-searchPane .dataTables_scrollBody {
  border: 2px var(--primaryColor) solid !important;
  padding: 0 !important;
}
.dt-button-collection .dtsp-container .dtsp-searchPanes .dtsp-searchPane .dataTables_scrollBody:hover {
  border: 2px var(--primaryColor) solid !important;
}
.dt-button-collection .dtsp-container .dtsp-subRow1 input {
  border: none;
  background: #fff;
}
.dt-button-collection .dtsp-container .dtsp-subRow1 input::-moz-placeholder {
  color: #343a40;
  font-weight: 600;
  font-size: 1.2rem;
}
.dt-button-collection .dtsp-container .dtsp-subRow1 input::placeholder {
  color: #343a40;
  font-weight: 600;
  font-size: 1.2rem;
}

.gravatar-table-image {
  height: 20px;
  border-radius: 50%;
}

#tabs-container {
  padding: 0;
  margin: -1px -1px -1px;
}
#tabs-container .nav-item {
  text-align: center;
  background: #f2f2f2;
}
#tabs-container .nav-item:first-child:nth-last-child(1), #tabs-container .nav-item:first-child:nth-last-child(1) ~ .nav-item {
  width: 100%;
}
#tabs-container .nav-item:first-child:nth-last-child(2), #tabs-container .nav-item:first-child:nth-last-child(2) ~ .nav-item {
  width: 50%;
}
#tabs-container .nav-item:first-child:nth-last-child(3), #tabs-container .nav-item:first-child:nth-last-child(3) ~ .nav-item {
  width: 33.3333333333%;
}
#tabs-container .nav-item:first-child:nth-last-child(4), #tabs-container .nav-item:first-child:nth-last-child(4) ~ .nav-item {
  width: 25%;
}
#tabs-container .nav-item:first-child:nth-last-child(5), #tabs-container .nav-item:first-child:nth-last-child(5) ~ .nav-item {
  width: 20%;
}
#tabs-container .nav-item:first-child:nth-last-child(6), #tabs-container .nav-item:first-child:nth-last-child(6) ~ .nav-item {
  width: 16.6666666667%;
}
#tabs-container .nav-item:first-child:nth-last-child(7), #tabs-container .nav-item:first-child:nth-last-child(7) ~ .nav-item {
  width: 14.2857142857%;
}
#tabs-container .nav-item:first-child:nth-last-child(8), #tabs-container .nav-item:first-child:nth-last-child(8) ~ .nav-item {
  width: 12.5%;
}
#tabs-container .nav-item:first-child:nth-last-child(9), #tabs-container .nav-item:first-child:nth-last-child(9) ~ .nav-item {
  width: 11.1111111111%;
}
#tabs-container .nav-item:first-child:nth-last-child(10), #tabs-container .nav-item:first-child:nth-last-child(10) ~ .nav-item {
  width: 10%;
}
#tabs-container .nav-tabs .nav-item .active, #tabs-container .nav-tabs .nav-item .nav-link {
  border: 1px solid #c4c4c4;
  border-right: none !important;
  border-radius: 0;
  color: #343a40;
}
#tabs-container .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #c4c4c4 !important;
}
#tabs-container .nav-tabs .nav-item .active {
  background: var(--primaryColor-light);
  border-color: var(--primaryColor-light);
  color: #fff;
}
#tabs-container .nav-tabs .nav-item .active i {
  color: #343a40 !important;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item .nav-link {
  color: #343a40;
  border: 2px solid transparent;
  border-bottom: none;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #343a40;
  border: 1px solid #c4c4c4;
  border-bottom: none;
}
.nav-tabs .nav-item .active {
  color: #343a40;
  border-color: var(--primaryColor-light);
  border-bottom: none;
}

.nav-pills {
  border: 1px solid #c4c4c4;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-pills .nav-link.active {
  background: var(--primaryColor-light);
  border-color: var(--primaryColor-light);
  color: #fff;
}
.nav-pills .nav-link {
  border-radius: 0px;
}
.nav-pills .nav-link:hover {
  background: var(--primaryColor-light);
  color: #fff;
}

.tab-pane {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

.drag-and-drop-uploader-container {
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 3em;
  cursor: pointer;
  transition: all 500ms ease;
  text-align: center;
}

.drag-and-drop-uploader-container.highlight {
  border-color: var(--primaryColor);
  transition: all 500ms ease;
}

.drag-and-drop-uploader-selected {
  display: flex;
}
.drag-and-drop-uploader-selected div {
  background: #c4c4c4;
  font-size: 0.8em;
  padding: 0.5em;
  margin-top: 0.5em;
  border-radius: 5px;
  margin-right: 0.5em;
}
.drag-and-drop-uploader-selected div .remove-chosen-file {
  cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: auto;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: var(--primaryColor);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--primaryColor);
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.switch-small {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 14px;
  margin: auto;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch-small input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-small .slider {
  position: absolute;
  cursor: pointer;
  top: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #ccc;
  transition: 0.4s;
}
.switch-small .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
.switch-small input:checked + .slider {
  background-color: var(--primaryColor);
}
.switch-small input:focus + .slider {
  box-shadow: 0 0 1px var(--primaryColor);
}
.switch-small input:checked + .slider:before {
  transform: translateX(22px);
}
.switch-small .slider.round {
  border-radius: 34px;
}
.switch-small .slider.round:before {
  border-radius: 50%;
}

.switch-green input:checked + .slider {
  background-color: green;
}
.switch-green input:focus + .slider {
  box-shadow: 0 0 1px green;
}

[data-toggle-link] {
  display: inline-flex;
  background: #e9e9e9;
  padding: 3px;
  border-radius: 2rem;
  cursor: pointer !important;
  text-decoration: none !important;
  position: absolute;
  margin: auto 10px;
}
[data-toggle-link] .toggle-link-section {
  text-align: center !important;
  margin: auto;
}
[data-toggle-link] span {
  display: flex;
  background: #e9e9e9;
  color: #343a40;
  padding: 2px 6px;
  margin: auto !important;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 2rem;
}

[data-toggle-link=left]:hover {
  font-weight: 600;
}
[data-toggle-link=left] .toggle-link-left {
  background: #fff;
  font-weight: 600;
}

[data-toggle-link=right] {
  background: var(--primaryColor);
  color: #fff;
}
[data-toggle-link=right]:hover {
  background: var(--primaryColor-dark);
}
[data-toggle-link=right]:hover .toggle-link-left {
  background: var(--primaryColor-dark);
}
[data-toggle-link=right] .toggle-link-left {
  background: var(--primaryColor);
  color: #fff;
}
[data-toggle-link=right] .toggle-link-right {
  background: #fff;
  font-weight: 600;
}

:root {
  --primaryColor: #5aa6b8;
  --primaryColor-dark: #5196a6;
  --primaryColor-light: #8cc1ce;
  --primaryColor-superLight: #e7f2f5;
}

.datatables__culvertable table tr td.dataTables_empty {
  background: white !important;
}

.datatables__culvertable-container {
  overflow: hidden;
  position: relative;
}
.datatables__culvertable-container th {
  text-align: center;
}
.datatables__culvertable-container th:first-child {
  text-align: left;
}
.datatables__culvertable-container .to-record-button:hover {
  color: var(--primaryColor) !important;
}
.datatables__culvertable-container .to-record-button:hover i {
  color: var(--primaryColor) !important;
}
.datatables__culvertable-container .datatables__culvertable {
  background-color: white !important;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.datatables__culvertable-container .datatables__culvertable:not(.datatables__culvertable--initialised) {
  opacity: 0;
}
.datatables__culvertable-container .datatables__culvertable:not(.datatables__culvertable--initialised) tbody {
  min-height: 400px;
  display: block;
}
.datatables__culvertable-container .datatables__culvertable .card {
  border: none !important;
  border-bottom: 1px solid #c4c4c4 !important;
}
.datatables__culvertable-container .datatables__culvertable table tr {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datatables__culvertable-container .datatables__culvertable table tr td:first-child {
  text-align: left !important;
}
.datatables__culvertable-container .datatables__culvertable table td {
  text-align: center;
  overflow: hidden;
}
.datatables__culvertable-container .datatables__culvertable table td .to-record-button {
  padding-top: 0;
  padding-bottom: 0;
}
.datatables__culvertable-container .datatables__culvertable .datatables-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.datatables__culvertable-container .datatables__culvertable .datatables-footer .dataTables_info,
.datatables__culvertable-container .datatables__culvertable .datatables-footer .dataTables_paginate {
  flex-shrink: 0;
  width: 50%;
  float: none;
}
.datatables__culvertable-container .datatables__culvertable .datatables-footer .dataTables_info {
  line-height: 0;
}
.datatables__culvertable-container .datatables__culvertable .datatables-footer .dataTables_paginate {
  white-space: nowrap;
  overflow-x: auto;
}
.datatables__culvertable-container .datatables__culvertable .datatables__custom-empty-message {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 5rem;
  border: dashed 2px rgb(173, 173, 173);
  border-radius: 10px;
  background: #f9f9f9;
  border-radius: 8px;
}
.datatables__culvertable-container .datatables__filters-btn {
  height: 34px;
}
.datatables__culvertable-container .datatables__filters-btn.filters_set {
  background-color: var(--primaryColor-light) !important;
  color: white !important;
  border: var(--primaryColor-light) !important;
}
.datatables__culvertable-container .datatables__filters-btn.filters_set i {
  color: white !important;
}
.datatables__culvertable-container .datatables__filters-btn.filters_set span {
  background-color: var(--primaryColor-dark);
  color: white;
}
.datatables__culvertable-container .datatables__filters-btn:focus {
  box-shadow: none !important;
}
.datatables__culvertable-container .datatables__filters-btn:hover {
  background-color: var(--primaryColor) !important;
}
.datatables__culvertable-container .datatables__sidebar.visible {
  right: 0px;
  opacity: 1;
  pointer-events: auto;
  border: solid 1px #c4c4c4;
}
.datatables__culvertable-container .datatables__sidebar {
  width: 35rem;
  position: absolute;
  top: 0px;
  background: white;
  right: -550px;
  border: solid 1px var(--borderColor);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  border-bottom: 2px solid #c4c4c4;
}
.datatables__culvertable-container .datatables__sidebar .datatables__sidebar-header {
  padding-top: 12px;
  padding-bottom: 13px;
  background: var(--primaryColor) !important;
  color: #fff !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.datatables__culvertable-container .datatables__sidebar .datatables__sidebar-header h5 {
  color: white !important;
  font-size: 1.25rem;
  margin-top: 9px;
}
.datatables__culvertable-container .datatables__sidebar .form-control {
  margin-top: 0px !important;
}
.datatables__culvertable-container .datatables__sidebar .control-label {
  margin-bottom: 7px !important;
}
.datatables__culvertable-container .datatables__sidebar .datatables__close-sidebar {
  cursor: pointer;
  margin-top: 6px;
}
.datatables__culvertable-container .datatables__sidebar i:not(.datatables__date-filter-tooltip) {
  color: white;
}
.datatables__culvertable-container .datatables__sidebar .datatables__date-filter-tooltip {
  color: var(--primaryColor) !important;
}
.datatables__culvertable-container .datatables__sidebar .datatables__save-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.datatables__culvertable-container .datatables__sidebar .datatables__save-btn-container .saveFiltersToDb-container {
  padding-top: 1rem;
}
.datatables__culvertable-container .datatables__sidebar .datatables__save-btn-container #btnSaveFilters {
  margin-bottom: 1rem;
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
  width: 300px !important;
}
.datatables__culvertable-container .datatables__sidebar .datatables__save-btn-container #btnSaveFilters i {
  color: #fff !important;
}
.datatables__culvertable-container .datatables__sidebar .datatables__filters-container {
  flex-grow: 1;
  padding: 10px 25px;
  overflow-y: auto;
}
.datatables__culvertable-container .datatables__sidebar .datatables__reset-filters {
  margin-right: 14px;
  margin-bottom: 0px !important;
  color: white;
  margin-top: 9px;
}
.datatables__culvertable-container .datatables__sidebar .datatables__reset-filters:hover {
  text-decoration: underline;
  cursor: pointer;
}
.datatables__culvertable-container .datatables__sidebar .datatables__date-filter-container label {
  margin-top: 11px;
  margin-right: 7px;
  margin-left: 4px;
}
.datatables__culvertable-container .datatables__sidebar .datatables__custom-date-filter-container {
  display: flex;
  flex-direction: row;
}
.datatables__culvertable-container .datatables__sidebar .datatables__reset-date-range {
  color: var(--primaryColor) !important;
  font-weight: 400 !important;
  font-size: 80% !important;
}
.datatables__culvertable-container .datatables__sidebar .datatables__reset-date-range:hover {
  text-decoration: underline;
  cursor: pointer;
}
.datatables__culvertable-container .datatables__filters-separator {
  border-left: 1px solid #c4c4c4;
  margin-left: 1rem;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.datatables__culvertable-container .datatables__primary-filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.datatables__culvertable-container .datatables__primary-filter-container .form-group {
  margin: 1rem 0;
}
.datatables__culvertable-container .datatables__primary-filter-container .form-group .form-control {
  margin-top: 0 !important;
}
.datatables__culvertable-container .datatables__cd-checkbox input[type=checkbox] + label:before {
  margin: 0rem 0.2rem 0.5rem 0rem !important;
}
.datatables__culvertable-container .datatables__reset-swal-container .swal2-actions {
  justify-content: end !important;
  gap: 1rem !important;
}
.datatables__culvertable-container .datatables__reset-swal-container .swal2-actions .swal2-confirm:hover {
  background: rgb(128, 127, 127) !important;
}
.datatables__culvertable-container #datatables__single-primary {
  width: 120px !important;
}
.datatables__culvertable-container .datatables__filters-header-container {
  display: flex;
  align-items: center;
  border-left: 1px solid #c4c4c4;
  padding-left: 0.5rem;
  margin-left: 1rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.datatables__culvertable-container .datatables__refresh-btn-container {
  border-left: 1px solid #c4c4c4;
  padding-left: 0.5rem;
  margin-left: 1rem !important;
}
.datatables__culvertable-container .datatables__refresh-btn-container button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.datatables__culvertable-container .datatables__primary-filter-search {
  margin-top: 15px !important;
  width: 215px !important;
}
.datatables__culvertable-container #requests-table tr td:last-child {
  text-align: right !important;
}
.datatables__culvertable-container #requests-table th:last-child {
  width: 50px !important;
}

.datatables__minimal-text-select {
  border: none;
  font-size: 11px;
  margin-left: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 10px;
  padding: 0 5px;
}
.datatables__minimal-text-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.datatables__minimal-text-select-wrapper {
  margin-right: 5px;
}
.datatables__minimal-text-select-wrapper:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 11px;
  color: black;
  font-weight: bold;
}

.datatables__custom-filter-dropdown {
  border: 1px solid #c4c4c4;
  position: absolute;
  overflow: visible !important;
  min-width: 350px;
  padding: 1rem;
}
.datatables__custom-filter-dropdown button {
  float: right;
}
.datatables__custom-filter-dropdown .column-custom-picker {
  margin-top: 6px !important;
}
.datatables__custom-filter-dropdown .control-label {
  margin-bottom: 7px !important;
}

.datatable__column-filter-icon {
  color: #495057 !important;
  cursor: pointer !important;
  padding: 0 5px;
}
.datatable__column-filter-icon:hover {
  color: var(--primaryColor) !important;
}

.active-column-filter {
  color: var(--primaryColor) !important;
}

.datatables__multiselect-selectall {
  accent-color: var(--primaryColor) !important;
}

.datatables__multiselect-checkbox {
  accent-color: var(--primaryColor) !important;
}

.has-multiselect table th:nth-child(2) {
  text-align: left !important;
}
.has-multiselect table td:nth-child(2) {
  text-align: left !important;
  padding-left: 15px !important;
}

.has-multiselect.multiselect-enabled table th:first-child,
.has-multiselect.multiselect-enabled table td:first-child {
  text-align: center !important;
  max-width: 50px;
}
.has-multiselect.multiselect-enabled table th:not(:first-child) {
  pointer-events: none;
  opacity: 0.5;
}
.has-multiselect.multiselect-enabled table tr:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .connections-container {
    margin-top: 0.5rem;
  }
}
html {
  font-size: 14px;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

button:disabled:hover {
  box-shadow: none !important;
}

path {
  cursor: auto !important;
}

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(233, 233, 233);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
#overlay .overlay-inner {
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 40%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
#overlay .overlay-inner .btn {
  position: relative;
  width: 70%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--primaryColor);
  color: white;
  border-radius: 5px;
  height: 3rem;
}
#overlay .overlay-inner .btn i {
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
  color: white;
  font-size: 1.5rem;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(173, 173, 173);
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(160.25, 160.25, 160.25);
}

.tooltip {
  z-index: 10000 !important;
}

.tooltip-inner {
  background: var(--primaryColor-dark);
  color: #fff;
  font-weight: 600;
}

.arrow:before {
  border-top-color: var(--primaryColor-dark) !important;
  border-bottom-color: var(--primaryColor-dark) !important;
}

.tooltip-icon {
  color: var(--primaryColor);
}

.dropdown-menu {
  max-height: 73vh;
  overflow: auto;
  cursor: default;
}
.dropdown-menu i {
  color: var(--primaryColor);
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--primaryColor);
}
.dropdown-menu .dropdown-item:focus i,
.dropdown-menu .dropdown-item:hover i {
  color: #fff !important;
}
.dropdown-menu .disabled-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu .disabled-item:focus,
.dropdown-menu .disabled-item:hover {
  color: var(--primaryColor) !important;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu .disabled-item:focus i,
.dropdown-menu .disabled-item:hover i {
  color: var(--primaryColor) !important;
}

.cd-checkbox.cd-checkbox-inline input[type=checkbox] + label {
  display: inline-block !important;
  margin: 0;
  padding: 0;
}
.cd-checkbox input[type=checkbox] + label {
  display: block !important;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  text-align: center;
  border: none !important;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.cd-checkbox input[type=checkbox] {
  display: none;
}
.cd-checkbox input[type=checkbox] + label:before {
  content: "✔";
  background: #f6f6f6;
  border: 0.1em solid #c4c4c4;
  border-radius: 0.2em;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 0 0.3rem;
  margin: 0.3rem 1rem 0.3rem 0;
  color: transparent;
  transition: 0.2s;
}
.cd-checkbox input[type=checkbox] + label:hover:before,
.cd-checkbox input[type=checkbox]:checked + label:hover:before {
  background: #f6f6f6;
  border-color: var(--primaryColor);
}
.cd-checkbox input[type=checkbox]:checked + label:before {
  background: #f6f6f6;
  border-color: #c4c4c4;
  color: var(--primaryColor);
}
.cd-checkbox input[type=checkbox]:disabled + label:before {
  border-color: #aaa;
}
.cd-checkbox input[type=checkbox]:checked:disabled + label:before {
  background-color: rgb(173, 173, 173);
  border-color: rgb(173, 173, 173);
}
.cd-checkbox label {
  margin: 0;
}

.cd-icon-rotate-180 {
  cursor: pointer;
  transition: 0.5s;
}
.cd-icon-rotate-180:hover {
  transform: rotate(180deg);
}

.cd-icon-rotate-360 {
  cursor: pointer;
  transition: 0.5s;
}
.cd-icon-rotate-360:hover {
  transform: rotate(360deg);
}

.cd-font-primary {
  color: var(--primaryColor) !important;
}

.cd-bg-primary {
  background-color: var(--primaryColor) !important;
}

.cd-font-red {
  color: red !important;
}

.cd-bg-red {
  background-color: red !important;
}

.cd-font-amber {
  color: darkorange !important;
}

.cd-bg-amber {
  background-color: darkorange !important;
}

.cd-font-green {
  color: green !important;
}

.cd-bg-green {
  background-color: green !important;
}

.cd-font-grey {
  color: grey !important;
}

.cd-bg-grey {
  background-color: grey !important;
}

.cd-font-yellow {
  color: yellow !important;
}

.cd-bg-yellow {
  background-color: yellow !important;
}

.cd-font-blue {
  color: blue !important;
}

.cd-bg-blue {
  background-color: blue !important;
}

.cd-height-15 {
  height: 15rem;
}

.cd-height-20 {
  height: 20rem;
}

.cd-height-40 {
  height: 40rem;
}

.cd-height-60 {
  height: 60rem;
}

.cd-btn-delete {
  background: #bd2130;
  border-color: #bd2130;
  color: #fff;
}
.cd-btn-delete i {
  color: #fff;
}
.cd-btn-delete:hover {
  color: #fff;
  background: rgb(145.5810810811, 25.4189189189, 36.972972973) !important;
  border-color: rgb(145.5810810811, 25.4189189189, 36.972972973) !important;
}

.cd-btn-save, .culverdocs-swal-confirm .swal2-styled.swal2-confirm {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}
.cd-btn-save i, .culverdocs-swal-confirm .swal2-styled.swal2-confirm i {
  color: #fff;
}
.cd-btn-save:hover, .culverdocs-swal-confirm .swal2-styled.swal2-confirm:hover {
  color: #fff;
  background: var(--primaryColor-dark) !important;
  border-color: var(--primaryColor-dark) !important;
}

.cd-btn-saveLighter {
  background: var(--primaryColor-lighter);
  border-color: var(--primaryColor-lighter);
  color: #fff;
}
.cd-btn-saveLighter i {
  color: #fff;
}
.cd-btn-saveLighter:hover {
  color: #fff;
  background: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
}

.cd-pointer {
  cursor: pointer;
}

.cd-cursor-help {
  cursor: help;
}

.badge.badge-primary {
  background: var(--primaryColor);
}

a {
  color: var(--primaryColor);
}
a:hover {
  color: var(--primaryColor-dark);
}

.bg-primary {
  background: var(--primaryColor) !important;
}
.bg-primary.btn.bg-primary:hover {
  background: var(--primaryColor-dark) !important;
}

.cursor-pointer {
  cursor: pointer;
}

#accountsTable tr.active {
  background: lightgrey !important;
}

.delete-action-button i {
  color: #bd2130;
}
.delete-action-button:hover {
  background: #bd2130 !important;
  border-color: #bd2130 !important;
  color: #fff;
}
.delete-action-button:hover i {
  color: #fff;
}

#input-group-text-email-address {
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  margin-top: 7px;
}

.toastui-calendar-grid-cell-more-events {
  background: transparent !important;
  color: #646464 !important;
  border: none !important;
}
.toastui-calendar-grid-cell-more-events::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.25rem;
}
.toastui-calendar-grid-cell-more-events:hover {
  background: transparent !important;
  color: var(--primaryColor) !important;
}
.toastui-calendar-grid-cell-more-events:focus {
  outline: none !important;
}

.toastui-calendar-see-more-container {
  top: 8% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.toastui-calendar-see-more-container {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.toastui-calendar-month-more-list {
  padding-bottom: 1rem !important;
}

.toastui-calendar-more-title-day {
  padding-left: 0.25rem !important;
}

.toastui-calendar-popup-overlay {
  background: black;
  opacity: 0.25;
}

.toastui-calendar-daygrid-cell:hover,
.toastui-calendar-panel-grid:hover {
  background: var(--primaryColor-superLight) !important;
  cursor: pointer;
}

.toastui-calendar-weekday-grid-date-decorator {
  background-color: var(--primaryColor) !important;
  width: 90% !important;
}

.toastui-calendar-weekday-resize-handle {
  display: none;
}

.toastui-calendar-week-view {
  overflow: hidden !important;
}

.toastui-calendar-allday {
  height: 100% !important;
}

.toastui-calendar-panel-title {
  display: none !important;
}

.toastui-calendar-day-name-container {
  margin-left: 0 !important;
}

.flex-grow-1 {
  flex: 1 0 auto;
}

.btn.btn-primary-border {
  background: #fff;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  font-size: 1rem;
  font-weight: normal;
}
.btn.btn-primary-border:hover {
  background: var(--primaryColor);
  color: #fff;
}
.btn.btn-primary-border:hover i {
  color: #fff;
}

.btn-without-styling {
  border: none !important;
  padding: 0 !important;
}
.btn-without-styling:hover {
  background: none !important;
}
.btn-without-styling:hover i {
  color: var(--primaryColor) !important;
}

#request-profile-form .visible-when-enabled {
  opacity: 0;
  visibility: hidden;
}
#request-profile-form .profile-form-field {
  transition: all 500ms ease;
  cursor: pointer;
}
#request-profile-form .profile-form-field .hide-when-disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease;
}
#request-profile-form .profile-form-field.enabled {
  background: var(--primaryColor-superLight);
}
#request-profile-form .profile-form-field.enabled .hide-when-disabled {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease;
}
#request-profile-form .profile-form-field:hover {
  background: var(--primaryColor-superLight);
  transition: all 500ms ease;
}

#request-profile-create .request-profile-email .card-body {
  overflow-y: auto;
}
#request-profile-create .request-profile-fields .form-group {
  overflow-y: auto;
}
#request-profile-create .recipients-container {
  padding: 1em;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

#requests-list .requests-v2 {
  padding: 1em 1em 1em 2em;
  margin-left: 2em;
  margin-top: -4px;
  margin-right: -16px;
  margin-bottom: -5px;
  border-left: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}
#requests-list .requests-v2 .beta {
  background: var(--primaryColor);
  color: #fff;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px;
}

.primary-button {
  background: var(--primaryColor) !important;
  color: #fff !important;
}
.primary-button i {
  color: #fff !important;
}
.primary-button:hover {
  background: var(--primaryColor-dark) !important;
}

.navbar-accname-separator {
  border-left: var(--primaryColor) 1px solid;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.list-items-editor.has-sorting .sorting-handle {
  cursor: grab;
}
.list-items-editor.has-sorting .being-dragged {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.list-items-editor.is-sorting .sorting-handle {
  cursor: grabbing;
}
.list-items-editor table {
  border: 1px solid var(--primaryColor);
}
.list-items-editor table thead {
  background: var(--primaryColor);
}
.list-items-editor table th {
  border-color: var(--primaryColor) !important;
  color: white;
}
.list-items-editor table td {
  border-color: var(--primaryColor) !important;
}
.list-items-editor table .remove-item-td {
  text-align: right;
}
.list-items-editor table .remove-item-td .d-flex {
  justify-content: end;
}
.list-items-editor .list-add-new-form[data-view=table] {
  background: var(--primaryColor-superLight);
  border-top: 2px solid var(--primaryColor);
}
.list-items-editor .list-add-new-form a {
  border: none;
  display: block;
  text-align: center;
}
.list-items-editor .list-add-new {
  background: var(--primaryColor-superLight);
  padding: 1em;
  border-radius: 0.25rem;
  margin-top: 1em;
}
.list-items-editor .list-add-new form {
  margin-bottom: 0;
}
.list-items-editor .list-add-new .row {
  align-items: center;
}
.list-items-editor .list-add-new [class~=col] {
  align-items: start;
}
.list-items-editor .list-add-new .list-add-new-action {
  float: right;
}

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

/**
 * Snazzy Docs Spotlight
 */
body #spotlight.floating {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
body #spotlight.floating.maximized {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
}
body #spotlight .spotlight-header > span {
  align-items: center;
}
body #spotlight .spotlight-body {
  padding: 1em;
}
body #spotlight #spotlight_history {
  margin-bottom: 0.5em;
}
body #spotlight .spotlight-search {
  display: none;
}
body #spotlight .spotlight-open-knowledge-base:hover {
  color: var(--primaryColor) !important;
}

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

.last_activity__dropdown .select2-results > .select2-results__options {
  max-height: none !important;
}

#select2-last_activity-select-results {
  height: 420px !important;
}

.select2-container .culverdocs-select2__dropdown {
  border: 1px solid #c4c4c4;
  border-radius: 0.25rem;
}
.select2-container .culverdocs-select2__dropdown .select2-search {
  padding: 0.75rem;
  border-bottom: 1px solid #c4c4c4;
}
.select2-container .culverdocs-select2__dropdown .select2-search .select2-search__field {
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  border-radius: 3px !important;
  padding: 0 10px;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  line-height: 1.8rem !important;
  transition: 0.1s;
  outline: none !important;
}
.select2-container .culverdocs-select2__dropdown .select2-search .select2-search__field:focus {
  border-color: var(--primaryColor) !important;
}

.culverdocs-select2-single-with-create__selection {
  text-align: left;
}
.culverdocs-select2-single-with-create__selection .select2-search__field {
  font-family: inherit !important;
}

.culverdocs-select2-single-with-create__dropdown .select2-results__option--highlighted[aria-selected] {
  background: gray !important;
  color: white !important;
}
.culverdocs-select2-single-with-create__dropdown .select2-results__options {
  text-align: start !important;
}
.culverdocs-select2-single-with-create__dropdown .select2-results__option {
  padding-left: 10px !important;
}

.culverdocs-select2-multiselect__dropdown .select2-results__option--highlighted[aria-selected] {
  background: var(--primaryColor-superLight) !important;
  color: #495057 !important;
}
.culverdocs-select2-multiselect__dropdown .select2-results__option--selected {
  background: none !important;
  border-left: 5px solid var(--primaryColor);
  transition: border-left 0.2s ease;
}
.culverdocs-select2-multiselect__dropdown .select2-results__options {
  text-align: start !important;
  overflow-x: hidden !important;
}
.culverdocs-select2-multiselect__dropdown .select2-results__option {
  padding-left: 10px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.culverdocs-select2-multiselect__dropdown .select2-results__option--group {
  padding-left: 0 !important;
}
.culverdocs-select2-multiselect__dropdown .select2-results__option[aria-disabled=true] {
  display: none !important;
}

.culverdocs-select2-multiselect__selection {
  text-align: left;
  background: #f6f6f6 !important;
  font-size: 1rem !important;
  color: #495057 !important;
  border: 1px solid #c4c4c4 !important;
  padding: 0 !important;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  line-height: 1.8rem !important;
  transition: 0.1s !important;
  width: 100% !important;
  margin: 0 !important;
}
.culverdocs-select2-multiselect__selection:focus {
  box-shadow: none !important;
  border-color: var(--primaryColor) !important;
}
.culverdocs-select2-multiselect__selection:hover {
  border-color: var(--primaryColor) !important;
}
.culverdocs-select2-multiselect__selection:disabled {
  cursor: not-allowed !important;
}
.culverdocs-select2-multiselect__selection:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 11px;
  color: black;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 4px;
}
.culverdocs-select2-multiselect__selection::before {
  display: none;
}
.culverdocs-select2-multiselect__selection .select2-search__field {
  font-family: inherit !important;
  margin-top: 7px !important;
  margin-left: 10px !important;
}
.culverdocs-select2-multiselect__selection .select2-selection__choice {
  background-color: var(--primaryColor) !important;
  color: white !important;
  height: 24px;
}
.culverdocs-select2-multiselect__selection .select2-selection__choice .select2-selection__choice__remove {
  color: white !important;
}
.culverdocs-select2-multiselect__selection .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: var(--primaryColor) !important;
  color: white !important;
}

.culverdocs-select2-single__selection {
  background: #f6f6f6 !important;
  font-size: 1rem !important;
  color: #495057 !important;
  border: 1px solid #c4c4c4 !important;
  padding: 0 !important;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  line-height: 1.8rem !important;
  transition: 0.1s !important;
  width: 100% !important;
  min-width: 120px !important;
  margin: 0 !important;
}
.culverdocs-select2-single__selection:focus {
  box-shadow: none !important;
  border-color: var(--primaryColor) !important;
}
.culverdocs-select2-single__selection:hover {
  border-color: var(--primaryColor) !important;
}
.culverdocs-select2-single__selection:disabled {
  cursor: not-allowed !important;
}
.culverdocs-select2-single__selection .select2-selection__placeholder {
  font-size: 1rem !important;
  color: #495057 !important;
}
.culverdocs-select2-single__selection .select2-selection__arrow {
  display: none;
}
.culverdocs-select2-single__selection .select2-selection__clear {
  color: #495057;
  margin-top: 4px !important;
}
.culverdocs-select2-single__selection .select2-selection__clear span {
  margin-right: 0px !important;
}
.culverdocs-select2-single__selection .select2-selection__clear:hover {
  color: #495057 !important;
}
.culverdocs-select2-single__selection .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  color: #495057 !important;
  padding: 10px !important;
  line-height: 1 !important;
}
.culverdocs-select2-single__selection .select2-selection__rendered:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  color: black;
  font-weight: bold;
  top: 52%;
  transform: translateY(-50%);
  right: 4px;
  position: absolute;
}

.culverdocs-select2-lazy-loader {
  height: 290px !important;
}
.culverdocs-select2-lazy-loader .select2-results__options {
  height: 200px !important;
}
.culverdocs-select2-lazy-loader .select2-results__message {
  display: none !important;
}
.culverdocs-select2-lazy-loader .loading-results {
  display: none !important;
}
.culverdocs-select2-lazy-loader .select2-lazy-loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 6rem;
  font-size: 2rem;
  text-align: center;
}
.culverdocs-select2-lazy-loader .refresh-cache {
  cursor: pointer;
  color: var(--primaryColor) !important;
}

.culverdocs-select2-single__dropdown .select2-results__options li {
  border-left: none !important;
  padding: 0.5rem 0.75rem !important;
}
.culverdocs-select2-single__dropdown .select2-results__options li:hover {
  background: gray !important;
  color: white !important;
}
.culverdocs-select2-single__dropdown .select2-results__options li[aria-selected=true] {
  background: grey !important;
  color: white !important;
}
.culverdocs-select2-single__dropdown .select2-selection__clear {
  display: none !important;
}
.culverdocs-select2-single__dropdown p {
  margin-bottom: 0 !important;
}
.culverdocs-select2-single__dropdown .list-options__id-badge {
  background: var(--primaryColor);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 0.8em;
  float: right;
  color: white !important;
}
.culverdocs-select2-single__dropdown .select2-results__option[aria-disabled=true] {
  display: none !important;
}

#request-profile-form .select2-container {
  margin-top: 7px !important;
}
#request-profile-form .select2-container .select2-selection {
  max-width: 255px !important;
}
#request-profile-form .select2-container .select2-results__options {
  overflow-x: hidden;
}
#request-profile-form .select2-container .select2-results__options li {
  width: 233px !important;
}
#request-profile-form .select2-container .select2-dropdown {
  margin-top: 0 !important;
}

.openLatestNotificationIcon {
  color: var(--primaryColor);
  cursor: pointer;
}

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

.list__bulk-update-option-container .custom-control, .multiselect__bulk-edit-container .custom-control {
  padding-left: 0;
}
.list__bulk-update-option-container .custom-switch .custom-control-label, .multiselect__bulk-edit-container .custom-switch .custom-control-label {
  position: relative;
  margin-top: 0 !important;
  position: relative;
}
.list__bulk-update-option-container .custom-switch .custom-control-label p, .multiselect__bulk-edit-container .custom-switch .custom-control-label p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 4.5rem;
}
.list__bulk-update-option-container .custom-switch .custom-control-label::before, .multiselect__bulk-edit-container .custom-switch .custom-control-label::before {
  width: 4rem;
  height: 2rem;
  pointer-events: all;
  border-radius: 2rem;
  color: var(--primaryColor);
  background-color: var(--primaryColor);
  border: black 1px solid;
  top: -4px;
  cursor: pointer;
}
.list__bulk-update-option-container .custom-switch .custom-control-label::before:focus, .multiselect__bulk-edit-container .custom-switch .custom-control-label::before:focus {
  box-shadow: none !important;
}
.list__bulk-update-option-container .custom-switch .custom-control-label::after, .multiselect__bulk-edit-container .custom-switch .custom-control-label::after {
  border-radius: 50%;
  background-color: white;
  transform: translateX(0);
  transition: transform 0.15s ease-in-out;
  height: 1.6rem;
  left: 3px;
  top: -1px;
  width: 1.6rem;
  cursor: pointer;
}
.list__bulk-update-option-container .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .multiselect__bulk-edit-container .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
}
.list__bulk-update-option-container .custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before, .multiselect__bulk-edit-container .custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: #ccc;
  border-color: #999;
}/*# sourceMappingURL=portal.css.map */