@charset "UTF-8";
/*
    Utilities to parse params supplied as a map. Values can be defined in terms of
    other values, with modifications. For example:

    @include ag-register-params((
        a: ag-derived(b, $times: c, $plus: 2),
        b: 4,
        c: 10
    ));
    @debug ag-param(a); // outputs 42
*/
/**
    Automatically generate rtl styles from provided ltr styles by flipping "left" and "right"
    in property names and values.

    For example:

    .foo {
        @include ag-unthemed-rtl((margin-left: 10px));
    }

    Will emit:

    .ag-ltr .foo {
      margin-left: 10px;
    }
    .ag-rtl .foo {
      margin-right: 10px;
    }
*/
/**
    Like ag-unthemed-rtl, automatically generate rtl styles from provided ltr styles by flipping
    "left" and "right" in property names and values. However this mixin is for use in themes. Because the
    div with the theme class is outside the div with the .ag-rtl class, we need to keep the theme class
    higher than the .ag-rtl.

    For example:

    .ag-theme-xyz {
        .foo {
            @include ag-theme-rtl((margin-left: 10px));
        }
    }

    Will emit:

    .ag-theme-xyz .ag-ltr .foo {
      margin-left: 10px;
    }
    .ag-theme-xyz .ag-rtl .foo {
      margin-right: 10px;
    }

    Note how the .ag-ltr class is inserted between the theme class and the rest of the selector
*/
/*
    Utilities to parse params supplied as a map. Values can be defined in terms of
    other values, with modifications. For example:

    @include ag-register-params((
        a: ag-derived(b, $times: c, $plus: 2),
        b: 4,
        c: 10
    ));
    @debug ag-param(a); // outputs 42
*/
/*
    Utilities to parse params supplied as a map. Values can be defined in terms of
    other values, with modifications. For example:

    @include ag-register-params((
        a: ag-derived(b, $times: c, $plus: 2),
        b: 4,
        c: 10
    ));
    @debug ag-param(a); // outputs 42
*/
.ag-theme-billing {
  -webkit-font-smoothing: antialiased;
  color: #181d1f;
  font-family: "Lexend", serif;
  font-size: 12px;
  line-height: normal;
}

