/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	02.18.2020
**/
.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
    p:last-child {
      margin-bottom: 0;
    }
    code {
      border-radius: 0px;
    }
    & + .bs-callout {
      margin-top: -5px;
    }
  }
  .callout-warning {
    border-left-color: #f0ad4e;
    h4 {
      color: #f0ad4e;
    }
  }
  .callout-default {
    border-left-color: #777;
    h4 {
      color: #777;
    }
  }
  .callout-danger {
    border-left-color: #d9534f;
  }
  .callout-danger h4 {
    color: #d9534f !important;
  }

  .callout-success {
    border-left-color: #19bc90;
  }
  .callout-success h4 {
    color: #19bc90 !important;
  }
  @each $name,$color in (default,#777),(primary,#428bca),(success,#5cb85c),(danger,#d9534f),(warning,#f0ad4e),(info,#5bc0de), (bdc,#29527a) {
    .callout-#{$name} {
      border-left-color: $color;
      h4 {
        color: $color;
      }
    }
  }

  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #193540;
    text-transform: uppercase;
    font-size: 14px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #cacaca;
    border-radius: 4px;
    margin: 0 auto 10px auto;
    text-align: center;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #cacaca;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: 0; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #193540;
    color: white;
}


.select_services .custom-control-vertical {
  flex-direction: column;
  align-items: start;
}

.select_services .custom-control-stacked {
  margin: 0;
}

.select_services .custom-control-group {
  display: inline-flex;
  
  flex-wrap: wrap;
  
}

.select_services .w-100 {
  width: 100% !important;
}
.select_services .bg-lighter, .dual-listbox .dual-listbox__item:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}
.select_services .custom-control-stacked > * {
  padding: 0;
  margin: -1px;
}
.select_services .custom-control-vertical > * {
  width: 100%;
}
.select_services .custom-control-vertical.custom-control-stacked > *:not(:last-child) .custom-control-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select_services .custom-control-pro.custom-control-sm .custom-control-label {
  padding: 0.6875rem 1.125rem 0.6875rem 3rem;
  font-size: 13px;
  line-height: 1.25rem;
  border-radius: 4px;
}
.select_services .custom-control-vertical .custom-control .custom-control-label {
  width: 100%;
}
.select_services .custom-control-pro .custom-control-label {
  border: 1px solid #e5e9f2;
  padding: 1.125rem 1.125rem 1.125rem 3.375rem;
  font-size: 13px;
  line-height: 1.25rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.select_services .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.select_services label {
  cursor: pointer;
}

.select_services .custom-control-label:before, .custom-control-label:after {
  z-index: 1;
}

.select_services .custom-control-pro.custom-control-sm .custom-control-label::before, .custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 1.125rem;
}

.select_services .custom-radio .custom-control-label::before {
  border-radius: 4px;
}

.select_services .custom-control-sm .custom-control-label::before, .custom-control-sm .custom-control-label::after {
  left: -1.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.select_services .custom-control-label::before, .custom-file-label, .form-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select_services .custom-control-label::before {
  position: absolute;
  top: -0.028125rem;
  left: -2.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dbdfea solid 2px;
  box-shadow: inset 0 1px 1px rgb(16 25 36 / 8%);
  border-radius: 4px;
}

.select_services .custom-control-pro .custom-control-label > span:only-child {
  width: 100%;
  margin-left: 10px;
}

.select_services .custom-control-pro .custom-control-label > span {
  white-space: nowrap;
}

.select_services .d-flex, .stretch, .center, .between-center, .between-start, .justify-around, .justify-between, .justify-center, .justify-end, .justify-start, .align-center, .align-end, .align-start {
  display: flex !important;
}

.select_services .user-avatar.sq, [class^=user-avatar]:not([class*=-group]).sq {
  border-radius: 4px;
}
.select_services .user-avatar[class*=-primary-dim] {
  color: #6576ff;
}

.select_services .user-avatar, [class^=user-avatar]:not([class*=-group]) {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
}

.select_services .bg-primary-dim, .dual-listbox .dual-listbox__item:active, .dual-listbox .dual-listbox__item.dual-listbox__item--selected {
  background-color: #ebedff !important;
}

.select_services .custom-control-pro .custom-control-label > span {
  white-space: nowrap;
}

.select_services .ms-2 {
  margin-left: 0.75rem !important;
}

.select_services .lead-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: block;
}

