﻿.theme-grey {
  --Primary_Bg_Color: #5A5A59;
  --Primary_Bg_Color_NoOpacity: #8D8D8C;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #5A5A59;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #5A5A59;
  --Primary-Button-Bg-Color-Hover: rgba(90, 90, 89, 0.0588235294);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #8D8D8C;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(90, 90, 89, 0.0588235294);
  --Primary-CheckBox-Color: #5A5A59;
  --Primary-Switch-On-Color: #5A5A59;
  --badge-primary-background: #5A5A59;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #5A5A59;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #8D8D8C;
  --Completed-Step-Color: #5A5A59;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #C6C8CA;
  --Primary_Light_Bg_Color_Table: #F5F5F5;
}

.theme-green {
  --Primary_Bg_Color: #1B7931;
  --Primary_Bg_Color_NoOpacity: #49945A;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #1B7931;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #1B7931;
  --Primary-Button-Bg-Color-Hover: rgba(87, 190, 108, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #1B7931;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(73, 148, 90, 0.1215686275);
  --Primary-CheckBox-Color: #1B7931;
  --Primary-Switch-On-Color: #1B7931;
  --badge-primary-background: #1B7931;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #1B7931;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #49945a;
  --Completed-Step-Color: #1B7931;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #B6E0C3;
  --Primary_Light_Bg_Color_Table: #E9F2EB;
}

.theme-blue {
  --Primary_Bg_Color: rgba(49, 83, 153, 0.84);
  --Primary_Bg_Color_NoOpacity: #5A75AD;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #315399;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #315399;
  --Primary-Button-Bg-Color-Hover: rgba(49, 83, 153, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #315399;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(49, 83, 153, 0.11);
  --Primary-CheckBox-Color: #315399;
  --Primary-Switch-On-Color: #315399;
  --badge-primary-background: #315399;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #315399;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #5a75ad;
  --Completed-Step-Color: #315399;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #D3DDEF;
  --Primary_Light_Bg_Color_Table: #E8ECF4;
}

/* BOX SHADOWS */
/* BORDERS */
/* Alerts */
/* Toasts */
/* ICONS */
/* Login */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #f3f5f7;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: #919191 !important;
  border-radius: 20px;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
  background: #919191 !important;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

table, input, h4 {
  font-family: "Source Sans Pro", sans-serif;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

.validation-errors {
  color: Red;
}

.rz-chkbox {
  margin-left: 0px !important;
}

.e-treegrid .e-treegridexpand, .e-treegrid .e-treegridcollapse {
  width: 13px !important;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
  color: white !important;
}

h2, h3, h4, .h2, .h3, .h4 {
  font-weight: 500;
  font-size: 1.1rem;
}

.e-control, .e-css {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active {
  border-bottom-color: #ffffff !important;
  margin-bottom: -1px !important;
  border-top-color: #479cc8 !important;
  background-color: white !important;
  border-top-width: 2px !important;
}

.e-tab .e-tab-header .e-toolbar-items .e-active .e-tab-wrap {
  padding: 0px !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  padding: 0.375rem 1.875rem !important;
  font-weight: 600 !important;
}

.e-control.e-toolbar {
  text-align: right;
}

.e-tab .e-content {
  padding: 1.25rem !important;
  background-color: white !important;
  border-radius: 0 0 10px 10px;
}

.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
  height: 100% !important;
}

.display-flex-center {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

div.rz-dialog-mask {
  z-index: 77776 !important;
}

div.rz-dialog-wrapper {
  z-index: 77777 !important;
}

div.rz-dialog {
  z-index: 77777 !important;
}

.xrp-card-header {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #DDDDDD;
  background: #FFF;
  margin-top: 24px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.title-header {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
}

.title-task {
  font-weight: 500;
}

.tasks {
  padding: 20px;
  margin: 0 20px 20px 20px;
}

.card.xrp-card-content {
  margin: 0 0 24px;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.card-content {
  border-radius: 0 0 10px 10px !important;
}

.e-gridheader {
  margin-top: 20px;
}

div.linedivider-container {
  height: 2px;
  font-size: 5px;
  margin: 5rem 0px 2rem 0 !important;
  padding: 0px;
}

.e-footer-content > div {
  display: flex;
  justify-content: end;
}

.e-richtexteditor .e-toolbar-wrapper.e-rte-tb-float, .e-richtexteditor .e-toolbar-container.e-rte-tb-float {
  z-index: auto;
}

.my-lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.my-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-text {
  font-size: medium;
  font-weight: bold;
  margin: 0 10px;
  font-size: 14px;
}

.my-list-item {
  padding: 12px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #ECECEC;
  border-radius: 4px !important;
  border: none;
  display: flex;
  align-items: center;
}

.my-list-item:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.my-list-item:last-child {
  margin-bottom: 0;
}

.my-list-item a {
  color: #007bff;
  text-decoration: none;
}

.my-list-item a:hover {
  text-decoration: underline;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
}

.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=descending]:not(.e-columnselection) .e-headertext,
.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,
.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
  color: #FFF;
}

.e-input-group input.e-input:hover, .e-input-group.e-control-wrapper input.e-input:hover {
  cursor: pointer;
}

.tab-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tab-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 10px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
.tab-item .icon-grey {
  background-color: grey;
}
.tab-item .icon-warning {
  background-color: var(--Warning-Button-Bg-Color);
}
.tab-item .icon-danger {
  background-color: var(--Danger-Button-Bg-Color);
}

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

/* Inputs */
/* Syncfusion Buttons */
.e-toolbar .e-tbar-btn:hover, .e-toolbar .e-tbar-btn:focus, .e-toolbar .e-tbar-btn:active {
  background: var(--Table-Buttons-Primary-Hover);
  border-color: var(--Table-Buttons-Primary-Hover);
}

.e-btn, .e-css.e-btn {
  background-color: var(--Table-Buttons-Primary-Color);
  border-color: var(--Table-Buttons-Primary-Color);
  color: var(--Dark-Text-Color);
  border-radius: 2px;
}

.e-btn:hover, .e-css.e-btn:hover, .e-btn:focus, .e-css.e-btn:focus, .e-btn.e-flat:hover, .e-css.e-btn.e-flat:hover {
  background: var(--Table-Buttons-Primary-Hover);
  background-color: var(--Table-Buttons-Primary-Hover);
  border-color: var(--Table-Buttons-Primary-Hover);
  box-shadow: none;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  background: var(--Table-Buttons-Primary-Hover);
}

.e-btn:focus, .e-css.e-btn:focus {
  box-shadow: none;
}

.e-dropitemscount {
  background-color: var(--Table-Buttons-Primary-Hover);
}

.search-input span input {
  border: 1px solid black;
}

.search-input > span {
  border-right: none !important;
}
.search-input > span input {
  border-radius: 4px 0 0 4px !important;
}

.search-input-visible input {
  background: #FFF !important;
  cursor: pointer;
}

.search-input-visible > span {
  border-radius: 4px 0 0 4px !important;
  min-width: 0 !important;
}

.search-input-visible .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e729";
  font-family: "e-icons";
  color: gray;
  background: none;
  font-size: 0 !important;
}

.search-input-visible .e-ddl.e-input-group.e-control-wrapper .e-input-group-icon {
  min-width: 0 !important;
}

.search-input-visible .clear_input_button {
  border-right: 1px solid #ced4da !important;
}

.search_input_button {
  background-color: #FFF;
  color: gray;
  border: 1px solid #ced4da;
  padding: 0 10px 0 10px;
  transition: all 0.5s ease;
  border-radius: 0 5px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  border-left: none !important;
}
.search_input_button:hover {
  background: var(--Primary-Button-Bg-Color);
  color: #FFF;
}
.search_input_button:focus {
  background-color: #FFF;
  color: gray;
}

td .search_input_button, td .clear_input_button {
  font-size: 0 !important;
  padding: 0 0 0 8px !important;
  height: 32px;
}

table td div .search_input_button, td div .clear_input_button {
  padding: 0 8px !important;
}

td .clear_input_button {
  padding: 0 8px 0 8px !important;
}

.search-input .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: "\e729";
  font-family: "e-icons";
  color: gray;
  background: none;
}

.search-input .e-clear-icon {
  display: none !important;
}

.e-ddl.e-input-group input[readonly].e-input, .e-ddl.e-input-group input[readonly], .e-ddl.e-input-group .e-dropdownlist {
  pointer-events: initial;
}

a:hover + h1 {
  background-color: #444;
}

.clear_input_button {
  background-color: #FFF;
  color: gray;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.4s;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-right: none !important;
  border-left: none !important;
}
.clear_input_button span::before {
  content: "\e7e7";
  font-family: "e-icons";
  color: gray;
  transition: all 0.4s;
}
.clear_input_button:hover {
  border-radius: 0;
}
.clear_input_button:hover span::before {
  color: white;
  border-radius: 0;
}
.clear_input_button:focus {
  background-color: #FFF;
  color: gray;
}
.clear_input_button:focus span::before {
  color: gray;
  border-radius: 0;
}

.search-input .e-btn:hover, .search-input .e-css.e-btn:hover, .search-input .e-btn:focus, .search-input .e-css.e-btn:focus, .search-input .e-btn.e-flat:hover, .search-input .e-css.e-btn.e-flat:hover {
  border-color: #ced4da !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.xrp_button, .e-footer-content .e-btn:not(.e-primary).e-flat:not([DISABLED]), .e-footer-content .e-btn:hover.e-flat:not([DISABLED]), .e-footer-content .e-btn:hover.e-flat.e-primary:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:not([DISABLED]) {
  border: 0;
  padding: 2px 16px;
  transition: all 0.5s ease;
  border-radius: 5px;
  margin-right: 10px;
}
.xrp_button.no-padding, .e-footer-content .no-padding.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .no-padding.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .no-padding.e-btn.e-flat.e-primary:not([DISABLED]) {
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 0;
}
.xrp_button.padding-right, .e-footer-content .padding-right.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .padding-right.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .padding-right.e-btn.e-flat.e-primary:not([DISABLED]) {
  padding-left: 5px;
  margin-left: 0;
}
.xrp_button.big, .e-footer-content .big.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .big.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .big.e-btn.e-flat.e-primary:not([DISABLED]) {
  padding: 8px 40px;
}
.xrp_button.medium, .e-footer-content .medium.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .medium.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .medium.e-btn.e-flat.e-primary:not([DISABLED]) {
  padding: 5px 25px;
}
.xrp_button.more, .e-footer-content .more.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .more.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .more.e-btn.e-flat.e-primary:not([DISABLED]) {
  padding: 8px 15px;
}
.xrp_button.right, .e-footer-content .right.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .right.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .right.e-btn.e-flat.e-primary:not([DISABLED]) {
  float: right;
}
.xrp_button.no-margin, .e-footer-content .no-margin.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .no-margin.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .no-margin.e-btn.e-flat.e-primary:not([DISABLED]) {
  margin: 0 !important;
  padding: 5px 15px;
}
.xrp_button:not(:disabled):hover, .e-footer-content .e-btn.e-flat:not(:disabled):hover:not([DISABLED]) {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}
.xrp_button:focus, .e-footer-content .e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .e-btn.e-flat:focus:hover:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}
.xrp_button.primary, .e-footer-content .primary.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .primary.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:hover:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Primary-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.primary:hover, .e-footer-content .primary.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:hover:not([DISABLED]), .xrp_button.primary:focus, .e-footer-content .primary.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Primary-Button-Bg-Color);
}
.xrp_button.primary:disabled, .e-footer-content .primary.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .primary.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Primary-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.primary.active, .e-footer-content .primary.active.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .primary.active.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .active.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: transparent;
  color: var(--Primary-Button-Bg-Color);
  border: 1px solid var(--Primary-Button-Bg-Color);
}
.xrp_button.secondary, .e-footer-content .e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .secondary.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Secondary-Button-Bg-Color);
  color: var(--Dark-Text-Color);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.xrp_button.secondary:hover, .e-footer-content .e-btn.e-flat:hover:not([DISABLED]), .xrp_button.secondary:focus, .e-footer-content .e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .secondary.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Secondary-Button-Bg-Color);
}
.xrp_button.secondary:disabled, .e-footer-content .e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .secondary.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Secondary-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.light, .e-footer-content .light.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .light.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .light.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Light-Button-Bg-Color);
  color: var(--Dark-Text-Color);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.xrp_button.light:hover, .e-footer-content .light.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.light:focus, .e-footer-content .light.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .light.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Light-Button-Bg-Color);
}
.xrp_button.light:disabled, .e-footer-content .light.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .light.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .light.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Light-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.success, .e-footer-content .success.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .success.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .success.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Success-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.success:hover, .e-footer-content .success.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.success:focus, .e-footer-content .success.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .success.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Success-Button-Bg-Color);
}
.xrp_button.success:disabled, .e-footer-content .success.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .success.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .success.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Success-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.danger, .e-footer-content .danger.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .danger.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .danger.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Danger-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.danger:hover, .e-footer-content .danger.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.danger:focus, .e-footer-content .danger.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .danger.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Danger-Button-Bg-Color);
}
.xrp_button.danger:disabled, .e-footer-content .danger.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .danger.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .danger.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Danger-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.warning, .e-footer-content .warning.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .warning.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .warning.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Warning-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.warning:hover, .e-footer-content .warning.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.warning:focus, .e-footer-content .warning.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .warning.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Warning-Button-Bg-Color);
}
.xrp_button.warning:disabled, .e-footer-content .warning.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .warning.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .warning.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Warning-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.info, .e-footer-content .info.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .info.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .info.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Info-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.info:hover, .e-footer-content .info.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.info:focus, .e-footer-content .info.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .info.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Info-Button-Bg-Color);
}
.xrp_button.info:disabled, .e-footer-content .info.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .info.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .info.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Info-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button.download, .e-footer-content .download.e-btn.e-flat:not(.e-primary):not([DISABLED]), .e-footer-content .download.e-btn.e-flat:hover:not([DISABLED]), .e-footer-content .download.e-btn.e-flat.e-primary:not([DISABLED]) {
  background: var(--Download-Button-Bg-Color);
  color: var(--Light-Text-Color);
}
.xrp_button.download:hover, .e-footer-content .download.e-btn.e-flat:hover:not([DISABLED]), .xrp_button.download:focus, .e-footer-content .download.e-btn.e-flat:focus:not(.e-primary):not([DISABLED]), .e-footer-content .download.e-btn.e-flat.e-primary:focus:not([DISABLED]) {
  background-color: var(--Download-Button-Bg-Color);
}
.xrp_button.download:disabled, .e-footer-content .download.e-btn.e-flat:disabled:not(.e-primary):not([DISABLED]), .e-footer-content .download.e-btn.e-flat:disabled:hover:not([DISABLED]), .e-footer-content .download.e-btn.e-flat.e-primary:disabled:not([DISABLED]) {
  background-color: var(--Download-Button-Bg-Color);
  opacity: 0.5;
}
.xrp_button .add_circle_outline::after, .e-footer-content .e-btn:not(.e-primary).e-flat:not([DISABLED]) .add_circle_outline::after, .e-footer-content .e-btn:hover.e-flat:not([DISABLED]) .add_circle_outline::after, .e-footer-content .e-btn.e-flat.e-primary:not([DISABLED]) .add_circle_outline::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  width: 1.25em;
  transition: transform 0.35s ease;
}
.xrp_button .delete_outline::after, .e-footer-content .e-btn:not(.e-primary).e-flat:not([DISABLED]) .delete_outline::after, .e-footer-content .e-btn:hover.e-flat:not([DISABLED]) .delete_outline::after, .e-footer-content .e-btn.e-flat.e-primary:not([DISABLED]) .delete_outline::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f55a";
  width: 1.25em;
  transition: transform 0.35s ease;
}