@font-face {
  font-family: "agGridAlpine";
  src: url("data:application/font-woff;charset=utf-8;base64,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")
      format("woff"),
    url("data:application/x-font-ttf;charset=utf-8;base64,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AADxBQAAAAYAAPEGAADxBgAAAAcAAPEHAADxBwAAAAgAAPEIAADxCAAAAAkAAPEJAADxCQAAAAoAAPEKAADxCgAAAAsAAPELAADxCwAAAAwAAPEMAADxDAAAAA0AAPENAADxDQAAAA4AAPEOAADxDgAAAA8AAPEPAADxDwAAABAAAPEQAADxEAAAABEAAPERAADxEQAAABIAAPESAADxEgAAABMAAPETAADxEwAAABQAAPEUAADxFAAAABUAAPEVAADxFQAAABYAAPEWAADxFgAAABcAAPEXAADxFwAAABgAAPEYAADxGAAAABkAAPEZAADxGQAAABoAAPEaAADxGgAAABsAAPEbAADxGwAAABwAAPEcAADxHAAAAB0AAPEdAADxHQAAAB4AAPEeAADxHgAAAB8AAPEfAADxHwAAACAAAPEgAADxIAAAACEAAPEhAADxIQAAACIAAPEiAADxIgAAACMAAPEjAADxIwAAACQAAPEkAADxJAAAACUAAPElAADxJQAAACYAAPEmAADxJgAAACcAAPEnAADxJwAAACgAAPEoAADxKAAAACkAAPEpAADxKQAAACoAAPEqAADxKgAAACsAAPErAADxKwAAACwAAPEsAADxLAAAAC0AAPEtAADxLQAAAB4AAPEuAADxLgAAAC4AAPEvAADxLwAAAC8AAPEwAADxMAAAADAAAAAAABoAUgBoAKIA3AD2ASYBUAF6AawBzgHiAhQCNgJMAmACwAMKAygDQAOKA8ID2gPyBDQEcgSYBLIE2ATqBQYFVgWUBf4GpAa4Bv4HWAduB44HnAeqB7gHxgfaB+gH/AhKCEoISghKCEoISghKCEoISghKCEoISghKCEoISghKCEoISghKCEoISghKCEoISghKCEoAAAABAAAAAALuAy0ACwAAASEVFwcVITUhNychAu7+DPr6AfT+avr6AZYDLT/6+j4++voAAAAABf/7//sD7QPtAAUACwAPABUAGwAAEwcXByc3BTcXByc3JRcHJwMXNxcHJxMnNxcHJ+uXlyzDwwI+LMPDLJf+YVhYWECXlyzDwywsw8MslwKLl5csw8MsLMPDLJdYWVhY/viXlyzDwwI+LMPDLJcAAAEAAAAAA0IDQgAIAAATFzcRMxEXNwGnOulU6Dv+swH0O+n+BQH76TsBTQAAAgAAAAADlQOVABQAIAAA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AHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABKAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwALYWdncmVnYXRpb24GYXJyb3dzA2FzYwZjYW5jZWwIY2FuY2VsLTEFY2hhcnQQY2hlY2tib3gtY2hlY2tlZBZjaGVja2JveC1pbmRldGVybWluYXRlEmNoZWNrYm94LXVuY2hlY2tlZAxjb2xvci1waWNrZXIHY29sdW1ucwpjb250cmFjdGVkBGNvcHkFY3Jvc3MEZGVzYwhleHBhbmRlZAlleWUtc2xhc2gDZXllBmZpbHRlcgVmaXJzdARncmlwBWdyb3VwBGxhc3QEbGVmdAZsaW5rZWQHbG9hZGluZwhtYXhpbWl6ZQRtZW51CG1pbmltaXplBG5leHQEbm9uZQtub3QtYWxsb3dlZAVwYXN0ZQNwaW4FcGl2b3QIcHJldmlvdXMQcmFkaW8tYnV0dG9uLW9mZg9yYWRpby1idXR0b24tb24FcmlnaHQEc2F2ZQpzbWFsbC1kb3duCnNtYWxsLWxlZnQLc21hbGwtcmlnaHQIc21hbGwtdXAEdGljaxJ0cmVlLWluZGV0ZXJtaW5hdGUJdHJlZS1vcGVuCHVubGlua2VkAWEBZwFyAWUBdAFpAW8BbgF3AXMBYwFsAWgBawFiAXgBLQFkAW0BdQFwAXkBZgF6AXYAAAA=")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

.ag-theme-billing .ag-icon {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ag-theme-billing .ag-icon-aggregation:before {
  content: "";
}
.ag-theme-billing .ag-icon-arrows:before {
  content: "";
}
.ag-theme-billing .ag-icon-asc:before {
  content: "";
}
.ag-theme-billing .ag-icon-cancel:before {
  content: "";
}
.ag-theme-billing .ag-icon-chart:before {
  content: "";
}
.ag-theme-billing .ag-icon-color-picker:before {
  content: "";
}
.ag-theme-billing .ag-icon-columns:before {
  content: "";
}
.ag-theme-billing .ag-icon-contracted:before {
  content: "";
}
.ag-theme-billing .ag-icon-copy:before {
  content: "";
}
.ag-theme-billing .ag-icon-cross:before {
  content: "";
}
.ag-theme-billing .ag-icon-desc:before {
  content: "";
}
.ag-theme-billing .ag-icon-expanded:before {
  content: "";
}
.ag-theme-billing .ag-icon-eye-slash:before {
  content: "";
}
.ag-theme-billing .ag-icon-eye:before {
  content: "";
}
.ag-theme-billing .ag-icon-filter:before {
  content: "";
}
.ag-theme-billing .ag-icon-first:before {
  content: "";
}
.ag-theme-billing .ag-icon-grip:before {
  content: "";
}
.ag-theme-billing .ag-icon-group:before {
  content: "";
}
.ag-theme-billing .ag-icon-last:before {
  content: "";
}
.ag-theme-billing .ag-icon-left:before {
  content: "";
}
.ag-theme-billing .ag-icon-linked:before {
  content: "";
}
.ag-theme-billing .ag-icon-loading:before {
  content: "";
}
.ag-theme-billing .ag-icon-maximize:before {
  content: "";
}
.ag-theme-billing .ag-icon-menu:before {
  content: "";
}
.ag-theme-billing .ag-icon-minimize:before {
  content: "";
}
.ag-theme-billing .ag-icon-next:before {
  content: "";
}
.ag-theme-billing .ag-icon-none:before {
  content: "";
}
.ag-theme-billing .ag-icon-not-allowed:before {
  content: "";
}
.ag-theme-billing .ag-icon-paste:before {
  content: "";
}
.ag-theme-billing .ag-icon-pin:before {
  content: "";
}
.ag-theme-billing .ag-icon-pivot:before {
  content: "";
}
.ag-theme-billing .ag-icon-previous:before {
  content: "";
}
.ag-theme-billing .ag-icon-right:before {
  content: "";
}
.ag-theme-billing .ag-icon-save:before {
  content: "";
}
.ag-theme-billing .ag-icon-small-down:before {
  content: "";
}
.ag-theme-billing .ag-icon-small-left:before {
  content: "";
}
.ag-theme-billing .ag-icon-small-right:before {
  content: "";
}
.ag-theme-billing .ag-icon-small-up:before {
  content: "";
}
.ag-theme-billing .ag-icon-tick:before {
  content: "";
}
.ag-theme-billing .ag-icon-tree-closed:before {
  content: "";
}
.ag-theme-billing .ag-icon-tree-indeterminate:before {
  content: "";
}
.ag-theme-billing .ag-icon-tree-open:before {
  content: "";
}
.ag-theme-billing .ag-icon-unlinked:before {
  content: "";
}
.ag-theme-billing .ag-icon-row-drag:before {
  content: "";
}
.ag-theme-billing .ag-right-arrow:before {
  content: "";
}
.ag-theme-billing .ag-right-arrow:before {
  content: "";
}
.ag-theme-billing .ag-root-wrapper {
  background-color: #fff;
}
.ag-theme-billing [class^="ag-"],
.ag-theme-billing [class^="ag-"]:focus,
.ag-theme-billing [class^="ag-"]:after,
.ag-theme-billing [class^="ag-"]:before {
  box-sizing: border-box;
  outline: none;
}
.ag-theme-billing [class^="ag-"]::-ms-clear {
  display: none;
}
.ag-theme-billing .ag-checkbox .ag-input-wrapper,
.ag-theme-billing .ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-theme-billing .ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-theme-billing .ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}
.ag-theme-billing .ag-ltr .ag-label-align-right .ag-label {
  margin-left: 6px;
}
.ag-theme-billing .ag-rtl .ag-label-align-right .ag-label {
  margin-right: 6px;
}
.ag-theme-billing input[class^="ag-"] {
  margin: 0;
  background-color: #fff;
}
.ag-theme-billing textarea[class^="ag-"],
.ag-theme-billing select[class^="ag-"] {
  background-color: #fff;
}
.ag-theme-billing input[class^="ag-"]:not([type]),
.ag-theme-billing input[class^="ag-"][type="text"],
.ag-theme-billing input[class^="ag-"][type="number"],
.ag-theme-billing input[class^="ag-"][type="tel"],
.ag-theme-billing input[class^="ag-"][type="date"],
.ag-theme-billing input[class^="ag-"][type="datetime-local"],
.ag-theme-billing textarea[class^="ag-"] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #babfc7;
}
.ag-theme-billing input[class^="ag-"]:not([type]):disabled,
.ag-theme-billing input[class^="ag-"][type="text"]:disabled,
.ag-theme-billing input[class^="ag-"][type="number"]:disabled,
.ag-theme-billing input[class^="ag-"][type="tel"]:disabled,
.ag-theme-billing input[class^="ag-"][type="date"]:disabled,
.ag-theme-billing input[class^="ag-"][type="datetime-local"]:disabled,
.ag-theme-billing textarea[class^="ag-"]:disabled {
  color: rgba(24, 29, 31, 0.5);
  background-color: #f1f2f4;
  border-color: rgba(186, 191, 199, 0.3);
}
.ag-theme-billing input[class^="ag-"]:not([type]):focus,
.ag-theme-billing input[class^="ag-"][type="text"]:focus,
.ag-theme-billing input[class^="ag-"][type="number"]:focus,
.ag-theme-billing input[class^="ag-"][type="tel"]:focus,
.ag-theme-billing input[class^="ag-"][type="date"]:focus,
.ag-theme-billing input[class^="ag-"][type="datetime-local"]:focus,
.ag-theme-billing textarea[class^="ag-"]:focus {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: rgba(33, 150, 243, 0.4);
}
.ag-theme-billing input[class^="ag-"][type="number"] {
  -moz-appearance: textfield;
}
.ag-theme-billing input[class^="ag-"][type="number"]::-webkit-outer-spin-button,
.ag-theme-billing
  input[class^="ag-"][type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ag-theme-billing input[class^="ag-"][type="range"] {
  padding: 0;
}
.ag-theme-billing input[class^="ag-"][type="button"]:focus,
.ag-theme-billing button:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-billing .ag-drag-handle {
  color: #181d1f;
}
.ag-theme-billing .ag-list-item,
.ag-theme-billing .ag-virtual-list-item {
  height: 30px;
}
.ag-theme-billing .ag-select-list {
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.ag-theme-billing .ag-list-item {
  display: flex;
  align-items: center;
}
.ag-theme-billing .ag-list-item.ag-active-item {
  background-color: rgba(33, 150, 243, 0.1);
}
.ag-theme-billing .ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-theme-billing .ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-theme-billing .ag-select .ag-picker-field-wrapper {
  background-color: #fff;
  min-height: 30px;
  height: 30px;
  cursor: default;
}
.ag-theme-billing .ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-theme-billing .ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-theme-billing .ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-theme-billing .ag-rich-select {
  background-color: #f8f8f8;
}
.ag-theme-billing .ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: 273px;
}
.ag-theme-billing .ag-rich-select-value {
  padding: 0 6px 0 18px;
  height: 42px;
  border-bottom: solid 1px #dde2eb;
}
.ag-theme-billing .ag-rich-select-virtual-list-item {
  cursor: default;
  height: 30px;
}
.ag-theme-billing .ag-rich-select-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.1);
}
.ag-theme-billing .ag-rich-select-row {
  padding-left: 18px;
}
.ag-theme-billing .ag-rich-select-row-selected {
  background-color: rgba(33, 150, 243, 0.3);
}
.ag-theme-billing .ag-row-drag,
.ag-theme-billing .ag-selection-checkbox,
.ag-theme-billing .ag-group-expanded,
.ag-theme-billing .ag-group-contracted {
  color: #181d1f;
}
.ag-theme-billing .ag-ltr .ag-row-drag,
.ag-theme-billing .ag-ltr .ag-selection-checkbox,
.ag-theme-billing .ag-ltr .ag-group-expanded,
.ag-theme-billing .ag-ltr .ag-group-contracted {
  margin-right: 12px;
}
.ag-theme-billing .ag-rtl .ag-row-drag,
.ag-theme-billing .ag-rtl .ag-selection-checkbox,
.ag-theme-billing .ag-rtl .ag-group-expanded,
.ag-theme-billing .ag-rtl .ag-group-contracted {
  margin-left: 12px;
}
.ag-theme-billing
  .ag-cell-wrapper
  > *:not(.ag-cell-value):not(.ag-group-value) {
  height: 40px;
  display: flex;
  align-items: center;
  flex: none;
}
.ag-theme-billing .ag-group-expanded,
.ag-theme-billing .ag-group-contracted {
  cursor: pointer;
}
.ag-theme-billing .ag-group-title-bar-icon {
  cursor: pointer;
  color: #181d1f;
}
.ag-theme-billing .ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-theme-billing .ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-theme-billing .ag-group-title-bar {
  background-color: #fff;
  padding: 6px;
}
.ag-theme-billing .ag-group-toolbar {
  padding: 6px;
}
.ag-theme-billing .ag-disabled-group-title-bar,
.ag-theme-billing .ag-disabled-group-container {
  opacity: 0.5;
}
.ag-theme-billing .group-item {
  margin: 3px 0;
}
.ag-theme-billing .ag-label {
  white-space: nowrap;
}
.ag-theme-billing .ag-ltr .ag-label {
  margin-right: 6px;
}
.ag-theme-billing .ag-rtl .ag-label {
  margin-left: 6px;
}
.ag-theme-billing .ag-label-align-top .ag-label {
  margin-bottom: 3px;
}
.ag-theme-billing .ag-ltr .ag-slider-field,
.ag-theme-billing .ag-ltr .ag-angle-select-field {
  margin-right: 12px;
}
.ag-theme-billing .ag-rtl .ag-slider-field,
.ag-theme-billing .ag-rtl .ag-angle-select-field {
  margin-left: 12px;
}
.ag-theme-billing .ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  box-shadow: 0 0 2px #181d1f;
  background-color: #fff;
}
.ag-theme-billing .ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #181d1f;
}
.ag-theme-billing .ag-picker-field-wrapper {
  border: 1px solid #babfc7;
  border-radius: 5px;
}
.ag-theme-billing .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-billing .ag-picker-field-button {
  background-color: #fff;
  color: #181d1f;
}
.ag-theme-billing .ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-theme-billing .ag-color-picker .ag-picker-field-display {
  height: 16px;
}
.ag-theme-billing .ag-color-panel {
  padding: 6px;
}
.ag-theme-billing .ag-spectrum-color {
  background-color: red;
  border-radius: 2px;
}
.ag-theme-billing .ag-spectrum-tools {
  padding: 10px;
}
.ag-theme-billing .ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.ag-theme-billing .ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.ag-theme-billing .ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-theme-billing .ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-theme-billing .ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-theme-billing .ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-theme-billing .ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-theme-billing .ag-recent-color {
  margin: 0 3px;
}
.ag-theme-billing .ag-recent-color:first-child {
  margin-left: 0;
}
.ag-theme-billing .ag-recent-color:last-child {
  margin-right: 0;
}
.ag-theme-billing .ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
}
.ag-dragging-range-handle .ag-theme-billing .ag-dialog,
.ag-dragging-fill-handle .ag-theme-billing .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-theme-billing .ag-dialog {
  border-radius: 3px;
  border: solid 1px #babfc7;
}
.ag-theme-billing .ag-panel {
  background-color: #fff;
}
.ag-theme-billing .ag-panel-title-bar {
  background-color: #f8f8f8;
  color: #181d1f;
  height: 48px;
  padding: 6px 18px;
  border-bottom: solid 1px #babfc7;
}
.ag-theme-billing .ag-ltr .ag-panel-title-bar-button {
  margin-left: 6px;
}
.ag-theme-billing .ag-rtl .ag-panel-title-bar-button {
  margin-right: 6px;
}
.ag-theme-billing .ag-tooltip {
  background-color: #f8f8f8;
  color: #181d1f;
  padding: 6px;
  border: solid 1px #babfc7;
  border-radius: 3px;
  transition: opacity 1s;
}
.ag-theme-billing .ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-1 {
  padding-left: 16px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-1 {
  padding-right: 16px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-2 {
  padding-left: 32px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-2 {
  padding-right: 32px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-3 {
  padding-left: 48px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-3 {
  padding-right: 48px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-4 {
  padding-left: 64px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-4 {
  padding-right: 64px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-5 {
  padding-left: 80px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-5 {
  padding-right: 80px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-6 {
  padding-left: 96px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-6 {
  padding-right: 96px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-7 {
  padding-left: 112px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-7 {
  padding-right: 112px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-8 {
  padding-left: 128px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-8 {
  padding-right: 128px;
}
.ag-theme-billing .ag-ltr .ag-column-select-indent-9 {
  padding-left: 144px;
}
.ag-theme-billing .ag-rtl .ag-column-select-indent-9 {
  padding-right: 144px;
}
.ag-theme-billing .ag-column-select-header-icon {
  cursor: pointer;
}
.ag-theme-billing .ag-ltr .ag-column-group-icons:not(:last-child),
.ag-theme-billing .ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-theme-billing .ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-theme-billing
  .ag-ltr
  .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-theme-billing .ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-theme-billing .ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-theme-billing
  .ag-ltr
  .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-theme-billing .ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: 12px;
}
.ag-theme-billing .ag-rtl .ag-column-group-icons:not(:last-child),
.ag-theme-billing .ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-theme-billing .ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-theme-billing
  .ag-rtl
  .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-theme-billing .ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-theme-billing .ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-theme-billing
  .ag-rtl
  .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-theme-billing .ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: 12px;
}
.ag-theme-billing .ag-column-select-column-group:not(:last-child),
.ag-theme-billing .ag-column-select-column:not(:last-child) {
  margin-bottom: 9px;
}
.ag-theme-billing .ag-column-select-column-readonly,
.ag-theme-billing .ag-column-select-column-group-readonly {
  color: rgba(24, 29, 31, 0.5);
  pointer-events: none;
}
.ag-theme-billing .ag-ltr .ag-column-select-add-group-indent {
  margin-left: 28px;
}
.ag-theme-billing .ag-rtl .ag-column-select-add-group-indent {
  margin-right: 28px;
}
.ag-theme-billing .ag-column-select-list {
  padding: 12px 12px;
}
.ag-theme-billing .ag-rtl {
  text-align: right;
}
.ag-theme-billing .ag-root-wrapper {
  border: solid 1px var(--border-color-gray);
  border-radius: 3px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: 46px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: 46px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: 74px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: 74px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: 102px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: 102px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: 130px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: 130px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: 158px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: 158px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: 186px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: 186px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: 214px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: 214px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: 242px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: 242px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: 270px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: 270px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: 298px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: 298px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: 326px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: 326px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: 354px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: 354px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: 382px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: 382px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: 410px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: 410px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: 438px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: 438px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: 466px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: 466px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: 494px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: 494px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: 522px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: 522px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}
.ag-theme-billing .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: 550px;
}
.ag-theme-billing .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: 550px;
}
.ag-theme-billing .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}
.ag-theme-billing .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}
.ag-theme-billing .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-billing .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-billing .ag-cell {
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-theme-billing .ag-value-change-delta {
  padding-right: 2px;
}
.ag-theme-billing .ag-value-change-delta-up {
  color: #43a047;
}
.ag-theme-billing .ag-value-change-delta-down {
  color: #e53935;
}
.ag-theme-billing .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-theme-billing .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s;
}
.ag-theme-billing .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
}
.ag-theme-billing .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s;
}
.ag-theme-billing .ag-cell-highlight {
  background-color: #2196f3 !important;
}
.ag-theme-billing .ag-cell-highlight-animation {
  transition: background-color 1s;
}
.ag-theme-billing .ag-row {
  height: 42px;
  background-color: #fff;
  color: var(--textcolor);
  border: none 1px #dde2eb;
}
.ag-theme-billing .ag-row:not(.ag-row-first) {
  border-top-style: solid;
}
.ag-theme-billing .ag-row.ag-row-last {
  border-bottom-style: solid;
}
.ag-theme-billing .ag-row-highlight-above::after,
.ag-theme-billing .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2196f3;
  left: 1px;
}
.ag-theme-billing .ag-row-highlight-above::after {
  top: -2px;
}
.ag-theme-billing .ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-theme-billing .ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-theme-billing .ag-row-odd {
  background-color: #f1f5f8;
}
.ag-theme-billing .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-row-hover {
  background-color: var(--hover-row-color);
}
.ag-theme-billing .ag-ltr .ag-numeric-cell {
  text-align: right;
}
.ag-theme-billing .ag-rtl .ag-numeric-cell {
  text-align: left;
}
.ag-theme-billing .ag-ltr .ag-numeric-cell .ag-cell-value {
  margin-left: auto;
}
.ag-theme-billing .ag-rtl .ag-numeric-cell .ag-cell-value {
  margin-right: auto;
}
.ag-theme-billing .ag-cell {
  /* border: 1px solid transparent;
    line-height: 40px; */
  padding-left: 17px;
  padding-right: 17px;
}
.ag-theme-billing .ag-row > .ag-cell-wrapper {
  padding-left: 17px;
  padding-right: 17px;
}
.ag-theme-billing .ag-row-dragging {
  cursor: move;
}
.ag-theme-billing .ag-row-dragging {
  opacity: 0.5;
}
.ag-theme-billing .ag-cell-inline-editing {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
  height: 42px;
  background-color: #f8f8f8;
}
.ag-theme-billing .ag-popup-editor {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background-color: #f8f8f8;
  padding: 0;
}
.ag-theme-billing .ag-large-text-input {
  height: auto;
  padding: 18px;
}
.ag-theme-billing .ag-details-row {
  padding: 30px;
  background-color: #fff;
}
.ag-theme-billing .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.66);
}
.ag-theme-billing .ag-overlay-loading-center {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
}
.ag-theme-billing .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-theme-billing .ag-loading {
  padding-left: 18px;
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-theme-billing .ag-loading-icon {
  padding-right: 12px;
}
.ag-theme-billing .ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-theme-billing .ag-floating-top {
  border-bottom: solid 1px #babfc7;
}
.ag-theme-billing .ag-floating-bottom {
  border-top: solid 1px #babfc7;
}
.ag-theme-billing .ag-ltr .ag-cell {
  border-right: solid var(--border-color-gray);
}
.ag-theme-billing .ag-rtl .ag-cell {
  border-left: solid transparent;
}
.ag-theme-billing .ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-theme-billing .ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-theme-billing
  .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing
  .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing .ag-row-selected {
  background-color: var(--hover-row-color);
}
.ag-theme-billing .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(33, 150, 243, 0.2);
}
.ag-theme-billing
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart {
  background-color: rgba(0, 88, 255, 0.1);
}
.ag-theme-billing
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: rgba(0, 255, 132, 0.1);
}
.ag-theme-billing .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(33, 150, 243, 0.2);
}
.ag-theme-billing .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(33, 150, 243, 0.36);
}
.ag-theme-billing .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(33, 150, 243, 0.488);
}
.ag-theme-billing .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(33, 150, 243, 0.5904);
}
.ag-theme-billing
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: #2196f3;
}
.ag-theme-billing
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: #2196f3;
}
.ag-theme-billing
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: #2196f3;
}
.ag-theme-billing
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: #2196f3;
}
.ag-theme-billing
  .ag-ltr
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-billing
  .ag-ltr
  .ag-has-focus
  .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-billing .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-billing
  .ag-rtl
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-billing
  .ag-rtl
  .ag-has-focus
  .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-billing .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid #2196f3;
  outline: initial;
}
.ag-theme-billing .ag-cell.ag-selection-fill-top,
.ag-theme-billing .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed #2196f3;
}
.ag-theme-billing .ag-ltr .ag-cell.ag-selection-fill-right,
.ag-theme-billing
  .ag-ltr
  .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed #2196f3;
}
.ag-theme-billing .ag-rtl .ag-cell.ag-selection-fill-right,
.ag-theme-billing
  .ag-rtl
  .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed #2196f3;
}
.ag-theme-billing .ag-cell.ag-selection-fill-bottom,
.ag-theme-billing .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed #2196f3;
}
.ag-theme-billing .ag-ltr .ag-cell.ag-selection-fill-left,
.ag-theme-billing
  .ag-ltr
  .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed #2196f3;
}
.ag-theme-billing .ag-rtl .ag-cell.ag-selection-fill-left,
.ag-theme-billing
  .ag-rtl
  .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed #2196f3;
}
.ag-theme-billing .ag-fill-handle,
.ag-theme-billing .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: #2196f3;
}
.ag-theme-billing .ag-ltr .ag-fill-handle,
.ag-theme-billing .ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-theme-billing .ag-rtl .ag-fill-handle,
.ag-theme-billing .ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-theme-billing .ag-fill-handle {
  cursor: cell;
}
.ag-theme-billing .ag-range-handle {
  cursor: nwse-resize;
}
.ag-theme-billing .ag-cell-inline-editing {
  border-color: rgba(33, 150, 243, 0.4) !important;
}
.ag-theme-billing .ag-menu {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
}
.ag-theme-billing .ag-menu-list {
  cursor: default;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ag-theme-billing .ag-menu-option-part {
  padding-top: 9px;
  padding-bottom: 9px;
}
.ag-theme-billing .ag-menu-option-active {
  background-color: rgba(33, 150, 243, 0.1);
}
.ag-theme-billing .ag-menu-option-disabled {
  opacity: 0.5;
}
.ag-theme-billing .ag-menu-option-text {
  margin-left: 6px;
}
.ag-theme-billing .ag-menu-option-icon {
  padding-left: 12px;
  padding-right: 6px;
  min-width: 28px;
}
.ag-theme-billing .ag-menu-option-shortcut {
  padding-left: 12px;
}
.ag-theme-billing .ag-menu-separator {
  height: 12px;
}
.ag-theme-billing .ag-menu-separator-cell:after {
  content: "";
  display: block;
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-menu-option-popup-pointer {
  width: 28px;
  text-align: center;
}
.ag-theme-billing .ag-tabs-header {
  min-width: 220px;
  width: 100%;
  display: flex;
}
.ag-theme-billing .ag-tab {
  border-bottom: 2px solid transparent;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 1 1 auto;
  transition: border-bottom 0.3s;
}
.ag-theme-billing .ag-keyboard-focus .ag-tab:focus {
  outline: 1px solid rgba(33, 150, 243, 0.4);
  outline-offset: -4px;
}
.ag-theme-billing .ag-tab-selected {
  border-bottom-color: #2196f3;
}
.ag-theme-billing .ag-menu-header {
  color: #181d1f;
}
.ag-theme-billing .ag-filter-condition-operator {
  height: 17px;
}
.ag-theme-billing .ag-ltr .ag-filter-condition-operator-or {
  margin-left: 12px;
}
.ag-theme-billing .ag-rtl .ag-filter-condition-operator-or {
  margin-right: 12px;
}
.ag-theme-billing .ag-set-filter-list {
  height: 180px;
}
.ag-theme-billing .ag-set-filter-filter {
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.ag-theme-billing .ag-filter-to {
  margin-top: 9px;
}
.ag-theme-billing .ag-mini-filter {
  margin: 12px 12px 0;
}
.ag-theme-billing .ag-ltr .ag-set-filter-item-checkbox,
.ag-theme-billing .ag-ltr .ag-set-filter-item-value {
  margin-left: 12px;
}
.ag-theme-billing .ag-rtl .ag-set-filter-item-checkbox,
.ag-theme-billing .ag-rtl .ag-set-filter-item-value {
  margin-right: 12px;
}
.ag-theme-billing .ag-filter-header-container {
  border-bottom: solid 1px #dde2eb;
}
.ag-theme-billing .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px;
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-theme-billing .ag-ltr .ag-filter-apply-panel-button {
  margin-left: 12px;
}
.ag-theme-billing .ag-rtl .ag-filter-apply-panel-button {
  margin-right: 12px;
}
.ag-theme-billing .ag-simple-filter-body-wrapper {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-billing .ag-simple-filter-body-wrapper > * {
  margin-bottom: 9px;
}
.ag-theme-billing .ag-side-bar {
  position: relative;
}
.ag-theme-billing .ag-tool-panel-wrapper {
  background-color: #f8f8f8;
}
.ag-theme-billing .ag-side-buttons {
  padding-top: 24px;
  width: 20px;
  position: relative;
  color: #181d1f;
  overflow: hidden;
}
.ag-theme-billing .ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: 12px 0 12px 0;
  width: 100%;
  margin: 0;
  min-height: 108px;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
}
.ag-theme-billing .ag-side-button-button:focus {
  box-shadow: none;
}
.ag-theme-billing .ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-theme-billing .ag-ltr .ag-side-bar-left,
.ag-theme-billing .ag-rtl .ag-side-bar-right {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-billing .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-theme-billing .ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: 2px solid transparent;
  transition: border-right 0.3s;
}
.ag-theme-billing .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-billing
  .ag-rtl
  .ag-side-bar-right
  .ag-selected
  .ag-side-button-button {
  border-right-color: #2196f3;
}
.ag-theme-billing .ag-rtl .ag-side-bar-left,
.ag-theme-billing .ag-ltr .ag-side-bar-right {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-billing .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing .ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-theme-billing .ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: 2px solid transparent;
  transition: border-left 0.3s;
}
.ag-theme-billing .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-billing
  .ag-ltr
  .ag-side-bar-right
  .ag-selected
  .ag-side-button-button {
  border-left-color: #2196f3;
}
.ag-theme-billing .ag-filter-toolpanel-header {
  height: 36px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-header,
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-search {
  padding-left: 6px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-header,
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-search {
  padding-right: 6px;
}
.ag-theme-billing
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.ag-theme-billing
  .ag-ltr
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  padding-left: 6px;
}
.ag-theme-billing
  .ag-rtl
  .ag-filter-toolpanel-group.ag-has-filter
  > .ag-group-title-bar
  .ag-group-title:after {
  padding-right: 6px;
}
.ag-theme-billing .ag-filter-toolpanel-group-level-0-header {
  height: 48px;
}
.ag-theme-billing .ag-filter-toolpanel-group-item {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ag-theme-billing .ag-filter-toolpanel-search {
  height: 48px;
}
.ag-theme-billing .ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: 24px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: 6px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: 6px;
}
.ag-theme-billing .ag-filter-toolpanel-group-level-0 {
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-expand,
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-expand,
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-1-header {
  padding-left: 22px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-1-header {
  padding-right: 22px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-2-header {
  padding-left: 38px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-2-header {
  padding-right: 38px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-3-header {
  padding-left: 54px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-3-header {
  padding-right: 54px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-4-header {
  padding-left: 70px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-4-header {
  padding-right: 70px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-5-header {
  padding-left: 86px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-5-header {
  padding-right: 86px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-6-header {
  padding-left: 102px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-6-header {
  padding-right: 102px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-7-header {
  padding-left: 118px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-7-header {
  padding-right: 118px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-8-header {
  padding-left: 134px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-8-header {
  padding-right: 134px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-9-header {
  padding-left: 150px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-9-header {
  padding-right: 150px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-group-level-10-header {
  padding-left: 166px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-group-level-10-header {
  padding-right: 166px;
}
.ag-theme-billing
  .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: 6px;
}
.ag-theme-billing .ag-filter-toolpanel-instance-filter {
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  padding-top: 6px;
}
.ag-theme-billing .ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: 6px;
}
.ag-theme-billing .ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: 6px;
}
.ag-theme-billing .ag-pivot-mode-panel {
  height: 48px;
  display: flex;
}
.ag-theme-billing .ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-theme-billing .ag-ltr .ag-pivot-mode-select {
  margin-left: 12px;
}
.ag-theme-billing .ag-rtl .ag-pivot-mode-select {
  margin-right: 12px;
}
.ag-theme-billing .ag-column-select-header {
  height: 48px;
  align-items: center;
  padding: 0 12px;
  border-bottom: solid 1px #dde2eb;
}
.ag-theme-billing .ag-column-panel-column-select {
  border-bottom: solid 1px #dde2eb;
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-column-group-icons,
.ag-theme-billing .ag-column-select-header-icon {
  color: #181d1f;
}
.ag-theme-billing .ag-header {
  background-color: var(--color-blue);
  border-bottom: solid 1px #babfc7;
  border-radius: 3px;
}
.ag-theme-billing .ag-header-row {
  color: #181d1f;
}
.ag-theme-billing .ag-pinned-right-header {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-pinned-left-header {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing .ag-header-row {
  height: 48px;
}
.ag-theme-billing
  .ag-ltr
  .ag-header-cell:not(.ag-numeric-header)
  .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-billing
  .ag-rtl
  .ag-header-cell:not(.ag-numeric-header)
  .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-billing
  .ag-ltr
  .ag-header-cell.ag-numeric-header
  .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-billing
  .ag-rtl
  .ag-header-cell.ag-numeric-header
  .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-billing .ag-header-cell,
.ag-theme-billing .ag-header-group-cell {
  padding-left: 18px;
  padding-right: 18px;
}
.ag-theme-billing .ag-header-cell.ag-header-cell-moving,
.ag-theme-billing .ag-header-group-cell.ag-header-cell-moving {
  background-color: #fff;
}
.ag-theme-billing .ag-header-icon {
  color: #181d1f;
}
.ag-theme-billing .ag-header-expand-icon {
  cursor: pointer;
}
.ag-theme-billing .ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}
.ag-theme-billing .ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}
.ag-theme-billing .ag-header-row:not(:first-child) .ag-header-cell,
.ag-theme-billing
  .ag-header-row:not(:first-child)
  .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: solid 1px #babfc7;
}
.ag-theme-billing .ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-theme-billing .ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: calc(50% - 1px);
  width: 2px;
  height: 30%;
  top: calc(50% - 15%);
  background-color: rgba(186, 191, 199, 0.5);
}
.ag-theme-billing .ag-pinned-right-header .ag-header-cell-resize::after {
  margin-left: 2px;
}
/* .ag-theme-billing .ag-ltr .ag-header-select-all {
    margin-right: 18px; }
  .ag-theme-billing .ag-rtl .ag-header-select-all {
    margin-left: 18px; } */
.ag-theme-billing .ag-dnd-ghost {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  overflow: hidden;
  padding: 3px;
  text-overflow: ellipsis;
  z-index: 10;
  border: solid 1px #dde2eb;
  color: #181d1f;
  height: 48px !important;
  line-height: 48px;
  margin: 0;
  padding: 0 12px;
  transform: translateY(12px);
}
.ag-theme-billing .ag-dnd-ghost-icon {
  margin-right: 6px;
  color: #181d1f;
}
.ag-theme-billing .ag-ltr .ag-floating-filter-button {
  margin-left: 18px;
}
.ag-theme-billing .ag-rtl .ag-floating-filter-button {
  margin-right: 18px;
}
.ag-theme-billing .ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  appearance: none;
  background: transparent;
  border: none;
  height: 16px;
  padding: 0;
  width: 16px;
}
.ag-theme-billing .ag-filter-loading {
  background-color: #f8f8f8;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
  border-top: solid 1px #babfc7;
}
.ag-theme-billing .ag-paging-panel {
  border-top: 1px solid #babfc7;
  color: #181d1f;
  height: 48px;
}
.ag-theme-billing .ag-paging-panel > * {
  margin: 0 18px;
}
.ag-theme-billing .ag-paging-button {
  cursor: pointer;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 16px;
}
.ag-theme-billing .ag-disabled .ag-paging-button {
  cursor: default;
}
.ag-theme-billing .ag-paging-button-wrapper.ag-disabled {
  color: rgba(24, 29, 31, 0.5);
  cursor: default;
}
.ag-theme-billing .ag-paging-button-wrapper,
.ag-theme-billing .ag-paging-description {
  margin: 0 6px;
}
.ag-theme-billing .ag-status-bar {
  border-top: solid 1px #babfc7;
  color: rgba(24, 29, 31, 0.5);
  padding-right: 24px;
  padding-left: 24px;
  line-height: 1.5;
}
.ag-theme-billing .ag-status-name-value-value {
  color: #181d1f;
}
.ag-theme-billing .ag-status-bar-center {
  text-align: center;
}
.ag-theme-billing .ag-status-name-value {
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ag-theme-billing .ag-column-drop-cell {
  background: rgba(24, 29, 31, 0.07);
  border-radius: 24px;
  height: 24px;
  padding: 0 3px;
}
.ag-theme-billing .ag-column-drop-cell-text {
  margin: 0 6px;
}
.ag-theme-billing .ag-column-drop-cell-button {
  min-width: 24px;
  margin: 0 3px;
  color: #181d1f;
}
.ag-theme-billing .ag-column-drop-cell-drag-handle {
  margin-left: 12px;
}
.ag-theme-billing .ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-theme-billing .ag-column-drop-horizontal {
  background-color: #f8f8f8;
  color: #181d1f;
  height: 42px;
  border-bottom: solid 1px #babfc7;
}
.ag-theme-billing .ag-ltr .ag-column-drop-horizontal {
  padding-left: 18px;
}
.ag-theme-billing .ag-rtl .ag-column-drop-horizontal {
  padding-right: 18px;
}
.ag-theme-billing
  .ag-ltr
  .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: solid 1px #babfc7;
}
.ag-theme-billing
  .ag-rtl
  .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-column-drop-horizontal-cell-separator {
  margin: 0 6px;
  color: #181d1f;
}
.ag-theme-billing .ag-column-drop-horizontal-empty-message {
  color: rgba(24, 29, 31, 0.5);
}
.ag-theme-billing .ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: 18px;
}
.ag-theme-billing .ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: 18px;
}
.ag-theme-billing .ag-column-drop-vertical-list {
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
}
.ag-theme-billing .ag-column-drop-vertical-cell {
  margin-top: 6px;
}
.ag-theme-billing .ag-column-drop-vertical {
  min-height: 50px;
  max-height: 150px;
  border-bottom: solid 1px #dde2eb;
}
.ag-theme-billing .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-billing .ag-column-drop-vertical-icon {
  margin-left: 6px;
  margin-right: 6px;
}
.ag-theme-billing .ag-column-drop-vertical-list {
  position: relative;
}
.ag-theme-billing .ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: rgba(24, 29, 31, 0.5);
  margin-top: 6px;
}
.ag-theme-billing .ag-select-agg-func-popup {
  border: solid 1px #babfc7;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background: #fff;
  height: 105px;
  padding: 0;
}
.ag-theme-billing .ag-select-agg-func-virtual-list-item {
  cursor: default;
  line-height: 30px;
  padding-left: 12px;
}
.ag-theme-billing .ag-select-agg-func-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.3);
}
.ag-theme-billing .ag-chart-menu {
  border-radius: 3px;
  background: #fff;
}
.ag-theme-billing .ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 3px;
  color: #181d1f;
}
.ag-theme-billing .ag-chart-menu-icon:hover {
  background-color: #e6e6e6;
}
.ag-theme-billing .ag-chart-mini-thumbnail {
  border: 1px solid #dde2eb;
  border-radius: 5px;
  margin: 5px;
}
.ag-theme-billing .ag-chart-mini-thumbnail:nth-last-child(3),
.ag-theme-billing
  .ag-chart-mini-thumbnail:nth-last-child(3)
  ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-theme-billing .ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-theme-billing .ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-theme-billing .ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-theme-billing .ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-theme-billing .ag-chart-mini-thumbnail.ag-selected {
  border-color: #2196f3;
}
.ag-theme-billing .ag-chart-settings-card-item {
  background: #181d1f;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-theme-billing .ag-chart-settings-card-item.ag-selected {
  background-color: #2196f3;
}
.ag-theme-billing .ag-chart-data-column-drag-handle {
  margin-left: 6px;
}
.ag-theme-billing .ag-charts-settings-group-title-bar,
.ag-theme-billing .ag-charts-data-group-title-bar,
.ag-theme-billing .ag-charts-format-top-level-group-title-bar {
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-charts-settings-group-container {
  padding: 6px;
}
.ag-theme-billing .ag-charts-data-group-container {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-billing .ag-charts-data-group-container > * {
  margin-bottom: 9px;
}
.ag-theme-billing .ag-charts-format-top-level-group-container {
  margin-left: 12px;
  padding: 6px;
}
.ag-theme-billing .ag-charts-format-top-level-group-item {
  margin: 6px 0;
}
.ag-theme-billing .ag-charts-format-sub-level-group-container {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-billing .ag-charts-format-sub-level-group-container > * {
  margin-bottom: 9px;
}
.ag-theme-billing .ag-charts-group-container.ag-group-container-horizontal {
  padding: 6px;
}
.ag-theme-billing .ag-chart-data-section,
.ag-theme-billing .ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-theme-billing .ag-chart-menu-panel {
  background-color: #f8f8f8;
}
.ag-theme-billing .ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px #babfc7;
}
.ag-theme-billing .ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px #babfc7;
}

.ag-theme-billing .ag-checkbox-input-wrapper {
  /* font-family: "agGridAlpine";
    font-size: 16px;
    line-height: 16px; 
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  background-color: #fff;

  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: 1px;
  border: 1px solid #a0a0a0;
}

.ag-theme-billing .ag-checkbox-input-wrapper input,
.ag-theme-billing .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ag-theme-billing .ag-checkbox-input-wrapper:focus-within,
.ag-theme-billing .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}

.ag-theme-billing .ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-theme-billing .ag-checkbox-input-wrapper::after {
  content: "";
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-billing .ag-checkbox-input-wrapper.ag-checked {
  border: 0;
}
.ag-theme-billing .ag-checkbox-input-wrapper.ag-checked::after {
  content: "\2714";
  background-color: var(--color-sky-blue);
  /* position: absolute;
      top: 0;
      left: 0; */
  pointer-events: none;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 9px;
  border-radius: 1px;
  text-align: center;
}
.ag-theme-billing .ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: "";
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-theme-billing .ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: 28px;
  height: 18px;
  background-color: #999;
  border-radius: 9px;
  position: relative;
  flex: none;
  border: 1px solid #999;
}
.ag-theme-billing .ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-theme-billing .ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-billing .ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-billing .ag-toggle-button-input-wrapper.ag-checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.ag-theme-billing .ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 9px;
  transition: left 100ms;
  border: 1px solid #999;
}
.ag-theme-billing .ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - 18px);
  border-color: #2196f3;
}
.ag-theme-billing .ag-radio-button-input-wrapper {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: 16px;
}
.ag-theme-billing .ag-radio-button-input-wrapper input,
.ag-theme-billing .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-theme-billing .ag-radio-button-input-wrapper:focus-within,
.ag-theme-billing .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-billing .ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-billing .ag-radio-button-input-wrapper::after {
  content: "";
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-billing .ag-radio-button-input-wrapper.ag-checked::after {
  content: "";
  color: #2196f3;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-billing input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
.ag-theme-billing input[type="range"]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-billing input[type="range"]::-moz-ag-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-billing input[type="range"]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  border-radius: 3px;
  border-radius: 3px;
  color: transparent;
  width: calc(100% - 2px);
}
.ag-theme-billing input[type="range"]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 16px;
  transform: translateY(-6.5px);
}
.ag-theme-billing input[type="range"]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 16px;
}
.ag-theme-billing input[type="range"]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 16px;
}
.ag-theme-billing input[type="range"]:focus {
  outline: none;
}
.ag-theme-billing input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
}
.ag-theme-billing input[type="range"]:focus::-ms-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
}
.ag-theme-billing input[type="range"]:focus::-moz-ag-range-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
}
.ag-theme-billing input[type="range"]:active::-webkit-slider-runnable-track {
  background-color: rgba(155, 183, 208, 0.7);
}
.ag-theme-billing input[type="range"]:active::-moz-ag-range-track {
  background-color: rgba(155, 183, 208, 0.7);
}
.ag-theme-billing input[type="range"]:active::-ms-track {
  background-color: rgba(155, 183, 208, 0.7);
}
.ag-theme-billing input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4),
    inset 0 0 5px rgba(33, 150, 243, 0.4);
}
.ag-theme-billing input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4),
    inset 0 0 5px rgba(33, 150, 243, 0.4);
}
.ag-theme-billing input[type="range"]:active::-moz-ag-range-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4),
    inset 0 0 5px rgba(33, 150, 243, 0.4);
}
.ag-theme-billing input[type="range"]:disabled {
  opacity: 0.5;
}
.ag-theme-billing .ag-filter-toolpanel-header,
.ag-theme-billing .ag-filter-toolpanel-search,
.ag-theme-billing .ag-status-bar,
.ag-theme-billing .ag-header-row,
.ag-theme-billing .ag-panel-title-bar-title {
  font-weight: 700;
  color: #181d1f;
}
.ag-theme-billing .ag-row {
  font-size: 12px;
}
.ag-theme-billing input[class^="ag-"]:not([type]),
.ag-theme-billing input[class^="ag-"][type="text"],
.ag-theme-billing input[class^="ag-"][type="number"],
.ag-theme-billing input[class^="ag-"][type="tel"],
.ag-theme-billing input[class^="ag-"][type="date"],
.ag-theme-billing input[class^="ag-"][type="datetime-local"],
.ag-theme-billing textarea[class^="ag-"] {
  min-height: 24px;
  border-radius: 3px;
}
.ag-theme-billing .ag-ltr input[class^="ag-"]:not([type]),
.ag-theme-billing .ag-ltr input[class^="ag-"][type="text"],
.ag-theme-billing .ag-ltr input[class^="ag-"][type="number"],
.ag-theme-billing .ag-ltr input[class^="ag-"][type="tel"],
.ag-theme-billing .ag-ltr input[class^="ag-"][type="date"],
.ag-theme-billing .ag-ltr input[class^="ag-"][type="datetime-local"],
.ag-theme-billing .ag-ltr textarea[class^="ag-"] {
  padding-left: 6px;
}
.ag-theme-billing .ag-rtl input[class^="ag-"]:not([type]),
.ag-theme-billing .ag-rtl input[class^="ag-"][type="text"],
.ag-theme-billing .ag-rtl input[class^="ag-"][type="number"],
.ag-theme-billing .ag-rtl input[class^="ag-"][type="tel"],
.ag-theme-billing .ag-rtl input[class^="ag-"][type="date"],
.ag-theme-billing .ag-rtl input[class^="ag-"][type="datetime-local"],
.ag-theme-billing .ag-rtl textarea[class^="ag-"] {
  padding-right: 6px;
}
.ag-theme-billing .ag-tab {
  padding: 9px;
  transition: color 0.4s;
}
.ag-theme-billing .ag-tab-selected {
  color: #2196f3;
}
.ag-theme-billing .ag-menu {
  background-color: #f8f8f8;
}
.ag-theme-billing .ag-menu-header {
  background-color: #f8f8f8;
  padding-top: 1px;
}
.ag-theme-billing .ag-tabs-header {
  border-bottom: solid 1px #babfc7;
}
.ag-theme-billing .ag-set-filter-select-all {
  height: 42px;
}
.ag-theme-billing .ag-charts-settings-group-title-bar,
.ag-theme-billing .ag-charts-data-group-title-bar,
.ag-theme-billing .ag-charts-format-top-level-group-title-bar {
  padding: 6px 12px;
  line-height: 20px;
}
.ag-theme-billing .ag-chart-mini-thumbnail {
  background-color: #fff;
}
.ag-theme-billing .ag-chart-settings-nav-bar {
  border-top: solid 1px #dde2eb;
}
.ag-theme-billing .ag-ltr .ag-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-billing .ag-rtl .ag-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-billing .ag-charts-format-top-level-group-toolbar {
  margin-top: 6px;
}
.ag-theme-billing .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: 20px;
}
.ag-theme-billing .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: 20px;
}
.ag-theme-billing .ag-charts-format-sub-level-group {
  border-left: dashed 1px #babfc7;
  padding-left: 6px;
  margin-bottom: 12px;
}
.ag-theme-billing .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}
.ag-theme-billing .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-billing .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-billing .ag-dnd-ghost {
  font-size: 12px;
  font-weight: 700;
}
.ag-theme-billing .ag-side-buttons {
  width: 30px;
}
.ag-theme-billing .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid #2196f3;
  color: #2196f3;
  background: #fff;
  font-weight: 600;
  padding: 6px 12px;
}
.ag-theme-billing .ag-standard-button:hover {
  border-color: #2196f3;
  background-color: rgba(33, 150, 243, 0.1);
}
.ag-theme-billing .ag-standard-button:active {
  border-color: #2196f3;
  background-color: #2196f3;
  color: #fff;
}
.ag-theme-billing .ag-menu-header {
  min-width: 240px;
}
.ag-theme-billing .ag-column-drop-vertical {
  min-height: 75px;
  max-height: 175px;
}
.ag-theme-billing .ag-tool-panel-wrapper {
  width: 250px;
}
.ag-theme-billing .ag-column-drop-vertical-title-bar {
  padding: 12px;
  padding-bottom: 0px;
}
.ag-theme-billing .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px #babfc7;
  margin: 12px;
  padding: 12px;
}
.ag-theme-billing .ag-column-drop-empty-message {
  color: rgba(24, 29, 31, 0.75);
}
.ag-theme-billing .ag-status-bar {
  font-weight: normal;
}
.ag-theme-billing .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-billing .ag-paging-number,
.ag-theme-billing .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-billing .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-billing .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}
.ag-theme-billing .ag-header-cell-menu-button:hover,
.ag-theme-billing .ag-side-button-button:hover,
.ag-theme-billing .ag-tab:hover,
.ag-theme-billing .ag-panel-title-bar-button:hover,
.ag-theme-billing .ag-header-expand-icon:hover,
.ag-theme-billing .ag-column-group-icons:hover,
.ag-theme-billing .ag-group-expanded .ag-icon:hover,
.ag-theme-billing .ag-group-contracted .ag-icon:hover,
.ag-theme-billing .ag-chart-settings-prev:hover,
.ag-theme-billing .ag-chart-settings-next:hover,
.ag-theme-billing .ag-group-title-bar-icon:hover,
.ag-theme-billing .ag-column-select-header-icon:hover,
.ag-theme-billing .ag-floating-filter-button-button:hover,
.ag-theme-billing .ag-filter-toolpanel-expand:hover {
  color: #2196f3;
}
.ag-theme-billing .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-billing .ag-ltr .ag-panel-title-bar-button {
  margin-left: 12px;
  margin-right: 6px;
}
.ag-theme-billing .ag-rtl .ag-panel-title-bar-button {
  margin-right: 12px;
  margin-left: 6px;
}
.ag-theme-billing .ag-filter-toolpanel-group-container {
  padding-left: 6px;
}
.ag-theme-billing .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: #f8f8f8;
  border-left: dashed 1px #babfc7;
  margin-left: 13px;
  padding-left: 8px;
  margin-right: 12px;
}
.ag-theme-billing .ag-set-filter-list {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ag-theme-billing .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

/* overrides */

.ag-theme-billing .ag-cell,
.ag-theme-billing .ag-header-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--border-color-gray);
  padding: 0 3px;
}

