/* VARIABLES */
body {

  /* GENERAL */
  --primaryColor: #007DFF;
  --secondaryColor: rgb(38, 159, 224);
  --primaryTextColor: #060608;
  --textColorLight: #0000008A;
  --grayColor: #0000008A;

  --defaultBackgroundColor: #F5F5F5;
  --defaultBackgroundColor_2: #FFFFFF;
  --MenuIconColor: #000;
  --panelIconColor: #fff;

  --defaultBoxShadowColor: rgba(0, 0, 0, 0.2);
  --defaultBoxShadow:
    0px 1px 8px 0px #0000001F,
    0px 3px 4px 0px #00000024,
    0px 3px 3px -2px #00000033;

  --defaultDivisorBackgroundColor: rgba(0, 0, 0, 0.1);

  --dividerColor: #E0E0E0;


  /*  SCROLLBAR */
  --scrollbarBackgroundColor: #fafafa;
  --scrollbarThumbBackgroundColor: rgba(0, 0, 0, 0.4);


  /* TOAST */
  --toastBackgroundColor: #fff;
  --toastColor: #647C88;
  --toastMessageColor: var(--primaryTextColor);
  --toastBorderColor: rgba(0, 0, 0, 0.1);
  --toastBoxShadow: rgba(0, 0, 0, 0.4);


  /* TABS */
  --tabColor: rgba(0, 0, 0, 0.54);
  --tabColorActive: #FFB400;
  --tabBackgroundColorActive: rgba(36, 135, 215, 0.1);
  --tabBackgroundColorError: rgba(244, 67, 54, 0.1);
  --tabBackgroundColorErrorActive: rgba(244, 67, 54, 0.2);
  --tabColorError: rgba(244, 67, 54, 1);
  --tabBackgroundColorSuccess: rgba(76, 175, 80, 0.1);
  --tabBackgroundColorSuccessActive: rgba(76, 175, 80, 0.2);
  --tabColorSuccess: rgba(76, 175, 80, 1);


  /* INPUTS */
  --inputBackgroundColor: #fff;
  --inputBackgroundColorDisabled: rgba(0, 0, 0, 0.05);
  --inputBoxShadow: rgba(0, 0, 0, 0.1);
  --inputBorderColor: #949494;
  --inputColor: var(--primaryTextColor);
  --inputColorFocus: var(--secondaryColor);
  --inputLabelColor: rgba(0,0,0,0.6);
  --inputLabelColorSecondary: rgba(0,0,0,0.54);
  --inputLabelColorFocus: var(--secondaryColor);
  --inputBorderColorError: rgba(244, 67, 54, 0.5);
  --inputLabelColorError: rgba(244, 67, 54, 0.9);
  --inputIconColor: var(--MenuIconColor);
  --inputIconBackgroundColorHover: rgba(0, 0, 0, 0.1);
  
  --inputImageboxToolsBackgroundColor: #e0e0e0;
  --inputImageboxToolsColor: var(--primaryTextColor);
  --inputImageboxToolsIconColor: var(--MenuIconColor);
  --inputImageboxPictureBorderColor: rgba(0, 0, 0, 0.1);

  --inputTextareaScrollColor: rgba(0, 0, 0, 0.4);

  --inputFilledBackgroundColor: rgba(0,0,0,0.06);
  --inputFilledBorderColor: #BDBDBD;
  --inputFilledIconColor: rgba(0,0,0,0.54);

  --inputsGroupInputColor: rgba(0,0,0,0.54);
  --inputsGroupLabelColor: rgba(0,0,0,0.87);
  
  --checkboxBorderColor: #5a5a5a;
  --checkboxCheckedBackgroundColor: var(--secondaryColor);
  --checkboxCheckedColor: #fff;


  /* DROPDOWN */
  --dropdownBackgroundColor: #fff;
  --dropdownColor: rgba(0,0,0,0.87);
  --dropdownSelectedBackgroundColor: #e0e0e0;
  --dropdownHoverBackgroundColor: #f8f9fa;
  --dropdownBoxShadow: 0px 9px 12px 1px #00000024;


  /* TABLE */
  --tableBackgroundColor: #fff;
  --tableHeaderColor: var(--textColorLight);
  --tableColor: var(--primaryTextColor);
  --tableBorderColor: #e0e0e0;

  --tableCellBackgroundColorSorted: transparent
  --tableInputSearchBackgroundColor: #fff;
  --tableInputSearchBackgroundColorDisabled: #eee;
  --tableInputSearchBorderColor: rgba(0, 0, 0, 0.1);

  --tableStripedRowBackgroundColor: rgba(0, 0, 0, 0.03);
  --tableHighlightRowBackgroundColor: #eee;
  --tableSelectedRowBackgroundColor: rgba(38, 159, 224, 0.12);

  --tablePaginationTextColor: var(--primaryTextColor);
  --tablePaginationNumbersColor: var(--primaryTextColor);
  --tablePaginationNumbersHoverBackgroundColor: #e0e0e0;
  --tablePaginationNumbersActiveHoverBackgroundColor: #0b5ed7;
  --tablePaginationNumbersSelectedColor: #fff;
  --tablePaginationNumbersSelectedBackgroundColor: var(--primaryColor);

  --tableActionButtonHoverBackgroundColor: rgba(0, 0, 0, 0.1);
  --tableActionButtonHoverPrimaryBackgroundColor: #E5F2FF;


  /* MODAL */
  --modalSecondaryBackgroundColor: #fff;
  --modalColor: var(--primaryTextColor);
  --modalBoxShadow: rgba(0, 0, 0, 0.2);
  --modalIconCloseBackgroundColorHover: rgba(0, 0, 0, 0.1);
  --modalContentItemBackgroundColorHover: #e0e0e0;
  --modalContentItemPulseBackgroundColor: #e0e0e0;
  --modalDividerBackgroundColor: rgba(0, 0, 0, 0.1);


  /* CONTEXT BOX */
  --contextBoxBackgroundColor: #fff;
  --contextBoxColor: var(--primaryTextColor);
  --contextBoxTitleColor: var(--primaryTextColor);
  --contextBoxTitleBorderColor: rgba(0, 0, 0, 0.05);
  --contextBoxItemBackgroundColorHover: rgba(0, 0, 0, 0.05);


  /* HEADER */
  --headerHeight: 72px;
  --headerBackgroundColor: #007DFF;
  --headerColor: #fff;
  --headerActionColor: #b2b2b2;
  --headerActionHoverColor: var(--primaryTextColor);
  --headerActionBorderColor: #eee;
  --headerMenuTriggerBackgroundColor: #fff;
  --headerDefaultHoverBackgroundColor: rgba(0, 0, 0, 0.08);
  --headerPulseBackgroundColor: #eee;
  --headerDefaultDropdownIconColor: rgba(0,0,0,0.6);
  --headerExitDropdownIconColor: #F44336;
  --headerExitDropdownBackgroundColor: #FFF3F3;


  /* MENU */
  --menuBackgroundColor: #F5F5F5;
  --menuCategoryColor: rgba(0, 0, 0, 0.54);
  --menuSearchInputBackgroundColor: rgba(255, 255, 255, 255);
  --menuItemColor: rgba(0, 0, 0, 0.87);
  --menuItemListBackgroundColor: transparent;
  --menuItemHoverColor: rgba(255, 255, 255, 0.9);
  --menuItemHoverBackgroundColor: rgba(0, 0, 0, 0.2);
  --menuItemActiveColor: rgba(0, 0, 0, 0.8);
  --menuItemActiveBackgroundColor: rgba(0, 0, 0, 0.1);


  /* CONTENT */
  --contentTabBackgroundColor: #fff;
  --contentTabColor: #0000008A;
  --contentTabBorderColor: #e0e0e0;
  --contentTabHoverBackgroundColor: #F5F5F5;
  --contentTabCloseIconHoverBackgroundColor: #F5F5F5;
  --contentTabHoverColor: #0000008A;
  --contentTabActivedBackgroundColor: #fff;
  --contentTabActivedColor: var(--primaryColor);
  --contentTabActivedIndicatorColor: var(--secondaryColor);


  /* IFRAMES */
  --iframeHeaderBackgroundColor: transparent;
  --iframeHeaderBorderColor: transparent;
  --iframeHeaderColor: var(--primaryTextColor);
  --iframeHeaderLinkColor: #1e88e5;

  --iframeActuatorIconColor: var(--MenuIconColor);
  --iframeActuatorIconHoverBackgroundColor: rgba(0, 0, 0, 0.1);

  --iframeCardboxBackgroundColor: #fff;
  --iframeCardboxColor: var(--primaryTextColor);
  --iframeCardboxBoxShadow: rgba(0, 0, 0, 0.4);
  --iframeCardboxBoxShadowHover: rgba(0, 0, 0, 0.6);


  /* MULTISTEP FORM */
  --multistepStepIndicatorIconBackground: rgba(0,0,0,0.26);
  --multistepStepIndicatorIconColor: #fff;
  --multistepStepIndicatorIconActiveBackground: var(--primaryColor);
  --multistepStepIndicatorIconActiveColor: #fff;
  --multistepStepIndicatorTextColor: rgba(0,0,0,0.38);
  --multistepStepIndicatorActiveTextColor: rgba(0,0,0,0.87);
  --multistepButtonBackgroundColor: #616161;
  --multistepButtonColor: #FFF;


  /* DISPONIBILIDADE */
  --disponibilidadeBackgroundColor: #fff;
  --disponibilidadeWeekendBackgroundColor: rgba(230, 234, 238, 1);
  --disponibilidadeBackgroundSelectable: repeating-linear-gradient(45deg, rgba(38, 159, 224, 0.1), rgba(38, 159, 224, 0.1) 10px, rgba(38, 159, 224, 0.3) 10px, rgba(38, 159, 224, 0.3) 20px);
  --disponibilidadeWeekendBackgroundSelectable: var(--disponibilidadeBackgroundSelectable);


  /* STATISTICBOX */
  --statisticboxSelectedIconBackgroundColor: #fff;
  --statisticboxSelectedIconColor: #fff;
  --statisticboxSelectedBackgroundColor: #EEE;

  /* EXTRATO CONTAS */
  --produtoRowBackground: #f1f9ff;
}


