:root {
  --app-primary: #192641;
  --app-primary-2: #24385b;
  --app-accent: #67070f;
  --app-bg-soft: #e9e9eb;
  --app-border: #c8c8cc;
  --app-border-dark: #4d4a4b;
  --app-text: #060329;
  --app-link: #337ac0;
  --app-success-bg: #dafdea;
  --app-danger-bg: #922828;
  --app-warning-bg: #f5f5a7;
  --app-muted-bg: #dedede;
  --app-radius-sm: 5px;
  --app-radius-md: 8px;
  --app-radius-lg: 10px;
  --app-radius-xl: 20px;
  --app-shadow-sm: 0 2px 4px  #24385b;
  --app-shadow-md: 0 5px 10px #24385b;
  --app-shadow-lg: 0 5px 10px #24385b;
}
 
/* Fonts */
@font-face {
  font-family: "Custom_Cairo";
  src: url("Cairo-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("icomoon.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "InterCustom";
  src: url("Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Custom_Cairo", Arial, sans-serif;
}

.fa[class^="icon-"],
.fa[class*=" icon-"],
.fa[class*="icon-"]::before {
  font-family: "icomoon" !important;
}

/*====== ADDED: class="u-hidden-down@md" to hide content in class automatically on mobile screens =========*/
@media(max-width: 991px) {  .u-hidden-down\@md {  display: none !important;  }   }

/*====== Utilities =========*/
.dir_rtl,  
.text_ar{
  direction: rtl;
}

.dir_ltr, 
.text_en{
  direction: ltr;
  text-align: right;
}

/*=============*/
.no-title .ui-dialog-titlebar,
.no-close .ui-dialog-titlebar-close,
.hide-ig-header .a-GV-header,
.hide-ig-footer .a-GV-footer,
.only-ig-one-row .a-GV-footer,
.t-Footer-top {
  display: none !important;
}

/*====== Base Inputs =======*/
.apex-item-text,
.apex-item-select,
.apex-item-number,
.apex-item-datepicker,
.apex-item-popup-lov {
  border-radius: var(--app-radius-sm);
  min-height: 30px !important;  
  /* font-weight: 700; */
}

/*========================= Popup Menu ======================================*/
.a-Menu-content {
  background-color: #fff !important;
  border-radius: var(--app-radius-lg);
  box-shadow: var(--app-shadow-sm);
  margin: 0;
}

.a-Menu-label {
  font-size: 12px;
  font-weight: 700;
}

.a-Menu-item {
  background-color: rgb(244, 244, 244);
  color: var(--app-primary);
  border-radius: var(--app-radius-sm);
  margin: 0 1px 1px;
}

.a-Menu-item.is-focused,
.a-Menu-item:hover {
  background-color: var(--app-primary);
  color: #fff !important;
}

.a-Menu-item.is-focused .fa{
  color: #fff !important;
}

.a-Menu-item .a-Menu-icon {
  width: 24px;
  font-size: 18px;  
}

/*====== Header ======*/
.t-Header-branding {
  min-height: 44px;
  height: 50px;
  padding: 1px 0;
  align-items: center;
  justify-content:center;
  border-bottom: 1px solod #C3C3C3;
}

/*====== Footer ======*/
.t-Footer {
  color: #eaeaea;
  background: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.08));
  background-color: var(--app-primary);
  height: 30px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  padding: 0;
  text-align: center;
}

.t-DeveloperToolbar {
  z-index: 2000 !important;
}

.t-Body-nav {
  padding-bottom: 30px;
}

.custom-footer {
  font-family: "InterCustom", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  position: relative;
  font-size: 12px;
}

.footer-left {
  direction: ltr;
  text-align: left;
  white-space: nowrap;
}

.footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  direction: ltr;
}

@media (max-width: 768px) {
  .custom-footer {
    flex-direction: column;
    gap: 5px;
  }

  .footer-center {
    position: static;
    transform: none;
  }

  .footer-left {
    text-align: center;
  }
}

/*====== Dialog ======*/
.dialog_header_style {
  background-color: #182642 !important;  /*rgba(222, 222, 222, 0.5);*/
  color: white !important;  
  border-radius: 2px;
  /*max-height: 44px;*/
}

.dialog_header_style a ,
.dialog_header_style .t-Button--link ,
.dialog_header_style .t-Form-label{
  color: #FFFFFF !important;
}