.select_services .lead-text + .sub-text {
  font-size: 12px;
}

.select_services .sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}

.select_services .custom-control-pro.custom-control-sm .custom-control-label::before, .custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 1.125rem;
}

.select_services .custom-control-sm .custom-control-label:after {
  font-size: 0.9em;
}

.select_services .custom-control-sm .custom-control-label::before, .custom-control-sm .custom-control-label::after {
  left: -1.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.select_services .custom-radio .custom-control-label:after {
  content: "\e980";
}

.select_services .custom-control-label:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-family: "Nioicon";
  color: #fff;
  opacity: 0;
}

.select_services .custom-control-pro.custom-control-sm {
  padding-left: 0;
}
.select_services .custom-control-vertical .custom-control {
  display: flex;
}

.nk-header-wrap {
  margin: -0.21rem -0.25rem;
}  

.align-switch-div{
  display: flex;
  height: 100%;
  margin-left: 25px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
}

@media (min-width: 1200px) { 
  .edit_service_modal .modal-xl {
    max-width: 1200px ;
  } 
}

.align-switch-div .custom-control-lg .custom-control-label::before {
  left: -2rem !important;
  width: 2rem;
  height: 2rem;
  top: -11px !important;
}

/*.MUIDataTable-responsiveBase-5, .MUIDataTable-responsiveBase-9{min-height: 300px;}
.MUIDataTable-responsiveBase-2{min-height: 300;}
.MUIDataTable-responsiveBase-n {min-height: 300px;}*/
.MuiPaper-elevation4{box-shadow:none !important}

@media only screen and (max-width: 800px) {
    
  /* Force table to not be like tables anymore */
#no-more-tables-new table, 
#no-more-tables-new thead, 
#no-more-tables-new tbody, 
#no-more-tables-new th, 
#no-more-tables-new td, 
#no-more-tables-new tr { 
  display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables-new thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#no-more-tables-new tr { border: 1px solid #ccc; }

#no-more-tables-new td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  /*padding-left: 50%; */
  white-space: normal;
  text-align:left;
}

#no-more-tables-new td .inner_column { 
  
  padding-left: 15%; 
  
}

#no-more-tables-new td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
}

/*
Label the data
*/
#no-more-tables-new td:before { content: attr(data-title); }

/*Credit Application Table*/
#creditApplicationTable table, 
#creditApplicationTable thead, 
#creditApplicationTable tbody, 
#creditApplicationTable th, 
#creditApplicationTable td, 
#creditApplicationTable tr { 
  display: block; 
}

#creditApplicationTable td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  /*padding-left: 50%; */
  white-space: normal;
  text-align:left;
}

#creditApplicationTable td .inner_column { 
  
  padding-left: 15%; 
  
}

#creditApplicationTable td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
}

/*
Label the data
*/
#creditApplicationTable td:before { content: attr(data-title); }

/*****  Generic Table CSS  *****/
.genericTable table, 
.genericTable thead, 
.genericTable tbody, 
.genericTable th, 
.genericTable td, 
.genericTable tr { 
  display: block; 
}

.genericTable td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  /*padding-left: 50%; */
  white-space: normal;
  text-align:left;
}

.genericTable td .inner_column { 
  
  padding-left: 15%; 
  
}

.genericTable td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
}

/*
Label the data
*/
.genericTable td:before { content: attr(data-title); }
  .nk-header-fixed + .nk-content {
    margin-left: 0px;
  }
  .invoice-bills .table {
    min-width: 100%;
}
}