body.dark-theme {

  /* GENERAL */
  --primaryTextColor: #eee;

  --defaultBackgroundColor: #221f1f;
  --defaultBackgroundColor_2: #242726;
  --MenuIconColor: #fff;
  --PanelIconColor: #fff;

  --defaultBoxShadowColor: rgba(0, 0, 0, 0.4);
  --defaultBoxShadow:
    0px 1px 8px 0px #0000001F,
    0px 3px 4px 0px #00000024,
    0px 3px 3px -2px #00000033;

  --defaultDivisorBackgroundColor: rgba(255, 255, 255, 0.1);

  --dividerColor: #E0E0E0;

  /*  SCROLLBAR */
  --scrollbarBackgroundColor: rgba(0, 0, 0, 0.1);
  --scrollbarThumbBackgroundColor: rgba(0, 0, 0, 0.6);


  /* TOAST */
  --toastBackgroundColor: #2E3130;
  --toastColor: #78909c;
  --toastMessageColor: var(--primaryTextColor);
  --toastBorderColor: rgba(0, 0, 0, 0.1);
  --toastBoxShadow: rgba(0, 0, 0, 0.8);
  

  /* TABS */
  --tabColor: rgba(0, 0, 0, 0.54);
  --tabColorActive: #FFB400;
  --tabBackgroundColorActive: rgba(36, 135, 215, 0.1);
  --tabBackgroundColorError: rgba(244, 67, 54, 0.06);
  --tabBackgroundColorErrorActive: rgba(244, 67, 54, 0.2);
  --tabColorError: rgba(244, 67, 54, 1);
  --tabBackgroundColorSuccess: rgba(76, 175, 80, 0.1);
  --tabBackgroundColorSuccessActive: rgba(76, 175, 80, 0.2);
  --tabColorSuccess: rgba(76, 175, 80, 1);


  /* INPUTS */
  --inputBackgroundColor: #242726;
  --inputBackgroundColorDisabled: rgba(0, 0, 0, 0.1);
  --inputBoxShadow: rgba(0, 0, 0, 0.2);
  --inputBorderColor: rgba(0, 0, 0, 0.2);
  --inputColor: var(--primaryTextColor);
  --inputColorFocus: var(--secondaryColor);
  --inputLabelColor: rgba(255, 255, 255, 0.4);
  --inputLabelColorSecondary: rgba(255, 255, 255, 0.4);
  --inputLabelColorFocus: var(--secondaryColor);
  --inputBorderColorError: rgba(244, 67, 54, 0.5);
  --inputLabelColorError: rgba(244, 67, 54, 0.8);
  --inputIconColor: var(--MenuIconColor);
  --inputIconBackgroundColorHover: rgba(0, 0, 0, 0.2);
  
  --inputImageboxToolsBackgroundColor: #221f1f;
  --inputImageboxToolsColor: var(--primaryTextColor);
  --inputImageboxToolsIconColor: var(--MenuIconColor);
  --inputImageboxPictureBorderColor: rgba(0, 0, 0, 0.1);

  --inputTextareaScrollColor: rgba(255, 255, 255, 0.2);

  --inputFilledBackgroundColor: #242726;
  --inputFilledBorderColor: #BDBDBD;
  --inputFilledIconColor: rgba(0,0,0,0.54);

  --inputsGroupInputColor: rgba(0,0,0,0.54);
  --inputsGroupLabelColor: rgba(0,0,0,0.87);
  
  --checkboxBorderColor: #5a5a5a;
  --checkboxCheckedBackgroundColor: var(--secondaryColor);
  --checkboxCheckedColor: #fff;

  
  /* DROPDOWN */
  --dropdownBackgroundColor: #242726;
  --dropdownColor: var(--primaryTextColor);
  --dropdownSelectedBackgroundColor: rgba(255, 255, 255, 0.1);
  --dropdownHoverBackgroundColor: rgba(0, 0, 0, 0.8);
  --dropdownBoxShadow: 0px 9px 12px 1px #00000024;  


  /* TABLE */
  --tableBackgroundColor: #242726;
  --tableHeaderColor: var(--primaryTextColor);
  --tableColor: var(--primaryTextColor);
  --tableBorderColor: rgba(0, 0, 0, 0.2);

  --tableCellBackgroundColorSorted: transparent;
  --tableInputSearchBackgroundColor: rgba(0, 0, 0, 0.1);
  --tableInputSearchBackgroundColorDisabled: rgba(0, 0, 0, 0);
  --tableInputSearchBorderColor: rgba(0, 0, 0, 0.1);

  --tableStripedRowBackgroundColor: rgba(0, 0, 0, 0.1);
  --tableHighlightRowBackgroundColor: rgba(255, 255, 255, 0.05);
  --tableSelectedRowBackgroundColor: rgba(38, 159, 224, 0.12);

  --tablePaginationTextColor: var(--primaryTextColor);
  --tablePaginationNumbersColor: var(--primaryTextColor);
  --tablePaginationNumbersHoverBackgroundColor: rgba(255, 255, 255, 0.2);
  --tablePaginationNumbersActiveHoverBackgroundColor: #0b5ed7;
  --tablePaginationNumbersSelectedColor: #fff;
  --tablePaginationNumbersSelectedBackgroundColor: var(--primaryColor);

  --tableActionButtonHoverBackgroundColor: rgba(0, 0, 0, 0.1);
  --tableActionButtonHoverPrimaryBackgroundColor: #E5F2FF;


  /* MODAL */
  --modalSecondaryBackgroundColor: #242726;
  --modalColor: var(--primaryTextColor);
  --modalBoxShadow: rgba(0, 0, 0, 0.5);
  --modalIconCloseBackgroundColorHover: rgba(255, 255, 255, 0.1);
  --modalContentItemBackgroundColorHover: rgba(255, 255, 255, 0.1);
  --modalContentItemPulseBackgroundColor: rgb(58, 61, 60);
  --modalDividerBackgroundColor: rgba(255, 255, 255, 0.1);


  /* CONTEXT BOX */
  --contextBoxBackgroundColor: #242726;
  --contextBoxColor: var(--primaryTextColor);
  --contextBoxTitleColor: var(--primaryTextColor);
  --contextBoxTitleBorderColor: rgba(255, 255, 255, 0.05);
  --contextBoxItemBackgroundColorHover: rgba(255, 255, 255, 0.05);


  /* HEADER */
  --headerHeight: 72px;
  --headerBackgroundColor: #242726;
  --headerColor: var(--primaryTextColor);
  --headerActionColor: #c8c8c8;
  --headerActionHoverColor: rgba(255, 255, 255, 0.8);
  --headerActionBorderColor: rgba(255, 255, 255, 0.05);
  --headerMenuTriggerBackgroundColor: var(--primaryTextColor);
  --headerDefaultHoverBackgroundColor: rgba(255, 255, 255, 0.08);
  --headerPulseBackgroundColor: rgb(58, 61, 60);
  --headerDefaultDropdownIconColor: #eee;
  --headerExitDropdownIconColor: #F44336;
  --headerExitDropdownBackgroundColor: #FFF3F3;


  /* MENU */
  /* --menuBackgroundColor: #242726;
  --menuCategoryColor: rgba(255, 255, 255, 0.5);
  --menuSearchInputBackgroundColor: rgba(0, 0, 0, 0.15);
  --menuItemColor: rgba(255, 255, 255, 0.8);
  --menuItemListBackgroundColor: rgba(0, 0, 0, 0.2);
  --menuItemHoverColor: rgba(255, 255, 255, 0.9);
  --menuItemHoverBackgroundColor: rgba(0, 0, 0, 0.2);
  --menuItemActiveColor: var(--secondaryColor);
  --menuItemActiveBackgroundColor: rgba(0, 0, 0, 0.3); */


  /* CONTENT */
  --contentTabBackgroundColor: transparent;
  --contentTabColor: rgba(255, 255, 255, 0.5);
  --contentTabBorderColor: rgba(255, 255, 255, 0.05);
  --contentTabHoverBackgroundColor: rgba(255, 255, 255, 0.1);
  --contentTabCloseIconHoverBackgroundColor: rgba(255, 255, 255, 0.1);
  --contentTabHoverColor: var(--primaryTextColor);
  --contentTabActivedBackgroundColor: #242726;
  --contentTabActivedColor: var(--primaryTextColor);
  --contentTabActivedIndicatorColor: var(--secondaryColor);


  /* IFRAMES */
  --iframeHeaderBackgroundColor: transparent;
  --iframeHeaderBorderColor: transparent;
  --iframeHeaderColor: var(--primaryTextColor);
  --iframeHeaderLinkColor: #2196f3;

  --iframeActuatorIconColor: var(--MenuIconColor);
  --iframeActuatorIconHoverBackgroundColor: rgba(255, 255, 255, 0.1);

  --iframeCardboxBackgroundColor: #242726;
  --iframeCardboxColor: var(--primaryTextColor);
  --iframeCardboxBoxShadow: rgba(0, 0, 0, 0.4);
  --iframeCardboxBoxShadowHover: rgba(0, 0, 0, 0.6);


  /* DISPONIBILIDADE */
  --disponibilidadeColor: var(--primaryTextColor);
  --disponibilidadeBackgroundColor: #242726;
  --disponibilidadeWeekendBackgroundColor: rgba(0, 0, 0, 0.2);
  --disponibilidadeBackgroundSelectable: repeating-linear-gradient(45deg, rgba(38, 159, 224, 0.1), rgba(38, 159, 224, 0.1) 10px, rgba(38, 159, 224, 0.3) 10px, rgba(38, 159, 224, 0.3) 20px);
  --disponibilidadeWeekendBackgroundSelectable: var(--disponibilidadeBackgroundSelectable);


  /* STATISTICBOX */
  --statisticboxSelectedIconBackgroundColor: rgba(38, 159, 224, 0.6);
  --statisticboxSelectedIconColor: #fff;
  --statisticboxSelectedBackgroundColor: #EEE;

  /* EXTRATO CONTAS */
  --produtoRowBackground: rgba(0, 0, 0, 0.1);
}