.dialog_footer_style {
  background-color: color-mix(in srgb, currentcolor 0% , currentcolor 2% );
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/*====== Regions ======*/
.region_top_style {
  height: 34px;
}
/*.a-GV-table tr.is-selected{
--a-gv-background-color: #F7F7F7;
}*/
.region_main_style,
.region_ig_style {
  border-color: #F7F7F7;
  border-radius: var(--app-radius-md);
  box-shadow: var(--app-shadow-md);
}

.region_main_style .t-Region-header,
.region_ig_style .t-Region-header {
  max-height: 42px;
}

.region_normal_style .t-Region-header,
.region_form_style .t-Region-header {
  max-height: 38px;
}

.region_normal_style {
  border-color: #fff;
}

.region_form_style {
  font-weight: 700;
  border-color: #fff;
}

.region_card_style {
  font-weight: 700;
  border-color: #fff;
  border-radius: var(--app-radius-xl);
  box-shadow: var(--app-shadow-md);
}

.region_button_style {
  font-weight: 700;
  color: rgb(240, 240, 240);
}

.region_stand_style {
  border-color: darkgray;
  border-bottom-right-radius: var(--app-radius-xl);
  border-bottom-left-radius: var(--app-radius-xl);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}

.region_stand_style .t-Region-header {
  height: 36px;
  border-top-right-radius: var(--app-radius-sm);
  border-top-left-radius: var(--app-radius-sm);
  border-bottom-right-radius: var(--app-radius-xl);
  border-bottom-left-radius: var(--app-radius-xl);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}

/*====== Tabs ======*/
.tab_style {
  border: 1px solid #ccc;
  border-radius: var(--app-radius-lg);
  box-shadow: var(--app-shadow-md);
}

.tab_style .t-Tabs-item {
  background-color: #030338;
  border: 1px solid;
  border-radius: var(--app-radius-sm);
  padding-right: 5px;
  padding-left: 5px;
}

.tab_style .t-Tabs-link,
.tab_style .t-Tabs-item.is-active .t-Tabs-link {
  color: #fff;
}

.tab_style .t-Tabs-link:hover {
  color: rgb(239, 240, 231);
  font-weight: 700;
}

.tab_style .t-Tabs-item.is-active {
  background-color: var(--app-accent);
}

.tab_style2 {
  box-shadow: var(--app-shadow-md);
}

.tab_style2 .t-Tabs-link {
  font-weight: 400;
}

.tab_style2 .t-Tabs-link:hover {
  font-weight: 700;
}

.tab_style2 .t-Tabs-item {
  background-color: transparent;
  color: inherit;
  padding-left: 5px;
}

.tab_style2 .t-Tabs-item.is-active {
  background-color: rgb(255, 255, 250);
  font-weight: 700;
}

.tab_style2 .t-Tabs-item.is-active .t-Tabs-link {
  color: var(--app-link);
  font-weight: 700;
}

/*====== Items & Buttons ======*/
.item_style,
.display_item_style,
.lov_style,
.radio_style,
.button_fill_style {
  box-shadow: var(--app-shadow-sm) !important;   
}

.item_style{
  font-weight: 700 !important;
  border: 1px solid #fff;
  border-radius: var(--app-radius-md) !important;   
}

.display_item_style {
  font-weight: 700 !important;
  border-radius: var(--app-radius-sm) !important;   
}

.lov_style{
  overflow: visible !important;   
  font-weight: 700 !important;
  border-radius: var(--app-radius-sm) !important;
  box-shadow: var(--app-shadow-sm)  !important;    
}

input.lov_style + button,
input.lov_style ~ .a-Button--popupLOV,
input.lov_style ~ button {  
  box-shadow:  var(--app-shadow-sm) !important;  
  border-right: 0 !important;
  margin-right: -1px !important;
}

span.apex-item-display-only.item_style,
span.apex-item-display-only.display_item_style,
span.apex-item-display-only.lov_style {    
    height: auto  !important; 
    min-height: 30px !important;         
    display: flex !important;           
    align-items: center !important;  
    text-indent: 5px !important;     
    font-size: small !important;        
    background-color: var(--a-field-input-background-color, #ffffff); 
}

span.apex-item-display-only.text_en{
    justify-content: right !important;  
    padding-right: 5px !important; 
}

.t-Form-itemWrapper:has(.item_style),
.t-Form-itemWrapper:has(.display_item_style) {
    display: flex !important; 
    width: 100% !important;
    font-size: small !important;    
}

.item_style.apex-item-number,
.display_item_style.apex-item-number{ 
    direction: ltr !important;
    text-align: right !important;
}

.radio_style {
  border-radius: var(--app-radius-sm);  
  /*border: 1px solid color-mix(in srgb, var(--ut-body-background-color) 80%, white) ;*/
}

.button_fill_style {
  border-radius: var(--app-radius-xl);
}

.button_style {
  position: relative;
  border-radius: var(--app-radius-md);
}
.button_style .fa{
    font-size: 16px;
}


.flex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;  
  transition: transform 0.2s ease-in-out !important;
}
.flex-btn::after {
  content: attr(aria-label); 
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;  
  transition: max-width 0.3s ease-in-out, opacity 0.2s ease-in-out, margin-right 0.3s ease-in-out;
}
.flex-btn:hover {
  transform: scale(1.1) !important; 
}
.flex-btn:hover::after {
  max-width: 200px;      
  opacity: 1;            
  margin-right: 5px;      
}


/*====== Notification ======*/
.notification_style {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #e21216;
  border-radius: var(--ut-navbar-button-badge-border-radius);
  padding: 3px 8px;
}

.btn_dash_style,
.btn_notes_style,
.btn_msg_style {
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--ut-navbar-button-badge-border-radius);
  padding: 3px 8px;
}