.img_settings{ width: 80%;}

/* File Upload CSS */


/*#fileContainer .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #e5e9f2;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

#fileContainer .drop-container:hover {
  background: #fcfcfd;
  border-color: #111;
}

#fileContainer .drop-container:hover .drop-title {
  color: #222;
}

#fileContainer .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}*/

#fileContainer input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #6576ff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

#fileContainer input[type=file]::file-selector-button:hover {
  background: #3f54ff;
}

.file-block{
  width: 100%;
 
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000000de;
}

.MuiTableCell-root{padding: 8px 8px 8px 16px !important; font-size: 0.805rem !important;}
.MuiPaper-root > div:nth-child(3) {
  min-height: 300px;
  clear: both;
}

.nk-block-clientCustom > div > .MuiPaper-root > div:nth-child(3) {
  overflow: visible;
}

.inner_content .invoice-wrap{padding: 2rem;}

.MuiPaper-root > div:nth-child(3) {
  min-height: 300px;
  clear: both;
  overflow: visible;
}

a.btn.btn-mw {
  color: #fff !important;
}

.unread_notification{
  font-weight: 500;
}

.notificationsTable  td.MuiTableCell-body{
  min-width: 200px;
}

/* ===== Start Custom CSS PhoneInput [React-international-phone] ===== */
/* START */

.react-international-phone-input-container{
  height: 71%;
}

.agent_phone_cont .react-international-phone-input-container{
  height: 100%;
}

.react-international-phone-input-container .react-international-phone-country-selector-button,
.react-international-phone-input-container > .react-international-phone-input
{
  height: 100% !important;
  font-size: 14px !important;
}

.react-international-phone-country-selector-button{
  min-width: 60px;
}

.react-international-phone-country-selector-dropdown{
  z-index: 9 !important;
}

.react-international-phone-input{
  width: 100%;
}

/*** Searchable Drop Down ***/
/* Example of styling the drop-down arrow */
.select-search-option .select-search-arrow {
  right: 10px; /* Adjust the right spacing as needed */
}

/* Additional styles for the drop-down */
.select-search-dropdown {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
/*.select-search-container:before {
  content: '\25BC'; 
  position: absolute;
  right: 10px; 
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}*/

.quotation_steps .breadcrumb-item{
  font-size: 14px;
  font-weight: 800;
}

.quotation_steps .breadcrumb-item.active:not(:only-child) {
  font-weight: 800;
  color: #6576ff;
}

.right_invoice.invoice-desc {
  width: 40%;
}
.right_invoice .list-plain .text-dark{width: 50%;}

.right_invoice_details.invoice-desc {
  width: 55%;
}
.right_invoice_details .list-plain .text-dark{width: 50%;}

.invoice_details_popup .invoice-wrap{padding: 1rem;}
.invoice_details_popup .accordion-s3 .accordion-inner {
  padding: 0.5rem 0.5rem 0.625rem;
}

.right_invoice .invoice-desc ul span{font-size: 12px !important;}
.invoicefiles .attach-item span {
  white-space: nowrap;
  overflow: visible; 
  
}

.prettyprint2 {
  padding: 1.25rem;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #f7f7f9;
    border: 1px solid #f1f1f5;
}

.customCountrySelect.css-b62m3t-container .css-13cymwt-control{
  min-height: 43px !important;
  border-color: #dbdfea;
}

.customCountrySelect-addAgent.css-b62m3t-container .css-13cymwt-control{
  min-height: 56px !important;
}
.css-1nmdiq5-menu{
  z-index: 99999999999;
}

.signatory_upload .custom-file-label {
  height: 55px;
  line-height: 37px;
}

.signatory_upload .custom-file-label::after {
  height: 55px;
  line-height: 37px;
}

.customStyle-badgeTransfrom li.preview-item:hover{
  cursor: pointer;
  /* transform: scale(1.1); */
}
.copyToClipboardTooltip {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8); 
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 11px;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  margin-top: -55px;
  width: max-content;
}

