 :root {
    --bs-blue: #eaab21;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #a11f23;
    --bs-red: #a11f23;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #eaab21;
    --bs-gray-dark: #212a3a;
    --bs-gray-100: #eaab21;
    --bs-gray-200: #eaab21;
    --bs-gray-300: #eaab21;
    --bs-gray-400: #eaab21;
    --bs-gray-500: #eaab21;
    --bs-gray-600: #eaab21;
    --bs-gray-700: #eaab21;
    --bs-gray-800: #eaab21;
    --bs-gray-900: #060c17;
    --bs-primary: #D36E2A;
    --bs-secondary: #eaab21;
    --bs-success: #eaab21;
    --bs-info: #a11f23;
    --bs-warning: #fbbc06;
    --bs-danger: #a11f23;
    --bs-light: #c8c7c7;
    --bs-dark: #060c17;
    --bs-primary-rgb: #d36e28;
    --bs-secondary-rgb: 121, 135, 161;
    --bs-success-rgb: 5, 163, 74;
    --bs-info-rgb: 102, 209, 209;
    --bs-warning-rgb: 251, 188, 6;
    --bs-danger-rgb: 161, 31, 35;
    --bs-light-rgb: 233, 236, 239;
    --bs-dark-rgb: 6, 12, 23;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 249, 250, 251;
    --bs-font-sans-serif: "Roboto", Helvetica, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);

    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 249, 250, 251;
    --bs-font-sans-serif: "Roboto", Helvetica, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);

    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #f9fafb;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #c8c7c7;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #d36e28;
    --bs-link-hover-color: #eaab21;
    --bs-code-color: #a11f23;
    --bs-highlight-bg: #fff3cd;
    --bs-dropdown-link-hover-bg: #c8c7c7;
        --bs-dropdown-link-color: #060c17
}.tab-content{background: #fff}.border4{border:1px solid #ddd}.ps-3 {
    padding-left: 1rem !important;
}*, *::before, *::after {
    box-sizing: border-box;
}
/* .close-filter-btn {
    position: absolute;
    top: -1px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    z-index: 1001;
  } */
.dropdown-item:focus, .tt-menu .tt-suggestion:focus{background: none!important;}
.ms-3 {
    margin-left: 1rem !important;
}.btn.btn-outline-primary{color: #d36e28!important;background: #fff}.dropdownkpi .dropdown-menu a.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}.top-61 {
    top: 70% !important;
}.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
@media (min-width: 768px) {
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}a.send-btn {width:40px;}.conversassion .text-right{float: right;}
.conversassion .info h3.font-weight-700 {font-size: 12px;color: #eaab21;display:flex;justify-content:space-between;}
.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 0.5rem !important;
}.content-header h1{font-size:1.75rem!important;font-weight:500!important;}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.p-3 {
    padding: 1rem;}
