:root {
    
    --gutter: 25px;
    --card-padding: 25px;

    --color-100: #F1F1F2;

    --color-50: #f8fafc;
    --color-100: #f1f5f9;
    --color-200: #E1E3EA;
    --color-300: #bdbfcb;
    --color-400: #A1A5B7;
    --color-500: #7E8299;
    --color-600: #5E6278;
    --color-700:#3F4254;
    --color-800:#181C32;
    --color-900:#0f172a;

    --heading-color: var(--color-800);
    --body-text-color: var(--color-600);

    --btn-border-radius: 6px;
    --form-element-border-radius: 6px;

    --font-family: "Arial, sans-serif";

    --table-cell-padding: 0px 10px;

    --bg-purple: #F6F6FF;
}

body {
    font-family: var(--font-family);
    margin: 0;
    font-weight: 500;
}


input, textarea {
    font-family: var(--font-family);
    outline-color: #d2d5e0;   
}

input:focus, textarea:focus, .c-input-validation-failed input:focus {
    outline-style: solid; /* ff needs this */
    border-color: #d2d5e0;
}

input[type="radio"] {
    accent-color: var(--brand-color);
}
input[type="radio"]:focus {
    outline-style:none;
}

a {
    color: inherit;
}

h1, h2, h3 {
    font-family: var(--font-family);
    font-style: normal;
    color: var(--heading-color);
}

h1, h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}

h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 8px 0;
}

h3, .sub-title {
    font-size: 14px;    
    margin: 0;
    color: var(--color-400);
    font-weight: 500;
}

input, textarea {
    font-family: var(--font-family);
    outline-color: #d2d5e0;
}

input[type="radio"] {
    accent-color: var(--brand-color);
}

/* Brick type themes */

.form-element-container {
    gap: 8px;
}

.form-element-label {
    color: var(--heading-color);
}

.form-element {
    border: 1px solid var(--color-200);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.625rem;
    color: var(--color-500);
    min-width: 200px;
    min-height: 40px;
}


.c-autocomplete-container {
    position: relative;
}

.c-autocomplete-x {
    bottom: 10px;
    right: 8px;
}

.c-checkbox-checkmark, .c-checkbox-checkmark:hover {
    width: 22px;
    height: 22px;
    background: var(--color-100);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}
.c-checkbox-container input:checked ~ .c-checkbox-checkmark {
    background-color: var(--brand-color);
    border: 0;
}
.c-checkbox-label {
    display: block;
    margin: 5px 0;
    padding-left: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #181C32;
}
.c-checkbox-container .c-checkbox-checkmark:after {
    left: -1px;
    top: -1px;
    width: 4px;
    height: 8px;

    /* unset default theme */
    border: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e99f";
    color: white;
    font-size: 25px;
}

.c-datetime-presets-container {
    gap: 8px;
    padding-top: 8px;
}
.c-datetime-presets-heading {
    padding: 0px 12px 10px;
    font-weight: 700;
    font-size: 13px;
    color: #3F4254;
}
.c-datetime-preset {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 13px;
    color: #5E6278;
    background: #F9F9F9;
    border-radius: var(--btn-border-radius);
    border: 0px;
    cursor: pointer;
    text-wrap: nowrap;
}
.cb_combo_container_datepicker {
    padding-right: 8px;
}
.c-daterange-drop-inner {
    width: 598px;
    display: flex;
    gap: 5px;
}
.c-daterange-presets-container {
    flex-direction: column;
    gap: 5px;
}
.c-datetime-preset {
    padding: 8px 12px;
}
.c-daterange-h {
    font-weight: 600;
    font-size: 16px;
    color: #3F4254;
}

.c-daterange-select {
    min-width: 200px;
}
.c-daterange-to {
    border-left: 1px solid var(--color-100);
}
.c-daterange-selection {
    padding: 6px 9px;
    border-radius: var(--btn-border-radius);
    background-color: #f6f6f6;
}

.c-gauge-center {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-700);
}
.c-gauge-legend-label {
    color: var(--color-500);
}

.cd-table-td a, .cd-table-r-td a, cd-pivot-table td a, .cd-table-r-td .c-hyperlink, cd-pivot-table td .c-hyperlink {
    font-weight: 600;
    font-size: 14px;
    color: var(--brand-color);
}

.c-hyperlink {
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: none; 
}

.c-hyperlink span {
    font-size: 20px;
    color: var(--color-300);
}

.c-hyperlink.btn-primary span {
    color: white;
}