.copyToClipboardTooltip.active {
  opacity: 1;
}

.copyToClipboardTooltip span {
  display: block;
}
#selectedAgents .select__control.css-13cymwt-control{
  min-height: 56px !important;
}

[class*="dropdown-indicator"]:after {
  border: none !important;
  font-family: "Nioicon";
  vertical-align: middle;
  content: "";
  margin-left: 0.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
#selectedAgents [class*="dropdown-indicator"]:after{
  display: none !important;
}

.dropdown-head-notification { display: flex; align-items: center; justify-content: space-around; }

.custom-dropdown-menu{
  margin-top: 0 !important;
  border: 1px solid #e5e9f2; border-radius: 4px;
  box-shadow: 0 3px 12px 1px rgba(44, 55, 130, 0.15);
  font-size: 0.8125rem; color: #526484; text-align: left; list-style: none; background-color: #fff;
  min-width: 450px !important;
  margin-right: -2px;
}

.icon-status:not(.icon-status-info):after {
  display: none !important;
}

#headerDivNotification .nav-tabs .nav-link.active {
  width: 100%;
}

.MuiBadge-anchorOriginTopRightRectangle {
  right: -15px !important;
}

#modalMarketingPDFLink .modal-xl{ max-width: 90%;}
.largeModalBox .modal-xl{ max-width: 90%;}

@media (min-width: 1000px) { 
  .customStyle-sqnc-addGroup{
    margin-top: -31px !important;
  }
}

.ck.ck-content.ck-editor__editable ol
{
  margin-left: 15px !important;
}

.ck.ck-content.ck-editor__editable ul
{
  margin-left: 18px !important;
}

.ck.ck-content.ck-editor__editable{
  border: 1px solid #ccced1 !important;
  min-height: 250px !important;
  max-height: 550px !important;
}

#modalEditorHtml .modal-xl {
  max-width: 90% !important;
}
#modalEditorHtml #editEditorHtml {
  width: 100% !important;
  height: 500px !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}

.ck-dropdown__panel .ck-list {
  max-height: 200px; /* Adjust the height as needed */
  overflow-y: auto;
}

.ck-content, .ck-content p, .ck-content h1, .ck-content h2, .ck-content h3, .ck-content ul, .ck-content ol {
  color: #333 !important;
}

#modalAssignForm .modal-xl {
  max-width: 90% !important;
}

.flexibleModal .modal-xl {
  max-width: 90% !important;
}

.tb-odr-item.customStyle_tb-odr-item_forms td{
  vertical-align: unset !important;
}

.customStyle-sqnc-form{
  margin-top: -15px !important;
}

.table-width-half{ width: 50% !important;}

#tabItemSigned .dropdown-menu-xs{min-width: 200px;
  max-width: 200px;}

  .rte_command_insertemoji, .rte_command_togglemore, .rte_command_insertvideo, .rte_menuitem_cmd_insertgallery, .rte_command_insertcode, rte-menuspliter {
    display: none !important;
  }

  .generic_permissions .nk-kycfm-control-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between items */
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .generic_permissions .nk-kycfm-control-item {
    flex: 1 1 calc(33.33% - 10px); /* Adjust to fit exactly three items per row */
    max-width: calc(33.33% - 10px); /* Adjust to fit exactly three items per row */
    box-sizing: border-box;
  }
  
  /* Optional: Adjust styling for label/icon size */
  .generic_permissions .nk-kycfm-label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .generic_permissions .nk-kycfm-label-icon {
    width: 50px; /* Adjust as needed */
  }
  
  .generic_permissions .nk-kycfm-label-text {
    flex: 1; /* Ensures text takes up remaining space */
  }

  .custom-badge-position {
    right: -10px !important;
  }

  .form_main_container .prettyprint{
    white-space: normal !important;
}