.position-absolute {
    position: absolute !important;
}.indicator .circle {
    background: #d36e28;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}.new.nav-stacked>li>a {
    border-radius: 0;
     border-top: 1px;
    border-left: 1px solid transparent;
    color: #444;
    border-color: #c8c7c7 #c8c7c7 #dee2e6;
}.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}.justify-content-start{justify-content: start;}.tx-10 {
    font-size: 10px;
}.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}.d-grid{display: grid}
.text-uppercase {
    text-transform: uppercase !important;
}.justify-content-end{justify-content: end}
.fw-bolder {
    font-weight: 700 !important;
}.box-header{padding: 10px;display: flex;}.rounded-circle{background: transparent;}.rounded-circle svg{stroke:#fff}.bg-primary {
    --bs-bg-opacity: 1;
    background-color:var(--bs-primary-rgb) }.wrapper, .main-sidebar, .left-side{background-color: #fff;border-right: 1px solid #c8c7c7}
 .sidebar.new{background:#fff ;}
 .sidebar.new li a {
    display: flex;
    align-items: center;
transition: all 0.3s ease-in-out;
    height: 40px;
    white-space: nowrap;
    color: #000;
}.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}.ms-0 {
    margin-left: 0 !important;
}.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
figure {
    margin: 0 0 1rem;
}
.me-0 {
    margin-right: 0 !important;
}svg.icon-md {
    width: 16px;
    height: 16px;
}

.icon-md {
    font-size: 18px;
}
.nav>li>a.dropdown-toggle {
  padding: 8px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 30px;
    display: flex;

    align-items: center;
}.dropdown-menu .border-top a{color: #eaab21}
.nav.navbar-nav{display: flex;align-items: center;}
.p-1 {
    padding: 0.25rem !important;
}@media(max-width:767px){
    .logosection p{font-size:11px}
    .main-header .logo{display: none;}
}
p{font-size: 14px;}.card-dash svg{margin-left: 15px;width: 80%}
 .sidebar.new svg,.sidebar.new .mdi,.sidebar.new img{    width: 16px !important;
    font-size: 16px !important;
    vertical-align: middle;}
 .card-dash {margin-bottom:4px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;min-height: 150px;
    width: 100%;max-height: 174px;
    box-shadow: 0 0 10px 0 #e0e0e0;
    -webkit-box-shadow: 0 0 10px 0 #e0e0e0
} .me-2{margin-right:0.5rem }  .box-body tspan{font-size: 11pt;fill: rgb(0,0,0);font-weight: 600}svg.icon-sm {
   margin-left:0; width: 14px;color:#eaab21;
    height: 14px;
}.drop svg{width: 20px}.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}.me-3{margin-right: 0.8rem}.me-4{margin-right: 2rem}.nav-link svg {
    width: 20px;


    height: 20px;}.border-bottom{border-bottom: 1px solid #c8c7c7}  .dropdown-menu{
    margin-top: var(--bs-dropdown-spacer);  -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;padding:5px;width:max-content} .dropdownkpi .dropdown-menu::before{content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;}.dropdowemail  .dropdown-menu::after{display: none;}.dropdownemail .dropdown-menu{width: 240px}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}.dropdown-menu p{font-size: 12px;margin-bottom: 0;overflow: hidden;text-overflow: ellipsis;}.apexcharts-text tspan{font-weight: 500}.flex-column{
flex-direction: column;
}.border-right{border-right: 1px solid #c8c7c7;box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2)}.main-panel.mt-5.h-100 a > ul li{    padding: 0px 5px 10px 10px;font-size: 11px;}.btn.btn-primary.right {
    padding: 5px 10px;
    font-size: 12px;
    color: #d6660e;
    background-color: #fff !important;
    border-color: #D36E28 !important;
}.dataTables_length .nice-select {padding: 8px 5px;
    border: 1px solid #d6660e;margin:2px 0px 2px 1px;
    border-radius: 1rem;line-height: 14px;
    font-size: 12px;
} .dataTables_length .nice-select .current{color:#d6660e ;display: block;}thead{background:#fff}.table.tablenew>thead:first-child>tr:first-child>th{text-transform: uppercase;font-size: 12px} .open>.dropdown-toggle.btn-success:hover{color: #d36e28}.justify-content-center{justify-content: center;}.stretch-card {

    align-items: stretch;
    justify-content: stretch;
}.list-bacground {background: transparent!important;}
.list-bacground .text-18{font-size: 1.75rem}.content-header {
    margin-top: 12px;
    position: relative;
    padding: 1.5rem 0 1.5rem 0;
}.w-100{width: 100%}
@media (min-width: 1200px) {
    .grid-margin-xl-0 {
        margin-bottom: 0;
    }
}

.btn.btn-xs.btn-danger.delete-danger{  background-color: #961010;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-left: 5px;}
.btn-warning {
    color: #fff;padding:5px 14px;
    background: #d36e28;
    border-color: #eea236;
}.ps-3 {
    padding-left: 1rem !important;
}.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}.indicator {
    position: absolute;
    top: 0px;
    right: 2px;}.dropdown-item{    padding: 0.25rem 0.875rem;
    border-radius: 2px;}
