main > .container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.grid-view th a {
  text-decoration: none;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
}
.grid-view .image-table th,
.grid-view .image-table td {
  vertical-align: middle;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.search-buttn-wrapper {
  margin-top: 1.8rem !important;
  /* padding-right: 0px!important;
    height: calc(1.5em + 0.75rem + 2px); */
  /* padding: 0.5rem 1rem;
    padding-left: 0px !important; */
}

.search-buttn {
  /* line-height: 1.3rem !important; */

  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.1rem !important;
}

.alert-fill-primary-0 {
  color: #ffffff;
  background-color: #8a84dd;
  border-color: #8a84dd;
}

.dash-header-01 {
  font-family: Poppins;
  /* font-size: 20px;; */
}

.dash-link-card-mdi-font {
  font-size: 1.5rem;
}

.dash-link-card-mdi-font-2 {
  font-size: 1.1rem;
}

.square-100 {
  width: 100px;
  height: 100px;
}

.square-badge {
  width: 65px !important;
  height: 65px !important;
  line-height: 55px !important;
  font-size: 20px !important;
  margin: 5px;
  /* padding: 10px; */
  background-color: #c2f58f !important;
  color: #2f5c02 !important;
  border: 1px solid #9ed149 !important;
}

.dock-section-th {
  background-color: #f2f2f2;
  font-weight: 900 !important;
}

.bg-np-blue {
  /* background-color: #1a315b;*/
  background-color: #0b4db0;
  /* background-color: #194c97; */
}

.bg-np-blue-light {
  /* background-color: #b8d1ff; */
  background-color: #e4ebff;
}

.wizard > .steps ul li a,
.wizard > .steps ul li.current a {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}

.wizard.vertical > .steps {
  width: 10% !important;
  display: none !important;
}

.wizard.vertical > .content {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;

  background: #ffffff !important;
  border: 0px !important;
  margin-left: 0;
}

.wizard > .content > .body {
  width: 100% !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-right: 10px !important;
}

.wizard > .content {
  overflow-y: visible !important;
}

.wizard > .content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.wizard > .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #9dc4ff;
}

.wizard > .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.customer-reg-frm-cont {
}

.customer-registration {
  padding-right: 10px;
  height: 450px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  /* overflow-y: visible !important ; */
}

.customer-registration::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

.customer-registration::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #9dc4ff;
}

.customer-registration::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #f9f9f9;
  border-radius: 10px;
}

.customer-signup-thankyou-page {
  height: 450px !important;
}

.customer-signup-thankyou-page .jumbotron {
  height: 100% !important;
  background-color: #fff !important;
}

.price_tbl_bg_color {
  background-color: #f2f2f2;
}

.row-highlight {
  /* border: 2px solid #c2f58f; */
}

.row-highlight .title {
  background-color: #ffffc1 !important;
  color: #333 !important;
}

.row-highlight .form-control {
  background-color: #ffffe3 !important;
}

.view-pg-inner-grid {
}

.view-pg-inner-grid .nav-link {
  border-right: 2px solid;
  border-left: 2px solid;
  /* border-left-color: #fff !important;
    border-right-color: #fff !important; */
}

.view-pg-inner-grid .nav-link.active {
  background-color: #418eff !important;
  color: #fff !important;
}

.view-pg-inner-grid .tab-content > .active {
  display: block;
}

.disc-overridden-cls-1 {
  background-color: #f6f6f6 !important;
}

.disc-overridden-cls-2 {
  background-color: #eaf2ff !important;
}

.disc-overridden-cls-3 {
  background-color: #eeffee !important;
}

.order-view .timeline {
  max-width: 60% !important;
  margin: 0px 10px 0px auto !important;
}

.order-view .timeline .event:before {
  left: -190px !important;
}

.timeline [data-date]:before {
  content: attr(data-date);
  /* background-color: black; */
  /* color: white; */
  white-space: pre;
  display: inline-block;
}

.prod-img-ico {
  width: auto !important;
  height: 36px !important;
  float: none !important;
  display: block !important;
  margin: auto !important;
}

