.rotate {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
  font-weight: normal;
  /* max-height: 100px;
  min-height: 100px;*/
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  /*height: 100%;
  width: 100%; */
  text-align: left;
}

.highlight {
  font-weight: bold;
}

.rotate span {
  text-align: left;
  word-wrap: break-word;
  display: inline
}


.navbar-brand img {
  max-height: 2.5rem;
}

.input-group-component .input-group-prepend {
  margin-left: -1px;
}

.input-group-component .input-group-text {
  border-radius: 0;
}

.standard-table-paid span {
  vertical-align: text-top;
}

.w-25px {
  width: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.w-50px {
  width: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.w-75px {
  width: 75px !important;
}

.w-100px {
  width: 100px !important;
}

.payment-page h1 i {
  font-size: 4.5rem;
}

.input-group .validation.text-danger,
.option-group-required .validation.text-danger {
  position: absolute;
  bottom: -16px;
  left: 1px;
  font-size: 12px;
}

.option-group-required .validation.text-danger {
  left: -215px;
  bottom: -18px;
}

.option-group-table .validation.text-danger {
  display: block;
  width: 100%;
  font-size: 12px;
  position: static;
}

.error-msg-block .validation.text-danger {
  display: block;
  width: 100%;
  position: static;
  font-size: 0.8rem;
}

.nav-wizard>li>a {
  cursor: pointer;
}

.nav-wizard>li.done>a {
  color: #ffffff;
  background-color: #5c88ff;
  cursor: pointer;
}

.nav-wizard>li.done>a:after {
  border-left-color: #5c88ff;
}

.nav-wizard>li.done.active>a {
  background-color: #6F79D0 !important;
}

.nav-wizard>li.done.active>a:after {
  border-left-color: #6F79D0;
}

.nav-wizard>li.done:hover>a:after {
  border-left-color: #CED2EE !important;
}

.nav-wizard>li.done:hover>a {
  background-color: #CED2EE !important;
}

.nav-wizard>li.done>a .badge.badge-step {
  color: #333;
  border-color: #FFFFFF;
  background-color: #fff;
}

.mainmenu .navbar-nav li.li-help-menu a.btn-help {
  color: #fff !important;
  background-color: #2962FF !important;
  min-height: auto;
  height: auto;
  line-height: normal;
  margin-top: 5px;
  margin-right: 30px;
  opacity: 1;
  min-height: auto !important;
  height: auto !important;
  line-height: normal !important;
}

.li-help-menu .btn-help:hover:before {
  display: none !important;
}

.required-fee-rule {
  width: calc(100% - 40px) !important;
}

.w-125px {
  width: 125px !important;
}

.w-250px {
  width: 250px !important;
}

.fee-invoice-status-absolute {
  position: absolute;
  left: 0;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
  top: 50px;
  width: 100%;
  text-align: center;
}

.invoice-status {
  display: block;
  padding: 8px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.table-summary td {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.summary-card .card-header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.manage-fees-filter-action.filter-action .tag-container {
  padding: 10px 0px 0px 5px;
}

.manage-fees-filter-action.filter-action .tag-container .tag {
  padding: 2px 8px 1px !important;
}

.manage-fees-filter-action.filter-action .tag-container .tag a {
  vertical-align: middle;
}

#sidebarBody .card-header {
  border-radius: 0 !important;
}

.standard-table.table-invoice>tbody>tr>td {
  vertical-align: top;
}

.ui-select-container.ui-select-multiple[disabled="disabled"] {
  background-color: #ddd;
  opacity: 1;
  cursor: default;
}

.modal-body-scroll {
  height: calc(100vh - 180px);
  overflow-x: auto;
  overflow-x: hidden;
}

.modal-body-max-scroll {
  max-height: calc(100vh - 250px);
  overflow-x: hidden;
  overflow-y: auto;
}

a.cursor-default {
  cursor: default !important;
}

.table-scroll {
  height: calc(100vh - 275px);
}

.fees-item-scroll {
  height: calc(100vh - 420px);
}

.miscellaneous-table-scroll {
  max-height: calc(100vh - 275px);
  overflow-y: auto;
}

.filter-item-scroll {
  max-height: calc(100vh - 70vh);
  overflow-y: auto;
}

.tag-concession-table {
  max-height: calc(100vh - 340px) !important;
  border-spacing: 0 !important;
}

.tag-concession-table thead {
  position: sticky !important;
  inset-block-start: 0;
}

.card-body.card-body-payment {
  height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
}

.card-body.card-body-invoice {
  height: calc(100vh - 105px);
  overflow-x: hidden;
  overflow-y: auto;
}

.badge-orange {
  background-color: #FC831F !important;
  background: #FC831F !important;
}

.w-150px {
  width: 150px !important;
}

.page-loading {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.page-loading img,
.loader-overlayout img {
  z-index: 9999999;
  top: calc(50% - 60px);
  position: relative;
}

.loader-overlayout {
  position: absolute;
  overflow: hidden;
  height: 100%;
  min-height: 100px;
  width: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.table-fixed-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: calc(100vh - 272px) !important;
}

.table-fixed-container table {
  width: 100%;
  position: static !important;
}

.table-fixed-container th,
.table-fixed-container td {
  vertical-align: top;
  background: #FFF;
}

.table-fixed-container thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-fixed-container tfoot,
.table-fixed-container tfoot th,
.table-fixed-container tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 4;
}

.table-fixed-container th.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  background: #F8F6F9;
  top: -1px !important;
}

.table-fixed-container tfoot td {
  border-bottom: 1px solid #E0E0E0 !important;
}

/** Sticky Table **/
.sticky-table {
  max-width: 100%;
  max-height: calc(100vh - 320px);
  overflow: auto;
  padding: 0 !important
}

.sticky-table table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  border-spacing: 0
}

.sticky-table table tr.sticky-row td,
.sticky-table table tr.sticky-row th {
  background-color: #fff;
  border-top: 0;
  position: relative;
  z-index: 5
}

.sticky-table table td.sticky-cell,
.sticky-table table th.sticky-cell {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.sticky-table table td.sticky-cell:hover,
.sticky-table table tr:hover td {
  background: #FFFFE1 !important;
}

.sticky-table table tr.sticky-row th {
  background: linear-gradient(to bottom, #f9f9f9, #F3F2F5) !important;
}

.loader-overlayout img {
  margin-top: 100px !important;
}

.table-fixed-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: calc(100vh - 272px) !important;
}

.table-fixed-container table {
  width: 100%;
  position: static !important;
}

.table-fixed-container th,
.table-fixed-container td {
  vertical-align: top;
  background: #FFF;
}

.table-fixed-container thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-fixed-container tfoot,
.table-fixed-container tfoot th,
.table-fixed-container tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 4;
}

.table-fixed-container th.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  background: #F8F6F9;
  top: -1px !important;
}