.btn_dash_style {
  color: #ad2325;
  background-color: #fff;
  border-color: var(--app-primary);
}

.btn_notes_style {
  color: rgb(56, 6, 6);
  background-color: #f5e358;
  border-color: #0f0101;
}

.btn_msg_style {
  color: #fff;
  background-color: #176411;
}

.notif-container {
  position: relative;
  display: inline-block;
}

.notif-badge,
.nav-notification-icon .notification-count {
  position: absolute;
  background-color: #e60023;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.notif-badge {
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  font-size: 11px;
}

.nav-notification-icon .notification-count {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  font-size: 8px;
}

.nav-icon-style:hover {
  background-color: #d6d6d6;
  border-radius: 28px;
}

/*====== Search ======
#P0_SEARCH.apex-item-has-icon {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 32px;
  box-shadow: var(--app-shadow-sm);
  transition: box-shadow 0.2s ease;
}

#P0_SEARCH .a-Button--comboSelect {
  display: none !important;
}

#P0_SEARCH .apex-item-icon {
  position: absolute;
  color: gray;
  top: 50%;
  left: 10px;
  right: auto;
  transform: translateY(-50%);
}

#P0_SEARCH input.apex-item-text {
  color:  gray;  
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 40px;
  padding-right: 10px;
}

#P0_SEARCH:focus-within {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
*/
/*====== Workflow ======*/
.workflow_banner {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 20px;
  color: #403d3d;
  text-align: center;
  border-radius: 4px;
}

#P0_ALL_COMMENTS_CONTAINER > div > .t-Form-itemWrapper {
  width: 100%;
}

#P0_ALL_COMMENTS_CONTAINER {
  max-height: 95px;
  overflow-x: hidden;
  direction: ltr;
}

.json-row {
  display: flex;
  align-items: flex-start;
  direction: rtl;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: var(--app-radius-sm);
  padding: 3px 2px 2px 3px;
  margin: 5px 0;
}

.json-column1 {
  width: 20%;
  margin: -4px 1px 0 0;
}

.json-column2 {
  width: 70%;
  margin: -4px 1px 0 0;
}

.json-column3 {
  width: 10%;
  margin-right: 5px;
}

.small-text {
  margin: 0;
  font-size: 10px;
  color: #666;
}

.small-text2 {
  margin: 0;
  font-size: 12px;
  color: #131313;
}

.json-key {
  margin-right: 10px;
  font-weight: 700;
}