.cci-modal {
    border-radius: 11px;
}
.cci-modal-background {
    background: rgba(5, 6, 15, 0.4);
}
.cci-modal-header {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background: #F9F9F9;
    border-bottom: 1px solid var(--color-200);
    text-align: center;

    font-weight: 600;
    font-size: 22px;
    color: #181C32;
    padding: 30px 80px;
}
.cci-modal-close {
    float: none;
    position: absolute;
    right: 12px;
    top: 18px;
    color: #D2D2E1;
    font-size: 25px;
    line-height: 25px;
}
.cci-modal-header p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #5E6278;
}
.cci-modal-header .ki-outline {
    color: #D2D2E1;
    font-size: 40px;
    display: block;
    margin-bottom: 22px;
}
.cci-modal-body {
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    overflow-wrap: anywhere;
}
.cci-modal-body-align-right .cci-modal-body {
    align-items: flex-end;
}

.cci-modal-body .form-element-container {
    flex-direction: row;
    align-items: center;
    gap: var(--card-padding);
}

.cci-modal-body .form-element-label {
    width: 200px;
    text-align: right;
}

.cci-modal-body .form-element:not(.cd-table-search) {
    width: 360px;
    padding: 0.875rem 0.625rem;
    font-size: 0.8125rem;
}

.cci-modal-body .c-select::after, .cci-modal-body .c-multiselect::after {
    top: 12px;
}

.cci-modal-body .cc-tokenfield-token {
    padding: 6px 25px 6px 7px; 
}

.cci-modal-body .cc-tokenfield-token-close {
    top: 7px;
}

.c-input-validation-message, .cc-tokenfield-validation-message {
    text-align: right;
}

.cci-modal-footer {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    background: #F9F9F9;
    border-top: 1px solid var(--color-200);
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.c-pager {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.c-pager-info {
    color: var(--color-400);
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px 0 0;
}
.c-pager-buttons {
    background-color: transparent;
}
.c-pager-button {
    width: 30px;
    height: 30px;
    border: 0px;
    color: var(--color-400);
    font-weight: 600;
    font-size: 14px;
    background: white;
    border-radius: 4px;
    padding: 0;
}
.c-pager-button:hover {
    background-color: #f8f8f8;
}
.c-pager-button-active {
    background: var(--brand-color);;
    color: white;
}
.c-pager-button-active:hover {
    background: var(--brand-color);;
    color: white;
    border:0;
}
.c-pager-prev, .c-pager-next {
    background-image: none;
}
.c-pager-prev::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\ea56";
}
.c-pager-next::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eab3";
}

.c-select {
    background-image: none;
    padding-right: 30px;
}

.c-multiselect-item {
    display: flex;
    justify-content: space-between;
}
.c-select-item, .c-multiselect-item {
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: var(--btn-border-radius);
}
.c-multiselect-item {
    -webkit-user-select: none;
    user-select: none;
    padding: 10px 30px 10px 10px;
}

.c-select-dropdown {
    padding: 8px;
}
.c-select-search-container {
    padding: 0px;
}
.c-select-search-input {
    padding: 8px 0px 8px 8px;
    border-radius: var(--form-element-border-radius);
}
.c-select-item, .c-multiselect-item  {
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: var(--btn-border-radius);
}
.c-multiselect-item {
    display: flex;
    justify-content: space-between;
}
.c-select-item-selected {
    color: #3F4254;
}
.c-multiselect-item-selected {
    background-color: #F2FFD7;
    color: #50CD89;
    background-image: none;
}
.c-multiselect-item-selected::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9dd";
    padding-left: 24px;
    font-size: 16px;
}
.c-select-item-selected, .c-select-item:hover, .c-multiselect-item:hover {
    background: #F9F9F9;
}

input::placeholder, textarea::placeholder, .c-autocomplete-input:empty::after {
    font-family: 'Segoe UI Variable Text', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #c9c9c9;
    opacity: 1; /* for ff */
}

.c-select::after, .c-multiselect::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 7px;
}
.c-datepicker-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e986";
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 7px;
}
.cc-tokenfield-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eaa1";
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 7px;
}
.cc-tokenfield-select-open::after {
    content: "\eb24";
}

.flag-radios .c-switch-radios {
    display: flex;
    gap: 57px;
}

.c-switch-button-group {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
}

.cc-switchpanel-tabheader {
    padding: 0px;
    background: linear-gradient(180deg, 
        #fff calc(100% - 1px), 
        var(--color-200) calc(100%)
    );
}
.cc-switchpanel-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-400);
    margin: 0px;
    padding-bottom: 20px;
    background-color: transparent;
}