.btn{font-size: inherit;}.profile svg{width: 16px}.dropdownkpi{list-style-type: none;}.dropdownkpi .dropdown-menu{    position: absolute;
    right: 0;
    left: auto;}.dropdowemail .dropdown-toggle::after,.dropdownkpi .dropdown-toggle::after{display: none;}.dropdownkpi.open .dropdown-menu{display: flex;flex-direction: column;}.dropdownkpi span {
    font-size: 1.2rem;}.mb-3{margin-bottom: 1rem}.tablenew td a.btn-primary{background: white!important}.tablenew td i{color:var(--bs-link-color)}.tablenew.table > thead:first-child > tr:first-child > th{border-top: 0;
    font-weight: 500;
    font-size: 12px;background-color: white;
    text-transform: uppercase;
    color: #eaab21;}
.prof,.logout{    vertical-align: middle;
    padding: 5px;
}.dropdown-menu .dropdownkpi svg{width: 20px;height: 20px}.dropdown-menu svg{vertical-align: middle;color:#eaab21}.card{box-shadow: 0 0 10px 0 #e0e0e0;
    -webkit-box-shadvow: 0 0 10px 0 #e0e0e0;margin-top: 1%;height: auto;}.box.box-info{box-shadow: 0 0 10px 0 #e0e0e0;
    -webkit-box-shadvow: 0 0 10px 0 #e0e0e0;margin-top: 1%;height: auto;padding: 20px}
.card.card-header {
    display: flex;background: #fff;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px
}.content-wrapper, .right-side{background-color: #f9fafb}
.card .card-title,.card-title.box-title{    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 500;}
.title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}.tablenew thead,td,tr{border-bottom: 1px solid #eee;}.tablenew th{white-space: nowrap;}
.main-header.headernew>.navbar {padding-right:14px;margin-left: 0;border:1px solid #c8c7c7;box-shadow:3px 0 10px 0 rgba(183, 192, 206, 0.2)}
.btn.btn-primary.viewall{
        color: #d6660e;
    background-color: #fff!important;
    border-color: #D36E28!important;
}.border-primary{border-color: var(--bs-primary)!important}

.ht-30 {
    height: 30px;
}
.wd-30 {
    width: 30px;
}.wd-200{width: 200px}
.rounded-circle {
    border-radius: 50% !important;
}
h4.mb-3.mb-md-0{margin-bottom: 0;font-size: 2.2rem}
img, svg {
    vertical-align: middle;
}.wd-70{width:70px;}.ht-70{height:70px;}

.menu-icon {
    font-size: 20px;
    color: #bbb;
    cursor: pointer;
}

.card-dash .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-info {
    display: flex;
    flex-direction: column;
}

.customer-number {
    font-size: 26px;
    font-weight: 500;
    color: #333;
}

.percentage-change {
    font-size: 14px;
    color: #34A853;
    margin-top: 5px;
}

.up-arrow {
    color: #34A853;
}.down-arrow {
    color: #a11f23;
}
.percentage-change.red1{color: #a11f23}

.line-chart {
    width: 100px;
    height: 50px;
}

.card-dash svg {

    height: 100%;
}/* General container styling */
.status-container {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Individual status item */
.status-item {
  width: 30%;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
}

/* Title styling with badge */
.status-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.count-badge {
  background-color: #e0e0e0;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 0.9em;
  margin-left: 8px;
}

/* Value section */
.status-values p {
  margin: 5px 0;
  font-size: 1.2em;
  color: #333;
}

/* Status labels with different colors */
.status-label {
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
}

.accepted {
  color: #4caf50; /* Green */
}

.pending {
  color: #d6660e; /* Orange */
}

.paid {
  color: #4caf50; /* Green */
}

.overdue {
  color: #f44336; /* Red */
}

.draft {
  color: #9e9e9e; /* Grey */
}
/* Card container */
.application-card {
  background-color: #fff;

  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 100%
}
.wd-60{width: 60px;height: 60px}
/* Header section with icon and title */
.application-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.application-header h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
}

/* Badge for the count */
.count-badge {
  background-color: #f0f0f0;
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 0.9em;
  margin-left: 5px;
}

/* Application info section */
.application-info {
  font-size: 1.1em;
  margin-top: 10px;
}

/* Application number */
.application-number {
  font-weight: bold;
  font-size: 1.3em;
}

/* Status label */
.status-label {
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}.filter-form #startDate, #endDate{background:white;color:#000}
.btn-primary:hover{color: white}
.placed {
  color: #4caf50; /* Green for placed */
}.borderlight{border :1px solid #eee;border-radius: 5px}
/*filter styel*/
.filter-container {
  z-index: 999;
  text-align: center;position: absolute;right: 6px;
}.nice-select .option{background: #fff}.filter-form{margin-top: 20px;
z-index:999}
.filter-btn:focus{ outline-color: #d6660e!important;}
.filter-btn{position: absolute;right:99px; display:flex;color:#D36E28;background: #fff}
.filter-btn,.filter-btn2,.apply-btn,.close-filter-btn{
   border: 1px solid #d6660e;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 9pt;
    font-weight: 400;
    cursor: pointer;
    margin: 1px 13px;
    transition: all 0.3s ease;
}.filter-btn2{  color:#D36E28;background: #fff}
.apply-btn{  color: white;background: #D36E28;}
.filter-form {position: relative;
  display: none;
  width: 279px;max-height: 100%;
  margin: 40px auto;overflow-y:auto;overflow-x: hidden;

  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-form h3 {margin-top: 5px;margin-bottom: 5px;
  text-align: left;padding:10px;border-bottom: 1px solid #ccc;
  font-size: 14px;font-weight: bold;
  color: #333;
}.dataTables_wrapper .dataTables_length {
    float: left;
}.cardmy.card-header{

    margin-bottom: 0;position:relative;  box-sizing:border-box;
    padding: 0.75rem 1.25rem;
     background-color:#fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.filter-item .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{padding:1px 12px;height: 25px!important;line-height: 30px!important}
.filter-item:not(:last-child){padding: 5px; border-bottom: 1px solid #ccc;
  text-align: left;
}.filter-item .from{font-size: 10px}

.filter-item label {font-size: 13px;
  display: block;font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.filter-item input[type="date"]{display: flex;padding: 11px}
.filter-item input[type="date"],
.filter-item select,.filter-item .nice-select,
.filter-item input[type="text"] {
    font-size: 13px;
width: 100%;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.reset-link {
  display: inline;
  margin-bottom: 5px;
  font-size: 13px;float: right;
  color: #d36e28;
  cursor: pointer;
}

.button-group {
  display: flex;width: 100%;
  justify-content: space-between;position: sticky;bottom: -26px;background: white;padding: 10px;
}

.filter-form .reset-btn
 {color:#D36E28;background: #fff!important;
      border-radius: 10px;
    border: 1px solid;font-size: 12px;
    /* padding: 10px 20px; */
    border-radius: 5px;
    cursor: pointer;
}.search-box {

    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.search-label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}



.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 18px;
}
.search-box input{
    border-radius: 5px;
    height: 29px;
    border: 1px solid #bbb;}
.search-input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 35px; /* Make room for the icon */
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}.breadcrumb {
    padding: 0;
    background: #f9fafb;font-size: 14px;}.breadcrumb-item a{color:#d36e28;font-weight: lighter;
}.breadcrumb-item.active{color:#eaab21}
.form-horizontal .control-label{text-align: left;}
.search-input::placeholder {
    color: #999;
    font-style: italic;
}.nice-select{border-radius: 5px!important}
.btn-outline-primary, .fc .fc-button-primary {
   color: #d36e28;


    border-color: #d36e28;

    background: #fff;

}
form label {
    font-size: 14px;
    color: #000;}
.search-input:focus {
    outline: none;
    border-color: #008080;
}.grid-margin {
    margin-bottom: 1.5rem;
}
.align-items-center, .navbar .search-form {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}.d-flex{
    display: flex;
}.text-nowwrap{
    white-space: nowrap;
}.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-primary-rgb)!important;
}@keyframes top{
0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
50% {
    top: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}}@keyframes top-2{
0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}}@keyframes scaled-2{0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}}@keyframes bottom-2{0% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes bottom{0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}}@keyframes scaled{50% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}}.sidebar-toggler.active span:nth-child(2) {
    -webkit-animation: ease 0.6s scaled forwards;
    animation: ease 0.6s scaled forwards;
}.sidebar-toggler.active span:nth-child(3) {
    -webkit-animation: ease 0.6s bottom forwards;
    animation: ease 0.6s bottom forwards;
}.sidebar-toggler.not-active span:nth-child(2) {
    -webkit-animation: ease 0.6s scaled-2 forwards;
    animation: ease 0.6s scaled-2 forwards;
}.sidebar-toggler.not-active span:nth-child(3) {
    -webkit-animation: ease 0.6s bottom-2 forwards;
    animation: ease 0.6s bottom-2 forwards;
}

.sidebar-toggler span + span {
    margin-top: 4px;
}.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}.small-box h3{color: #000}.inner2{background: white}

.sidebar-toggler {
    height: 100%;float: left;
    /* background-color: transparent; */
    background-image: none;width: 28px;
    padding: 15px 0px;
    font-family: fontAwesome;
    border-right: 1px solid #ece5e5;
    align-items: center;


}


.sidebar.new [class*="treeview"][class*="active"] .active a::before {
    border: 1px solid #d36e28;
    background: #d36e28;
}.sidebar.new ul,.sidebar.new li{list-style-type: none;}
.sidebar.new a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #aeb9c4;
    position: absolute;
    left: -19px;
    top: 10px;
    -webkit-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar.new [class*="treeview"][class*="active"] .active a {
    color: #d36e28 !important;
}.sidebar.new .active a{color:#d36e28}.sidebar-toggler.active span:nth-child(1) {
    -webkit-animation: ease 0.6s top forwards;
    animation: ease 0.6s top forwards;
}.sidebar-toggler.not-active span:nth-child(1) {
    -webkit-animation: ease 0.6s top-2 forwards;
    animation: ease 0.6s top-2 forwards;
}.sidebar-collapse .sidebar-toggler{width: 47px;
    padding: 16px 13px!important;}
.sidebar-toggler span {
    display: block;
    margin: 0px -1px 6px -3px;

    border-radius: 3px;
    height: 2px;
    background: #eaab21;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative
} .page-content {
    flex-grow: 1;
    padding: 25px;
    margin-top: 60px;
}.filter-form .select2-container{display: block;}.main-header .sidebar-toggle:before{ display:none;
}.btn-success:is(.disabled, :disabled, :focus, :hover) {
    color: #D36E28 !important;
    background-color: #fff !important;
    border-color: #D36E28;
}.row{}.sidebar-toggle{padding:15px 10px 15px 0!important}.dropdown-item, .tt-menu .tt-suggestion {

    padding: 0.25rem 0.875rem;
    border-radius: 2px;
}.sidebar-collapse .main-header .sidebar-toggler:hover{color:var(--bs-primary)}.dropdown .text-muted, .dropzone.dz-clickable .dz-message * {
    --bs-text-opacity: 1;
    color: #eaab21 !important;
}.flex-grow-1 {
    flex-grow: 1 !important;
}.tx-12 {
    font-size: 12px;
}.navbar .dropdown .dropdown-toggle::after{display: none}
.btn.btn-icon-text .btn-icon-prepend{width: 18px;height: 18px}
.nav-item .nav-link .indicator .circle::before {
    background-color: #d36e28;
    content: "";
    display: table;
    border-radius: 50%;
    position: absolute;
}.pull-right .btn-success{z-index:999}.pulse, .nav-link .indicator .circle::before {
    animation-name: pulse;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}@keyframes pulse{
0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
}
95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 28px;
    height: 28px;
}
100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
}}
/*sidebar*/
.settings-sidebar .sidebar-body {
    position: relative;
    padding: 18px;
}.settings-sidebar .sidebar-body .settings-sidebar-toggler {
    position: absolute;
    left: -44px;
    top: 0;
    padding: 12px;
    border-radius: 4px 0 0 4px;
    background: #fff;
    -webkit-box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
    box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
}
.settings-open .settings-sidebar {
    right: 0;
}.badge{border-radius: 5px}.label-danger{background:var(--bs-danger); }
.settings-sidebar {
    position: fixed;
    right: -232px;
    top: 130px;display: none;
    width: 232px;
    background: #fff;
    -webkit-box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
    box-shadow: -3px 0 10px 0 rgba(183, 192, 206, 0.2);
    z-index: 1000;
    border-radius: 0 0 0 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}.sidebar-menu .treeview-menu>li.active s{}.sidebar.new .treeview-menu a {
    height: 25px;
    color: #000;padding: 5px 5px 5px 5px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes dropdownAnimation{
    0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
}}.main-panel .bg-light-grey{width: 100%}
.ms-1 {
    margin-left: 0.25rem !important;
}.sidebarnew .nav .nav-item.active .nav-link {
    color: #d36e28;
}
.sidebarnew{box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2)}.treeview-menu li{list-style-type: circle;}
.sidebar.new li.active .mdi, .sidebar.new li.active svg,.sidebar.new li.active .span.ml-2{
    fill: rgba(234, 171, 33, 16);
    color: #d36e28;
}.nav.navbar-nav.menu_nav.justify-content-end .dropdown-menu{right: -20px;top: 49px}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{right: -20px;top: 49px}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu:before{
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 35px;
    transform: rotate(45deg);
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
/*user side */
.list-group-item{background: transparent!important;}
.list-group a[aria-expanded="true"] svg {fill: rgba(234, 171, 33, 16)}
.active-sidebar,.active-sidebar:hover{color:#d36e28;box-shadow: none!important;}
.active-sidebar svg,.active-sidebar:hover svg{fill: rgba(234, 171, 33, 16);
    color: #d36e28;}

    .dropdown-menu, .tt-menu {
    /* Variables */
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 12px;
    --bs-dropdown-color: #000;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #e9e9e9;
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
    --bs-dropdown-divider-bg: #e9e9e9;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
    --bs-dropdown-link-color: #060c17;
    --bs-dropdown-link-hover-color: #050b15;
    --bs-dropdown-link-hover-bg: #c8c7c7;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #d36e28;
    --bs-dropdown-link-disabled-color: #aeb7c5;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #eaab21;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
margin-top: 0.425rem;width:max-content;
    /* Base Styles */
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;margin: 0;
}.dropdown-menu .border-bottom p{font-size: 15px}

.g-0, .gx-0 {
    --bs-gutter-x: 0;margin: 0;
} .nav-link.dropdown-toggle[aria-expanded=true] {
    color: #d36e28;background: transparent;
}#left_modal{margin-top: 26px;z-index:14}

.navbar .navbar-content .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: transparent;}

.main-panel .sidebar .active-sidebar {
color: #d36e28 !important;background: #fff!important;
}.table>tbody>tr>td{font-size: 12px}
.btn i{font-size: 14px}.btn-group > :not(.btn-check:first-child) + .btn{margin-left: 4px}
.nav-item>.active {
    color: #D36E28!important;
    font-weight: 700;border-color: #eee #eeee #fff;
}.text-color .list-group-item{display:flex;}
.btn-secondary {
    border-radius: 5px !important;
    /* padding: 0.6rem 1.5rem; */
    background: #eaab21 !important;}
    .absright{right: 2px;
    position: absolute;
    top: 65px;
    float: right;
}.tablenew.hidesearch #dataTableBuilder_filter,.tablenew.hidesearch input[type="search"] {
    display: none;
}
.absright .btn-success{z-index: 91;position: relative;}
/*.box-info .box-header{border-bottom: 1px solid #ddd;}*/
.dropdown-menu[x-placement^=bottom]:not(.dropdown-submenu .dropdown-menu),.dropdown-menu[x-placement^=top]:not(.dropdown-submenu .dropdown-menu){top: 100%!important}

.edit-icon{
border-radius: 3px !important;
    max-width: 37px;
    background: #d6660e;
    padding-right: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
    margin-top: 4px;

}
.wd-80{width: 80px}
.ht-80 {height: 80px}
.tablenew .dropdown-menu.show {

    right: 0;
    left: auto ;
} 