.status {
  padding: 5px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.status.complete {
  background-color: green;
}

.status.inprogress {
  background-color: #2788b5;
}

.status.reject {
  background-color: red;
}

/*====== Interactive Grid / Report ======*/
.only-ig-one-row .a-GV-table tr.is-selected .a-GV-cell {
  background-color: transparent;
}

.only-ig-one-row .a-GV-table .a-GV-cell {
  border-color: rgb(200, 200, 200);
}

.class-yes {
  background-color: var(--app-success-bg);
  color: #000;
}

.class-no {
  background-color: var(--app-danger-bg);
  color: #fff;
}

.class-level1 {
  background-color: #e2f8fc;
  color: #000;
}

.class-level2 {
  background-color: #fffef8;
  color: #000;
}

.class-lgs-status1 {
  background-color: #fff;
  color: #000;
}

.class-lgs-status2 {
  background-color: var(--app-warning-bg);
  color: #000;
}

.class-lgs-status3 {
  background-color: var(--app-success-bg);
  color: #000;
}

.class-lgs-status4 {
  background-color: var(--app-danger-bg);
  color: #fff;
}

.class-lgs-status5 {
  background-color: var(--app-muted-bg);
  color: #000;
}

.class-lgs-status6 {
  background-color: rgb(223, 179, 236);
  color: #000;
}

.class-yes a,
.class-no a,
.class-level1 a,
.class-level2 a,
.class-lgs-status1 a,
.class-lgs-status2 a,
.class-lgs-status3 a,
.class-lgs-status4 a,
.class-lgs-status5 a,
.class-lgs-status6 a {
  color: var(--app-link) !important;
}

.region_ig_style .a-GV-w-hdr {
  overflow-x: auto !important;
}

.region_ig_style .a-GV-table .a-GV-cell,
.region_ig_style .a-GV-table .a-GV-controlBreakHeader,
.region_ig_style .a-GV-cell:not(.is-readonly):not(:empty) { 
  border-color: #A9A9A9;  
}

.region_ig_style .a-GV-table .a-GV-cell:hover,
.region_ig_style .a-GV-table .a-GV-cell a:hover,
.region_ig_style .a-GV-table tr.is-selected .a-GV-cell{
  background-color: color-mix(in srgb, var(--ut-body-background-color) 97%,  var(--ut-body-text-color) ) !important; /*#F7F7F7 !important; */
  color: var(--ut-body-text-color) !important; /*rgb(14, 7, 37) !important;*/
}

/*.region_ig_style .fa { color: var(--ut-link-text-color) !important; } */

.region_ig_style .a-Button {
  border-radius: var(--app-radius-sm);
  transition: background-color 0.2s ease; 
}

.a-IRR-toolbar .a-IRR-button--search,
.region_ig_style button[data-action="search"],
.region_ir_style button[data-action="search"]{
    display: none !important;
}

.a-IRR-toolbar .a-IRR-button--actions,
.region_ig_style button[id$="_toolbar_actions_button"],
.region_ig_style button[data-action="reset-report"] {   
   border-radius: 10px;
   border-color: rgba(0, 0, 0, 0.1);
}

.region_ig_style .a-GV-headerLabel,
.region_ig_style .a-GV-cell,
.region_ir_style .t-IRR-table td {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

/* Target the Interactive Grid container and Reports when the region is maximized */
.t-Region.is-maximized .a-IG,
.t-Region.is-maximized .a-IG-content,
.t-Region.is-maximized .t-fht-wrapper {   
       height: calc(100vh - var(--ut-region-header-height, 48px) ) !important;
   max-height: calc(100vh - var(--ut-region-header-height, 48px) ) !important;
}


/************************** ( FAQS )*******************************************/
.faqs-container {
  font-family: initial; /*"Roboto", sans-serif; */
  max-width: 100%;
  margin: 0 auto;
}

.faqs-container .questions-container {
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.3);  
  position: relative; /*  This keeps the absolute content inside the box */
  padding-bottom: 1px; /*  Adds a bit of space at the bottom of the float */
}

.faqs-container h2 {
  padding: 4px 32px;
  font-size: 16px;
}

.faqs-container .faq-header h3 {
  font-size: 15px;
  padding: 0 20px; 
}

.faqs-container .faq-header h4 {
  margin-right: auto; /* Pushes h3 away to the right */
  padding-left: 20px;
  font-size: 13px;
}

.faqs-container .faq-header {
  display: flex;
  background: rgb(240, 240, 240);
  color: #040428;
  align-items: center; 
  position: relative;
  cursor: pointer;
  padding-right: 10px;
  height: 35px;
  border-radius: var(--app-radius-lg);
}

.faqs-container .faq-header .open,
.faqs-container .faq-header .close {
  position: absolute;
  right: 0;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
  transform: translateY(-8px);
  opacity: 0;
  transition: all 500ms;
}

.faqs-container .faq-header .open {
  color: #3282F6;
}

.faqs-container .faq-header .close {
  color: rgb(120, 42, 51);
}

.faqs-container .faq-header .open.active,
.faqs-container .faq-header .close.active {
  opacity: 1;
  transform: translateY(0);
}

.faqs-container .contents { 
  padding: 0 32px;
  line-height: 2;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms; 
  margin-bottom: 10px;
  white-space: pre-wrap; 
  flex-direction: column;
}

.faqs-container .content { 
  position: absolute; 
  left: 0; 
  right: 0; 
  z-index: 10; 
  background: #faf7e9; 
  border-color: #090c2c;
  border-top: none;
  border-radius: var(--app-radius-lg);
  box-shadow: var(--app-shadow-lg);
  padding: 0 32px;
  line-height: 2;
  max-height: 0;
  overflow: hidden;
  transition: all 50ms; 
  margin-bottom: 5px;
  white-space: pre-wrap; 
  flex-direction: column;
}

.faqs-container .contents.active,
.faqs-container .content.active {
  max-height: 600px;
}


/************************** ( Requests )*******************************************/

.request {
    background-color: #182642;
}

.request-title {
    background-color: #182642;
    color : #D2F3FF;
    border-radius: 10px;
    border: 2px solid wheat;
    padding: 5px;
}

.request-text {
    background-color: #182642;
    color : #FFFEF7;
    border-radius: 10px;
    border: 2px solid wheat;
    padding: 5px;
}

/***************************************************************************/
/***************************************************************************/

/* Sidebar */
#t_Body_nav {
  overflow-y: auto;
  overflow-x: hidden;
}