.ag-theme-billing .ag-cell,
.ag-theme-billing .ag-header-cell-text {
  white-space: wrap;
  text-align: center;
  font-weight: var(--fw300);
  line-height: 1;
}

.ag-theme-billing .ag-ltr .ag-selection-checkbox {
  margin: 0;
}

.ag-theme-billing .ag-cell-wrapper {
  justify-content: center;
}

.ag-theme-billing .ag-header-cell-label {
  justify-content: center;
}

.header-checkbox-center .ag-cell-label-container {
  display: none;
}

/*scrollbars*/
.ag-theme-billing .ag-header-cell-text {
  color: white !important;
}

.ag-body-viewport::-webkit-scrollbar {
  width: 5px;
  background-color: #f0f0f0;
}

.ag-theme-billing .ag-body-viewport::-webkit-scrollbar-thumb {
  background-color: #c8dcf3;
  border-radius: 4px;
}

.ag-theme-billing .ag-body-viewport::-webkit-scrollbar:hover {
  background-color: #ddd;
}

/* .ag-body-viewport::-webkit-scrollbar-thumb:hover {
      background-color: #aaa;
  } */

.ag-theme-billing .ag-body-horizontal-scroll-viewport::-webkit-scrollbar {
  height: 5px;
  background-color: #f0f0f0;
}

.ag-theme-billing .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb {
  background-color: #c8dcf3;
  border-radius: 4px;
}

.ag-theme-billing .ag-body-horizontal-scroll-viewport::-webkit-scrollbar:hover {
  background-color: #ddd;
}

.ag-theme-billing
  .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

    .icomoon-arrow-right {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' class='icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-right'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-6.999a2 2 0 0 0 -2 2v4l.005 .15a2 2 0 0 0 1.995 1.85l6.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z' /%3E%3C/svg%3E");
      height: 25px;
      display: inline-block;
      width: 35px;
      background-repeat: no-repeat;
      margin-top: 5px;
    }
  
    .crossmarkDelete {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-x'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 6l-12 12' /%3E%3Cpath d='M6 6l12 12' /%3E%3C/svg%3E");
      height: 25px;
      display: inline-block;
      width: 35px;
      background-repeat: no-repeat;
      margin-bottom: 10px;
    }
  
    [class^="icomoon-"],
    [class*=" icomoon-"] {
      font-family: 'icomoon';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
