@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
	font-family: 'Inter', sans-serif;
}

.app-nav .nav-icon{
	top: 14px;
}
.app-nav .submenu-link{
	text-decoration: none;
}
.app-nav .submenu-arrow{
	top: 1.2rem;
}
.app_breadcrumb{
    color: #726b6b;
}
.app-page-title{
/*	margin-bottom: auto;*/
	font-weight: bold;
	/*font-size: initial;*/
    color: #8d7d77;
}
.app-page-heading{
    font-size: 1.2rem;
    text-transform: capitalize;
}
.app-card{
	margin-bottom: 20px;
}
.app-icon-holder i{
	left: 18px;
    top: 5px;
}
.app-card ul li a{
	text-decoration: none;
}
.app-card-stat .stats-figure{
    font-size: 1.5rem;
}
.app-card-stat .stats-type{
    text-transform: capitalize;
}
.boxed{
	background-color: #bdbdbd;
/*    #2bbe7b;*/
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.style_none{
	text-decoration: none;
}
svg.feather{
	width: 18px;
	height: 18px;
}
td svg{
	margin-right: 8px;
}
.page_headings{
	text-transform: capitalize;
}
.gg-pen, .gg-trash-empty, .gg-swap{
	--ggs:  0.7;
}
.icon_style{
     color: rgba(76, 78, 100, 0.54);
     font-size: 24px;
     text-decoration: none;
     outline: none;
     padding: 5px 0;
     border: none;
     background: transparent;
}
.icon_style:hover, .icon_style:active, .icon_style:focus{
    outline: none;
    color: green;
    border: none;
}
form textarea#notes{
    font-size: 0.9rem;
}
thead{
/*  background-color: rgb(12 29 125);*/
  line-height: 24px;
  
}
thead th{
/*    color: rgba(76, 78, 100, 0.87);*/
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.17px;
  padding-left: 15px;

}

.chart {
  width: 100%; 
  min-height: 350px;
}
.ui-datepicker, .ui-datepicker table a {
    font-size: 0.8rem;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: 'Inter', sans-serif;
}

.ui-datepicker-prev span {
    background: url('https://api.iconify.design/material-symbols/chevron-left.svg') !important;
        background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background: url('https://api.iconify.design/material-symbols/chevron-right.svg') !important;
        background-position: 0px 0px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    border-color: #bdbdbd;
}
.dropdown-item.active, .dropdown-item:active{
    color: green;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active{
    background: #f5f6fe;
}
.no_cursor{
    cursor: not-allowed;
}
#sel_intervals{
    text-transform: capitalize;
}
.tiny{
    font-size: 0.8rem;
    color: #757575;
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables 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 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;
    font-size: 13px;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

/*tracking*/

.steps {
    border: 1px solid #e7e7e7
}

.steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7
}

.steps-header .progress {
    height: .25rem
}

.steps-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.step {
    display: table-cell;
    position: relative;
    padding: 1rem .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dashed #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-decoration: none
}

.step:last-child {
    border-right: 0
}

.step-indicator {
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.375rem
}

.has-indicator {
    padding-right: 1.5rem;
    padding-left: 2.375rem
}

.has-indicator .step-indicator {
    top: 50%;
    margin-top: -.75rem
}

.step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888
}

.step:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none
}

.step:hover .step-indicator {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-color: transparent;
    background-color: #f4f4f4
}

.step:hover .step-icon {
    color: rgba(0, 0, 0, 0.9)
}

.step-active,
.step-active:hover {
    color: #0c370c;
    pointer-events: none;
    cursor: default;
    background-color: #9cebbb;
}

.step-active .step-indicator,
.step-active:hover .step-indicator {
    border-color: transparent;
    background-color: #5c77fc;
    color: #fff
}

.step-active .step-icon,
.step-active:hover .step-icon {
    color: #0c370c;
}

.step-completed .step-indicator,
.step-completed:hover .step-indicator {
    border-color: transparent;
    background-color: rgba(51, 203, 129, 0.12);
    color: #33cb81;
    line-height: 1.25rem
}

.step-completed .step-indicator .feather,
.step-completed:hover .step-indicator .feather {
    width: .875rem;
    height: .875rem
}
.step.step-completed, .step.step-completed i{
  color: rgba(0,0,0,0.2);
}

@media (max-width: 575.98px) {
    .steps-header {
        display: none
    }
    .steps-body,
    .step {
        display: block
    }
    .step {
        border-right: 0;
        border-bottom: 1px dashed #e7e7e7
    }
    .step:last-child {
        border-bottom: 0
    }
    .has-indicator {
        padding: 1rem .75rem
    }
    .has-indicator .step-indicator {
        display: inline-block;
        position: static;
        margin: 0;
        margin-right: 0.75rem
    }
}

.bg-secondary {
    background-color: #f7f7f7 !important;
}
/*end tracking*/

table{
    font-size: 12px;
}
table tr{
    vertical-align: middle;
/*    color: rgba(76, 78, 100, 0.6);*/
}
table a {
    font-size: initial;
}
.icon_text{
    line-height: 20px;
}
.icon_text > i, .icon_text > svg{
    margin-right: 10px;
}
.form-control {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-color: #e7e9ed;
    color: #5d6778;
}
.form-control-sm {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.line_items_units{
    max-width: 50px;
    border: none;
    height: 100%;
    padding: 5px;
}

/*tabs*/
.nav-link{
    color: #a9a9a9;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
    color: #212121;
    border: none;
    border-bottom: 2px solid #212121;
    font-weight: bold;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border: none;
}

.tabbed_forms{
    border: 1px solid #eee;
}
.header_blue{
    background-color: #260e3e;
    color: #fff;

}

.watermark{
  position: fixed;
  bottom: 0;
  right: 0;        
  user-select: none; /* Non-prefixed version for chorme, opera and*/
  -ms-user-select: none; /* Internet Explorer, Edge */
  -moz-user-select: none; /* Firefox */
  -khtml-user-select: none; /* Konqueror HTML */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
}
.watermark:before{
  content: 'VOIDED';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  
  color: #0d745e;
  font-size: 100px;
  font-weight: 500px;
  display: grid;
  justify-content: center;
  align-content: center;
  opacity: 0.2;
  transform: rotate(-45deg);
}