:root {
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;

  /* COLORS */
  --warningColor: #FF9800;
  --successColor: #4CAF50;
  --errorColor: #F44336;


  /* TRANSITIONS */
  --transitionEaseInOut: cubic-bezier(0.4, 0, 0.2, 1);
  --transitionEaseOut: cubic-bezier(0.0, 0, 0.2, 1);
  --transitionEaseIn: cubic-bezier(0.4, 0, 1, 1);
  --transitionSharp: cubic-bezier(0.4, 0, 0.6, 1);

  --transitionShortest: 150ms;
  --transitionShorter: 200ms;
  --transitionShort: 250ms;
  --transitionStandard: 300ms;
  --transitionComplex: 375ms;
  --transitionEnteringScreen: 225ms;
  --transitionLeavingScreen: 195ms;
}

/* MATERIAL SYMBOLS - ICONES */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url('../material-symbols/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-fill {
  font-variation-settings: "FILL" 1;
}

html {
  font-size: 16px;
}

body {
  background-color: unset;
}

/* TIPOGRAFIA */
h1, .h1 {
  font-weight: 300;
  font-size: 6rem;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}

h2, .h2 {
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1.2;
  letter-spacing: -0.00833em;
}

h3, .h3 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.167;
  letter-spacing: 0em;
}