.prod-img-tile {
  width: auto !important;
  height: 80px !important;
  float: none !important;
  display: block !important;
  margin: auto !important;
}

.gray-cont {
  opacity: 0.5;
}

.gray-cont img {
  /* opacity: 0.9; */
}

.btn-primary-2 {
  color: #fff !important;
  background-color: #664bfa !important;
  border-color: #664bfa !important;
}

.btn-primary-2:hover {
  color: #fff !important;
  background-color: #5b3efd !important;
  border-color: #5b3efd !important;
}

.btn-primary-2:focus,
.btn-primary-2.focus {
  color: #fff !important;
  background-color: #5b3efd;
  border-color: #5b3efd;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fz-24 {
  font-size: 24px !important;
}

/* .custom-switch {
  padding-left: 1.75rem !important;
} */

*/ .custom-bg-np-blue {
  /* background-color: #1a315b; */
  background-color: #e4ebff;
  color: #323232 !important;
  font-size: 0.9rem !important;
  font-weight: 900;
  vertical-align: middle !important;
}

.custom-bg-np-blue-light {
  /* background-color: #b8d1ff; */
  background-color: #e4ebff;
}

.titlebar span {
  /* color: #0c33c5; */
  color: #427cff;
  font-weight: 300;
}

.titlebar {
  text-align: right;
  font-family: sans-serif;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  font-weight: 900;
  margin-bottom: 0px;
  /* font-size: 16px;
    letter-spacing: -1px;
    color: #8da9ff; */
  /* margin-top: 0.4rem */
}

.titlebar .cont {
  /* color: #8e8e8e;
    color: #9fb6ff;*/
  color: #2b2b2b;
  font-size: 14px;
}

.titlebar .cont.strong {
  font-weight: 900;
}

/* Nav Tabs - Equal Heights */
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 8px !important;
  padding: 2px 1rem 2px 1rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 50px !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 8px !important;
  padding: 2px 1rem 2px 1rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 50px !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item {
  margin-right: 2px !important;
}

.nav-tabs .nav-link:hover {
  border-bottom: 2px solid #007bff !important;
}

.nav-tabs .nav-item {
  padding-bottom: 2px !important;
}

.view-pg-inner-grid .nav-link.active {
  background-color: #0c4eb0 !important;
}

.sidebar .sidebar-header {
  background: #090551 !important;
  border-bottom: 1px solid #090551 !important;
  border-right: 1px solid #090551 !important;
}

table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #E92D28 !important;
}

.auth-page .auth-left-wrapper {
  /* background: rgb(9, 5, 79) !important; */
  /* background: linear-gradient(180deg, rgba(9, 5, 79, 1) 0%, rgba(9, 9, 121, 1) 45%, rgba(167, 194, 255, 1) 100%) !important; */
  /* background: linear-gradient(104deg, rgba(9, 5, 79, 1) 0%, rgba(9, 9, 121, 1) 45%, rgb(62, 127, 224, 1) 100%) !important; */
}

/* ===================== REPORTS ======================================================= */

.report-table-wrapper .list-wrapper .parent-table {
  border-top: 0px !important;
  border-bottom: 1px solid #e8ebf1 !important;
}