.cc-switchpanel-tab-active {
    color: #3F4254;
    border-bottom: 1px solid var(--brand-color);
}
.cc-switchpanel-tab-disabled {
    color: #eee;
}

.cb_combo_input_container {
    padding: 0 8px 8px;
}

.cd-table {
    border-spacing: 0px;
}
.cd-table-container {
    overflow: auto;
    scrollbar-color: #ccc #f5f5f5;
    scrollbar-width: thin;
}
.cd-table-header {
    margin-bottom: 10px;
}
.cd-table-total{
    font-size: 13px;
}
.cd-table-header input, .cd-tree-search-container input {
    margin: 0;
    padding-left: 31px;
    padding-right: 29px;
}
.cd-table-search-container {
    position: relative;
}
.cd-table-search-container::before, .cd-tree-search-container::before {
    font-family: keenicons-outline, Inter;
    font-weight: normal;
    content: "\ea64";
    color: var(--color-400);
    position: absolute;
    font-size: 17px;
    z-index: 1;
}
.cd-table-search-close {
    background-image: none;
}
.cd-table-search-active {
    background: #F2FFD7;
    color: #5E6278 !important;
}
.cd-table-search-close::after {
    font-family: keenicons-outline, Inter;
    font-weight: normal;
    content: "\e9b3";
    color: var(--color-400);
    position: absolute;
    font-size: 17px;
    cursor: pointer;
    right: 2px;
    top: 1px;
}

.cd-table-r-row0, .cd-table-r-row1, .cd-table-r-row2, .cd-table-r-row3, .cd-table-r-row4 {
    min-height: 36px;
}
.cd-table-r-tr {
    border-bottom: 1px dashed var(--color-200);
}
.cd-table-r-td {
    font-weight: 500;
    font-size: 13px;
    color: #3F4254; 
    /* min-height: 56px; */
    padding: 0px 10px 10px;
}
.cd-table-th, cd-pivot-table th, .cd-table-r-th, .cd-table-container th {
    color: #7E8299;
    font-weight: 600;
    font-size: 13px;
    border: 0px;
    background-color: #a1a5b712; 
    padding: 10px;
}
.cd-table-r-row0 {
    padding-top: 10px;
}

.cd-table-th-top {
    /* border-top: 1px solid var(--color-100); */
    padding-top: 15px;
}

.cd-table-th-bottom {
    /* border-bottom: 1px solid var(--color-100);
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05); */
    padding-bottom: 15px;
}
/*
.cd-table-th-right {
    border-right: 1px solid var(--color-100);
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05);
}
.cd-table-th-left {
    border-left: 1px solid var(--color-100);
} */

.cd-table-th-top.cd-table-th-left {
    border-top-left-radius: 9px;
}
.cd-table-th-top.cd-table-th-right {
    border-top-right-radius: 9px;
}
.cd-table-th-bottom.cd-table-th-left {
    border-bottom-left-radius: 9px;
}
.cd-table-th-bottom.cd-table-th-right {
    border-bottom-right-radius: 9px;
} 
.cd-table-sort-none, .cd-table-sort-Ascending, .cd-table-sort-Descending {
    background-image: none;
}
.cd-table-sort-none::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    font-size: 15px;
    color: #D2D2E1;
}
.cd-table-sort-Ascending::after, .cd-table-sort-Descending::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    font-size: 15px;
}
.cd-table-sort-Descending {
    transform: rotate(180deg);
    margin-left: 10px;
    margin-right: -10px;
}
.cd-table-td, cd-pivot-table tr td {
    font-weight: 500;
    font-size: 13px;
    color: #3F4254;
    border-top: 1px dashed var(--color-200);
    min-height: 38px;
    padding: 5px 10px;
}

/* .cd-table-td > div, cd-pivot-table tr td > div {
    min-height: 38px;
    display: flex;
    align-items: center;
} */

tr:nth-child(2) .cd-table-td {
    border-top: 0px; 
}
.cd-table-td a, .cd-table-r-td a, cd-pivot-table td a {
    font-weight: 600;
    font-size: 14px;
    color: var(--brand-color);;
}
.cd-table-footer {
    justify-content: flex-end;
}

.cd-table-footer {
    justify-content: flex-end;
}