h4, .h4 {
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.235;
  letter-spacing: 0.00735em;
}

h5, .h5 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
  letter-spacing: 0em;
}

h6, .h6 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

.subtitle1 {
  font-weight: 400!important;
  font-size: 1rem!important;
  line-height: 1.75!important;
  letter-spacing: 0.00938em!important;
}

.subtitle2 {
  font-weight: 500!important;
  font-size: 0.875rem!important;
  line-height: 1.57!important;
  letter-spacing: 0.00714em!important;
}

.body1 {
  font-weight: 400!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  letter-spacing: 0.00938em!important;
}

.body2 {
  font-weight: 400!important;
  font-size: 0.875rem!important;
  line-height: 1.43!important;
  letter-spacing: 0.01071em!important;
}

textarea.observacoes {
  min-height: 104px!important;
}

.hide {
  display: none!important;
}



/* CORES */
.light-text-color {
  color: var(--textColorLight)!important;
}

.white-color {
  color: #FFF!important;
}

.white-background {
  background-color: #FFF!important;
}

.primary-color {
  color: var(--primaryColor)!important;
}

.primary-background {
  background-color: var(--primaryColor)!important;
}

.gray-color {
  color: var(--grayColor)!important;
}

.gray-background {
  background-color: var(--grayColor)!important;
}