#t_TreeNav > ul {
  position: relative;
}

/* #t_TreeNav > ul > li.a-TreeView-node--topLevel:nth-child(4) {
  position: relative;
  margin-top: 20px;
  color: #4D4A4B;
} */

#t_TreeNav > ul > li.a-TreeView-node--topLevel:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 25px;
  left: 30px;
  height: 1px;
  background: #4D4A4B;
}

#t_TreeNav > ul > li.a-TreeView-node--topLevel:nth-last-child(3) {
  position: sticky;
  bottom: 0;
  z-index: 5;
  background: var(--app-bg-soft);
  margin-top: 10px;
  padding-top: 10px;
}

#t_TreeNav > ul > li.a-TreeView-node--topLevel:nth-last-child(3)::before {
  content: "";
  position: absolute;
  right: 25px;
  left: 30px;
  height: 1px;
  background: var(--app-border-dark);
}

#t_TreeNav .a-TreeView-content {
  border-radius: var(--app-radius-md);
}

#t_TreeNav .a-TreeView-content.is-selected,
#t_TreeNav .a-TreeView-node--current > .a-TreeView-content {
  border-radius: 0;
  border-color: gray;
}

/* Nav Button */
#t_Button_navControl,
#t_Button_navControl:hover,
#t_Button_navControl:focus,
#t_Button_navControl:focus-visible,
#t_Button_navControl:active,
#t_Button_navControl[aria-expanded="true"],
#t_Button_navControl[aria-expanded="false"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  transform: translateY(-4px) !important;
}

#t_Button_navControl .t-Header-controlsIcon,
#t_Button_navControl .t-Header-controlsIcon::before,
#t_Button_navControl .t-Header-controlsIcon::after,
#t_Button_navControl:hover .t-Header-controlsIcon,
#t_Button_navControl:hover .t-Header-controlsIcon::before,
#t_Button_navControl:hover .t-Header-controlsIcon::after,
#t_Button_navControl:focus .t-Header-controlsIcon,
#t_Button_navControl:focus .t-Header-controlsIcon::before,
#t_Button_navControl:focus .t-Header-controlsIcon::after,
#t_Button_navControl:active .t-Header-controlsIcon,
#t_Button_navControl:active .t-Header-controlsIcon::before,
#t_Button_navControl:active .t-Header-controlsIcon::after,
#t_Button_navControl[aria-expanded="true"] .t-Header-controlsIcon,
#t_Button_navControl[aria-expanded="true"] .t-Header-controlsIcon::before,
#t_Button_navControl[aria-expanded="true"] .t-Header-controlsIcon::after,
#t_Button_navControl[aria-expanded="false"] .t-Header-controlsIcon,
#t_Button_navControl[aria-expanded="false"] .t-Header-controlsIcon::before,
#t_Button_navControl[aria-expanded="false"] .t-Header-controlsIcon::after {
  background: var(--app-primary-2) !important;
  color: var(--app-primary-2) !important;
  opacity: 1 !important;
  transform: none !important;
  rotate: 0deg !important;
  transition: none !important;
  animation: none !important;
  box-shadow: none !important;
}