/* .c-table-hilight-fullcell .cd-table-td {
    padding: 0;
} */
.c-table-hilight-fullcell .hilight-blue,  .c-table-hilight-fullcell .hilight-green, .c-table-hilight-fullcell .hilight-purple,
.c-table-hilight-fullcell .blue, .c-table-hilight-fullcell .green, .c-table-hilight-fullcell .purple {
    width: 100%;
    height: 100%;
    color: #3F4254;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.cc-tokenfield-token {
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--color-500);
    background: var(--color-100);
    border-radius: var(--btn-border-radius);
    margin: 4px;
}

.cc-tokenfield-token-close {
    top: 2px;
    margin-left: 6px;
}
.form-element.cc-tokenfield-select {
    min-height: 38px;
    height: auto;
    padding: 0.25rem 0.625rem;
}

.cci-modal-body .form-element.cc-tokenfield-select {
    min-height: 45px;
    padding: 0.25rem 0.625rem;
}

.cc-tokenfield-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eaa1";
    font-size: 1rem;
    position: absolute;
    right: 8px;
}

.tree-node {
    padding: 3px 0px;
}

/* Utility classes */

.btn-secondary, .btn-light {
    background-color: white;
    color: var(--color-500);
    font-weight: 600;
    border: 1px solid var(--color-200);
}

.btn-text, .c-button-textonly, .cd-table-td .c-button.btn-text {
    background-color: transparent;
    border: 0;
    color: var(--brand-color);
    font-weight: 600;
    text-align: left;
}

.btn-sm, .btn-small {
    padding: 5px 12px;
}

.cd-table-empty {
    padding: 25px 10px;
}

.btn-icon-small {
    background-color: white;
    border: 1px solid var(--color-200);   
    height: 30px;
    width: 30px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    padding: 0;
    text-align: center;
}

.btn.btn-icon-small span {
    color: #7E8299;
    font-size: 15px;
}

.btn-text {
    background-color: transparent;
    padding: 0px;
    color: var(--brand-color);
}
.btn-text-active {
    font-weight: 700;
    text-decoration: underline;
}

.btn span {
    font-size: 1.25rem;
}

.card {
    border: 1px solid var(--color-100);
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05);
    border-radius: 12px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    scrollbar-color: #ccc #f5f5f5;
    scrollbar-width: thin;
}

.cursor-pointer {
    cursor: pointer;
}

.alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 14px;
    gap: 16px;

    background: var(--bg-info);
    border: 1px dashed var(--color-info);
    border-radius: 7px;

    font-weight: 500;
    font-size: 13px;
}
.alert-blue {
    background: var(--bg-info);
    border: 1px dashed var(--color-info);
}
.alert-green {
    background: var(--bg-success);
    border: 1px dashed var(--color-success);
}
.alert-yellow {
    background: #FFF8DD;
    border: 1px dashed #F6C000;
}
.alert-orange {
    background: #ffecdd;
    border: 1px dashed #f66f00;
}
.alert-red {
    background: var(--bg-error);
    border: 1px dashed var(--color-error);
}
.alert h4 {
    font-weight: 600;
    font-size: 15px;
    color: #3F4254;
    margin: 0px 0px 5px 0px;
}
.alert > span {
    color:#3E97FF;
    font-size: 29px;
}

.hilight-blue, .blue {
    padding: 5px 8px;
    background: var(--bg-info);
    border-radius: var(--btn-border-radius);
    color: var(--color-info);
    display: inline-block;
    white-space: nowrap;
}

.hilight-green, .green {
    padding: 7px 9px;
    background: var(--bg-success);
    border-radius: var(--btn-border-radius);
    color: var(--color-success);
    display: inline-block;
}
.hilight-red, .red {
    padding: 7px 9px;
    background: var(--bg-error);
    border-radius: var(--btn-border-radius);
    color: var(--color-error);
    display: inline-block;
}
.hilight-orange, .orange {
    padding: 7px 9px;
    background: var(--bg-warning);
    border-radius: var(--btn-border-radius);
    color: var(--color-warning);
    display: inline-block;
    white-space: nowrap;
}
.hilight-purple, .purple {
    padding: 7px 9px;
    /* height: 28px; */
    background: #F6F6FF;
    border-radius: var(--btn-border-radius);
    color: #9f41f1;
    display: inline-block;
}
.hilight-gray, .gray {
    padding: 5px 8px;
    background: var(--color-100);
    border-radius: var(--btn-border-radius);
    color: #7E8299;
    display: inline-block;
}
.hilight-greentext, .greentext {
    padding: 7px 9px;
    color: var(--color-success);
    display: inline-block;
}
.hilight-redtext, .redtext {
    padding: 7px 9px;
    color: var(--color-error);
    display: inline-block;
}
.hilight-lightgraytext, .lightgraytext {
    padding: 7px 9px;
    color: #ccc;
    display: inline-block;
}
.hilight-orangetext, .orangetext {
    padding: 7px 9px;
    color: var(--color-warning);
    display: inline-block;
}
.hilight-bluetext, .bluetext {
    padding: 7px 9px;
    color: var(--color-info);
    display: inline-block;
}
.hilight-purpletext, .purpletext {
    padding: 7px 9px;
    color: #9f41f1;
    display: inline-block;
}