.button_list a {
  background: var(--Primary-Button-Bg-Color);
  color: var(--Light-Text-Color);
  padding: 12px 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  font-size: 15px;
  border: 1px solid var(--color-transparent);
  height: 45px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
}
.button_list a:not(:disabled):hover {
  transform: translateX(10px);
  background: white;
  border: 1px solid var(--Primary-Button-Bg-Color);
  color: var(--Primary-Button-Bg-Color);
  text-decoration: none;
}
.button_list a label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 5px);
  cursor: pointer;
}

.xrp_padlock {
  background: var(--Secondary-Button-Bg-Color);
  color: var(--Dark-Text-Color);
  border: 1px solid #ced4da;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.xrp_padlock:hover, .xrp_padlock:focus {
  background-color: var(--Secondary-Button-Bg-Color);
}

.xrp_inputsearch {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--Primary-Button-Bg-Color);
  justify-content: start;
  margin-top: 4px;
}
.xrp_inputsearch p {
  margin: 0;
  font-size: 12px;
}

.container-personal-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.container-personal-area.no-break .btn-personal-area {
  flex: 0 1 auto;
  min-width: max-content;
}
.container-personal-area.with-break .btn-personal-area {
  flex: 1 1 0;
  min-width: max-content;
}
.container-personal-area .btn-personal-area {
  background: var(--Primary_Bg_Color_NoOpacity);
  color: #FFF;
  padding: 16px;
  border-radius: 6px;
  max-width: 200px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s;
  cursor: pointer;
}
.container-personal-area .btn-personal-area i {
  font-size: 20px;
}
.container-personal-area .btn-personal-area label {
  width: max-content;
  max-width: 160px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container-personal-area .btn-personal-area:hover {
  transform: scale(1.05) !important;
  color: #FFF !important;
  background: var(--color-main) !important;
}
@media only screen and (max-width: 575.98px) {
  .container-personal-area .btn-personal-area {
    justify-content: center;
    min-width: max-content;
    max-width: 60px;
    flex: 1 1 0;
  }
  .container-personal-area .btn-personal-area label {
    display: none;
  }
}

.e-checkbox-wrapper .e-frame {
  background-color: var(--Primary-CheckBox-Color) !important;
  border-color: var(--color-transparent) !important;
}

.e-input-group {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.e-input-group:active, .e-input-group.e-input-focus {
  border-color: var(--dark-color) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-input-group, .e-float-input.e-control-wrapper, .e-float-input.e-input-group.e-control-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}

.validation-message {
  margin-top: 5px;
  color: var(--Validation-Message-Color);
}
.validation-message::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  width: 1.25em;
  line-height: 0;
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
  margin-right: 8px;
  color: var(--Icon-Validation-Message-Color);
}

input[type=text] {
  margin-top: 15px;
  border-radius: 8px;
  min-height: 35px;
}

.e-upload {
  border: 0;
  background-image: repeating-linear-gradient(-24deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(66deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(156deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(246deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px);
  background-size: 1px calc(100% + 16.42px), calc(100% + 16.42px) 1px, 1px calc(100% + 16.42px), calc(100% + 16.42px) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1.5s infinite linear;
  margin-bottom: 20px;
}
.e-upload .e-file-select-wrap {
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.e-upload .e-file-select-wrap .e-upload-browse-btn {
  background: var(--Primary-Button-Bg-Color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  border-color: var(--color-transparent);
}
.e-upload .e-file-select-wrap .e-upload-browse-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "+";
  transition: transform 0.35s ease;
  color: #ffffff;
  color: #ffffff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.e-upload .e-file-select-wrap .e-file-select {
  height: 15px;
}
.e-upload .e-file-select-wrap .e-file-drop {
  margin-left: 0;
}
.e-upload .e-upload-files .e-upload-file-list {
  border-bottom: 0;
}

.btn-browse {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  padding: 4px 20px;
  border-radius: 4px;
  cursor: pointer;
}

@keyframes borderAnimation {
  from {
    background-position: 0 0, -16.42px 0, 100% -16.42px, 0 100%;
  }
  to {
    background-position: 0 -16.42px, 0 0, 100% 0, -16.42px 100%;
  }
}
/* Component without Syncfusion */
.ImageUploaderDiv {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.ImageUploaderDiv input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: -1px;
}
.ImageUploaderDiv button {
  border: 0;
  background: none;
}
.ImageUploaderDiv button i {
  font-size: 17px;
}
.ImageUploaderDiv .upload-image {
  max-width: 100px;
  max-height: 100px;
  position: relative;
  cursor: pointer;
}
.ImageUploaderDiv .Uploader-Wrap {
  border: 0;
  background: #F9F9F9;
  background-image: repeating-linear-gradient(-24deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(66deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(156deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px), repeating-linear-gradient(246deg, #7f7f7f, #7f7f7f 6.44px, transparent 7px, transparent 14.36px, #7f7f7f 15px);
  background-size: 1px calc(100% + 16.42px), calc(100% + 16.42px) 1px, 1px calc(100% + 16.42px), calc(100% + 16.42px) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1.5s infinite linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  position: relative;
  padding: 12px 24px;
}
.ImageUploaderDiv .Uploader-Wrap .Uploader-wrap-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--Primary-Button-Bg-Color);
  gap: 10px;
  font-weight: 500;
}
.ImageUploaderDiv .Uploader-Wrap .Uploader-wrap-content > p {
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ImageUploaderDiv .Uploader-Wrap .uploader-content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Primary-Button-Bg-Color);
  margin-right: 10px;
}
.ImageUploaderDiv .Uploader-Wrap .upload-browse-btn {
  background: var(--Primary-Button-Bg-Color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  border-color: var(--color-transparent);
  cursor: pointer;
}
.ImageUploaderDiv .Uploader-Wrap .upload-browse-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "+";
  transition: transform 0.35s ease;
  color: #ffffff;
  color: #ffffff;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.ImageUploaderDiv .Uploader-Wrap.e-error {
  border: 1px solid var(--Validation-Message-Color);
  background-image: none;
  animation: none;
}
.ImageUploaderDiv .txt-bytes {
  color: #000;
}
.ImageUploaderDiv .btn-download, .ImageUploaderDiv .btn-delete {
  z-index: 1;
}

@media only screen and (max-width: 575.98px) {
  .ImageUploaderDiv {
    flex-direction: column;
  }
  .Uploader-Wrap {
    padding: 10px !important;
  }
  .Uploader-wrap-content > p {
    max-width: 15ch !important;
  }
  .upload-image {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  p {
    font-size: 12px;
  }
  .btn-browse {
    padding: 4px 10px;
  }
  .txt-bytes {
    display: none;
  }
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-switch-wrapper .e-switch-inner.e-switch-active {
  background-color: var(--Primary-Switch-On-Color);
  border-color: var(--Primary-Switch-On-Color);
}
.e-switch-wrapper:hover .e-switch-on, .e-switch-wrapper .e-switch-on {
  background-color: var(--Primary-Switch-On-Color) !important;
}

.e-switch-wrapper.e-switch-disabled .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner.e-switch-active {
  background-color: var(--Primary-Switch-On-Color);
  border-color: var(--Primary-Switch-On-Color);
}

.e-switch-inner .e-switch-on, .e-switch-inner .e-switch-off {
  font-size: 10px !important;
}

.e-multiselect .e-multi-select-wrapper {
  display: flex;
}
.e-multiselect .e-multi-select-wrapper .e-delim-values {
  display: inline-flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
}
.e-multiselect .e-multi-select-wrapper .e-delim-view {
  background: #6c757d !important;
  -webkit-text-fill-color: white;
  margin: 2px 0 2px 2px;
  border-radius: 4px;
  cursor: pointer;
}
.e-multiselect .e-multi-select-wrapper .e-delim-view:hover {
  background: #5c636a !important;
}

.e-multi-select-wrapper .e-delim-values .e-remain,
.e-multi-select-wrapper .e-delim-values::before {
  padding-right: 8px;
  margin: 0 8px;
}

.multiselect-search .e-input-group, .multiselect-search .e-input-group.e-control-wrapper {
  border-radius: 4px 0 0 4px !important;
}

/* Components */
.theme-grey {
  --Primary_Bg_Color: #5A5A59;
  --Primary_Bg_Color_NoOpacity: #8D8D8C;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #5A5A59;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #5A5A59;
  --Primary-Button-Bg-Color-Hover: rgba(90, 90, 89, 0.0588235294);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #8D8D8C;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(90, 90, 89, 0.0588235294);
  --Primary-CheckBox-Color: #5A5A59;
  --Primary-Switch-On-Color: #5A5A59;
  --badge-primary-background: #5A5A59;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #5A5A59;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #8D8D8C;
  --Completed-Step-Color: #5A5A59;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #C6C8CA;
  --Primary_Light_Bg_Color_Table: #F5F5F5;
}

.theme-green {
  --Primary_Bg_Color: #1B7931;
  --Primary_Bg_Color_NoOpacity: #49945A;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #1B7931;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #1B7931;
  --Primary-Button-Bg-Color-Hover: rgba(87, 190, 108, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #1B7931;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(73, 148, 90, 0.1215686275);
  --Primary-CheckBox-Color: #1B7931;
  --Primary-Switch-On-Color: #1B7931;
  --badge-primary-background: #1B7931;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #1B7931;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #49945a;
  --Completed-Step-Color: #1B7931;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #B6E0C3;
  --Primary_Light_Bg_Color_Table: #E9F2EB;
}

.theme-blue {
  --Primary_Bg_Color: rgba(49, 83, 153, 0.84);
  --Primary_Bg_Color_NoOpacity: #5A75AD;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #315399;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #315399;
  --Primary-Button-Bg-Color-Hover: rgba(49, 83, 153, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #315399;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(49, 83, 153, 0.11);
  --Primary-CheckBox-Color: #315399;
  --Primary-Switch-On-Color: #315399;
  --badge-primary-background: #315399;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #315399;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #5a75ad;
  --Completed-Step-Color: #315399;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #D3DDEF;
  --Primary_Light_Bg_Color_Table: #E8ECF4;
}

/* BOX SHADOWS */
/* BORDERS */
/* Alerts */
/* Toasts */
/* ICONS */
/* Login */
.wrapper {
  display: flex;
}

a {
  color: unset;
}

.maincontent {
  z-index: 0;
  padding: 0;
}

.avatar {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-color: rgba(221, 221, 221, 0.8666666667);
  padding: 4px;
  color: dimgray;
  font-family: "Source Sans Pro";
  font-size: large;
  text-align: center;
}

.sidebar {
  background: #FFF;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 60px;
  transition: width 0.5s;
  padding: 2px 1rem;
  display: flex;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 50px 2px 0px, rgba(0, 0, 0, 0.06) 0px 50px 2px 0px;
}
@media only screen and (max-width: 575.98px) {
  .sidebar {
    position: fixed;
    width: 0;
    transition: width 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
.sidebar::-webkit-scrollbar {
  width: 0;
}
.sidebar .logo_div {
  height: 50px;
}
.sidebar.sidebar_show {
  width: 220px;
  transition: width 0.4s ease-in-out;
}
@media only screen and (max-width: 575.98px) {
  .sidebar.sidebar_show {
    width: 100%;
    opacity: 1;
    visibility: visible;
    bottom: 10px;
    height: calc(100vh - 50px);
    box-shadow: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .sidebar.sidebar_mobile_closed {
    width: 0;
    opacity: 0.85;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.sidebar img {
  height: 50px;
  max-width: 124px;
  object-fit: contain;
  transition: 0.5s height;
}
@media only screen and (max-width: 575.98px) {
  .sidebar img {
    margin-top: 20px;
    width: 100%;
  }
}
.sidebar:not(.sidebar_show) img {
  height: 25px;
}
.sidebar .nav {
  display: block;
}
.sidebar .nav::-webkit-scrollbar {
  width: 0;
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .nav {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    padding: 20px 10px 10px 10px;
  }
}
.sidebar .nav > li:not(:first-child) {
  margin: 12px 0px;
  position: relative;
}
.sidebar .nav label {
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
}
.sidebar:not(.sidebar_show) .nav {
  padding-right: 0px;
  overflow: unset;
}
.sidebar:not(.sidebar_show) .nav::-webkit-scrollbar {
  width: 0;
  display: none;
}
.sidebar .nav-link i {
  width: 35px;
  text-align: left;
  font-size: 18px;
}
.sidebar:not(.sidebar_show) .nav-link {
  text-align: center;
}
.sidebar:not(.sidebar_show) .nav-link i {
  margin-right: 0;
  text-align: center;
}
.sidebar:not(.sidebar_show) .nav-link label {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.sidebar li {
  position: relative;
}
.sidebar li .hover_label {
  display: none;
}
.sidebar .label_hover_closed, .sidebar .hover_label.hasitems, .sidebar:not(.sidebar_show) li .hover_label {
  display: block;
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  right: -40px;
  top: 50%;
  opacity: 0;
  border-radius: 9px;
  background: transparent;
  color: transparent;
  padding: 0;
  transform: translateY(-50%);
  transition: opacity 0.4s ease;
}
.sidebar .label_hover_open, .sidebar li:hover .hover_label.hasitems, .sidebar:not(.sidebar_show) li:hover .hover_label {
  visibility: visible;
  width: auto;
  min-width: 121px;
  height: auto;
  transform: translateY(-50%);
  background: var(--Primary_Bg_Color_NoOpacity);
  color: white;
  opacity: 1;
  padding: 7px 15px;
  left: 95px;
  display: inline-table;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasitems {
  left: 22px;
  background: transparent;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasitems ul {
  background: var(--Primary_Bg_Color_NoOpacity);
  padding: 10px;
  width: max-content;
  border-radius: 9px;
  margin-left: 15px;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasitems ul li {
  height: 100%;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasOneItem {
  left: 22px;
  background: transparent;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasOneItem > a {
  background: var(--Primary_Bg_Color_NoOpacity);
  padding: 10px;
  width: max-content;
  border-radius: 9px;
  margin-left: 15px;
  display: block;
}
.sidebar:not(.sidebar_show) li:hover .hover_label.hasOneItem > a:hover {
  color: white;
}
.sidebar li:hover .hover_label.hasitems {
  left: 100%;
  background: transparent;
}
.sidebar li:hover .hover_label.hasitems ul {
  background: var(--Primary_Bg_Color_NoOpacity);
  padding: 10px;
  width: max-content;
  border-radius: 9px;
  margin-left: 5px;
}
.sidebar li:hover .hover_label.hasitems ul li {
  height: 100%;
}
@media only screen and (max-width: 575.98px) {
  .sidebar li:hover .hover_label.hasitems ul {
    width: 100%;
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .sidebar li:hover .hover_label.hasitems {
    background: transparent;
    width: 100%;
    left: 0;
    position: relative;
    transform: unset;
    padding: 0;
  }
}
.sidebar li:hover .btn-toggle::after {
  color: rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 575.98px) {
  .sidebar li:hover .btn-toggle::after {
    transform: rotate(90deg);
  }
}
.sidebar .btn-toggle {
  display: inline-flex;
  align-items: center;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.sidebar .btn-toggle:hover, .sidebar .btn-toggle:focus {
  color: rgb(255, 255, 255) !important;
  background-color: var(--Primary_Bg_Color);
}
.sidebar .btn-toggle:hover::after {
  color: rgb(255, 255, 255) !important;
}
.sidebar .btn-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  width: 1.25em;
  line-height: 0;
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
  margin-left: auto;
  color: black;
}
.sidebar .btn-toggle[aria-expanded=true] {
  color: rgb(255, 255, 255) !important;
  background-color: var(--Primary_Bg_Color_NoOpacity);
}
@media only screen and (max-width: 575.98px) {
  .sidebar .btn-toggle[aria-expanded=true] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.sidebar .btn-toggle[aria-expanded=true]::after {
  color: rgb(255, 255, 255) !important;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .btn-toggle[aria-expanded=true]::after {
    transform: rotate(90deg);
  }
}
.sidebar:not(.sidebar_show) .btn-toggle {
  display: block;
}
.sidebar:not(.sidebar_show) .btn-toggle::after {
  content: "";
}
.sidebar .btn-toggle-nav a {
  width: -webkit-fill-available;
  display: inline-flex;
  padding: 8px 0.5rem;
  padding-left: 12px;
  text-decoration: none;
}
.sidebar .btn-toggle-nav a i {
  transform: rotate(90deg);
  margin-right: 15px;
}
.sidebar .btn-toggle-nav a label {
  cursor: pointer;
}
.sidebar .btn-toggle-nav a:hover, .sidebar .btn-toggle-nav a:focus {
  background-color: var(--Primary_Bg_Color);
  color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
}
.sidebar .btn-toggle-nav li {
  height: 0;
}
.sidebar:not(.sidebar_show) .side_toggle i {
  transform: rotate(-180deg);
}
.sidebar .side_toggle {
  position: absolute;
  right: -25px;
  top: 90%;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--Light-Text-Color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 1;
}
.sidebar .side_toggle i {
  color: var(--Dark-Text-Color);
  font-size: 16px;
  transition: 0.5s;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .side_toggle {
    display: none !important;
  }
}
.sidebar .btn-check:focus + .btn,
.sidebar .btn:focus {
  box-shadow: 0 0 0 0;
}
.sidebar .nav-link {
  color: black;
  white-space: nowrap;
}
.sidebar:not(.sidebar_show) .nav-link {
  padding: 8px 2px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.sidebar:not(.sidebar_show) .btn-toggle {
  padding: 0.375rem 0.75rem;
}
.sidebar .nav-pills .nav-link.active,
.sidebar .nav-pills .show > .nav-link, .sidebar li .nav-link.active {
  background-color: var(--Primary_Bg_Color);
  color: white !important;
  border-radius: 5px !important;
}
.sidebar .nav-pills .nav-link.active:hover,
.sidebar .nav-pills .show > .nav-link:hover, .sidebar li .nav-link.active:hover {
  border-radius: 5px !important;
}
.sidebar .nav-pills .nav-link.active::after,
.sidebar .nav-pills .show > .nav-link::after, .sidebar li .nav-link.active::after {
  color: white !important;
}
.sidebar .nav-pills .nav-link:hover, .sidebar .nav-pills .nav-link:focus, .sidebar .nav-pills .nav-link:focus:focus-visible, .sidebar li:hover .nav-link {
  background-color: var(--Primary_Bg_Color);
  color: white !important;
  text-decoration: none;
  border-radius: 5px !important;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .nav-pills .nav-link:hover, .sidebar .nav-pills .nav-link:focus, .sidebar .nav-pills .nav-link:focus:focus-visible, .sidebar li:hover .nav-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.sidebar .collapse.show {
  top: 0px;
  left: 102%;
  position: absolute;
  display: block;
  width: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .collapse.show {
    position: relative;
    left: 0;
  }
}
.sidebar .collapse:not(.show) {
  top: 0px;
  left: 102%;
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .collapse:not(.show) {
    position: relative;
    height: 0px;
    left: 0;
  }
}
.sidebar .collapse ul {
  border-radius: 5px;
  height: 100%;
  width: max-content;
  background-color: var(--Primary_Bg_Color_NoOpacity);
}
@media only screen and (max-width: 575.98px) {
  .sidebar .collapse ul {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.sidebar .collapsing {
  top: 0px;
  left: 102%;
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  opacity: 0;
  transition: 0.2ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 575.98px) {
  .sidebar .collapsing {
    left: 0;
    height: 0px;
    position: relative;
  }
}

.menu_icon {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .menu_icon {
    display: block;
  }
}
.menu_icon label {
  display: flex;
  flex-direction: column;
  width: 30px;
  cursor: pointer;
  margin: 0px 20px;
  height: 50px;
  justify-content: center;
}
.menu_icon label span {
  background: #666666;
  border-radius: 10px;
  height: 5px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon span:nth-of-type(1) {
  width: 50%;
}
.menu_icon span:nth-of-type(2) {
  width: 100%;
}
.menu_icon span:nth-of-type(3) {
  width: 75%;
}
.menu_icon input[type=checkbox] {
  display: none;
}
.menu_icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0.5px);
}
.menu_icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.menu_icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(14px, -7px) rotatez(45deg);
}

.nav-links-mobile {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .nav-links-mobile {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    border-radius: 6px;
    transition: 0.4s !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .nav-links-mobile a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 4px;
  }
  .nav-links-mobile a:hover {
    background: var(--Primary_Bg_Color);
    color: #FFF;
  }
}

.nav-links-mobile a i:hover {
  color: #FFF !important;
}

.nav-links-desktop {
  display: flex;
  gap: 10px;
}
.nav-links-desktop:hover {
  color: var(--Primary_Bg_Color) !important;
}
@media only screen and (max-width: 575.98px) {
  .nav-links-desktop {
    display: none;
  }
}

.flag_div {
  z-index: 5;
  border-radius: 2px;
  background: white;
  border-radius: 12px;
  width: max-content;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.flag_div img {
  height: 25px;
  border-radius: 4px;
  max-width: 40px;
}
@media only screen and (max-width: 575.98px) {
  .flag_div img {
    width: 40px;
  }
}

.language_menu {
  position: absolute;
  height: auto;
  background: white;
  padding: 5px 5px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  transform: translateY(5px);
  left: 0;
  right: 0;
}
.language_menu.language_menu_show {
  opacity: 1;
  display: block;
  visibility: visible;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.language_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.language_menu ul li {
  cursor: pointer;
  margin: 3px 0px;
}
.language_menu ul li img {
  height: 18px !important;
  width: 100%;
  border-radius: 1px;
}

.sidebar-container .sidebar {
  position: sticky;
  left: 0;
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: width 0.4s ease-in-out;
}
.sidebar-container button {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 198px;
  z-index: 1;
  background: pink;
  color: #000;
  transition: left 0.4s ease-in-out;
}
.sidebar-container .sidebar-closed {
  width: 60px;
}
.sidebar-container .btn-icon-closed {
  left: 38px;
}

.sub-sidebar .first-element {
  display: flex;
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--top-div-bg);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media only screen and (max-width: 767.98px) {
  .sub-sidebar .first-element {
    height: max-content !important;
  }
}
.sub-sidebar .first-element .breadcrumb {
  width: 100%;
  min-width: 200px;
  padding: 0 6px;
}
.sub-sidebar .first-element .nav-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  padding-right: 20px;
  z-index: 2;
}
.sub-sidebar .first-element .nav-buttons .buttons-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.sub-sidebar .workflow {
  background: var(--content-actions-div-bg);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.sub-sidebar-expanded {
  width: calc(100% - 220px);
}

.button-container,
.popup-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.popup {
  display: none;
  position: absolute;
  right: 20px;
  top: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.body-content {
  padding: 0 0 10px 10px;
  overflow-y: scroll;
}
.body-content .content {
  margin: 10px;
}
@media only screen and (max-width: 575.98px) {
  .body-content {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .sidebar-container .sidebar {
    display: none;
    background: red !important;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 50px;
  }
  .sidebar-container .sidebar-closed {
    width: 0px;
  }
  .sidebar-container .btn-icon-closed {
    left: 10px;
  }
  .sidebar-container button {
    background: red;
    bottom: 5px;
    left: 10px;
  }
  .sub-sidebar {
    width: 100%;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    transition: width 0.4s ease-in-out;
  }
  .sub-sidebar .first-element {
    position: initial;
  }
  .sub-sidebar .breadcrumb {
    position: sticky;
    top: 0;
    height: 50px;
  }
  .sub-sidebar .nav-buttons {
    position: absolute;
    background: white;
    bottom: 0;
    height: 50px;
    padding: 0 !important;
    border: 1px solid #dee2e6;
  }
  .desktop-button {
    display: none;
  }
  .popup {
    display: none;
    position: absolute;
    right: 20px;
    top: 69%;
    bottom: 50px;
    height: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
  .body-content {
    padding: 10px;
  }
}
.icon-closed {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .icon-closed {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    padding: 20px 20px 0 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
  }
  .icon-closed:hover {
    color: var(--Primary_Bg_Color);
  }
}

.e-grid {
  border: none;
  margin: 20px 0;
}
.e-grid span:active, .e-grid span, .e-grid span:hover {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.e-grid tr {
  cursor: pointer;
}
.e-grid tr:nth-child(even) {
  background: var(--Table-Odd-Rows-Bg);
}
.e-grid .e-headercelldiv {
  margin: unset;
  padding: unset;
}
.e-grid .e-gridheader {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.e-grid .e-gridheader tr:first-child th {
  border-top: 0 none;
  background: var(--Primary_Bg_Color);
  color: white;
}
.e-grid .e-gridheader tr th:first-child {
  padding-left: 16px;
  text-align: left !important;
}
.e-grid .e-gridheader tr th {
  width: 200px;
}
.e-grid .e-rowcell {
  padding: 6px 16px;
}
.e-grid .e-headercell {
  /* .e-sortfilterdiv {
      transform: translateY(-8px);
  }*/
}
.e-grid .e-headercell:not(.e-fltr-icon) .e-sortfilterdiv {
  transform: translateY(-8px);
}
.e-grid .e-headercell, .e-grid .e-detailheadercell {
  padding: 0px 16px;
}
.e-grid .e-rowcell:first-child, .e-grid .e-summarycell:first-child {
  padding-left: 16px;
}
.e-grid .e-rowcell, .e-grid .e-groupcaption, .e-grid .e-indentcell, .e-grid .e-recordplusexpand, .e-grid .e-recordpluscollapse, .e-grid .e-rowdragdropcell, .e-grid .e-detailrowcollapse, .e-grid .e-detailrowexpand, .e-grid .e-detailindentcell, .e-grid .e-detailcell {
  border-color: rgba(0, 0, 0, 0.1);
}
.e-grid.sf-grid .e-table {
  /* min-width: 1000px;*/
}
.e-grid .e-content::-webkit-scrollbar {
  height: 8px;
}
.e-grid .e-content::-webkit-scrollbar-thumb {
  background-color: var(--Primary_Bg_Color);
  border-radius: 20px;
}
.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row .e-rowcell {
  width: 200px;
}
.e-grid .e-toolbar-items button {
  color: #696969 !important;
  background: #F8F9FA !important;
  transition: all 0.4s;
  border: none;
}
.e-grid .e-toolbar-items button:hover {
  color: #FFF !important;
  background-color: #696969 !important;
}
.e-grid .e-res-toolbar {
  border: none;
}
@media only screen and (max-width: 767.98px) {
  .e-grid .e-res-toolbar {
    border-bottom: 1px solid #dee2e6;
  }
}

.e-grid tr {
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
  border-left: 8px solid var(--Primary_Bg_Color);
}
.e-grid tr:hover {
  border-left: 8px solid var(--color-main);
}

.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
  background: #5c636a !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
  color: #FFF !important;
}

@media only screen and (max-width: 767.98px) {
  .e-rowcell {
    text-align: left !important;
  }
}

.e-pager .e-numericitem {
  color: var(--Dark-Text-Color);
}
.e-pager .e-numericitem:not(.e-active):hover {
  color: var(--Dark-Text-Color);
  background: var(--Primary-Button-Bg-Color-Hover) !important;
}

.e-pager .e-pager-default:hover {
  background: var(--Primary-Button-Bg-Color-Hover) !important;
}

.e-pager div.e-icons.e-pager-default {
  color: #000;
}

.e-pager.sf-pager .e-numericcontainer a {
  border-radius: 50%;
  border-color: transparent;
  margin: 0 5px;
}

.e-pager.sf-pager .e-numericcontainer .e-active {
  background: var(--Primary_Bg_Color_NoOpacity);
  color: white;
}

.e-pager.sf-pager .e-pagercontainer .e-first, .e-pager.sf-pager .e-pagercontainer .e-prev, .e-pager.sf-pager .e-pagercontainer .e-next, .e-pager.sf-pager .e-pagercontainer .e-last {
  border: 0;
}

.e-pager .e-pagercontainer {
  border: 0;
}

.e-grid th.e-headercell[aria-sort=ascending] .e-headertext, .e-grid th.e-headercell[aria-sort=descending] .e-headertext, .e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv, .e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
  color: #ffffff;
}

.e-icons.e-sortfilterdiv, .e-icons.e-icon-filter {
  color: #ffffff !important;
}

.e-grid .e-filtered::before {
  color: #FFFF3F;
}

.e-grid .e-toolbar {
  border-top: 0;
  background: var(--color-transparent);
}
@media only screen and (max-width: 767.98px) {
  .e-grid .e-toolbar {
    margin-bottom: 10px !important;
    border-bottom: none;
  }
}
.e-grid .e-toolbar .e-toolbar-items {
  background: var(--color-transparent);
  margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {
  .e-constant {
    font-size: 12px;
  }
}

.e-contextmenu-wrapper ul .e-menu-item.e-selected, .e-contextmenu-container ul .e-menu-item.e-selected, .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
  background-color: var(--Primary-Button-Bg-Color);
}

.e-table tbody tr .e-boolcell:nth-of-type(4) {
  padding: 14px 15px !important;
}

.e-table td button {
  margin: 0 !important;
}

.e-grid .e-rowcell .e-checkbox-wrapper, .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
  top: 0;
  height: 30px;
}

.e-grid .e-toolbar .e-toolbar-items {
  margin: 0;
}

.e-toolbar-items {
  display: flex;
  width: 100%;
  position: relative;
}
.e-toolbar-items .e-float-input, .e-toolbar-items .e-float-input.e-control-wrapper {
  margin: 0;
}
.e-toolbar-items .e-float-input input, .e-toolbar-items .e-float-input.e-control-wrapper input {
  min-height: 32px;
  margin: 0;
  width: 200px;
}
.e-toolbar-items .e-float-input .e-clear-icon, .e-toolbar-items .e-float-input.e-control-wrapper .e-clear-icon {
  position: absolute;
  right: 30px;
  top: 28%;
}
.e-toolbar-items label {
  left: -65% !important;
}

.e-float-input input:focus ~ label.e-float-text, .e-float-input input:valid ~ label.e-float-text,
.e-float-input input ~ label.e-label-top.e-float-text, .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text, .e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input.e-input-focus input ~ label.e-float-text {
  transform: translate3d(-10px, -38px, 0) scale(1);
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.table-report {
  background: white;
  position: absolute;
  top: 65px;
  width: calc(100% - 19px);
  padding: 50px 20px 20px 20px;
  border: 1px solid #A1A1A1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: slideDown 0.4s ease-out forwards;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .table-report {
    top: 70px;
  }
}
.table-report thead {
  background: var(--Primary_Bg_Color);
  color: white;
}
.table-report tbody td {
  vertical-align: baseline;
}
.table-report .btn-close-report {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px;
  margin-bottom: 10px;
  border: none;
  background: none;
}
.table-report .btn-table-report, .table-report i {
  display: flex;
  justify-content: right;
}

.breadcrumb {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  align-items: center;
}

.breadcrumb-item {
  display: inline-block !important;
}
.breadcrumb-item a, .breadcrumb-item span {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 25px !important;
}
.breadcrumb-item a {
  color: var(--Primary-Button-Bg-Color) !important;
}
.breadcrumb-item span {
  color: black !important;
}

.breadcrumb-separator {
  display: inline-block !important;
  padding: 0 10px;
}
.breadcrumb-separator i {
  color: black;
}

.breadcrumb-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-group {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  position: sticky;
}
@media only screen and (max-width: 767.98px) {
  .tab-group {
    display: flex;
    overflow: auto;
  }
}
.tab-group.horizontal {
  display: flex;
  overflow: auto;
}
.tab-group.horizontal .tab-item {
  margin: 5px 5px;
  max-width: 200px;
  min-width: 50px;
  text-align: center;
}
.tab-group .tab-item {
  cursor: pointer;
  color: var(--dark-color) !important;
  background: none;
  border: none;
  height: 30px;
  margin: 15px 0;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  text-transform: initial;
}
.tab-group .tab-item.disable {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.tab-group .tab-item.active {
  opacity: 1;
  border-bottom: 2px solid var(--color-main);
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .tab-group .tab-item {
    margin: 5px 5px;
    max-width: 100px;
    min-width: 50px;
    text-align: center;
  }
}
.tab-group .tab-item:hover {
  color: var(--dark-color) !important;
}

.xrp-tab-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xrp-tab-group {
  padding: 8px 0;
}
@media only screen and (max-width: 575.98px) {
  .xrp-tab-group {
    width: max-content;
    height: min-content;
    margin-bottom: 0;
    display: flex;
    padding: 4px;
  }
}
.xrp-tab-group button .tab-select {
  background: var(--Primary_Light_Bg_Color);
  padding-right: 10px;
}

.xrp-tab-group_header.active, .xrp-tab-group_title.active, .xrp-tab-group_item.active, .xrp-tab-group_title-text.active {
  font-weight: 600;
}

.xrp-tab-group_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}

.xrp-tab-group_header.group-select {
  background: var(--Primary_Light_Bg_Color);
  padding-right: 10px;
}

.xrp-tab-group_bookmark {
  font-size: 10px;
}
@media only screen and (max-width: 575.98px) {
  .xrp-tab-group_bookmark {
    margin-left: 10px;
  }
}

.xrp-tab-group_caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 0;
}
.xrp-tab-group_caret .icon-remove {
  color: white;
  background: var(--color-main);
  padding: 8px;
  font-size: 12px;
}
.xrp-tab-group_caret .icon-caret {
  color: var(--color-main);
}

.xrp-tab-group_caret i {
  line-height: 1;
  font-size: 16px;
}

.xrp-tab-group_title {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: clamp(100px, 15vw, 220px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
@media only screen and (max-width: 575.98px) {
  .xrp-tab-group_title {
    font-size: 13px;
  }
}

.xrp-tab-group_title {
  display: flex;
  align-items: center;
  max-width: clamp(100px, 15vw, 220px);
  border-left: 3px solid var(--color-main);
}

.xrp-tab-group_title-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xrp-tab-group_item {
  border-left: 3px solid var(--color-main);
  padding: 6px 16px;
  margin-left: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 575.98px) {
  .xrp-mixed-list {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
  }
}
.xrp-mixed-list .tab-item {
  cursor: pointer;
  color: var(--dark-color) !important;
  background: none;
  border: none;
  height: 30px;
  margin: 15px 0;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  text-transform: initial;
}
.xrp-mixed-list .tab-item.disable {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.xrp-mixed-list .tab-item.active {
  opacity: 1;
  border-bottom: 2px solid var(--color-main);
  font-weight: bold;
}
.xrp-mixed-list .tab-item:hover {
  color: var(--dark-color) !important;
}

.buttons-control-tabs {
  display: flex;
}

.btn-add-template {
  min-width: 110px;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  padding: 6px 12px;
}

.btn-remove-template {
  background: grey !important;
  width: 40px !important;
  min-width: 30px;
}

.tab-group-template {
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}
.tab-group-template .primary, .tab-group-template .e-footer-content .e-btn.e-flat.e-primary:not([DISABLED]), .e-footer-content .tab-group-template .e-btn.e-flat.e-primary:not([DISABLED]) {
  padding: 6px 0;
  width: calc(100% - 10px);
  position: sticky;
  bottom: 0;
}
.tab-group-template ul, .tab-group-template ol {
  list-style: none;
}
@media only screen and (max-width: 575.98px) {
  .tab-group-template {
    flex-direction: row;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/*.steps-container {*/
/*padding: 10px 1px;*/
/*overflow: hidden;
    overflow-x: auto;

    @media (max-width: 800px) {
        display: none !important;
    }
}*/
.h-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .h-content {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1000px) {
  .h-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.hidden-steps-popup {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 16px;
  z-index: 1000;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.steps-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.steps-container button {
  background: #DDD;
  border: none;
  border-radius: 5px;
  padding: 2px 10px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.steps-container button:hover {
  transform: translateY(-2px);
}

.step.complete, .step.active, .step.empty {
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.step.complete p, .step.active p, .step.empty p {
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.step.complete {
  background: var(--Completed-Step-Color);
  color: white;
}

.step.active {
  box-shadow: 0px 0px 0px 2px var(--Completed-Step-Color) inset;
  color: var(--Completed-Step-Color);
}

.step.empty {
  background-color: var(--Inactive-Step-Color);
}

.large-screen, .small-screen {
  display: none;
}

.large-screen.show-screen, .small-screen.show-screen {
  display: block;
  margin: 0 10px;
}

.e-accordion {
  border: none;
}
.e-accordion .e-acrdn-item {
  border-bottom: 0 !important;
  border-top: 0 !important;
  margin: 20px 0;
  /*.e-acrdn-panel {
      height: 200px;
      overflow: auto;
  }*/
}
.e-accordion .e-acrdn-item .e-acrdn-header {
  background: var(--Accordion-Header-Bg) !important;
  border-radius: 4px !important;
  margin-bottom: 0;
  position: relative;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
  color: var(--dark-color) !important;
  align-items: center;
  height: 100%;
}
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content h4, .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon h4 {
  font-size: 20px;
}
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
  box-shadow: none !important;
}
.e-accordion .e-acrdn-item .e-acrdn-content {
  padding: 0 !important;
}
.e-accordion .e-acrdn-item .e-acrdn-content .e-toolbar {
  background: var(--Search-Bar-Bg-Users-Group);
}
.e-accordion .e-acrdn-item .e-acrdn-content .e-toolbar .e-toolbar-items {
  background: var(--Search-Bar-Bg-Users-Group);
  margin-bottom: 10px;
  height: 50px;
}
.e-accordion .e-acrdn-item .e-gridcontent {
  padding: 0 12px;
}
.e-accordion .e-acrdn-item .e-grid .e-rowcell:first-child, .e-accordion .e-acrdn-item .e-grid .e-summarycell:first-child {
  padding-left: 0 !important;
  padding: 0 !important;
}
.e-accordion .e-acrdn-item .e-grid .e-rowcell div:not(.e-treecolumn-container) {
  height: 55px;
  padding-left: 5px;
}
.e-accordion .e-acrdn-item .e-grid .e-rowcell .e-checkbox-wrapper, .e-accordion .e-acrdn-item .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
  height: 50px;
  /* position: absolute; */
  /*top: 13px;*/
}
.e-accordion .e-acrdn-item .e-grid .e-rowcell .e-checkbox-wrapper label, .e-accordion .e-acrdn-item .e-grid .e-rowcell .e-css.e-checkbox-wrapper label {
  height: 50px;
}
.e-accordion .e-acrdn-item .e-grid .e-rowcell .e-checkbox-wrapper label .e-icons, .e-accordion .e-acrdn-item .e-grid .e-rowcell .e-css.e-checkbox-wrapper label .e-icons {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.btn-toggle-accordion {
  background: #ECECEC;
  border-radius: 4px;
  border: none;
  padding: 4px 12px;
  transition: all 0.4s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn-toggle-accordion:hover {
  background: var(--Primary-Button-Bg-Color);
  color: #FFF;
  transform: translateY(-2px);
}
@media only screen and (max-width: 575.98px) {
  .btn-toggle-accordion {
    font-size: 14px;
  }
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
}
@media only screen and (max-width: 575.98px) {
  .accordion-header {
    display: block;
  }
}
.accordion-header h3, .accordion-header p {
  margin: 0;
}
@media only screen and (max-width: 575.98px) {
  .accordion-header h3, .accordion-header p {
    font-size: 14px;
  }
}
.accordion-header h3 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 575.98px) {
  .accordion-header h3 {
    font-size: 14px;
  }
}
.accordion-header p {
  color: #5C5C5C;
}
.accordion-header .accordion-badge {
  background: var(--Primary-Button-Bg-Color);
  color: #FFF;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 12px;
}
@media only screen and (max-width: 575.98px) {
  .accordion-header .accordion-badge {
    padding: 0 4px;
  }
}

.accordion-child {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.accordion-child li {
  list-style: none;
  display: flex;
  gap: 10px;
}

.e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-switch-wrapper .e-switch-inner.e-switch-active {
  border: none;
}

.e-switch-wrapper:hover .e-switch-inner.e-switch-active,
.e-switch-wrapper .e-switch-inner.e-switch-active,
.e-switch-wrapper .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
  background-color: transparent;
}

.e-switch-wrapper.intermediate .e-switch-on {
  background-color: var(--Primary_Light_Bg_Color) !important;
}
.e-switch-wrapper.intermediate .e-switch-on:hover {
  background-color: var(--Primary_Light_Bg_Color) !important;
}

.card {
  border: 0;
}

.card-body {
  padding: 0;
}

@media only screen and (max-width: 767.98px) {
  .e-content .e-item .card {
    margin-top: 20px;
  }
}
.e-content .e-item .card:nth-child(n+2) {
  margin-top: 15px;
}

.e-toast-container .e-toast {
  border-radius: 15px;
}
.e-toast-container .e-toast .e-toast-message .e-toast-title {
  border-bottom: 0;
}
.e-toast-container .e-toast button {
  background-color: white !important;
}
.e-toast-container .e-toast.e-toast-warning {
  background-color: #fef7ea;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-icon, .e-toast-container .e-toast.e-toast-success .e-toast-icon, .e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: #282b31;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title, .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title, .e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: #282b31;
  padding-left: 0 !important;
}
.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content, .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content, .e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: #282b31;
  padding: 6px 8px 12px 0 !important;
}

.theme_toggler ul {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.theme_toggler ul .blue, .theme_toggler ul .red, .theme_toggler ul .green {
  border-radius: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.5;
}
.theme_toggler ul .blue:hover, .theme_toggler ul .red:hover, .theme_toggler ul .green:hover {
  transform: scale(1.2);
  opacity: 1;
}
.theme_toggler ul .blue.active, .theme_toggler ul .red.active, .theme_toggler ul .green.active {
  opacity: 1;
}
.theme_toggler ul .blue {
  background: #315399;
}
.theme_toggler ul .red {
  background: #5A5A59;
}
.theme_toggler ul .green {
  background: #1B7931;
  margin: 0 20px;
}

.commentsDiv {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 15px;
  padding-bottom: 15px;
}
.commentsDiv .card {
  border: 1px solid #ced4da;
  border-left: 5px solid var(--Primary_Bg_Color);
  padding: 10px;
}
.commentsDiv .card .titleDiv {
  display: flex;
  justify-content: space-between;
}
.commentsDiv .card .titleDiv h3, .commentsDiv .card .titleDiv h4 {
  font-weight: bold;
}
.commentsDiv .card .card-title {
  font-weight: normal;
}
.commentsDiv .card .buttonsdiv {
  display: flex;
  justify-content: space-between;
}
.commentsDiv .card:nth-child(n+2) {
  margin-top: 20px;
}
.commentsDiv .card .card-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  transition: transform 0.35s ease;
  margin-right: 8px;
}
.commentsDiv .card h3.card-title::before {
  content: "\f007";
}
.commentsDiv .card h4.card-title::before {
  content: "\f133";
  margin-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .commentsDiv {
    width: 100% !important;
  }
}

.checkbox-comment {
  display: flex;
  gap: 10px;
}
.checkbox-comment > div > div {
  margin-top: 0 !important;
  font-weight: 400 !important;
  font-style: italic;
}

.NoCommentsDiv {
  text-align: center;
}
.NoCommentsDiv img {
  height: 150px;
  margin-top: 15px;
}

.signature-image {
  background: white;
  display: flex;
  align-items: start !important;
}
.signature-image .btn-save button {
  background: var(--Primary_Bg_Color) !important;
  padding: 0 8px !important;
}
.signature-image .btn-save span {
  color: #FFF !important;
}

.image-editor-disabled {
  opacity: 0.6 !important;
}
.image-editor-disabled canvas, .image-editor-disabled .e-toolbar-area {
  pointer-events: none !important;
}

.e-image-editor {
  display: flex !important;
  flex-direction: column !important;
}
.e-image-editor .e-toolbar-area {
  width: 100%;
  height: 40px;
}
.e-image-editor .e-toolbar-items {
  background: #FFF !important;
  margin-bottom: 0 !important;
}

#ok > button {
  background: var(--Primary_Bg_Color) !important;
  transition: all 0.4s;
}
#ok > button:hover {
  background: var(--color-main) !important;
  transform: scale(1.05);
}

#ok .e-btn-icon {
  display: none !important;
}

#ok button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0c7";
  color: #FFF;
  font-size: 20px;
}

.e-badge {
  background: var(--badge-primary-background);
  color: var(--Light-Text-Color);
  padding: 6px;
  border-radius: 3px;
  margin: 0.05rem 0.05rem;
}
.e-badge span.e-badge-text {
  padding: 1rem;
  margin: 1.5rem 0.25rem;
}

.e-badge.e-active {
  background-color: var(--Light-Text-Color);
  color: var(--badge-primary-background);
  filter: drop-shadow(0px 0px 1px var(--badge-primary-background)) drop-shadow(0px 0px 1px var(--badge-primary-background)) drop-shadow(0px 0px 0px var(--badge-primary-background)) drop-shadow(0px 0px 0px var(--badge-primary-background));
  height: 30px;
}

.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
  height: 30px !important;
}

@media (max-width: 500px) {
  .e-badge.e-active {
    height: 50px;
  }
}
.badges-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.badge-bg-blue {
  background: var(--badge-primary-background);
  border-radius: 5px;
  height: 20px;
  padding: 12px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-left: 10px;
}
.badge-bg-blue span, .badge-bg-blue h4 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
}

.badge-default-class {
  background: none;
  border: 2px solid var(--badge-primary-background);
  border-radius: 3px;
  height: 20px;
  padding: 12px 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
@media only screen and (max-width: 575.98px) {
  .badge-default-class {
    height: max-content;
  }
}
.badge-default-class span, .badge-default-class h4 {
  margin: 0;
  color: var(--badge-primary-background);
  font-size: 16px;
}

.badge-bg-gray {
  background: #e9ecef;
  border-radius: 5px;
  height: 20px;
  padding: 14px 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.badge-bg-gray span, .badge-bg-gray h4 {
  margin: 0;
  color: #343a40;
  font-size: 16px;
}

.badge {
  border-radius: 5px;
  height: 20px;
  padding: 14px 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.badge h4,
.badge span {
  margin: 0;
  font-size: 16px;
  color: inherit;
}

.badge--warning {
  background: #fff3cd;
  color: #876500;
  border-color: #ffecb5;
}

.badge--error {
  background: #fde2e1;
  color: #842029;
  border-color: #f5c2c7;
}

.badge--success {
  background: #d1e7dd;
  color: #0f5132;
  border-color: #badbcc;
}

.badge--info {
  background: none;
  color: #315399;
  border: 2px solid #315399;
}

.badge-big {
  background: none;
  border: 2px solid var(--badge-primary-background);
  color: var(--badge-primary-background);
  border-radius: 5px;
  width: max-content;
  padding: 10px 20px;
}
.badge-big > span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}
.badge-big > span > button {
  margin: 0 !important;
}

.badge-status-grid {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.badge-status-grid .badge {
  background: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
.badge-status-grid .badges-group-grid {
  display: flex;
  gap: 4px;
}

td .e-badge {
  height: 100%;
  width: 100%;
  padding: 2px 6px;
  text-align: left;
}
td .e-badge h4 {
  margin: 0;
}
td .e-badge-fit {
  background: var(--badge-primary-background);
  color: var(--Light-Text-Color);
  border-radius: 3px;
  margin: 0.05rem 0.05rem;
  height: 100%;
  padding: 2px 6px;
  text-align: left;
}
td .e-badge-fit h4 {
  margin: 0;
}

@media only screen and (max-width: 575.98px) {
  .badge-big {
    width: 100%;
  }
}
.Document_List_Div .Doc_Exist {
  padding: 20px;
  background: var(--Table-Odd-Rows-Bg);
  margin-bottom: 15px;
}
.Document_List_Div .Doc_Exist h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  width: 1.25em;
  margin-right: 10px;
  transition: transform 0.35s ease;
}
.Document_List_Div .Doc_Exist:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.Document_List_Div .NewDocDiv {
  transition: transform 0.35s ease;
}

.iw-container {
  margin-bottom: 5px;
}
.iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

.iw-content img {
  float: right;
  margin: 0 5px 5px 10px;
}

.iw-subTitle {
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
}

div.pac-container {
  z-index: 99999999999 !important;
}

div.map-google-container {
  height: calc(100vh - 12.8rem - 1.1rem - 45px) !important;
}

div.searchBox div.searchBoxInput input {
  margin: 10px 0;
  max-width: 100rem;
  width: 100%;
  border: 1px solid gray !important;
  border-radius: 5px !important;
  padding: 0 10px;
}
div.searchBox .searchBoxInput {
  display: flex;
  gap: 10px;
  align-items: center;
}
div.searchBox div.searchBoxMessage p {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.searchBox button {
  margin: 0 !important;
  height: 35px !important;
  padding: 0 10px !important;
}

.e-schedule {
  max-height: calc(80vh - 110px) !important;
}
.e-schedule .e-timeline-month-view .e-resource-left-td {
  width: 146px;
}
.e-schedule .e-timeline-month-view .e-resource-cells {
  padding-left: 6px;
}
.e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
  padding-left: 7px;
}
.e-schedule .e-timeline-month-view .e-appointment .e-left-icon {
  padding-left: 7px;
}
.e-schedule .e-timeline-view .e-appointment .e-right-icon {
  padding-left: 7px;
}
.e-schedule .e-timeline-view .e-appointment .e-left-icon {
  padding-left: 7px;
}
.e-schedule .template-wrap {
  height: 100%;
  white-space: normal;
}
.e-schedule .template-wrap .image {
  padding: 8px 0 4px;
}
.e-schedule .template-wrap .image img {
  width: 100%;
  padding: 10px 25%;
}
.e-schedule .template-wrap .subject {
  font-weight: 600;
  font-size: 15px;
  padding: 4px 4px 4px;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.e-schedule .template-wrap .time {
  height: 50px;
  padding: 4px 6px 4px;
}
.e-schedule .template-wrap .description {
  padding: 4px 6px 4px;
}
.e-schedule .template-wrap .footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}

.schedule-legend .schedule-legend-item {
  display: inline-flex;
  margin: 2px 5px 2px 10px;
}
.schedule-legend .schedule-legend-item .schedule-legend-item-square {
  height: 20px;
  width: 20px;
  margin-bottom: 15px;
  margin-right: 5px;
  border-radius: 15px;
}
.schedule-legend .schedule-legend-item .schedule-legend-item-text {
  white-space: break-spaces;
  font-weight: bold;
}

.schedule-legend.schedule-align-center {
  text-align: center;
}

.schedule-legend.schedule-align-left {
  text-align: left;
}

.schedule-legend.schedule-align-right {
  text-align: right;
}

.e-schedule.schedule-date-header-template-center .e-timeline-view .e-header-cells {
  padding: 0;
  text-align: center !important;
}
.e-schedule.schedule-date-header-template-center .e-timeline-month-view .e-header-cells {
  padding: 0;
  text-align: center !important;
}

.e-schedule-event-tooltip .tooltip-wrap {
  display: flex;
  align-items: center;
}

.e-schedule-event-tooltip .tooltip-wrap .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.tailwind-dark .e-schedule-event-tooltip .tooltip-wrap .image,
.bootstrap5-dark .e-schedule-event-tooltip .tooltip-wrap .image {
  background-color: #1F294A;
}

.bootstrap-dark .e-schedule-event-tooltip .tooltip-wrap .image {
  background-color: #1a1a1a;
}

.fabric-dark .e-schedule-event-tooltip .tooltip-wrap .image,
.material-dark .e-schedule-event-tooltip .tooltip-wrap .image {
  background-color: #000;
}

.material3-dark .e-schedule-event-tooltip .tooltip-wrap .image {
  background-color: #313033;
}

.e-schedule-event-tooltip .tooltip-wrap .content-area {
  padding-left: 6px;
  font-size: 12px;
}

.e-schedule-event-tooltip .tooltip-wrap .name {
  font-weight: 500;
  font-size: 14px;
}

.flex-parent {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 30px 0;
}

span {
  font-size: 1.1rem;
  font-weight: normal;
}

.long-and-truncated {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short-and-fixed {
  white-space: nowrap;
}
.short-and-fixed > div {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: lightgreen;
  display: inline-block;
}

.long-and-truncated-with-child {
  flex: 1;
}
.long-and-truncated-with-child span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-and-truncated-with-child-corrected {
  flex: 1;
  min-width: 0; /* or some value */
}
.long-and-truncated-with-child-corrected span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resource-designation .schedule-tooltip-resource-text {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 5;
}

.resource-designation:hover .schedule-tooltip-resource-text {
  display: block;
  white-space: break-spaces;
}

.e-orgchart-template-div-style {
  position: absolute;
  width: 120px;
  height: 130px;
  left: 20px;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  transition: all 0.4s;
}

.e-orgchart-template-div-style.root-node {
  background: var(--Primary_Bg_Color);
}
.e-orgchart-template-div-style.root-node .icon-orgchart {
  background: #FFF;
}
.e-orgchart-template-div-style.root-node .icon-orgchart > i {
  color: #8FA4CF;
}
.e-orgchart-template-div-style.root-node .icon-orgchart:hover {
  background: #FFF;
}
.e-orgchart-template-div-style.root-node .icon-orgchart:hover > i {
  color: var(--Primary_Bg_Color);
}

.e-orgchart-template-name-style.root-node,
.e-orgchart-template-number-style.root-node {
  color: #FFF;
}

.e-orgchart-template-image-style {
  width: 75px;
  height: 75px;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  border-radius: 50%;
  margin: 5px 0 0 0;
  background-color: #FFF;
}

.e-orgchart-template-name-style {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: var(--dark-color);
  margin: 0;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: wrap;
  max-width: 90px;
  margin-top: 10px;
}

.e-orgchart-template-number-style {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: var(--rz-text-title-color);
  margin: 0;
}

.e-orgchart-template-div-style:hover .icon-orgchart {
  display: block;
}

.icon-orgchart {
  display: none;
  background: gray;
  padding: 1px 8px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
.icon-orgchart:hover {
  background: var(--Primary_Bg_Color);
}
.icon-orgchart > i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #FFF;
}

p {
  font-family: "Montserrat", sans-serif;
}

.e-orgchart-template-count {
  position: absolute;
  bottom: -36px;
  left: 48px;
  height: 25px;
  background: #F5F5F5;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  gap: 10px;
}

.e-orgchart-template-descendant-style {
  margin: 0;
  font-size: 12px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.e-orgchart-template-descendant-style > p {
  margin: 0;
}

.e-orgchart-informations {
  background: #F5F5F5;
  position: fixed;
  border-radius: 6px;
  top: 0px;
  left: 150px;
  padding: 10px;
  color: #FFF;
  height: 130px;
  width: max-content;
  height: max-content;
  text-align: start;
}
.e-orgchart-informations > p, .e-orgchart-informations span {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #000;
}
.e-orgchart-informations > p span {
  font-weight: 400;
}

.e-tooltip-wrap {
  background-color: #f8f9fa !important;
  border: 1px solid var(--Primary_Bg_Color) !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left,
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right {
  color: #f8f9fa;
  border: 1px solid var(--Primary_Bg_Color) !important;
}

.custom-tooltip-content {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  border: none;
}

.custom-tooltip-content .content {
  color: #212529;
}

.custom-tooltip-content .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.custom-tooltip-content .content p {
  font-weight: 600;
}

.custom-tooltip-content .content p, .custom-tooltip-content .content span {
  margin: 5px 0;
  font-size: 12px;
}

.custom-tooltip-content .content hr {
  border-top: 1px solid #dee2e6;
  margin: 10px 0;
}

@media only screen and (max-width: 575.98px) {
  #tooltipclick {
    display: inline-block;
  }
}
.checklist-group > div:nth-child(2) > div > div {
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.checklist-group .horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 20px;
  padding: 0px;
}
.checklist-group .horizontal > div > div {
  font-weight: bold !important;
}
@media screen and (max-width: 1000px) {
  .checklist-group .horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .checklist-group .horizontal {
    display: flex;
    flex-direction: column;
  }
}

.header-checklist {
  border-top: 10px solid var(--Primary_Bg_Color) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  align-items: center;
}
.header-checklist h3 {
  font-size: 18px;
}
.header-checklist .title-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .header-checklist .title-header-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header-checklist .title-header-content p {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
}
.header-checklist .title-designation {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .header-checklist .title-designation {
    flex-direction: column;
    gap: 0;
  }
}
.header-checklist .title-designation span {
  font-size: 18px;
  font-weight: bold;
}
.header-checklist .title-description {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-checklist .title-description p {
  font-size: 16px;
  margin: 0;
}
.header-checklist .title-date {
  display: flex;
  gap: 10px;
}
.header-checklist .title-date > button {
  margin: 0 !important;
  height: 42px;
  width: 32px;
}
.header-checklist .badge-reserve {
  display: flex;
  margin-bottom: 20px;
}

.checklists-process .e-acrdn-header-content {
  width: 95%;
}
.checklists-process .e-acrdn-header-content .checklist-header-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
}
@media only screen and (max-width: 575.98px) {
  .checklists-process .e-acrdn-header-content .checklist-header-group {
    flex-direction: column;
  }
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-content h4 {
  margin: 0;
  font-weight: 700;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-content p {
  margin: 0;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes {
  display: flex;
  gap: 10px;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-status {
  background: #7C838A;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0;
  text-align: center;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-status.is-closed {
  background: #4B7F57 !important;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-status.is-pending {
  background: #F1A93C !important;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count {
  background: #7C838A;
  color: #FFF;
  padding: 4px 6px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count span {
  position: absolute;
  color: #7C838A;
  background: white;
  border-radius: 50%;
  border: 1px solid #7C838A;
  height: 24px;
  width: 24px;
  padding: 0 6px;
  top: -10px;
  right: -10px;
  font-size: 12px;
  text-align: center;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count.is-closed {
  background: #4B7F57 !important;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count.is-closed span {
  border: 1px solid #4B7F57;
  color: #4B7F57;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count.is-pending {
  background: #F1A93C !important;
}
.checklists-process .e-acrdn-header-content .checklist-header-group .checklist-header-notes .checklist-count.is-pending span {
  border: 1px solid #F1A93C;
  color: #F1A93C;
}

.theme-grey {
  --Primary_Bg_Color: #5A5A59;
  --Primary_Bg_Color_NoOpacity: #8D8D8C;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #5A5A59;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #5A5A59;
  --Primary-Button-Bg-Color-Hover: rgba(90, 90, 89, 0.0588235294);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #8D8D8C;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(90, 90, 89, 0.0588235294);
  --Primary-CheckBox-Color: #5A5A59;
  --Primary-Switch-On-Color: #5A5A59;
  --badge-primary-background: #5A5A59;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #5A5A59;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #8D8D8C;
  --Completed-Step-Color: #5A5A59;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #C6C8CA;
  --Primary_Light_Bg_Color_Table: #F5F5F5;
}

.theme-green {
  --Primary_Bg_Color: #1B7931;
  --Primary_Bg_Color_NoOpacity: #49945A;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #1B7931;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #1B7931;
  --Primary-Button-Bg-Color-Hover: rgba(87, 190, 108, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #1B7931;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(73, 148, 90, 0.1215686275);
  --Primary-CheckBox-Color: #1B7931;
  --Primary-Switch-On-Color: #1B7931;
  --badge-primary-background: #1B7931;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #1B7931;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #49945a;
  --Completed-Step-Color: #1B7931;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #B6E0C3;
  --Primary_Light_Bg_Color_Table: #E9F2EB;
}

.theme-blue {
  --Primary_Bg_Color: rgba(49, 83, 153, 0.84);
  --Primary_Bg_Color_NoOpacity: #5A75AD;
  --Primary_Body_BgColor: #f3f5f7;
  --Primary_HoverText_Color: white;
  --color-transparent: transparent;
  --color-main: #315399;
  --dark-color: #000000;
  --Dark-Text-Color: #000000;
  --Light-Text-Color: #ffffff;
  --Validation-Message-Color: #C92519;
  --Icon-Validation-Message-Color: #C92519;
  --Primary-Button-Bg-Color: #315399;
  --Primary-Button-Bg-Color-Hover: rgba(49, 83, 153, 0.1921568627);
  --Secondary-Button-Bg-Color: white;
  --Light-Button-Bg-Color: white;
  --Success-Button-Bg-Color: #71C562;
  --Danger-Button-Bg-Color: #b30000;
  --Warning-Button-Bg-Color: #D7B54C;
  --Info-Button-Bg-Color: #315399;
  --Download-Button-Bg-Color: #008000;
  --Table-Buttons-Primary-Hover: #315399;
  --Table-Buttons-Primary-Color: #e2e3e5;
  --Table-Odd-Rows-Bg: rgba(49, 83, 153, 0.11);
  --Primary-CheckBox-Color: #315399;
  --Primary-Switch-On-Color: #315399;
  --badge-primary-background: #315399;
  --Accordion-Header-Bg: #ececec;
  --Search-Bar-Bg-Users-Group: #315399;
  --Inactive-Step-Color: #D9D9D9;
  --Active-Step-Color: #5a75ad;
  --Completed-Step-Color: #315399;
  --top-div-bg: #F8F8F8;
  --content-actions-div-bg: #F8F8F8;
  --Primary_Light_Bg_Color: #D3DDEF;
  --Primary_Light_Bg_Color_Table: #E8ECF4;
}

/* BOX SHADOWS */
/* BORDERS */
/* Alerts */
/* Toasts */
/* ICONS */
/* Login */
.e-accordion .e-acrdn-item.is-closed .e-acrdn-header {
  background: #D6E7DA !important;
  border-left: 8px solid #4B7F57 !important;
}
.e-accordion .e-acrdn-item.is-pending .e-acrdn-header {
  border-left: 8px solid #F1A93C !important;
}
.e-accordion .e-acrdn-item.is-default .e-acrdn-header {
  border-left: 8px solid #7C838A !important;
}

.e-accordion .e-acrdn-item .e-acrdn-panel {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-top: none !important;
  border-radius: 0 0 4px 4px;
  padding: 0 20px 20px 20px;
}

.sk-circle {
  margin: 100px auto;
  margin: 10px auto;
  position: relative;
}

.sk-circle-small {
  width: 20px;
  height: 20px;
}

.sk-circle-default {
  width: 40px;
  height: 40px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 575.98px) {
  .card-list {
    gap: 10px;
  }
}

.card-item {
  color: #FFF !important;
  background: var(--Primary_Bg_Color) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 180px !important;
  height: 180px !important;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s !important;
}
.card-item:hover {
  transform: scale(1.05) !important;
  color: #FFF !important;
  background: var(--Primary_Bg_Color) !important;
}
@media only screen and (max-width: 575.98px) {
  .card-item {
    width: 150px !important;
    height: 150px !important;
  }
}
.card-item .card-item-title {
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .card-item .card-item-title {
    font-size: 12px;
  }
}

.backoffice-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: left;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 575.98px) {
  .backoffice-links {
    display: block !important;
    gap: 10px;
  }
}
.backoffice-links > a {
  display: flex;
  gap: 10px;
  margin: 5px 0;
  align-items: center;
  justify-content: left;
  transition: all 0.4s !important;
  padding: 6px 10px;
  border-radius: 6px;
}
.backoffice-links > a:hover {
  background: var(--Primary_Bg_Color) !important;
  color: #FFF;
  text-decoration: none;
}

.profile-links {
  gap: initial;
}
.profile-links > a {
  padding: 8px 10px;
  margin: 0 0 4px 0;
}
.profile-links > a i:hover {
  color: #FFF !important;
  text-decoration: none;
}
.profile-links > a label {
  cursor: pointer;
}

.xrp-filters .e-filtermenudiv.e-icons.e-icon-filter {
  display: none;
}
.xrp-filters .filter-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 575.98px) {
  .xrp-filters .filter-container {
    padding: 10px;
    display: block;
  }
}
.xrp-filters .filter-modal {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #FFF;
  width: 40%;
  top: 70px;
  z-index: 1;
  transition: all 0.4s;
  opacity: 1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 85vh;
  overflow-y: auto;
}
@media only screen and (max-width: 575.98px) {
  .xrp-filters .filter-modal {
    width: 90% !important;
  }
}
.xrp-filters .filter-modal .btn-modal {
  display: flex;
  gap: 10px;
  justify-content: flex-start !important;
}
.xrp-filters .modal-close {
  display: none;
  opacity: 0;
  transition: all 0.4s;
}
.xrp-filters .buttons-filters {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.xrp-filters .btn-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 100px;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px;
  color: dimgray;
}
.xrp-filters .btn-filter:hover, .xrp-filters .btn-filter:focus {
  background: var(--Primary_Bg_Color);
  color: #FFF;
}
@media only screen and (max-width: 575.98px) {
  .xrp-filters .btn-filter {
    width: 100%;
  }
}
.xrp-filters .change-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 10px 0;
  width: 100%;
  background: #FFF;
  padding: 20px;
  border-radius: 8px;
}
.xrp-filters .change-modal {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  width: 40%;
  margin-top: 50px;
  z-index: 10000;
  transition: all 0.4s;
  opacity: 1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.xrp-filters .modal-close {
  display: none;
  opacity: 0;
  transition: all 0.4s;
}
.xrp-filters .btn-change {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px;
  color: dimgray;
}
.xrp-filters .btn-change:hover, .xrp-filters .btn-change:focus {
  background: var(--Primary_Bg_Color);
  color: #FFF;
}
.xrp-filters .close-modal {
  display: flex;
  justify-content: end;
}
.xrp-filters .close-modal > button {
  border: none;
  background: none;
  color: dimgray;
}
.xrp-filters .close-modal > button:hover {
  color: var(--Primary_Bg_Color);
}
.xrp-filters .filter-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .xrp-filters .filter-badges {
    margin-right: 10px;
  }
}
.xrp-filters .filter-badge {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  padding: 4px 10px;
  border-radius: 8px;
  width: max-content;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.xrp-filters .btn-apply {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  padding: 4px 16px;
  border-radius: 4px;
}
.xrp-filters .btn-clean-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: max-content;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px;
  color: dimgray;
}
.xrp-filters .btn-clean-filters:hover, .xrp-filters .btn-clean-filters:focus {
  background: var(--Primary_Bg_Color);
  color: #FFF;
}
@media only screen and (max-width: 767.98px) {
  .xrp-filters .e-bigger .e-grid, .xrp-filters .e-grid.e-bigger {
    margin-top: 10px;
  }
}
.xrp-filters .btn-filters-state {
  display: flex;
  gap: 6px;
}

.section-changes {
  padding: 20px !important;
}

.state-container {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.state-popup {
  background: white;
  position: absolute;
  top: 40px;
  left: 0 !important;
  width: calc(100% - 8px);
  min-width: 330px;
  max-width: 330px;
  padding: 20px;
  border: 1px solid #A1A1A1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: slideDown 0.4s ease-out forwards;
  z-index: 1;
}
.state-popup > i {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .state-popup {
    top: 50px;
    width: calc(100% - 80px);
    min-width: 330px;
  }
}
.state-popup .error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  text-align: start;
  max-width: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.state-popup .e-multiselect {
  height: 100% !important;
}
.state-popup .btn-modal {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}
.state-popup .btn-modal .btn-apply, .state-popup .btn-modal .btn-clean-filters {
  border-radius: 4px !important;
  transition: all 0.4s;
  cursor: pointer;
}
.state-popup .btn-modal .btn-apply:hover, .state-popup .btn-modal .btn-clean-filters:hover {
  transform: scale(1.05);
}
.state-popup .btn-modal .btn-apply {
  background: var(--Primary_Bg_Color) !important;
  color: #FFF !important;
  border-color: var(--Primary_Bg_Color);
  border-radius: 4px !important;
  padding: 6px 12px !important;
  transition: all 0.4s;
}
.state-popup .btn-modal .btn-clean-filters {
  color: #696969 !important;
  background: #E2E3E5;
  padding: 7px;
  transition: all 0.4s;
  height: 36px;
  width: 32px;
}
.state-popup .btn-modal .btn-clean-filters:hover {
  color: #FFF !important;
  background: #E2E3E5;
  border: none;
  transform: scale(1.05);
}

.date-visible, .state-visible {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-in-out;
  z-index: 20000;
}
.date-visible .btn-modal, .date-visible button, .state-visible .btn-modal, .state-visible button {
  visibility: visible;
}

.date-hidden, .state-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.date-hidden .btn-modal, .date-hidden button, .state-hidden .btn-modal, .state-hidden button {
  visibility: hidden;
}

.btn-grid-filters {
  background: #f8f9fa;
  position: relative;
  display: flex;
  gap: 6px;
  padding: 0 10px;
  border-radius: 4px;
  height: 32px;
}
@media only screen and (max-width: 767.98px) {
  .btn-grid-filters {
    gap: 4px;
  }
}
.btn-grid-filters .badge-filters {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  padding: 1px 10px;
  border-radius: 4px;
  z-index: 1;
}
.btn-grid-filters .badge-filters i {
  padding-top: 10px !important;
}
.btn-grid-filters:hover {
  background: #696969;
}

.filter-container {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.date-popup {
  background: white;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  min-width: 350px;
  max-width: 450px;
  padding: 20px;
  border: 1px solid #A1A1A1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: slideDown 0.4s ease-out forwards;
  z-index: 999999999 !important;
}
@media only screen and (max-width: 767.98px) {
  .date-popup {
    top: 50px;
    width: 100%;
    min-width: 320px;
    left: -15px;
  }
}
.date-popup .btn-date-group {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;
}
.date-popup .btn-date-group button {
  padding: 10px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  justify-content: left;
  background: none !important;
}
.date-popup .btn-date-group button:hover {
  background: var(--Primary_Bg_Color) !important;
  color: #FFF !important;
}

.date-picker-container {
  position: absolute;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.date-picker-container > i {
  cursor: pointer;
}
.date-picker-container .btn-modal {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: left;
  width: 100%;
}
.date-picker-container .btn-modal .btn-apply, .date-picker-container .btn-modal .btn-clean-filters {
  border-radius: 4px !important;
  transition: all 0.4s;
}
.date-picker-container .btn-modal .btn-apply i, .date-picker-container .btn-modal .btn-clean-filters i {
  padding: 0;
}
.date-picker-container .btn-modal .btn-apply:hover, .date-picker-container .btn-modal .btn-clean-filters:hover {
  transform: scale(1.05);
}
.date-picker-container .btn-modal .btn-apply {
  background: var(--Primary_Bg_Color) !important;
  color: #FFF !important;
  border-color: var(--Primary_Bg_Color);
  border-radius: 4px !important;
  padding: 0 12px;
  transition: all 0.4s;
}

.date-container-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  justify-content: left;
  width: 100%;
}
.date-container-filter div > div {
  font-size: 12px !important;
  text-align: start;
}
.date-container-filter .error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  text-align: start;
  max-width: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media only screen and (max-width: 575.98px) {
  .date-container-filter {
    flex-direction: column;
  }
}

.date-picker-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-picker-container .e-calendar, .date-picker-container .e-bigger.e-small .e-calendar {
  border: none;
}
.date-picker-container .e-calendar .e-footer-container, .date-picker-container .e-bigger.e-small .e-calendar .e-footer-container {
  border: none;
}

.search-box-right {
  margin-left: auto;
}

.e-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.e-toolbar .e-toolbar-pop {
  padding: 10px;
  max-height: none !important;
  height: 55vh !important;
  max-width: 350px;
}
@media only screen and (max-width: 767.98px) {
  .e-toolbar .e-toolbar-pop {
    width: 100%;
  }
}
.e-toolbar .e-toolbar-pop .btn-grid-filters {
  padding-left: 10px;
  width: 330px;
  height: max-content;
  padding: 6px 10px !important;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.e-toolbar .e-toolbar-pop .e-toolbar-item {
  min-width: 330px !important;
  height: max-content !important;
  margin-bottom: 4px;
}
.e-toolbar .e-toolbar-pop .state-container {
  max-width: 330px;
  margin-right: 0;
}
.e-toolbar .e-toolbar-pop .filter-container {
  margin-right: 0;
}
.e-toolbar .e-toolbar-pop button {
  padding: 4px 10px !important;
  background: #F8F9FA !important;
  border: 1px solid #ced4da !important;
  transition: all 0.4s;
}
.e-toolbar .e-toolbar-pop button span::before {
  font-size: 18px;
}
.e-toolbar .e-toolbar-pop button:hover {
  color: #FFF !important;
  background: #5c636a !important;
}
.e-toolbar .e-toolbar-pop button:focus {
  background: gray !important;
  color: #FFF !important;
}
.e-toolbar .e-toolbar-pop .e-input-in-wrap input {
  margin: 0 !important;
}
.e-toolbar .e-toolbar-pop .e-input-in-wrap .e-float-text {
  left: -38% !important;
}
.e-toolbar .e-toolbar-pop .e-input-group {
  margin: 0 !important;
  height: 38px;
}
@media only screen and (max-width: 575.98px) {
  .e-toolbar .e-toolbar-pop .xrp-filters .filter-modal, .e-toolbar .e-toolbar-pop .xrp-filters .change-modal {
    width: 80%;
  }
  .e-toolbar .e-toolbar-pop .e-toolbar .e-toolbar-pop {
    max-width: 350px;
  }
  .e-toolbar .e-toolbar-pop .e-toolbar .e-toolbar-pop .btn-grid-filters {
    width: 330px;
  }
  .e-toolbar .e-toolbar-pop .e-toolbar .e-toolbar-pop .e-toolbar-item {
    min-width: 330px !important;
  }
  .e-toolbar .e-toolbar-pop .e-toolbar .e-toolbar-pop .state-container {
    max-width: 330px;
    margin-right: 0;
  }
}

.e-toolbar-left #reset {
  margin-right: 4px;
}

.e-toolbar-items .e-toolbar-right {
  right: 0 !important;
  padding-left: 8px;
}

.e-toolbar-items .e-toolbar-left,
.e-toolbar-items .e-toolbar-right {
  display: flex !important;
  gap: 2px !important;
}

.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
  padding: 0 !important;
}

.field-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.field-group > div > div {
  margin-top: 0 !important;
}

.btn-notifications {
  position: relative;
}

.notification-icon-container {
  position: relative;
  display: inline-block;
}

.notification-counter {
  color: white;
  position: absolute;
  top: -8px;
  right: -7px;
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 2px;
  width: 17px;
  height: 17px;
  font-size: 0.65rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.notification-counter.hidden {
  display: none;
}

.notification-counter-priority {
  background-color: #dc3545;
}

.notification-counter-unread {
  background-color: #ffa500;
}

.notification-popup {
  background: #FFF;
  position: absolute;
  top: 55px;
  right: 15px;
  width: auto;
  max-height: 90vh;
  height: auto;
  padding: 20px;
  margin-bottom: 50px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.4);
}
.notification-popup .notification-popup-header {
  display: flex;
  justify-content: space-between;
}
.notification-popup .notification-popup-header span {
  font-size: 12px;
  color: #717376;
  cursor: pointer;
}
.notification-popup .notification-popup-header span:hover {
  font-weight: 600;
  color: var(--Primary_Bg_Color);
}

.notification-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.notification-visible {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.notifications-group {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 10px;
}

.notification-item {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s all;
  position: relative;
  padding-left: 46px;
}
.notification-item:hover {
  transform: scale(1.02);
}
.notification-item .notification-side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.notification-item .notification-side i {
  font-size: 12px;
}
.notification-item .notification-priority-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #dc3545;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.notification-item .notification-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notification-item .notification-group-header {
  display: flex;
  flex-direction: column;
}
.notification-item .notification-group-header .notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification-item .notification-group-header .notification-header .notification-title {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
}
.notification-item .notification-group-header .notification-header .notification-status {
  color: #717376;
  font-size: 12px;
}
.notification-item .notification-group-header .notification-date {
  color: #717376;
  font-size: 10px;
}
.notification-item .notification-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.empty {
  text-align: center;
  margin: 10px 0;
}

.read .notification-side {
  background: #7C838A;
}

.unread .notification-side {
  background: #4B7F57;
}

.priority {
  border: 1px solid #dc3545;
}

.notification-more {
  display: flex;
  justify-content: end;
  color: #717376;
  padding-top: 10px;
}
.notification-more:hover {
  font-weight: 600;
  color: var(--Primary_Bg_Color);
}

@media only screen and (max-width: 575.98px) {
  .notification-icon-container {
    position: relative;
  }
  .notification-popup {
    position: absolute;
    top: -40px;
    bottom: auto;
    right: 0;
    transform: translateY(calc(-100% + 30px));
    margin: 0;
    margin-right: 15px;
    z-index: 1000;
    min-width: 93vw;
    max-width: 100%;
  }
}
.e-toast {
  border: none !important;
}

.e-toast-container .e-toast.e-toast-success .e-toast-close-icon,
.e-toast-container .e-toast.e-toast-warning .e-toast-close-icon,
.e-toast-container .e-toast.e-toast-info .e-toast-close-icon,
.e-toast-container .e-toast.e-toast-error .e-toast-close-icon {
  background: none !important;
}

.e-toast-container .push-notification {
  width: 350px !important;
  border-radius: 6px !important;
  box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 575.98px) {
  .e-toast-container .push-notification {
    bottom: 50px !important;
    width: 300px !important;
  }
}
.e-toast-container .push-notification .e-toast-message {
  background: white !important;
  padding: 12px 0 12px 20px;
}
.e-toast-container .push-notification .e-toast-message .e-toast-title {
  font-weight: 600;
  padding: 0 !important;
}
.e-toast-container .push-notification.e-toast-warning .e-toast-icon, .e-toast-container .push-notification.e-toast-success .e-toast-icon, .e-toast-container .push-notification.e-toast-danger .e-toast-icon {
  height: 82px;
  padding: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 24px !important;
}
.e-toast-container .push-notification .e-toast-container .e-toast.e-toast-success .e-toast-icon {
  color: #31C440 !important;
  background: #DDF7E0 !important;
}
.e-toast-container .push-notification .e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: #F34E4E !important;
  background: #FFDCE4 !important;
}
.e-toast-container .push-notification .e-toast-container .e-toast.e-toast-info .e-toast-icon {
  color: #5A75AD !important;
  background: #E8ECF4 !important;
}
.e-toast-container .push-notification .e-toast-container .e-toast.e-toast-warning .e-toast-icon {
  color: #FFC400 !important;
  background: #FFF3CC !important;
}
.e-toast-container .push-notification .toast-icons.e-success::before, .e-toast-container .push-notification .toast-icons.e-error::before,
.e-toast-container .push-notification .toast-icons.e-info::before, .e-toast-container .push-notification .toast-icons.e-warning::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.e-toast-container .push-notification .toast-icons.e-success::before {
  content: "\f058";
  color: #31C440;
}
.e-toast-container .push-notification .toast-icons.e-error::before {
  content: "\f057";
  color: #F34E4E;
}
.e-toast-container .push-notification .toast-icons.e-info::before {
  content: "\f05a";
  color: #5A75AD;
}
.e-toast-container .push-notification .toast-icons.e-warning::before {
  content: "\f071";
  color: #FFC400;
}

@font-face {
  font-family: "Toast_icons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj0gSRkAAAEoAAAAVmNtYXDnM+eRAAABsAAAAEpnbHlmzVnmlwAAAhgAAAZAaGVhZBEYIl8AAADQAAAANmhoZWEHlgN3AAAArAAAACRobXR4LvgAAAAAAYAAAAAwbG9jYQnUCGIAAAH8AAAAGm1heHABHQBcAAABCAAAACBuYW1lfUUTYwAACFgAAAKpcG9zdAxfTDgAAAsEAAAAggABAAADUv9qAFoEAAAAAAAD6AABAAAAAAAAAAAAAAAAAAAADAABAAAAAQAACcU5MF8PPPUACwPoAAAAANcI7skAAAAA1wjuyQAAAAAD6APoAAAACAACAAAAAAAAAAEAAAAMAFAABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPqAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnCgNS/2oAWgPoAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA2AAAABAAEAAEAAOcK//8AAOcA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsAAAAAAAAAQgB8AMIA4gEcAZQCBgJwAo4DAAMgAAAAAwAAAAADlAOUAAsAFwAjAAABFwcXNxc3JzcnBycFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBTXh4L3h4L3h4L3h4AbwDt4qKtwMDt4qKt/0eBeuxsesFBeuxsesCbHh4L3h4L3h4L3h4p4q3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAwAAAAADlAOUAAUAEQAdAAABJwcXAScXDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBr2UylwEbMqADt4qKtwMDt4qKt/0eBeuxsesFBeuxsesBrGQylgEcMqKKtwMDt4qKtwMDt4qx6wUF67Gx6wUF6wAAAAAFAAAAAAOUA5cABQARAB0AIQAlAAABFzcnNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgElFzcnBRc3JwHKxiCnPwFOA6V8fKUDA6V8fKX9aATToJ/UBATUn5/UAh7ANsD9fja/NQGedzNj29F8pAMDpHx8pQMDpXyf1AQE1J+g0wQE0/GhQKGhQKFAAAQAAAAAA74DfgADAAcACgANAAAlMzUjNTM1IwEhCQEhAQHLUlJSUgFj/YwBOv42A5T+NuZUUqf+igIc/ZADFgAEAAAAAAOUA5QAAwAHABMAHwAAATM1IzUzNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBylRUVFQBbgO3ioq3AwO3ioq3/R4F67Gx6wUF67Gx6wEk+lNT0Iq3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAAcAAAAAA+gDMQALABUAJQAuADcAQQBLAAABFhcVITUmJz4BMxYFFhcVITU+ATcWJQYHFSE1LgEjIgYHLgEjIgEWFAYiJjQ2MgUWFAYiJjQ2MiUGFBYXPgE0JiIFBhQWFz4BNCYiA1xEBP6sAxUeRiRX/qxEBP45BIlXV/7xZQsD6AvKUypvMzNvKlMCKxozTTMzTP6CGTNMNDRMAQItWUREWlqI/jstWkREWVmIAWMbFjc3IBgKDwQcGxY3NxY3BAQjJUt7e0tKFxgYFwEMGU01NU0zGhlNNTVNMxYthloCAlqGWy4thloCAlqGWwAAAAQAAAAAA5wCxwAIABQANABFAAABFBYyNjQmIgYXDgEHLgEnPgE3HgEfAQcOAQ8BNz4BNS4BJw4BBxQWHwEnLgEvATc+ATc2FiUOAQ8BFx4BNz4BPwEnJiciAb8fLR4eLR+wAkU0NEUBAUU0NEX8BgEemG0FBB8kAlZBQFcBKyUCCkeVTAYBH76RVMP+3bDPBwcKZclcu/AGCwrM2AoBxxYfHy0eHhc0RQEBRTQ1RQEBRSgEARpWGAECFUIoQVcCAldBLEYUAQEIQkAGASJsBwFCoRbFFAoJW0sBCo8LCgztAQAAAAIAAAAAA4ADbAA4AEEAAAEEJCcmDgEWFx4BHwEVFAYHDgEnJg4BFhcWNjc2Fx4BBx4BFzc+ASc2JicmJzUzPgE3PgEnJicjIiUUFjI2NCYiBgNM/tz+pwwMGxEDDAaMfAcSETKEQw8WBg8Og80hNSg4JwICEw0FDhECAjFJEBICPYhKDQgGChQCB/5dMUgxMUgxAuB/ZRcIAxgbCQdHEQGTGi8TOVgKAw8dFwMNuDUFHTGDCA0QAQECFQ8Mnz8LCasJKiUHGg0SATMkMDBJMDAAAAAAAgAAAAAC/QMkAAMADQAAAQchJxMeATMhMjY3EyEC2x3+bB0kBCQZAQQZJARH/ewDBuDg/fcZICAZAicAAwAAAAACzwPoACwAQwBPAAABERQfARYfAzMVHgE7ATI2NRE0JisBNTEWOwEyNjQmJyMiJi8BLgErAQ4BAxUzNTQ2NzMeARcVMzUuAScjIgcjESM1HgEXPgE3LgEnDgEBVQEBAwQCCAjXARENOg0REQ2zDROVExoaE2UQGAQfAxAKYg0RPR8RDZcNEQEeASIalxANAR8CTTo6TQEBTTo6TQJ8/nYEBQIGBAIFArYNERENARENEUoNGicZARMPfQoNARH98Hl5DREBARENeXkaIgEIAe3FOk0CAk06Ok0BAU0AAAAAAgAAAAAC5gMyAAkAEQAAJRQWMyEyNjURITcjFSE1IycjASApHgEaHin+WFBuAeR+JLD8HigoHgGfeT09HgAAAAAAEgDeAAEAAAAAAAAAAQAAAAEAAAAAAAEAEgABAAEAAAAAAAIABwATAAEAAAAAAAMAEgAaAAEAAAAAAAQAEgAsAAEAAAAAAAUACwA+AAEAAAAAAAYAEgBJAAEAAAAAAAoALABbAAEAAAAAAAsAEgCHAAMAAQQJAAAAAgCZAAMAAQQJAAEAJACbAAMAAQQJAAIADgC/AAMAAQQJAAMAJADNAAMAAQQJAAQAJADxAAMAAQQJAAUAFgEVAAMAAQQJAAYAJAErAAMAAQQJAAoAWAFPAAMAAQQJAAsAJAGnIEZpbmFsIFRvYXN0IE1ldHJvcFJlZ3VsYXJGaW5hbCBUb2FzdCBNZXRyb3BGaW5hbCBUb2FzdCBNZXRyb3BWZXJzaW9uIDEuMEZpbmFsIFRvYXN0IE1ldHJvcEZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAAUgBlAGcAdQBsAGEAcgBGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABWAGUAcgBzAGkAbwBuACAAMQAuADAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQAFRXJyb3IHU3VjY2VzcwVBbGFybQdXYXJuaW5nBEluZm8HTWVldGluZwVCbGluawdTdHJldGNoA1NpcANTaXQFVHJhc2gAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.toast-icons {
  font-family: "Toast_icons" !important;
  speak: none;
  font-size: 55px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#xrp_toast .e-toast-icon.e-icons {
  font-size: 30px;
  position: relative;
}

.bootstrap5 #xrp_toast .e-toast-icon.e-icons,
.bootstrap5-dark #xrp_toast .e-toast-icon.e-icons {
  height: 25px;
}

.toast-icons.e-success::before {
  content: "\e701";
}

.toast-icons.e-error::before {
  content: "\e700";
}

.toast-icons.e-info::before {
  content: "\e704";
}

.toast-icons.e-warning::before {
  content: "\e703";
}

.xrp-auto-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 12), minmax(0, 1fr));
  gap: var(--gap, 12px);
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
}

.xrp-auto-grid[data-dense] {
  grid-auto-flow: row dense;
}

@media (max-width: 768px) {
  .xrp-auto-grid {
    grid-template-columns: 1fr !important;
  }
  .xrp-grid-item {
    grid-column: 1/-1 !important;
  }
}
.xrp-grid-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  align-self: stretch;
}
.xrp-grid-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.xrp-grid-item-header {
  padding: 10px 12px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.xrp-grid-item-toolbar {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.xrp-grid-item-body {
  display: block;
  padding: 12px;
}

.xrp-grid-item[data-has-col] {
  grid-column: var(--col)/span var(--span, 1);
}

.xrp-grid-item:not([data-has-col]) {
  grid-column: span var(--span, 1);
}

.xrp-grid-item[data-has-row] {
  grid-row: var(--row)/span var(--rowspan, 1);
}

.xrp-grid-item:not([data-has-row]) {
  grid-row: span var(--rowspan, 1);
}

.xrp-grid-item .chart-box {
  width: 100%;
}

.xrp-grid-item[data-span="1"] .chart-box {
  aspect-ratio: 1/1;
}

/* MudBlazor */
.mud-dialog-container.mud-dialog-center {
  z-index: 999999 !important;
}

.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(2px);
}

.mud-dialog {
  font-size: 16px;
  border-radius: 6px !important;
  margin: 20px;
  width: 400px;
}
.mud-dialog .mud-dialog-title {
  background: #f6f7fa;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
  color: #38363c;
  font-size: 18px;
}
.mud-dialog .mud-dialog-title .mud-button-close {
  position: absolute;
  top: 3px;
}
.mud-dialog .mud-dialog-content {
  padding: 20px;
  font-size: 14px;
}
.mud-dialog .mud-dialog-actions {
  display: flex;
  justify-content: center;
}
.mud-dialog .mud-dialog-actions .btn-primary {
  background: var(--Primary_Bg_Color);
}
.mud-dialog .mud-dialog-actions .btn-secondary {
  background: #BABABA;
}
.mud-dialog .mud-dialog-actions > button {
  width: 100%;
  border-radius: 4px;
  color: #FFF;
  padding: 9px;
}
.mud-dialog .mud-dialog-actions > button .mud-button-label {
  font-size: 14px;
}

#components-reconnect-modal {
  display: block;
}
#components-reconnect-modal .reconnect-modal-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
  background-color: black;
  opacity: 0.8;
  text-align: center;
  font-weight: bold;
}
#components-reconnect-modal.components-reconnect-hide {
  display: none;
}
#components-reconnect-modal.components-reconnect-show {
  display: block;
}
#components-reconnect-modal.components-reconnect-show .reconnect {
  display: inline-block;
}
#components-reconnect-modal.components-reconnect-show .failed {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .rejected {
  display: none;
}
#components-reconnect-modal.components-reconnect-failed .failed {
  display: block;
}
#components-reconnect-modal.components-reconnect-failed .rejected {
  display: none;
}
#components-reconnect-modal.components-reconnect-failed .reconnect {
  display: none;
}
#components-reconnect-modal.components-reconnect-rejected {
  display: block;
}
#components-reconnect-modal.components-reconnect-rejected .rejected {
  display: block;
}
#components-reconnect-modal.components-reconnect-rejected .failed {
  display: none;
}
#components-reconnect-modal.components-reconnect-rejected .reconnect {
  display: none;
}

#components-reconnect-modal button {
  position: absolute !important;
  margin-left: -80px !important;
  left: 50% !important;
  top: 50% !important;
  background: var(--Primary_Bg_Color) !important;
  color: white;
  border-radius: 6px;
  transition: all 0.4s;
}
#components-reconnect-modal button:hover {
  transform: scale(1.1);
  background-color: white !important;
  color: var(--Primary_Bg_Color) !important;
  font-weight: 600;
}

.vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.vertical-centered-box .content h5, .vertical-centered-box .content span {
  font-size: 16px !important;
}
.vertical-centered-box .content h5 {
  color: white;
  position: absolute;
  margin-left: -150px;
  left: 50%;
  top: 60%;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.loader-img {
  height: 25px;
}

.failed p, .rejected p {
  color: white;
  position: absolute;
  font-size: 16px !important;
  font-weight: 500;
  margin-left: -170px;
  left: 50%;
  top: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-size: 13px !important;
}

.mud-tooltip-root.mud-tooltip-inline {
  display: none !important;
}

.mud-table {
  margin: 20px 0;
  border-radius: 10px 10px 0 0;
}
.mud-table .mud-table-toolbar {
  padding: 0;
}
.mud-table .mud-table-container {
  border-radius: 10px 10px 0 0;
}
.mud-table .mud-input-control-input-container {
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  height: 37px;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}

.mud-table-pagination .mud-table-pagination-display {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .mud-table-pagination .mud-table-pagination-display .mud-table-pagination-caption {
    padding: 0;
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .mud-table-pagination-actions .mud-icon-button {
    padding: 6px;
  }
}
.mud-elevation-1 {
  box-shadow: none;
}

.th-mudblazor-centered {
  background: var(--Primary_Bg_Color_NoOpacity);
}
.th-mudblazor-centered th:first-child {
  background: var(--Primary_Bg_Color_NoOpacity);
}
.th-mudblazor-centered th {
  color: #FFF !important;
  font-size: 14px;
  min-width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .th-mudblazor-centered th {
    min-width: 150px;
  }
}
.th-mudblazor-centered .mud-table-cell {
  text-align: center;
}

.mud-table-cell {
  padding: 7px 16px;
}

.mud-table-cell:first-child {
  background: var(--Primary_Light_Bg_Color_Table);
  position: sticky;
  left: 0;
  width: max-content;
  min-width: 250px;
  text-align: start;
}
@media only screen and (max-width: 767.98px) {
  .mud-table-cell:first-child {
    min-width: 140px;
  }
}
@media only screen and (max-width: 575.98px) {
  .mud-table-cell:first-child {
    min-width: 140px;
  }
}

.mud-table-row th, .mud-table-body tr td, .mud-table-foot tr td {
  font-size: 14px;
  text-align: center;
}

.mud-table-body tr td {
  text-align: end;
}

.table-fixrow {
  border: 2px solid var(--Primary_Bg_Color_NoOpacity);
  border-left: none;
  border-right: none;
}
.table-fixrow th {
  text-align: end;
  font-weight: 600 !important;
  background: var(--Table-Odd-Rows-Bg);
}

.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd) {
  background: var(--Table-Odd-Rows-Bg);
}

.pagination-mudtable {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
.pagination-mudtable .pagination-columns {
  margin: 0 10px;
  display: flex;
  background: #F8F9FA;
  border-radius: 4px;
}
.pagination-mudtable .pagination-columns i {
  padding: 0 10px;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid transparent;
  cursor: pointer;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-mudtable .pagination-columns i:hover {
  background: var(--Table-Odd-Rows-Bg);
  border-right: 1px solid var(--mud-palette-table-lines);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.pagination-mudtable .pagination-columns .disabled-button {
  color: #D6D6D6;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.mudblazor-table-custom > .mud-toolbar .mud-input-control {
  display: flex;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container {
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 4px;
  padding: 0 0 0 8px;
  height: 30px;
  max-width: 230px;
}
@media only screen and (max-width: 700px) {
  .mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container {
    max-width: 150px;
  }
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container > div {
  height: 30px;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container .mud-input {
  flex-direction: row-reverse;
  position: initial;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container .mud-input > div {
  height: 30px !important;
  width: 38px;
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1882352941);
  margin: 0;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container .mud-input > div:hover {
  cursor: pointer;
  background: var(--Primary_Bg_Color_NoOpacity);
  border-radius: 0 4px 4px 0;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container .mud-input > div .mud-icon-root.mud-svg-icon {
  width: 30px;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control .mud-input-control-input-container .mud-input > div .mud-icon-root.mud-svg-icon:hover {
  color: #FFF !important;
}
.mudblazor-table-custom > .mud-toolbar .mud-input-control {
  flex: none;
}

.mud-input-adornment {
  max-height: 2.3em;
}

/* Pages */
.maincontent {
  min-width: calc(90vw - 280px);
}
.maincontent .top-div {
  position: sticky;
  top: 0;
  background: var(--top-div-bg);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.maincontent .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  padding: 4px;
  color: dimgray;
  cursor: pointer;
  transition: all 0.4s;
}
.maincontent .btn-icon label {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn-icon label {
    display: block;
  }
}
.maincontent .btn-icon:hover {
  background-color: rgba(221, 221, 221, 0.8666666667);
  border: none;
  transform: translateY(-1px);
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn-icon {
    width: 100%;
    justify-content: start;
    color: #424242;
    padding: 8px 10px;
    margin: 0 0 4px 0;
  }
  .maincontent .btn-icon:hover {
    background: var(--Primary_Bg_Color);
  }
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn-notifications {
    margin: 0;
  }
  .maincontent .btn-notifications:hover {
    color: #FFF;
  }
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn-notifications i:hover {
    color: #FFF !important;
  }
}
.maincontent .btn-icon a:hover {
  color: var(--Primary_Bg_Color);
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn-icon a:hover {
    color: #FFF;
  }
}
.maincontent .user_info_div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: right;
  height: 50px;
}
.maincontent .user_info_div i:hover {
  color: var(--Primary_Bg_Color);
}
@media only screen and (max-width: 575.98px) {
  .maincontent .user_info_div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    justify-content: space-between;
  }
}
.maincontent .user_info_div .profile-content {
  display: flex;
  gap: 10px;
}
.maincontent .user_info_div .client_div, .maincontent .user_info_div .profile_info {
  background: transparent;
  border-radius: 12px;
  height: 100%;
  width: max-content;
}
.maincontent .user_info_div .client_div img, .maincontent .user_info_div .profile_info img {
  height: 100%;
}
.maincontent .user_info_div .client_div {
  margin-left: 20px;
  padding: 10px 30px;
}
.maincontent .user_info_div .client_div img {
  width: 100%;
}
.maincontent .user_info_div .profile_info {
  display: flex;
  align-items: center;
  /*margin-right: 20px;*/
  cursor: pointer;
  transition: all 0.5s ease;
  /*&::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107";
      width: 1.25em;
      line-height: 0;
      transition: transform 0.35s ease;
      transform-origin: 0.5em 50%;
      margin-left: 8px;
      color: black;
  }*/
}
@media only screen and (max-width: 575.98px) {
  .maincontent .user_info_div .profile_info {
    margin-right: 20px;
  }
}
.maincontent .user_info_div .profile_info:hover {
  transform: translateY(-1px);
}
.maincontent .user_info_div .profile_info img {
  border-radius: 5px;
}
.maincontent .user_info_div .profile_info label {
  margin-left: 8px;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
.maincontent .user_info_div .profile_info.show {
  transform: translateY(-1px);
  /* &::after {
      transform: rotate(-90deg);
  }*/
}
.maincontent .user_info_div .client {
  width: 120px;
  height: 100%;
  object-fit: contain;
}
.maincontent .user_info_div .clients_list {
  position: absolute;
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  top: 55px;
  right: 15px;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  z-index: 6;
  min-width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .user_info_div .clients_list {
    top: revert-layer;
    bottom: 60px;
    right: 25px;
  }
}
.maincontent .user_info_div .clients_list.clients_list_show {
  opacity: 1;
  display: block;
  visibility: visible;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.maincontent .user_info_div .clients_list > ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  flex-direction: column;
  align-items: end;
  text-align: right;
}
.maincontent .user_info_div .clients_list > ul li {
  padding: 2px 0 2px 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  text-align: right;
}
.maincontent .user_info_div .clients_list hr {
  margin: 5px 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.maincontent .user_info_div .logout {
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .user_info_div .logout {
    margin-top: 15px;
  }
}
.maincontent .user_info_div .logout a {
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 0.5rem 1rem;
  color: #75808b;
  border-radius: 4px;
}
.maincontent .user_info_div .logout a label {
  margin-left: 10px;
}
.maincontent .user_info_div .logout:hover a {
  background-color: var(--Primary_Bg_Color);
  color: var(--Primary_HoverText_Color);
  text-decoration: none;
}
.maincontent .user_info_div .logout label {
  cursor: pointer;
}
.maincontent .user_info_div .logout i {
  font-size: 24px;
}
.maincontent .content-actions-div {
  align-items: center;
  background: var(--content-actions-div-bg);
  position: sticky;
  top: 50px;
  z-index: 5;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.maincontent .content-actions-div div[class*=col-12]:empty {
  visibility: hidden;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .content-actions-div {
    top: 35px;
  }
}
.maincontent .btn_div {
  margin-top: 10px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn_div {
    justify-content: right;
    gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .maincontent .btn_div {
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .maincontent .btn_div .top-buttons {
    display: flex;
    justify-content: space-between;
  }
}
.maincontent .btn_div button {
  margin-bottom: 10px;
}
.maincontent .btn_div button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn_div button {
    margin-left: 0;
    width: 100%;
  }
}
.maincontent .btn_div .btn_list {
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn_div .btn_list {
    margin-left: 0;
    display: flex;
    justify-content: end;
  }
}
.maincontent .btn_div .btn_list .menu {
  position: absolute;
  right: 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  min-width: 150px;
}
.maincontent .btn_div .btn_list .menu.show {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 575.98px) {
  .maincontent .btn_div .btn_list .menu {
    margin-top: 30px;
  }
}
.maincontent .btn_div .btn_list .menu a {
  display: block;
  padding: 10px 5px;
  cursor: pointer;
}
.maincontent .btn_div .btn_list .menu a:focus, .maincontent .btn_div .btn_list .menu a:hover, .maincontent .btn_div .btn_list .menu a:active {
  color: unset;
  text-decoration: unset;
  background: var(--Primary-Button-Bg-Color-Hover);
}
.maincontent .principal {
  padding: 15px 15px 30px 15px;
  margin: 15px 5px;
  background: white;
  border-radius: 10px;
  max-width: calc(100vw - 90px);
  min-height: calc(100vh - 140px);
}
@media only screen and (max-width: 575.98px) {
  .maincontent .principal {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.maincontent .principal:after {
  content: "";
  display: table;
  clear: both;
}

.btn-popup {
  position: static;
  z-index: 1;
}

.btn_div.top-buttons {
  display: flex;
}

.btn_div.top-buttons.break {
  flex-wrap: wrap;
}

.btn_div.top-buttons.break .sf-button {
  width: 100%;
}

div.linedivider-container {
  height: 2px;
  font-size: 5px;
  margin: 2rem 0px 1.2rem 0px;
  padding: 0px;
}
div.linedivider-container hr {
  margin: 0px !important;
  background: transparent;
  opacity: 1;
}
div.linedivider-container .linedivider {
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  height: 1.5em;
  font-size: 14px;
  margin: 30px 15px;
}
div.linedivider-container .linedivider::before {
  content: "";
  background: var(--Primary-Button-Bg-Color);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
}
div.linedivider-container .linedivider::after {
  content: attr(data-content);
  position: relative;
  padding: 0 20px;
  line-height: 1.5em;
  font-weight: bold;
  color: var(--Primary-Button-Bg-Color);
  background-color: white;
}

@media only screen and (max-width: 767.98px) {
  .Login_Div h1 {
    text-align: center;
  }
}
.Login_Div h3 {
  color: #AFAFAF;
}
@media only screen and (max-width: 767.98px) {
  .Login_Div h3 {
    text-align: center;
  }
}
.Login_Div input[type=text], .Login_Div input[type=password] {
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2.6px;
  margin-top: 0px;
}
.Login_Div input[type=text]:focus, .Login_Div input[type=password]:focus {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px;
  border-color: transparent;
}
.Login_Div input[type=submit] {
  background: #5A75AD;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: white;
  width: 100%;
  border-radius: 15px;
  height: 35px;
  transition: all 0.5s ease;
  margin-top: 24px;
}
.Login_Div input[type=submit]:hover {
  transform: translateY(-5px);
}
.Login_Div .logo-style {
  background: #D9D9D9;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  height: 100vh;
}
@media only screen and (max-width: 767.98px) {
  .Login_Div .logo-style {
    background: unset;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    height: unset;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
  }
}
.Login_Div .logo-style img {
  height: 150px;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
  .Login_Div .logo-style img {
    height: 60px;
    top: unset;
    position: relative;
    left: unset;
    transform: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .Login_Div .logo-style img {
    height: 100px;
  }
}
.Login_Div .Login-Form {
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
  .Login_Div .Login-Form {
    padding: 90px 0 40px 0;
  }
}
.Login_Div .shape {
  height: 60px;
  position: absolute;
  width: 195px;
  display: none;
}
.Login_Div .shape_main-color {
  background: #D9D9D9;
}
.Login_Div .shape_right {
  right: 0px;
  top: 0;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}
.Login_Div .shape_left {
  left: 0px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}
.Login_Div .owl-item .item {
  height: 200px;
  width: 200px;
  padding: 20px;
  border-radius: 2px;
  text-align: center;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.Login_Div .owl-item .item h4 {
  text-align: center;
  margin-top: 15px;
  color: white;
}
.Login_Div .owl-item .item .logo_wrapper {
  background: white;
  padding: 20px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.Login_Div .owl-item .item_primary-color {
  background: #A9A9A9;
}
.Login_Div .edit_pencil {
  position: absolute;
  right: 0;
  bottom: 8px;
  transform: translateX(-25px);
  cursor: pointer;
}
.Login_Div .provider {
  background: var(--Inactive-Step-Color);
  border-radius: 20px;
  padding: 5px 15px;
  align-items: center;
  justify-content: center;
}
.Login_Div .provider .logo_wrapper img {
  height: 30px;
  object-fit: contain;
}
.Login_Div .provider:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.Login_Div .List_Client {
  margin-top: 15px;
}
.Login_Div .client-name-list {
  padding-left: 15%;
}
.Login_Div .client-logo-list {
  height: 90%;
  width: 80px;
  object-fit: contain;
  border-radius: 0%;
  left: 0;
  position: absolute;
  top: 0;
  margin: 2px 14px;
}

.hover-list:hover {
  background: white;
}

.logotype > div:nth-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 575.98px) {
  .e-dialog {
    margin: 0 10px;
  }
}

.btn-forget-password {
  color: var(--Primary_Bg_Color);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0;
  cursor: pointer;
}

.dialog-login-title, .dialog-login-message, .dialog-login-btn-recovery {
  margin-bottom: 24px;
}

.dialog-login-title {
  text-align: center;
}
.dialog-login-title h1 {
  font-size: 26px !important;
}
@media only screen and (max-width: 575.98px) {
  .dialog-login-title h1 {
    font-size: 24px !important;
  }
}

.dialog-login-message {
  margin-bottom: 24px;
}

.dialog-login-btn-recovery {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.dialog-login-btn-recovery button {
  background: var(--Primary_Bg_Color);
  color: #FFF;
  height: 30px;
  border-radius: 15px;
  width: 100%;
  transition: all 0.4s;
}
.dialog-login-btn-recovery button:hover {
  background: var(--color-main);
  border-radius: 15px;
}
.dialog-login-btn-recovery .inactive-button {
  background-color: var(--Primary_Bg_Color);
  opacity: 50%;
  cursor: not-allowed;
}