#t_Button_navControl .t-Header-controlsIcon {
  position: relative !important;
  display: inline-block !important;
  width: 24px !important;
  height: 3px !important;
  border-radius: 2px !important;
  vertical-align: middle !important;
}

#t_Button_navControl .t-Header-controlsIcon::before,
#t_Button_navControl .t-Header-controlsIcon::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  width: 24px !important;
  height: 3px !important;
  border-radius: 2px !important;
}

#t_Button_navControl .t-Header-controlsIcon::before {
  top: -7px !important;
}

#t_Button_navControl .t-Header-controlsIcon::after {
  top: 7px !important;
}

.js-navCollapsed #t_Button_navControl .t-Header-controlsIcon,
.js-navCollapsed #t_Button_navControl .t-Header-controlsIcon::before,
.js-navCollapsed #t_Button_navControl .t-Header-controlsIcon::after,
.t-PageBody--leftNav #t_Button_navControl .t-Header-controlsIcon,
.t-PageBody--leftNav #t_Button_navControl .t-Header-controlsIcon::before,
.t-PageBody--leftNav #t_Button_navControl .t-Header-controlsIcon::after {
  transform: none !important;
}

/* تكبير جميع أيقونات القائمة الجانبية */
#t_TreeNav .fa,
#t_TreeNav [class*="icon-"] {
    font-size: 20px !important;
    /* width: 28px !important; */
    text-align: center;
}
/* إخفاء سهم القوائم عند إغلاق الناف */
.js-navCollapsed #t_TreeNav .a-TreeView-toggle,
.t-PageBody--leftNav.is-collapsed #t_TreeNav .a-TreeView-toggle {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/*====================*/
/* =========================================================
   GLOBAL BUTTONS STYLE
========================================================= */
.t-Button{
    border: none !important;
    /* border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    min-width: 90px;
    height: 34px;
    padding: 0 14px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
    letter-spacing: .2px; */
}
/* إزالة البوردر والتركيز بعد الضغط */
.t-Button:focus,
.t-Button:active,
.t-Button:focus-visible,
.t-Button:focus-within{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Hover */
.t-Button:hover{
    transform: translateY(-1px);
    filter: brightness(95%);
}
/* Click */
.t-Button:active{
    /* transform: scale(.98); */
     filter: brightness(85%);
}
/* Disabled */
.t-Button:disabled,
.t-Button.is-disabled{
     opacity: .55;
    /* opacity: .6;
    cursor: not-allowed;
    transform: none; */
} 

/* =========================================================
   SAVE
======================================================== */
.button_save{
    background: #E0E0E0 !important;
    color: #555 !important;
}

/* =========================================================
   SUBMIT
========================================================= */
.button_submit{
    background: #42A5F5 !important;
    color: #fff !important;
}

/* =========================================================
   RESUBMIT
========================================================= */
.button_resubmit{
    background: #42A5F5 !important;
    color: #fff !important;
}

/* =========================================================
   CANCEL
========================================================= */
.button_cancel{
    background: #4A4A4A !important;
    color: #fff !important;
}

/* =========================================================
   APPROVE
========================================================= */
.button_approve{
    background: #1976D2 !important;
    color: #fff !important;
}

/* =========================================================
   RETURN
========================================================= */
.button_return{
    background: #7E57C2 !important;
    color: #fff !important;
}

/* =========================================================
   ON HOLD
========================================================= */
.button_hold{
    background: #FBC02D !important;
    color: #fff !important;
}

/* =========================================================
   REJECT
========================================================= */
.button_reject{
    background: #D32F2F !important;
    color: #fff !important;
}

/* =========================================================
   WITHDRAW
========================================================= */
.button_withdraw{
    background: #F39C12 !important;
    color: #fff !important;
}

/* =========================================================
   REVIEW / INFO
========================================================= */
.button_review{
    background: #5C6BC0 !important;
    color: #fff !important;
}


/* ============= Set styles for all button styles ====================*/
.button_submit,
.button_resubmit,
.button_cancel,
.button_approve,
.button_return,
.button_hold,
.button_reject,
.button_withdraw,
.button_review,
.button_save {
    min-width: 80px;    
}

/* ================== Hide icons IN Button ====================*/
.button_submit .fa,
.button_resubmit .fa,
.button_cancel .fa,
.button_approve .fa, 
.button_return .fa,
.button_hold .fa,
.button_reject .fa,
.button_withdraw .fa,
.button_review .fa,
.button_save  .fa{
    display: none !important;
}