.customStyle-phone_input-add_sharelink {
  height: 6vh;
  min-height: 45px;
  max-height: 70px;
}

.customStyle-phone_input-add_sharelink_lead {
  height: 3.7vh;
  min-height: 45px;
  max-height: 70px;
}

@media (max-height: 400px) {
  .customStyle-phone_input-add_sharelink {
    height: 50px;
  }
  .customStyle-phone_input-add_sharelink_lead {
    height: 50px;
  }
  
}

.step-item {
	position: relative;
	display: flex;
	align-items: center;
  }
  .nk-stepper-nav > * .step-item:after,
  .nk-stepper-nav > * .step-item:before {
	display: grid;
	place-items: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #854fff;
	background: rgba(133, 79, 255, 0.15);
	margin-right: 1.125rem;
	flex-shrink: 0;
	flex-grow: 0;
  font-size: 18px;
  }
  .nk-stepper-nav > * .step-item:before {
	content: attr(data-group-number);
  }
  .nk-stepper-nav > * .step-item:after {
	font-family: Nioicon;
	content: "\e9bd";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
  /*background-color: #e6fcf6;
  color: #1ee0ac;
  border-color: transparent;*/
  }
  .nk-stepper-nav > .done .step-item:before {
	opacity: 0;
  }
  .nk-stepper-nav > .done .step-item:after {
	opacity: 1;
  }
  .nk-stepper-nav > .current .step-item:after,
  .nk-stepper-nav > .current .step-item:before {
	color: #fff;
	background: #854fff;
  }
  .nk-stepper-nav.is-vr {
	flex-direction: column;
  }
  .nk-stepper-nav-s2 > * .step-item {
	border-radius: 4px;
	padding: 1rem 1.25rem;
	background: #f5f6fa;
	border-left: 2px solid transparent;
	height: 100%;
  }
  .nk-stepper-nav-s2 > .current .step-item {
	border-left-color: #854fff;
  }
  .nk-stepper-nav-s2 > .done .step-item:before {
	color: #fff;
	background: #854fff;
  }
  .background-white{
    background-color: white;
    height: 100vh;
  }
/* For the search input */
.with-icon {
  padding-left: 40px;
  height: 45px;
}

.inside-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6c757d;
}

.select-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6c757d;
}

.with-icon-select {
  padding-left: 38px;
  height: 45px;
}

.select-no-default-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  position: relative;
}