.color-error {
  color: #F44336!important;
}

.warning-color {
  color: #FF9800!important;
}

.warning-background {
  background: #FF9800!important;
}

.error-color {
  color: #F44336!important;
}

.error-background {
  background: #F44336!important;
}

.success-color {
  color: #4CAF50!important;
}

.success-background {
  background: #4CAF50!important;
}

.black-color {
  color: #000!important;
}

.black-background {
  background: #000!important;
}

.disabled-color {
  color: rgb(245, 245, 245)!important;
}

.disabled-background {
  background: rgb(245, 245, 245)!important;
}

/* UTILS */
.gap-4 { gap: 4px; }
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.gap-20 { gap: 20px; }
.gap-24 { gap: 24px; }
.gap-28 { gap: 28px; }
.gap-32 { gap: 32px; }

.margin-top-4 { margin-top: 4px!important; }
.margin-top-8 { margin-top: 8px!important; }
.margin-top-12 { margin-top: 12px!important; }
.margin-top-16 { margin-top: 16px!important; }
.margin-top-20 { margin-top: 20px!important; }
.margin-top-24 { margin-top: 24px!important; }
.margin-top-28 { margin-top: 28px!important; }
.margin-top-32 { margin-top: 32px!important; }
.margin-top-36 { margin-top: 36px!important; }
.margin-top-40 { margin-top: 40px!important; }

.margin-bottom-4 { margin-bottom: 4px!important; }
.margin-bottom-8 { margin-bottom: 8px!important; }
.margin-bottom-12 { margin-bottom: 12px!important; }
.margin-bottom-16 { margin-bottom: 16px!important; }
.margin-bottom-20 { margin-bottom: 20px!important; }
.margin-bottom-24 { margin-bottom: 24px!important; }
.margin-bottom-28 { margin-bottom: 28px!important; }
.margin-bottom-32 { margin-bottom: 32px!important; }
.margin-bottom-36 { margin-bottom: 36px!important; }
.margin-bottom-40 { margin-bottom: 40px!important; }

.padding-top-4 { padding-top: 4px!important; }
.padding-top-8 { padding-top: 8px!important; }
.padding-top-12 { padding-top: 12px!important; }
.padding-top-16 { padding-top: 16px!important; }
.padding-top-20 { padding-top: 20px!important; }
.padding-top-24 { padding-top: 24px!important; }
.padding-top-28 { padding-top: 28px!important; }
.padding-top-32 { padding-top: 32px!important; }
.padding-top-36 { padding-top: 36px!important; }
.padding-top-40 { padding-top: 40px!important; }

.padding-bottom-4 { padding-bottom: 4px!important; }
.padding-bottom-8 { padding-bottom: 8px!important; }
.padding-bottom-12 { padding-bottom: 12px!important; }
.padding-bottom-16 { padding-bottom: 16px!important; }
.padding-bottom-20 { padding-bottom: 20px!important; }
.padding-bottom-24 { padding-bottom: 24px!important; }
.padding-bottom-28 { padding-bottom: 28px!important; }
.padding-bottom-32 { padding-bottom: 32px!important; }
.padding-bottom-36 { padding-bottom: 36px!important; }
.padding-bottom-40 { padding-bottom: 40px!important; }

.padding-left-4 { padding-left: 4px!important; }
.padding-left-8 { padding-left: 8px!important; }
.padding-left-12 { padding-left: 12px!important; }
.padding-left-16 { padding-left: 16px!important; }
.padding-left-20 { padding-left: 20px!important; }
.padding-left-24 { padding-left: 24px!important; }
.padding-left-28 { padding-left: 28px!important; }
.padding-left-32 { padding-left: 32px!important; }
.padding-left-36 { padding-left: 36px!important; }
.padding-left-40 { padding-left: 40px!important; }

.padding-right-4 { padding-right: 4px!important; }
.padding-right-8 { padding-right: 8px!important; }
.padding-right-12 { padding-right: 12px!important; }
.padding-right-16 { padding-right: 16px!important; }
.padding-right-20 { padding-right: 20px!important; }
.padding-right-24 { padding-right: 24px!important; }
.padding-right-28 { padding-right: 28px!important; }
.padding-right-32 { padding-right: 32px!important; }
.padding-right-36 { padding-right: 36px!important; }
.padding-right-40 { padding-right: 40px!important; }


/* BOOTSTRAP BUTTON */
.btn {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn-sm span.material-symbols-outlined {
  font-size: 18px;
}

.btn-filters-list {
  width: 100%;
  height: 58px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primaryColor);
  --bs-btn-border-color: var(--primaryColor);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0057B2;
  --bs-btn-hover-border-color: #0057B2;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0057B2;
  --bs-btn-active-border-color: #0057B2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primaryColor);
  --bs-btn-disabled-border-color: var(--primaryColor);
}