.info-card-header {
    position: relative;
    margin-bottom: 25px;
}

.info-card-header > span {
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #eee;
    align-self: flex-end;
    justify-self: flex-end;
    position: absolute;
    right: -14px;
    top: -14px;
}
.info-card h1 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 38px;
    margin-top: 0px;
}
.info-card h2+h1, .info-card-header h2+ span + h1 {
    margin-top:20px;
}

.info-card h2 {
    font-size: 18px;
    color: var(--color-500);
    font-weight: 500;
    margin: 0;
}
.info-card h3 {
    margin-top: 15px;
    color: var(--color-400);
    font-weight: 500;
}
.info-card p {
    color: var(--color-400);
    font-weight: 500;
}

.bg-success {
    background-color: var(--bg-success);
}

.bg-puple {
    background-color: #F6F6FF;
}

.bg-info {
    background-color: var(--bg-info);
}

.pill {
    padding: 1px;
    border-radius: 20px;
    background-color: #eee;
    min-width: 22px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.c-notifier-container {
    border: 1px solid #E1E3EA;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
    font-size: 0.9375rem;
    padding: 20px;
}

.c-notifier-notification {
    background-color: white;
    background-image: none;
    padding: 0;
}

.c-notifier-info {
    color:#50CD89;
}
.c-notifier-info::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e99e";
    font-size: 28px; 
    padding-right: 13px;
}
.c-notifier-success {
    color:#50CD89;
}
.c-notifier-success::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e99e";
    font-size: 28px; 
    padding-right: 13px;
}
.c-notifier-error {
    color: #F1416C;
    background: 0;
}
.c-notifier-error::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9b3";
    font-size: 28px; 
    padding-right: 13px;
}
.c-notifier-alert {
    color: #d5c701; 
}
.c-notifier-alert::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\ea4a";
    font-size: 28px; 
    padding-right: 13px;
}

cd-pivot-table tr {
    vertical-align: top;
}
cd-pivot-table tr th {
    border-bottom: 0px;
    height: 30px;
    border-top: 0px dashed #E1E3Ea;
    font-size: 13px;
}

thead {
    border: 1px solid var(--color-100);
    /* box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05); */
    border-radius: 12px;
}

cd-pivot-table th {
    background-color: white;
}
cd-pivot-table tr td {
    border-top: 1px dashed #E1E3Ea;
}
cd-pivot-table td {
    color: #3F4254;
    font-weight: 500;
}
.pt-continue {
    color: #ddd;
}
.viz_top_total {
    color: #3F4254;
    font-size: 14px;
    padding-top: 15px;
}
.top-total-th {
    color: #7E8299;
    font-size: 13px;
}
.cd-pivot-table-drill {
    position: relative;
    background-color: white;
    border-radius: 0px;
    padding: 0px;
}
.cd-pivot-table-drill-closed:before {
    content: none;
}
.cd-pivot-table-drill-closed:after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\ea77";
    font-size: 19px;
    color: var(--brand-color);;
    cursor: pointer;
    margin-left: -2px;
}
.cd-pivot-table-drill-open:before {
    content: none;
}
.cd-pivot-table-drill-open:after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eaa0";
    font-size: 19px;
    color: var(--brand-color);;
    cursor: pointer;
    margin-left: -2px;
}

.cd-table-td .c-button {
    padding: 3px 7px;
    min-width: 30px;
    min-height: 26px;
}

.popover {
    padding: 5px;
    border: 1px solid var(--color-100);
}

.cc-popout-item .btn, .cc-popout-item .c-hyperlink, .cc-popout-item .c-filedownload {
    background: #fff;
    border: 0px;
    color: var(--heading-color);
    font-weight: 600;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    text-decoration: none;
    padding: 9px 12px;
    display: flex;
}

.cc-popout span, .cc-popout-item span {
    color: var(--color-300);
    font-size: 20px;
}