.select-arrow-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.innerWizard .step-item {
	position: relative;
	display: flex;
	align-items: center;
  }

  .innerWizard .nk-stepper-nav > * .step-item:after,
  .innerWizard .nk-stepper-nav > * .step-item:before {
	display: grid;
	place-items: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #6576ff;
	background: rgba(133, 79, 255, 0.15);
	margin-right: 1.125rem;
	flex-shrink: 0;
	flex-grow: 0;
  font-size: 18px;
  }
  .innerWizard .nk-stepper-nav > * .step-item:before {
	content: attr(data-group-number);
  }
  .innerWizard .nk-stepper-nav > * .step-item:after {
	font-family: Nioicon;
	content: "\e9bd";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
  }

  .innerWizard .nk-stepper-nav > .done .step-item:before {
    opacity: 0;
    }
    .innerWizard .nk-stepper-nav > .done .step-item:after {
    opacity: 1;
    }
    .innerWizard .nk-stepper-nav > .current .step-item:after,
    .innerWizard .nk-stepper-nav > .current .step-item:before {
    color: #fff;
    background: #6576ff;
    }
    .innerWizard .nk-stepper-nav.is-vr {
    flex-direction: column;
    }
    .innerWizard .nk-stepper-nav-s2 > * .step-item {
    border-radius: 4px;
    padding: 1rem 1.25rem;
    background: #f5f6fa;
    border-left: 2px solid transparent;
    height: 100%;
    }

    .innerWizard .nk-stepper-nav-s2 > .current .step-item {
      border-left-color: #6576ff;
      }
      .innerWizard .nk-stepper-nav-s2 > .done .step-item:before {
      color: #fff;
      background: #6576ff;
      }
      .innerWizard .background-white{
        background-color: white;
        min-height: 100vh;
      }
    
      .innerWizard .nk-wizard-simple .steps ul li .number {
        font-size: 13px;
        color: #8094ae;
        font-weight: 700;
    }
    .innerWizard .nk-wizard-simple .steps ul li .h5, .innerWizard .nk-wizard-simple .steps ul li h5 {
      border: none;
      padding: 0 0 6px 0;
      letter-spacing: .02em;
      font-size: 13px;
      text-transform: uppercase;
      
      color: #8094ae;
    }
    .innerWizard .nk-wizard-simple .steps ul li.current .h5, .innerWizard .nk-wizard-simple .steps ul li.current .number, .innerWizard .nk-wizard-simple .steps ul li.current h5, .innerWizard .nk-wizard-simple .steps ul li.done .h5, .innerWizard .nk-wizard-simple .steps ul li.done .number, .innerWizard .nk-wizard-simple .steps ul li.done h5 {
      color: #6576ff;
    }

    .innerWizard .nk-wizard-simple .steps ul li {
      position: relative;
      padding-bottom: 5px;
      padding-right: 1rem;
      margin-bottom: .5rem;
    }
    .innerWizard .nk-wizard-simple .steps {
      margin-bottom: 20px;
    }
    .innerWizard .nk-wizard-simple .steps .current-info {
      display: none;
    }
    .innerWizard .steps ul {
      display: flex;
    }
    .innerWizard .steps ul li {
      flex-grow: 1;
    }
    .innerWizard .nk-wizard-simple .steps ul li.current:after, .innerWizard .nk-wizard-simple .steps ul li.done:after {
      height: 2px;
      background: #6576ff !important;
      width: 100%;
    }
    .innerWizard .nk-wizard-simple .steps ul li:after {
      position: absolute;
      height: 1px;
      width: 100%;
      left: 0;
      bottom: 0;
      content: "";
      transition: all .4s;
      background: #e5e9f2;
    }

    .DateRangePicker__CalendarSelection {
      background-color: #046294 !important;
      border: 1px solid #046294 !important;
      color: #ffffff !important;
      border-radius: 4px;
    }
    .DateRangePicker__LegendItemColor--selection{
      background-color: #046294 !important;
    }
    .DateRange_margin{ margin-top: -80px;}
    @media only screen and (max-width: 867px) {
      .right_invoice.invoice-desc{width: 100%;}
      .DateRange_margin{ margin-top: -80px;}
    }

    /**** MENU CHANGES ****/
    .nk-sidebar-content::-webkit-scrollbar {
      width: 6px;
      background-color: transparent;
    }
    
    .nk-sidebar-content::-webkit-scrollbar-thumb {
      background-color: #c1c1c1;
      border-radius: 10px;
    }
    
    .nk-sidebar-content::-webkit-scrollbar-thumb:hover {
      background-color: #a1a1a1;
    }
    
    .nk-sidebar-content::-webkit-scrollbar-track {
      background-color: transparent;
    }
    
    .sub-menu-custom {
    position: fixed !important;
    z-index: 1050;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    min-width: 213px;
    max-width: 213px;
    transition: opacity 0.2s ease-in-out;
    }
    
    
    @media screen and (max-width: 768px) {
      .toggle-icon-mobile {
        display: none !important;
      }
    
      .HeadContentSubmissions .nk-block-tools-toggle .toggle-expand-content{ width: 100%; margin-left: 0px;margin-right: 0px;}
      .viewSubmissionPage .card-inner {
          padding-left: .25rem;
          padding-right: 1.25rem;
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
      }
      .secondColumn td { 
        display: block !important;
        width: 100% !important; /* Ensures full width */
      }
      
    }
    .hover-bg-round {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
      border-radius: 50%;
      transition: background-color 0.3s ease;
    }
    
    .hover-bg-round:hover {
      background-color: #f0f4ff;
      color: #6576ff;
    }

    .nk-sidebar-widget-full .toggle-expand-content { padding-left: 0; padding-right: 0; }

    .nk-sidebar-widget-full .toggle-expand-content > * { padding-left: 24px; padding-right: 24px; }

    .nk-profile-menu .toggle-expand-content { padding-left: 0; padding-right: 0; }

    .nk-profile-menu .toggle-expand-content > * { padding-left: 24px; padding-right: 24px; }

    @media (min-width: 1200px) { .nk-sidebar-fat { transform: translateX(0); width: 340px; }
      .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content { padding-left: 0; padding-right: 0; }
      .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content > * { padding-left: 40px; padding-right: 40px; }
    }


    @media (min-width: 1560px) { .nk-sidebar-fat { width: 400px; }
      .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content { padding-left: 0; padding-right: 0; }
      .nk-sidebar-fat .nk-sidebar-widget-full .toggle-expand-content > * { padding-left: 56px; padding-right: 56px; }
    }

    @media (max-width: 575.98px) { 
      .nk-block-tools-toggle .toggle-expand-content { position: absolute; left: 0; right: 0; top: 100%; z-index: 99; width: 100vw; padding: 0 18px !important; background: #fff; margin-left: -18px; margin-right: -18px; box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2); } 
      .nk-block-tools-toggle .nk-block-tools-opt {
            margin-left: auto;
            width: 100% !important;
        }
        .nk-block-tools { display: flex; align-items: center; flex-direction: column; }
        .custom-btn{
          width: 100% !important;
        }
    }

    .customSelect .custom-select-lg {
      height: 55px; /* Customize the height as needed */
    }

    .ourCheckbox .buysell-pm-label:before, .ourCheckbox .buysell-pm-label:after {
      border-radius: 0;
    }

    .no-padding-margin-preview {
      padding: 0 !important;
      margin-left: 13px !important;
    }
    div.no-padding-margin-preview {
      padding: 0 !important;
      margin-left: 13px !important;
    }
    
    .no-padding-preview {
      padding: 0 !important;
      margin-left: 13px !important;
      margin-top: 13px !important;
    }
    div.no-padding-preview {
      padding: 0 !important;
      margin-left: 13px !important;
      margin-top: 13px !important;
    }
    

    /*
REPORTS MODAL Full Width
*/
.completeFlexibleModal {
  padding-right: 0px !important;
  
}
.completeFlexibleModal .modal-body{
  
  width: 100vw;
  height: 100vh !important;
}
.completeFlexibleModal .modal-xl {
  max-width: 100% !important;
}
.completeFlexibleModal .modal-dialog {
  margin-top: 0px !important;
}
/*
REPORTS MODAL Full Width
*/

.toggle-menu-custom {
  font-size: 1rem;
  position: relative;
  left: 6.2rem;
  cursor: pointer;
}

@media screen and (max-width: 430px){
  .googleLoginBtn-large{ display: none; }
}
@media screen and (min-width: 431px){
  .googleLoginBtn-small{ display: none; }
}

#rolesDiv .permissions-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05);}
  
#rolesDiv th, #rolesDiv td { padding: 10px; text-align: left; }
  #rolesDiv th { background: #f9fafb; font-weight: bold; }
  #rolesDiv tr:nth-child(even) { background: #fafafa; }
  #rolesDiv .module-title { font-weight: bold; padding-top: 10px; }
  #rolesDiv input[type=checkbox] { transform: scale(1.2); cursor: pointer; }

/* Target the label of your custom field */
.custom-business-type .MuiFormLabel-root {
  line-height: 0;
  font-size: 13px;
  font-weight: 500;
}