.btn-action {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #FF9800;
  --bs-btn-border-color: #FF9800;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-action-outlined {
  --bs-btn-color: #FF9800;
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FF9800;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #FF9800;
  --bs-btn-hover-border-color: #FF9800;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #FF9800;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-cancel {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

.btn-delete {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #F44336;
  --bs-btn-border-color: #F44336;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #E31B0C;
  --bs-btn-hover-border-color: #E31B0C;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #E31B0C;
  --bs-btn-active-border-color: #E31B0C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: #F44336;
  --bs-btn-disabled-border-color: #F44336;
}

.btn-outline-delete {
  --bs-btn-color: #F44336;
  --bs-btn-border-color: #F44336;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F44336;
  --bs-btn-hover-border-color: #F44336;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F44336;
  --bs-btn-active-border-color: #F44336;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(6, 6, 8, 4);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F44336;
  --bs-gradient: none;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e7d32;
  --bs-btn-border-color: #2e7d32;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b5e20;
  --bs-btn-hover-border-color: #1b5e20;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b5e20;
  --bs-btn-active-border-color: #4caf50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2e7d32;
  --bs-btn-disabled-border-color: #2e7d32;
}

.btn-black {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}



/* BOOTSTRAP INPUTS */
.invalid-feedback {
  display: block;
}

.form-row-16 {
  --bs-gutter-x: 1rem;
  row-gap: 16px;
}

.form-row-20 {
  --bs-gutter-x: 1.20rem;
  row-gap: 20px;
}

.form-row-24 {
  --bs-gutter-x: 1.24rem;
  row-gap: 24px;
}

.form-control,
.form-select {
  height: 56px;
  padding: 16px 12px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  color: var(--inputColor);
  background-color: var(--inputBackgroundColor);
}

.form-control::placeholder {
  color: var(--inputLabelColor);
}

.form-control::-ms-placeholder {
  color: var(--inputLabelColor);
}

.form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMTAgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEw1IDVMMTAgMEgwWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41NCIvPgo8L3N2Zz4=);
  background-size: 10px 5px;
  cursor: pointer;
}

.form-input-icon-right .form-select {
  background-image: none;
}

.form-check {
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 8px;
  min-height: 40px;
  cursor: pointer;
  --bs-border-color: var(--inputBorderColor);
}

.form-check:not(.form-switch) > .form-check-input {
  width: 18px;
  height: 18px;
  margin: 3px;
}

.form-check > .form-check-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  cursor: pointer;
}

.form-check > .form-check-label > .title,
.form-check > .form-check-label > .description {
  display: block;
}

.form-check > .form-check-label > .description {
  color: var(--inputLabelColorSecondary);
}

.form-check.form-switch {
  margin: 3px;
}

.form-check.form-switch .form-check-input {
  margin-left: 0px;
  cursor: pointer;
}

.error > .form-control,
.error > .form-select {
  border-color: var(--bs-form-invalid-border-color);
}

.error > .form-control:focus,
.error > .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb),.25);
}

div.form-floating .form-control:not(:placeholder-shown) ~ label,
div.form-floating .form-select:not(:placeholder-shown) ~ label {
  color: var(--inputLabelColor);
}

div.form-floating .form-control~label,
div.form-floating .form-select~label {
  font-size: 16px;
  color: var(--inputLabelColor);
  max-width: 100%;
}

div.form-floating .form-control:focus:placeholder-shown ~ label,
div.form-floating .form-select:focus:placeholder-shown ~ label {
  color: var(--primaryColor);
}

div.form-floating .form-control~label::after,
div.form-floating .form-select~label::after {
  background-color: transparent!important;
}

/* .form-control:not(:placeholder-shown) ~ label,
.form-select:not(:placeholder-shown) ~ label,
.form-control:focus:placeholder-shown ~ label,
.form-select:focus:placeholder-shown ~ label {
  color: var(--primaryColor)!important;
} */

.form-control.form-filled,
.form-select.form-filled {
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border: 0px!important;
  border-bottom: 1px solid var(--inputFilledBorderColor)!important;
  background-color: var(--inputFilledBackgroundColor)!important;
}

.form-control.form-standard,
.form-select.form-standard {
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border: 0px!important;
  border-bottom: 1px solid var(--inputFilledBorderColor)!important;
}

div.form-input-icon-left {
  position: relative;
}

div.form-input-icon-left > div.form-input-icon {
  position: absolute;
  max-height: 58px;
  top: 0px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

div.form-input-icon-left > div.form-input-icon > span {
  font-size: 24px;
  color: var(--inputFilledIconColor);
}

div.form-input-icon-left > input.form-control {
  padding-left: 46px;
}

div.form-floating.form-input-icon-left .form-control~label,
div.form-floating.form-input-icon-left .form-select~label {
  margin-left: 34px!important;
}

div.form-input-icon-right {
  position: relative;
}

div.form-input-icon-right > div.form-input-icon {
  position: absolute;
  max-height: 58px;
  top: 0px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

div.form-input-icon-right > div.form-input-icon > span {
  font-size: 24px;
  color: var(--inputFilledIconColor);
}

div.form-input-icon-right > input.form-control {
  padding-right: 46px;
}

div.form-floating.form-input-icon-right .form-control~label,
div.form-floating.form-input-icon-right .form-select~label {
  margin-right: 34px!important;
}



/* SELECT 2 */
.select2 {
  width: 100%!important;
}

.select2-container--bootstrap-5 .select2-selection--single {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMTAgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEw1IDVMMTAgMEgwWiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC41NCIvPgo8L3N2Zz4=);
  background-size: 10px 5px;
  border-color: var(--inputBorderColor);
  cursor: pointer;
  height: 58px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: rgb(134, 183, 254);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 1.2rem 0px;
  color: var(--inputColor);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  padding: 1.2rem 0px;
  color: var(--inputColor);
}

.select2-results__options[aria-multiselectable="true"] li {
  padding-left: 30px;
  position: relative;
}

.select2-results__options[aria-multiselectable="true"] li:before {
  position: absolute;
  left: 8px;
  opacity: .6;
  top: 6px;
  font-family: "FontAwesome";
  content: "\f0c8";
}

.select2-results__options[aria-multiselectable="true"] li[aria-selected="true"]:before {
  content: "\f14a";
}




/* SWITCH BUTTON */
.form-check-switch-toggle {
  position: relative;
  display: block;
  width: 34px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.form-check-switch-toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  font-size: 10px;
  display: block;
  background: #e6e6e6;
  border-radius: 8px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}


.form-check-switch-toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #0000001F, 0px 2px 3px 0px #00000024, 0px 3px 5px -2px #00000033;
  box-shadow: 0px 1px 5px 0px #0000001F, 0px 2px 3px 0px #00000024, 0px 3px 5px -2px #00000033;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.form-check-switch-toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: var(--primaryColor);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.form-check-switch-input {
  display: none;
}