.report-table-wrapper .table-inner-01 td,
.report-table-wrapper .table-inner-01 td {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

/* .report-table-wrapper .table-inner-01>thead>tr>th.bdr-col, */
.report-table-wrapper .table-inner-01 > tbody > tr > td.bdr-col {
  /* border-left: 1px solid #e8ebf1 !important; */
  border-bottom: 1px solid #e8ebf1 !important;
  /* border-top: 1px solid #e8ebf1 !important; */
}

/* .report-table-wrapper .table-inner-01 .table-inner-02>thead>tr>th.bdr-col, */
.report-table-wrapper
  .table-inner-01
  .table-inner-02
  > tbody
  > tr
  > td.bdr-col {
  border-left: 1px solid #e8ebf1 !important;
  border-bottom: 1px solid #e8ebf1 !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr>th.bdr-col.bdr-left-0, */
.report-table-wrapper .table-inner-01 > tbody > tr > td.bdr-col.bdr-left-0 {
  border-left: 0px !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr:last-child th, */
.report-table-wrapper .table-inner-01 > tbody > tr:last-child td {
  border-bottom: 0px !important;
}

/* .report-table-wrapper .table-inner-01>thead>tr:last-child>th:last-child .table-inner-02>thead>tr:last-child th, */
.report-table-wrapper
  .table-inner-01
  > tbody
  > tr:last-child
  > td:last-child
  .table-inner-02
  > tbody
  > tr:last-child
  td {
  border-bottom: 0px !important;
}

.report-table-wrapper thead .no-borders,
.report-table-wrapper thead th {
  /* border: 0px !important; */
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border-left: 0px !important; */
  border-right: 0px !important;
}

.report-table-wrapper thead th.border-right-1 {
  border-right: 1px solid #e8ebf1 !important;
}

.report-table-wrapper thead th.border-bottom-1 {
  border-bottom: 1px solid #e8ebf1 !important;
}

table.tbl-highlight-clr2 tr td {
  /* background-color: rgba(0, 0, 0, 0.05) !important; */
}

.report-table-wrapper .table-bordered .parent-table thead th,
.report-table-wrapper .table-bordered thead th {
  vertical-align: middle !important;
}

.select2-container--krajee-bs4:not(.select2-container--disabled)
  .select2-dropdown {
  /* box-shadow: 0 0.375rem 0.75rem rgb(0 0 0 / 18%); */
  /* box-shadow: 0 0.375rem 0.75rem 0.2rem rgb(0 123 255 / 25%); */
  border-color: inherit !important;
  box-shadow: none;
  /* overflow-x: hidden; */
  margin-top: -1px;
}

.select2-container--krajee-bs4.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled)
  .select2-selection:focus {
  border-color: inherit !important;
  border-radius: 1px !important;
  border: 1px solid #83a8f8 !important;
  box-shadow: none;
}

.select2-container--krajee-bs4 .select2-selection {
  border: 1px solid #e8ebf1;
  border-radius: 0;
  box-shadow: none;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
  outline: none;
  /* width: 300px; */
}

.report-filter-content .container-card {
  /* background-color: #f4f4f4; */
  border: 1px solid #e6e6e6;
}

.report-filter-content .container-card .dash-card {
  border: 3px solid #ff3366;
}

.report-filter-content .select2-selection--single {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-400 {
  width: 400px !important;
}

.select2-container {
  display: block !important;
}

.aging-color-depth-1 {
  /* background-color: #f9f9f9 !important; */
}

.aging-color-depth-2 {
  background-color: #fffee0 !important;
}

.aging-color-depth-3 {
  background-color: #ffe094 !important;
}

.aging-color-depth-4 {
  background-color: #ffa9a9 !important;
}

.aging-color-depth-5 {
  background-color: #ff4747 !important;
}

.aging-color-depth-6 p,
.aging-color-depth-5 p {
  color: #fff !important;
}

.aging-color-depth-6 {
  background-color: #b1363c !important;
}

.aging-color-depth-5 a,
.aging-color-depth-6 a {
  color: #d5e0ff !important;
}

.report-table-wrapper .empty {
  border: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 17px;
}

.report-fixed-width {
  min-width: 1500px !important;
  min-height: 200px;
}

.report-fixed-width .table-responsive table th.bdr-col,
.report-fixed-width .table-responsive table td.bdr-col {
  padding: 10px 5px !important;
}

.report-fixed-width-800 {
  width: 800px !important;
  min-height: 200px;
}

.overflow-x-new {
  /* padding-right: 10px; */
  /* width: 1500px !important; */
  /* height: 450px !important; */
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  scrollbar-width: thin;
}

.overflow-x-new::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
  background-color: #f5f5f5;
}

.overflow-x-new::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #9dc4ff;
}

.overflow-x-new::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: #f9f9f9;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

.report-inner-link {
  /* text-decoration: none !important;
    color: #007bff !important;
    font-weight: 600; */

  color: #404040 !important;
  font-weight: 600;
  text-decoration: underline;
}

.square-30 {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #333;
}

table .bdr-r-0 {
  border-right: 0px !important;
}

table .bdr-l-0 {
  border-left: 0px !important;
}

table .bdr-t-0 {
  border-top: 0px !important;
}

table .bdr-b-0 {
  border-bottom: 0px !important;
}

table .bdr-r-1 {
  border-right: 1px solid #e8ebf1 !important;
}

table .bdr-l-1 {
  border-left: 1px solid #e8ebf1 !important;
}

table .bdr-t-1 {
  border-top: 1px solid #e8ebf1 !important;
}

table .bdr-b-1 {
  border-bottom: 1px solid #e8ebf1 !important;
}

table th.action-column {
  width: 125px !important;
}

table th.serial-column {
  width: 50px !important;
}

.invoice-tailing-agreement-cont {
  background-color: #f3f3f3;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  color: #fff !important;
}

.invoice-tailing-agreement-cont h5 {
  color: #323232;
}

.invoice-tailing-agreement-cont table th,
.invoice-tailing-agreement-cont table td {
  vertical-align: top !important;

  border-top: 1px solid #bdbdbd;
}

.invoice-tailing-agreement-cont table td.w-5 {
  width: 5px !important;
}

.invoice-tailing-agreement-cont table td {
  vertical-align: top !important;
  /* font-size: large; */
}

.invoice-tailing-agreement-cont ol li {
  padding-bottom: 20px !important;
}

.invoice-tailing-agreement-cont ul li {
  padding-bottom: 10px !important;
  list-style: none !important;
}

.button-wrapper {
  /* background-color: #eaeaea;
    padding: 5px;
    border-radius: 2px; */
}

.h3-new {
  font-size: 1.35rem;
}
.signup-side-bg {
  padding: 0px !important;
  max-width: 300px !important;
  width: 300px !important;
  background-color: #dfdfdf !important;
}
.signup-side-bg-sm {
  padding: 0px !important;
  max-width: 240px !important;
  width: 240px !important;
  background-color: #dfdfdf !important;
}
.signup-form-cont {
  height: 773px !important;
}
.signup-form-cont-sm {
  height: 618px !important;
}
.signup-bg {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: cover !important;
}
.signup-bg-cont-1 {
  /* background-image: url("../ui-assets/images/background/signup_1.png"); */
}
.signup-bg-cont-2 {
  /* background-image: url("../images/background/signup_2.png"); */
}
.signup-bg-cont-3 {
  /* background-image: url("../images/background/signup_3.png"); */
}
.signup-bg-cont-4 {
  /* background-image: url("../images/background/signup_4.png"); */
}

.hierarchical-tbl {
}

.hierarchical-tbl span a {
  text-decoration: none !important;
}

.hierarchical-tbl td {
  border-top: 0px !important;
}

.hierarchical-tbl .ht-parent-tbl {
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr {
  border-top: 1px solid #adadad;
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr.first-iteration {
  border-top: 0px !important;
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr .ht-parent-tbl-td {
  padding: 0px;
  padding-top: 20px;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr
  .ht-parent-tbl-td.entity-button {
  width: 50px;
  padding-right: 0px;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr
  .ht-parent-tbl-td.entity-button
  a {
  padding: 15px;
  background-color: #003db8;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  width: 50px;
  display: block;
  border: 1px solid #0320e3;
  display: block;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr
  .ht-parent-tbl-td.entity-name {
  padding-left: 0px;
}

.color-ministry {
  border: 1px solid #0a6bfd;
  background-color: #5d9dfd;
}
.color-department {
  background-color: #ffd87f;
  border: 1px solid #ffbd26;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr
  .ht-parent-tbl-td.entity-name
  span {
  padding: 15px;
  background-color: #5d9dfd;
  color: #fff;
  border-radius: 0 3px 3px 0;
  width: 600px !important;
  display: block;
  border: 1px solid #0a6bfd;
  border-left: 0;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr
  .ht-parent-tbl-td.entity-name
  span
  > a {
  color: #fff !important;
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr-collapse {
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr-collapse > td {
  padding: 10px 0 10px 25px;
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr-collapse > td > div {
  padding-left: 22px;
  border-left: 1px solid #adadad;
}

.hierarchical-tbl .ht-parent-tbl .ht-parent-tbl-tr-collapse .ht-child01-tbl {
  width: 100%;
  border-spacing: 0 8px;
  border-collapse: separate;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr {
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td {
  padding: 0px;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td.entity-button {
  width: 50px;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td.entity-button
  a {
  /* padding: 15px;
    background-color: #d6d6d6;
    border-radius: 3px 0 0 3px;
    color: #353535;
    border: 1px solid #bababa;
    width: 50px;
    display: block; */

  padding: 15px;
  background-color: #0b48a3;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  width: 50px;
  display: block;
  border: 1px solid #0320e3;
  display: block;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td.entity-name {
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td.entity-name
  span {
  padding: 15px;
  background-color: #ffd87f;
  border: 1px solid #ffbd26;
  color: #000;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  width: 500px !important;
  display: block;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr
  .ht-child01-tbl-td.entity-name
  span
  a {
  color: #000 !important;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse {
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  > td {
  padding: 10px 0 10px 25px;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  > td
  > div {
  padding-left: 20px;
  border-left: 1px solid #adadad;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  .child01-container {
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  .child01-container
  > p {
  word-break: break-all;
  white-space: normal;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  .child01-container
  .badge {
  font-size: 1rem;
  padding: 7px 12px;
  margin: 0px 5px 10px;
  background-color: #e7f0ff;
  color: #06178a;
  border: 1px solid #7d90ef;
}

.hierarchical-tbl
  .ht-parent-tbl
  .ht-parent-tbl-tr-collapse
  .ht-child01-tbl
  .ht-child01-tbl-tr-collapse
  .child01-container
  .badge
  > a {
  color: #06178a !important;
}

.swal2-styled.swal2-confirm {
  background-color: #e92d28 !important;
  color: #fff;
}

.swal2-styled.swal2-confirm:hover {
  background-color: #db2721;
  color: #fff;
}

.btn-group-xsm > .btn,
.btn-xsm {
  --bs-btn-padding-y: 0.1rem !important;
  --bs-btn-padding-x: 0.3rem !important;
  --bs-btn-font-size: 0.7rem !important;
  --bs-btn-border-radius: 0.25rem !important;
}

.btn-primary {
  background-color: #E92D28 !important;
  border-color: #E92D28 !important;
}

.btn-primary:hover {
  background-color: #c0392b !important;
  border-color: #c0392b !important;
}
.btn-disabled {
  background-color: #a8b2c9 !important;
  border-color: #9ca6bb !important;
  color: #ffffff !important;
}
.btn-disabled:hover {
  background-color: #848ca0 !important;
  border-color: #848ca0 !important;
}

.btn-danger-2 {
  background-color: #f58e89 !important;
  border-color: #d87671 !important;
  color: #ffffff !important;
}
.btn-danger-2:hover {
  background-color: #ee847f !important;
  border-color: #d47671 !important;
}

/* Recipe Form Dynamic Table Column Widths */
.recipe-form .table-responsive table {
  /* Don't use table-layout. It clippped some columns. */
  /* table-layout: fixed; */
  width: 100%;
}

.recipe-form .table-responsive table th:nth-child(1),
.recipe-form .table-responsive table td:nth-child(1) {
  width: 40%;
}

.recipe-form .table-responsive table th:nth-child(2),
.recipe-form .table-responsive table td:nth-child(2) {
  width: 15%;
}

.recipe-form .table-responsive table th:nth-child(3),
.recipe-form .table-responsive table td:nth-child(3) {
  width: 15%;
}

.recipe-form .table-responsive table th:nth-child(4),
.recipe-form .table-responsive table td:nth-child(4) {
  width: 20%;
}

.recipe-form .table-responsive table th:nth-child(5),
.recipe-form .table-responsive table td:nth-child(5) {
  width: 10%;
}

.recipe-form .table-responsive input[type="number"] {
  width: 100%;
  min-width: 60px;
}