.table-fixed-container tfoot td {
  border-bottom: 1px solid #E0E0E0 !important;
}

/** Sticky Table **/
.sticky-table {
  max-width: 100%;
  max-height: calc(100vh - 320px);
  overflow: auto;
  padding: 0 !important
}

.sticky-table table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  border-spacing: 0
}

.sticky-table table tr.sticky-row td,
.sticky-table table tr.sticky-row th {
  background-color: #fff;
  border-top: 0;
  position: relative;
  z-index: 5
}

.sticky-table table td.sticky-cell,
.sticky-table table th.sticky-cell {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.sticky-table table tr.sticky-row th {
  background: linear-gradient(to bottom, #f9f9f9, #F3F2F5) !important;
}

.sticky-table table tr.sticky-row td.sticky-cell,
.sticky-table table tr.sticky-row th.sticky-cell {
  z-index: 15
}

.font-s12 {
  font-size: 12px !important;
}

.font-s13 {
  font-size: 13px !important;
}

.font-s14 {
  font-size: 14px !important;
}

.font-s16 {
  font-size: 16px !important;
}

.font-s18 {
  font-size: 18px !important;
}

.font-s20 {
  font-size: 20px !important;
}

.font-s36 {
  font-size: 36px !important;
}

.font-s48 {
  font-size: 48px !important;
}

.font-s64 {
  font-size: 64px !important;
}

.font-s96 {
  font-size: 96px !important;
}

.font-s128 {
  font-size: 128px !important;
}

.ui-select-container.ui-select-multiple .ui-select-match-item {
  white-space: normal;
  text-align: left !important;
}

.no-underline:hover,
a.link.no-underline:hover {
  text-decoration: none !important;
  opacity: 0.85;
}

.preview-invoice-section table tbody tr {
  background-color: #ffffff !important;
}

.preview-invoice-section table tbody tr td {
  font-weight: normal !important;
}

.preview-invoice-section table tbody tr.tr-fee-enrollment {
  background-color: #F9F9F9 !important;
}

.font-w600,
.preview-invoice-section table tbody tr td.font-w600 {
  font-weight: 600 !important;
}

.filter-card .option.d-block {
  display: flex !important;
}

.filter-card .option.d-block .checkbox,
.filter-card .option.d-block .radio {
  flex: none;
  top: -1px;
}

.filter-card .option.d-block .filter-title-list {
  margin-left: 5px;
  line-height: 1.25em;
}

.filter-card .card-body {
  padding: 0.75rem 0.8rem 0.15rem;
}

.sidebar-outsite {
  width: calc(100% - 20rem);
  height: 100%;
}

table td.action .list-group li {
  font-size: 0.75rem;
  text-transform: none !important;
  padding: 0;
}

table td.action .list-group li a:hover {
  background-color: #f1f1f1;
}

table td.action .list-group li a {
  cursor: pointer;
  padding: 5px 10px;
  display: block;
  width: 100%;
}

.table-body-height {
  height: calc(100vh - 325px);
}

.table-body-max-height {
  min-height: calc(100vh - 95vh);
  max-height: calc(100vh - 325px);
}

.invoice-table-body-height {
  height: calc(100vh - 250px);
}

label.required:after {
  right: auto;
  left: 0px;
  top: -5px;
}

.form-group label.required,
label.required {
  padding-left: 12px;
  position: relative;
}

.sectiontoggler i {
  font-size: 1.25rem;
  line-height: normal;
}

.sectiontoggler[aria-expanded="true"] .la-arrow-circle-down:before {
  content: "\f11e";
}

.modal-md-custom {
  width: 35%;
  max-width: 35%;
}

.modal-lg-custom {
  width: 70%;
  max-width: 70%;
}

.modal-xl-custom {
  width: 90%;
  max-width: 90%;
}

.form-control.flatpickr-input:disabled {
  background-color: #ddd !important;
}

table>thead.thead-manage-invoice>tr>th {
  padding-right: 1em;
}

table>thead.thead-manage-invoice>tr>th.sort::after {
  position: absolute;
  right: 1px;
}

.fee-summary-card-header {
  background-color: #E8F1FC !important;
}

.my-invoice-fee-summary {
  max-height: calc(100vh - 350px);
  padding: 0px !important;
  font-size: 18px;
  height: auto !important;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.input-group-append+.form-control,
.input-group>.form-control+.ui-select-container,
.input-group>.ui-select-container+.ui-select-container,
.input-group>.ui-select-container+.form-control,
.input-group>.form-control+.input-group-append,
.input-group>.form-control+.input-group-prepend {
  margin-left: -2px;
}

.badge.badge-pill {
  border-radius: 10rem;
}

.badge-outline-secondary {
  color: #444;
  border: 1px solid #444;
}

@media(max-width :576px) {

  .table-invoice td,
  .table-invoice th {
    padding: 8px !important;
    font-size: 16px !important;
  }

  #main-container {
    margin-top: .7rem;
  }
}

.input-group-div {
  color: #555;
  border: 2px solid #DDE2EC;
  background-color: #FFF;
  padding: .15rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  text-align: right;
  min-width: 60px;
}

.split-invoice-text {
  padding: .15rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 5px;
}

.div-disabled {
  background-color: #f4f4f4;
}

tfoot td.font-s15 {
  font-size: 15px !important;
}

.custom-form-group {
  margin-bottom: 5px;
}

.custom-form-group:last-child {
  margin-bottom: 0;
}

.custom-form-group .form-control {
  min-width: 60px;
  max-width: 60px;
}

table tfoot.tfoot-border-bottom tr td {
  border-bottom: 1px solid #dee2e6 !important;
  background-color: #fcfcfc !important
}

.split-invoice-row {
  text-align: right;
  color: #000;
}

.custom-form-group input {
  text-align: right;
}

.table-split-invoice td {
  padding: 5px !important;
}

.table-split-invoice th {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.add-paper-row {
  margin: 0 !important;
}

.add-paper-row .col-md-8,
.add-paper-row .col-md-4 {
  padding: 5px !important;
  width: 100% !important;
}

.add-paper-ui-select {
  border: 1px solid #e6e6e6 !important;
  padding: 5px !important;
  width: 100%;
  max-width: 100%;
}

.add-paper-ui-select .ui-select-choices-row-inner {
  white-space: normal !important;
}

.add-paper-ui-select .ui-select-match-item {
  color: #fff !important;
  background-color: #606BCB !important;
  border-color: #606BCB !important;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  text-align: left;
}

.add-paper-ui-select .ui-select-match .close {
  color: #fff !important;
  opacity: 0.8;
  margin-left: 3px;
}

.add-paper-ui-select .ui-select-choices-row>span {
  color: #000;
}

.td-invoice-amt {
  width: 70% !important;
}

table.table-summary tbody tr:first-child td {
  border-top: 0 !important;
}

.standard-table>tbody>tr.cart-total-footer td {
  background-color: #f2f2f7;
}

.cart-summary {
  padding: 0.6rem;
  background: #313A53;
  color: #fff;
  font-size: 1rem;
}

.view-fee-table thead {
  position: sticky !important;
  inset-block-start: 0;
}

.view-fee-table td {
  padding: 0.5rem !important;
}

.view-fee-table th {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.misc-fees-right-scroll {
  width: 100%;
  height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}

.fees-item-scroll {
  width: 100%;
  height: calc(100vh - 385px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ledgerWise-summary-table {
  max-height: calc(100vh - 200px) !important;
  border-spacing: 0 !important;
}

.ledgerWise-summary-table thead {
  position: sticky !important;
  inset-block-start: 0;
}

.ledgerWise-summary-table tr th {
  padding: 8px !important;
}

.ledgerWise-summary-table tr td {
  padding: 10px !important;
}

.ledgerWise-summary-table tr:last-child {
  position: sticky !important;
  inset-block-end: 0;
  font-weight: 600 !important;
  font-size: 14px !important;
}

table tr.th-border-y-0 th,
.tr-border-y-0 td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.dropdown-menu.manage-fees-dropdown,
.dropdown-menu.manage-invoice-dropdown {
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-menu.manage-fees-dropdown,
.dropdown-menu.manage-invoice-dropdown {
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropzone[dropzone="dropzone"] input[type="file"] {
  visibility: hidden;
}

.dropzone {
  min-height: 100px;
  background-color: #f9f9f9;
  border: 2px dashed #bbb;
  border-radius: 3px;
}

@media(max-width : 1000px) {
  .modal-lg-custom {
    width: 95%;
    max-width: 95%;
  }

  .modal-xl-custom {
    width: 95%;
    max-width: 95%;
  }

  .add-paper-ui-select input.ui-select-search {
    width: 100% !important;
  }

  .td-invoice-amt {
    width: 30% !important;
    word-break: break-word;
  }

  .border-md-1 {
    border-top: 1px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
  }

  .standard-table>tbody>tr>td.action a.more-action,
  table.datatable tbody td.action a.more-action {
    float: none !important;
    margin-left: 3px;
    line-height: 1rem !important;
  }

  .invoice-status {
    width: 200px;
  }
}

@media(max-width : 768px) {
  .li-help-menu .btn-help {
    margin-left: 0 !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    width: 150px;
  }
}

datalist {
  max-height: 300px;
  min-height: 300px;
  height: 300px;
  overflow-y: auto;
}

/** Input ngTag **/
.inputTag {
  height: 100px !important;
  overflow-y: auto;
}

.inputTagCustomFilter {
  height: 250px !important;
}

.inputTag-75px {
  height: 75px !important;
}

tags-input .tags {
  background-color: #fff;
  border: 2px solid #DDE2EC;
  box-shadow: none;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}

tags-input .tags:hover {
  border-color: #B0B3DC;
}

tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #6F79D0;
  background-color: #FFF;
}

tags-input .tags .tag-item {
  background: none !important;
  padding: 3px 10px 2px !important;
  font-size: 14px;
  font-family: 'Semi Bold';
  border: none;
  border-radius: 1.875rem;
  box-shadow: none !important;
  -webkit-appearance: button-bevel;
  background-color: #6F79D0 !important;
  border-color: #B0B3DC !important;
  color: #fff;
  height: auto;
  line-height: normal;
}

tags-input .tags .tag-item .remove-button {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
}

tags-input .tags .tag-item .remove-button:hover,
tags-input .tags .tag-item .remove-button:focus {
  color: rgba(255, 255, 255, 0.95) !important;
}

tags-input .tags .input {
  font-size: 0.875rem;
}

tags-input {
  padding: 5px !important;
}

tags-input .host {
  margin: 0px !important;
  height: auto !important;
}

tags-input .tags {
  border: 0px !important;
}

tags-input .tags .input {
  height: 23px;
}

tags-input.ng-invalid .tags,
tags-input .tags.focused {
  box-shadow: none !important;
}

.tags input {
  box-shadow: none !important;
  width: auto !important;
  border: 0 !important;
}

tags-input .tags {
  box-shadow: none !important;
}

.tr-background {
  background-color: #F8F8F8 !important;
}

.invoice-background {
  background-color: #FFFFFF !important;
}

.log-table>tbody>tr>td {
  padding: 0.6rem 0.6rem;
}

.font-s23 {
  font-size: 23px !important;
}

.config-dropdown .list-group-item {
  font-size: 0.75rem;
  text-transform: none !important;
  padding: 5px 12px;
  cursor: pointer;
}

.config-dropdown .list-group-item:hover {
  background-color: #f1f1f1;
}

.config-dropdown .list-group-item a {
  display: block;
  cursor: pointer;
}

.config-page .switch-lg .off {
  top: 46% !important
}

.config-page .switch-lg .on {
  top: 46% !important
}

.config-page .switch-lg {
  margin-bottom: 0 !important;
}

.config-page .config-card-border>.col-md-12 {
  border-bottom: 1px solid #f1f1f1 !important;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}

.config-page .config-card-border>.col-md-12:hover {
  background-color: #FFFFE1;
}

.config-page .config-card-border>.col-md-12:last-child {
  border-bottom: none !important;
}

.config-page .subtitle {
  margin-bottom: 16px !important;
}

.config-page .config-card .card {
  border-radius: 12px;
  min-height: 24vh;
}

.config-page textarea {
  min-height: 70px !important;
  max-height: 70px !important;
}

.config-card-img img {
  height: 65px !important;
  object-fit: contain !important;
  margin-top: 10px;
  padding: 2px;
}

.bg-disabled {
  background-color: #ddd !important;
}

.paymode-container {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 1em;
  margin-bottom: 2.5em;
}

.amount-word-sec {
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 15px 10px;
  float: left;
}

.amt-col {
  width: 100%;
  float: left;
}

.amt-col span {
  width: auto;
  font-weight: 600;
  margin-right: 10px;
}

.amt-col span.border-dotted-line {
  width: auto;
  border-bottom: 1px dashed #333;
  font-weight: normal;
  margin-right: 0px;
}

/* End */
/* PROGRESS BAR */

@keyframes circle-progress {
  0% {
    --percentage: 0;
  }

  100% {
    --percentage: var(--value);
  }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="circle-progressbar"] {
  margin: 6px 0;
  --primary: #40af61;
  --secondary: #dbe2e7;
  --size: 44px;
  animation: circle-progress 2s 0.5s forwards;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="circle-progressbar"]::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
}

[role="circle-progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}

.pay-card-body-scroll {
  height: calc(100vh - 335px);
  overflow-y: auto;
  overflow-x: hidden;
}

.pay-card-body-scroll::-webkit-scrollbar {
  width: 9px;
}

.pay-card-body-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #EAEBEE;
}

.heading-component {
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
}

.heading-component h5 {
  font-weight: 600 !important;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #495870;
  text-transform: uppercase !important;

}

.heading-component-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
}

.heading-component-inner>* {
  margin-left: 15px;
}

.heading-component-inner>* {
  margin-bottom: 11px;
}

.heading-component-inner *+.button {
  margin-top: 0;
}

.heading-component-title {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 26px;
}

.heading-component-title::before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  border-left: 4px solid #18377F;
  pointer-events: auto;
}

.heading-component-title::after {
  content: '';
  display: inline-block;
  min-height: inherit;
  width: 0;
  vertical-align: middle;
}

.heading-component-title .icon {
  margin-right: 4px;
  vertical-align: middle;
}

.heading-component+* {
  margin-top: 25px;
}

.heading-component+.row {
  margin-top: 25px;
}

.profile-edit-icon {
  margin-top: 7px;
  margin-left: 3px;
}

.profile-content {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  bottom: 80px;
  background-color: #FFFFFF;
}

.dropzone-content {
  position: relative;
  top: 65px;
  left: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid lightgrey !important;
  z-index: 999;
  box-shadow: 3px 2px #7c7a7a33;
}

.profile-img-content {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  bottom: 20px;
  left: 9px;
  display: flex;
}

.tab-list-btn {
  border: 2px solid #DADCE0;
  border-radius: 7px;
  font-size: 14px;
  display: inline-block;
  color: #6B6B6B;
  min-width: 143px;
  padding: 8px 12px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.tab-list-left-sec {
  border-right: 2px solid #D9D9D9;
  min-width: 63px;
  display: inline-block;
  padding-right: 20px;
  font-family: 'Medium';
  font-size: 14px;
}

.tab-list-right-sec {
  min-width: 40px;
  display: inline-block;
  font-family: 'Semi Bold';
  font-size: 15px;
  text-align: right;
}
/* Invoice-card */
.card.invoice-card {
  border-radius: 16px;
  box-shadow: 2px 1px 4px 0px #BFBFBF1A, 6px 3px 7px 0px #BFBFBF17, 14px 7px 9px 0px #BFBFBF0D, 24px 13px 11px 0px #BFBFBF03, 38px 20px 12px 0px #BFBFBF00 !important;
  background-color: #FFFFFF;
}

.btn-pay {
  border-radius: 8px !important;
  font-weight: 600 !important;
  background-color: #039855 !important;
  color: #FFFFFF;
}

.btn-view {
  border-radius: 8px !important;
  border: 1px solid #A1C1FF;
  background-color: #F2F4F7 !important;
  font-weight: 600 !important;
  font-size: 14px;
  color: #2264E5;
}

.btn-pay-table {
  border-radius: 8px !important;
  border: 1px solid #039855;
  background-color: #F2F4F7 !important;
  font-weight: 600 !important;
  font-size: 14px;
  color: #039855 !important;
}

.btn-pay-table.table-view,
.btn-view.table-view {
  width: 8vw !important;
}
.status-badge {
  border-radius: 10px !important;
  padding: 0.15rem 1.1rem;
  font-size: 12px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
}

.invoice-card .status-badge-success {
  background-color: #039855 !important;
}

.invoice-card .status-badge-pending {
  background-color: #CEB026 !important;
}

.invoice-card .text-label {
  font-weight: 400;
  color: #413C3C;
  font-size: 14px;
}

.invoice-card .text-value {
  font-weight: 500;
  color: #413C3C;
  font-size: 14px;
}

.invoice-card h5 {
  color: #413C3C;
  font-size: 16px;
  font-weight: 500;
}

.invoice-card .secondary-text {
  color: #777777;
  font-size: 12px;
  margin: 4px 0 0.8rem 0;
}

.invoice-card .status-pill {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
}

.invoice-card .card-wrapper {
  background-color: #F3F7FF;
  text-align: center;
  padding: 4px;
  font-weight: 500;
  color: #434242;
  font-size: 12px;
}

.invoice-card .card-wrapper.centralize {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.invoice-card .dropdown-menu .list-group-item,
.dropdown-menu.custom-dropdown-menu .list-group-item {
  min-width: 120px;
  border-radius: 6px;
  padding: 8px 6px !important;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--white);
  box-shadow: 0px 5px 15px 0px #00000014, 0px 15px 35px -5px #11182633, 0px 0px 0px 1px #98A1B21A;
  border: 0;
  cursor: pointer;
}

.invoice-card .dropdown-menu .list-group-item a {
  color: #2264e5 !important;
  font-size: 13px;
  padding: 4px 10px !important;
}

.dropdown-menu.custom-dropdown-menu .list-group-item a {
  color: #2264e5 !important;
  font-size: 13px;
  padding: 0px 10px !important;
}

/* switch-btn */

.btn-switch .btn {
  background-color: #FFFFFF;
  border: 1px solid #DDE2E4;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

.btn-switch .btn.card-view {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.btn-switch .btn.list-view {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

/*** Cards ***/
.card.new-card-shadow {
  border-radius: 10px !important;
  background-color: #FFFFFF !important;
  border: 0 !important;
  box-shadow: 0px 0px 2px 0px #00000014, 0px 1px 4px 0px #454B571F, 0px 0px 0px 1px #98A1B21A;
}


/*** Tables ***/
table.new-table {
  width: 100%;
  margin-bottom: 0 !important;
}

.new-table-body.fixed-table {
  height: calc(100vh - 300px);
  overflow-y: auto;
}

.new-table-body.fixed-table::-webkit-scrollbar {
  width: 7px;
}

.new-table-body.fixed-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #EAEBEE;
}

.card-body-invoice::-webkit-scrollbar {
  width: 9px;
}

.card-body-invoice::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #EAEBEE;
}
table.new-table th {
  border: 1px solid;
  border-color: #EAEBEE;
  background-color: #F8F6F9;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding: 8px 8px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #464F60 !important;
}

table.new-table td {
  border: 1px solid;
  border-color: #EAEBEE;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 8px 8px;
  color: #464F60;
  vertical-align: middle;
}

table.new-table tbody tr:hover td {
  background-color: #F2F5FA;
}

.new-table-header.table-header {
  width: 100%;
  background-color: #F8F6F9 !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.new-table-header.table-header .new-search-input.form-control {
  min-width: 290px;
  box-shadow: 0px 0px 0px 1px #68718229, 0px 1px 2px 0px #0000000F !important;
  background-color: #FFFFFF;
}

.new-search-input.form-control {
  border-radius: 6px !important;
  padding-left: 35px !important;
  background: url('../img/search.svg') no-repeat 10px 10px;
  background-size: 17px;
  border: 0;
}

.new-table-header .table-accordion-header {
  padding: 15px;
}

table.new-table .custom-more-action {
  float: right;
  padding: 0.25rem 0.4rem;
  cursor: pointer;
  line-height: 1.4rem;
  width: 35px;
  text-align: center;
}

.new-table td.action .list-group-item {
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 6px !important;
}

.new-pagination.table-pagination {
  padding: 12px 20px !important;
  font-size: 12px;
  border: none !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: #F8F6F9 !important;
  color: #687182 !important;
}

.new-pagination.table-pagination .datalist {
  margin-left: 4px;
  width: 70px;
  font-size: 12px;
  background-color: #FFFFFF !important;
  color: #687182 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}

.new-pagination .pagination .navigation-left,
.new-pagination .pagination .navigation-right {
  border-radius: 6px !important;
  padding: 9px 11px !important;
  box-shadow: 0px 0px 0px 1px #464F603D !important;
}

.new-pagination .pagination .navigation-left:focus,
.new-pagination .pagination .navigation-right:focus {
  box-shadow: 0px 0px 0px 1px #464F603D !important;
}

.new-pagination .pagination .navigation-left {
  background: url(../img/navigation-left.svg) no-repeat 3px 1px !important;
}

.new-pagination .pagination .navigation-right {
  background: url(../img/navigation-right.svg) no-repeat 3px 1px !important;
}

/* status-modal */
.status-modal .modal-body {
  border-radius: 8px;
}

.status-modal .modal-content {
  box-shadow: 0px 8px 8px -4px #1018280A, 0px 20px 24px -4px #1018281A;
  border-radius: 12px !important;
}

.status-modal .modal-body {
  padding: 1.5rem !important;
}

/* Message Modal */
.status-modal .msg-modal .msg-modal-title {
  margin: 24px 0 16px 0 !important;
}

.status-modal .msg-modal .msg-modal-title span,
.confirm-msg-modal .confirm-modal-title span,
.status-modal .failure-modal .failure-modal-title span {
  font-weight: 600 !important;
  font-size: 20px;
  vertical-align: middle !important;
}

.status-modal .msg-modal .msg-modal-button,
.status-modal .failure-modal .failure-modal-button {
  margin-bottom: 24px !important;
  padding-top: 16px;
}

.status-modal .msg-modal .msg-modal-button button,
.confirm-msg-modal .confirm-modal-button button,
.status-modal .failure-modal .failure-modal-button button {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

/* Confirm modal */
.confirm-msg-modal .confirm-modal-title {
  text-align: center;
  margin: 24px 0 24px 0;
}

.confirm-msg-modal .confirm-modal-sec {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.confirm-msg-modal .confirm-modal-button {
  margin-bottom: 24px;
  padding-top: 16px;
  text-align: center;
}

/* Failure Modal */
.status-modal .failure-modal .failure-modal-title {
  margin-top: 24px;
  margin-bottom: 16px;
}
.payment-terms-container {
  height: calc(100vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
}

.payment-terms-container::-webkit-scrollbar {
  width: 9px;
}

.payment-terms-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cacbcd;
}

.heading-color {
  color: #2b4bab;
}