.form-check-switch-input:checked + .form-check-switch-toggle:before {
  background: var(--primaryColor);
  opacity: 0.32;
}

.form-check-switch-input:checked + .form-check-switch-toggle span {
  background: var(--primaryColor);
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -webkit-box-shadow: 0px 1px 5px 0px #0000001F, 0px 2px 3px 0px #00000024, 0px 3px 5px -2px #00000033;
  box-shadow: 0px 1px 5px 0px #0000001F, 0px 2px 3px 0px #00000024, 0px 3px 5px -2px #00000033;
}
  
.form-check-switch-input:checked + .form-check-switch-toggle span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}




/* FORM LIST GROUP */
.form-list-group {
  --bs-list-group-bg: var(--defaultBackgroundColor_2);
  --bs-list-group-border-color: var(--dividerColor);
  --bs-list-group-border-radius: 8px;
  --bs-list-group-item-padding-x: 20px;
  --bs-list-group-item-padding-y: 24px;
}






/* ACCORDION */
.accordion-item {
  --bs-accordion-bg: var(--defaultBackgroundColor_2);
  --bs-accordion-border-color: var(--dividerColor);
  --bs-accordion-color: var(--primaryTextColor);
  --bs-accordion-btn-padding-x: 36px;
  --bs-accordion-btn-padding-y: 14px;
  --bs-accordion-body-padding-x: 24px;
  --bs-accordion-body-padding-y: 14px;
  --bs-accordion-active-color: var(--primaryTextColor);
  --bs-accordion-active-bg: var(--defaultBackgroundColor_2);
  --bs-accordion-btn-icon-width: 20px;
  border: none;
}

.accordion-item .accordion-header {
  /* margin-bottom: 1px; */
}

.accordion-item .accordion-button {
  font-size: 15px;
  border: 1px solid var(--dividerColor);
  box-shadow: none;
  /* box-shadow: 0px 1px 3px 0px #0000001F,
    0px 1px 1px 0px #00000024,
    0px 2px 1px -1px #00000033; */

}

.accordion-item .accordion-button::after {
  font-family: "Material Symbols Outlined";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-size: 20px;
  text-rendering: auto;
  line-height: 1;
  content: "\e5cf";
  position: absolute;
  display: inline-block;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: 14px;
  margin-right: 22px;

  background-image: none;
  color: rgba(0,0,0,0.54);
}

.accordion-item .accordion-button:not(.collapsed) {
  /* box-shadow: 0px 1px 3px 0px #0000001F,
    0px 1px 1px 0px #00000024,
    0px 2px 1px -1px #00000033; */
}

.accordion-item .accordion-body {
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px #0000001F,
    0px 1px 1px 0px #00000024,
    0px 2px 1px -1px #00000033;
}




/* TABLE */
.table-responsive {
  overflow-x: unset;
}

table.table th,
table.table td {
  background-color: transparent;
}

table.table > thead {
  border-color: transparent;
}

table.table > thead > tr > th {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: var(--tableHeaderColor);
}

table.table > tbody > tr > td {
  font-size: 14px;
  font-weight: 400;
  color: var(--tableColor);
  vertical-align: middle;
}

table.table>:not(caption)>*>* {
  padding: 0.5rem 16px;
  max-height: 52px;
}

table:is(.tablesorter, .refreshsorter) > thead > tr > th {
  position: relative;
  padding-right: 25px;
}

table:is(.tablesorter, .refreshsorter) > thead > tr > th:not(.no-sort)::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
  text-rendering: auto;
  line-height: 1;
  content: "\e986";
  margin: 0px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  bottom: 8px;
}

table.table > tbody > tr > td > div.table-actions {
  display: flex;
  justify-content: start;
  gap: 10px;
}

table.table > tbody > tr > td > div.table-actions .dropdown-menu {
  min-width: auto;
  background: var(--defaultBackgroundColor_2);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  --bs-dropdown-border-color: transparent;
}

table.table > tbody > tr > td > div.table-actions .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

table.table > thead > tr > td > div.cell-content,
table.table > tbody > tr > td > div.cell-content,
table.table > thead > tr > th > div.cell-content,
table.table > tbody > tr > th > div.cell-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

table.table td.checkbox-column div.form-check,
table.table th.checkbox-column div.form-check {
  min-height: 0px;
}

table.table td.checkbox-column div.form-check .form-check-input,
table.table th.checkbox-column div.form-check .form-check-input {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.table-tooltip {
  --bs-tooltip-bg: #616161;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-opacity: 0.9;
}




button.table-action-button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;    
  font-size: 24px;
  text-transform: uppercase;
  color: var(--primaryTextColor);
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.4s;    
}

button.table-action-button.with-text {
  gap: 12px;
  padding: 20px 12px;
  width: auto;
  border-radius: 0px;
  text-transform: none;
}

button.table-action-button span.table-action-button-text {
  font-size: 16px;
}

button.table-action-button::after {
  display: none;
}

.table-action-button.small.green.darken-2.tooltipped {
  margin-top: 4px;
}

button.table-action-button.small {
  width: 24px;
  height: 24px;
}


button.table-action-button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  opacity: 0.9;
  transition: 0.4s;
}

button.table-action-button.small > i {
  font-size: 2px;
}


button.table-action-button:hover,
button.table-action-button:focus {
  background-color: var(--tableActionButtonHoverBackgroundColor);
  transition: 0.4s;
}

button.table-action-button.primary-color:hover {
  background-color: var(--tableActionButtonHoverPrimaryBackgroundColor);
  transition: 0.4s;
}


button.table-action-button:hover > i,
button.table-action-button:focus > i {
  opacity: 0.9;
  transition: 0.4s;
}


button.table-action-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transition: 0.2s;
}


button.table-action-button:disabled > i {
  opacity: 1;
}





div.section-separator {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 68px;
}

div.section-separator div.separator {
  width: -webkit-fill-available;
  height: 1px;
  background: var(--dividerColor);
}

div.section-separator span.separator-text {
  width: auto;
  text-align: center;
  white-space: nowrap;
  color: var(--textColorLight);
  font-size: 14px;
}




/* ALERTS */
.alert {
  font-size: 14px;
  font-weight: 700;
  --bs-alert-border-radius: 4px;
}

.alert-danger {
  --bs-alert-color: #FFF;
  --bs-alert-bg: #F44336;
  --bs-alert-border-color: #F44336;
  --bs-alert-link-color: #FFF;
}





/* STATISTIC BOX */
div.statisticbox {
  box-shadow:
    0px 1px 8px 0px #0000001F,
    0px 3px 4px 0px #00000024,
    0px 3px 3px -2px #00000000;
  border-radius: 8px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 4px 12px;
  cursor: pointer;
  background-color: var(--defaultBackgroundColor_2);
  position: relative;
}

div.statisticbox.lg {
  height: 110px;
}

div.statisticbox.height-unset {
  min-height: 80px;
  height: unset !important;
}

div.statisticbox.lg.height-unset {
  min-height: 120px;
  height: unset !important;
}


div.statisticbox > i.icon {
  font-size: 36px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

div.statisticbox.lg > i.icon {
  font-size: 40px;
  width: 64px;
  height: 64px;
  border-radius: 8px;
}

div.statisticbox > span.icon {
  font-size: 36px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

div.statisticbox.lg > span.icon {
  font-size: 40px;
  width: 64px;
  height: 64px;
  border-radius: 8px;
}


div.statisticbox > div.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  gap: 4px;
  text-align: right;
  color: var(--primaryTextColor);
  width: calc(100% - 56px);
  overflow: hidden;
}

div.statisticbox > div.info > span.value {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

div.statisticbox.lg > div.info > span.value {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}


div.statisticbox > div.info > span.text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--textColorLight);
}

div.statisticbox.lg > div.info > span.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
}


div.statisticbox > div.progressbar {
  position: absolute;
  bottom: -4px;
  left: 0px;
  height: 15px;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: var(--defaultBoxShadow);
}

div.statisticbox.lg > div.progressbar {
  /* height: 6px; */
}


/* STATISTIC BOX - ED */
div.statisticbox.selected {
  background-color: var(--statisticboxSelectedBackgroundColor) !important;
  transition: 0.2s;   
}

div.statisticbox.selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  color: var(--primaryTextColor);
  top: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--defaultBoxShadow);
  background-color: var(--statisticboxSelectedIconBackgroundColor);
  z-index: 99;
  animation: scale-in 0.2s;
}


/* STATISTIC BOX - DISABLED */
div.statisticbox.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

div.statisticbox.disabled > i.icon {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

div.statisticbox.disabled > div.progressbar {
  background-color: rgba(0, 0, 0, 0.4) !important;
}






/* BUSSINESS BOX - LOCALIZADOR DE EMPRESAS */
div.bussiness-box {
  position: relative;
  padding: 1rem 0.75rem;
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  color: var(--inputColor);
}

div.bussiness-box.disabled {
  background-color: #f5f5f5;
}

div.bussiness-box span.bussiness-box-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1.2rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

div.bussiness-box.filled span.bussiness-box-title {
  color: var(--inputLabelColor);
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

div.bussiness-box div.bussiness-box-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

div.bussiness-box div.bussiness-box-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
}

div.bussiness-box div.bussiness-box-actions button.modal-buscar-empresas,
div.bussiness-box div.bussiness-box-actions button.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

div.bussiness-box div.bussiness-box-actions button.dropdown-toggle:after {
  display: none;
}

div.bussiness-box div.bussiness-box-actions button.modal-buscar-empresas:hover,
div.bussiness-box div.bussiness-box-actions button.dropdown-toggle:hover {
  background-color: rgba(0,0,0,0.1);
  transition: 0.2s;
}

div.bussiness-box div.bussiness-box-actions button.modal-buscar-empresas {
  display: flex;
}

div.bussiness-box div.bussiness-box-actions div.dropdown {
  display: none;
}

div.bussiness-box.filled div.bussiness-box-actions button.modal-buscar-empresas {
  display: none;
}

div.bussiness-box.filled div.bussiness-box-actions div.dropdown {
  display: unset;
}

div.bussiness-box div.bussiness-box-actions ul.dropdown-menu button {
  display: flex;
  align-items: center;
  background: transparent;
  gap: 8px;
  font-size: 20px;
}

div.bussiness-box div.bussiness-box-actions ul.dropdown-menu button span {
  font-size: 18px;
}

div.bussiness-box.disabled div.bussiness-box-actions {
  display: none;
}

div.bussiness-box .empresa-reserva {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  width: calc(100% - 58px);
  overflow-x: hidden;
  text-wrap: nowrap;
  text-overflow: ellipse;
}

div.bussiness-box.disabled .empresa-reserva {
  width: 100%;
  padding-right: 0.875rem;
}

