@import "/app/ki-outline/ki-outline.css";

@font-face {
    font-family: 'Segoe UI Variable Small';
    src:
      local('Segoe UI Variable Small'),
      url('/app/SegoeUI-VF.ttf') format('truetype-variations');
    font-variation-settings: 'opsz' 1;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI Variable Text';
    src:
      local('Segoe UI Variable Text'),
      url('/app/SegoeUI-VF.ttf') format('truetype-variations');
    font-variation-settings: 'opsz' 10.5;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI Variable Display';
    src:
      local('Segoe UI Variable Display'),
      url('/app/SegoeUI-VF.ttf') format('truetype-variations');
    font-variation-settings: 'opsz' 36;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Segoe UI Variable Text', sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #5E6278;
    
    min-height: 100vh;
    overflow-y: hidden;
}

* {
    box-sizing: border-box;
}

input, textarea {
    font-family: 'Inter', sans-serif;
    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: #7b9b35;
}


/* html {
    margin-left: calc(100vw - 100%);
} */
  
:root {
    --grid-maxWidth: calc(100vw - 337px);
    --grid-gutter: 25px;
    --grid-item-padding: 25px;

    --brand-color: #8CB23A;
    /* --color1: #8CB23A; */
} 

/* Typography */

a {
    color: inherit;
}

h1 {
    font-family: 'Segoe UI Variable Display';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #181C32;
}

h2 {
    font-family: 'Segoe UI Variable Display';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #181C32;
    margin: 0 0 8px 0;
}

h3 {
    font-size: 14px;    
    color: #181C32;
    margin: 0
}
.settings-layout h4 {
    font-size: 14px;    
    font-weight: 600;
    margin: 5px 0;
}

.sub-title {
    color: #A1A5B7;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
}
.hilight-blue {
    padding: 5px 8px;
    /* height: 28px; */
    background: #EEF6FF;
    border-radius: 6px;
    color: #3E97FF;
    display: inline-block;
    white-space: nowrap;
}

.hilight-green {
    padding: 7px 9px;
    background: #F6FFF6;
    border-radius: 4px;
    color: #50CD89;
    display: inline-block;
}

.hilight-greentext {
    padding: 7px 9px;
    color: #50CD89;
    display: inline-block;
}
.hilight-redtext {
    padding: 7px 9px;
    /* height: 28px; */
    color: #F1416C;
    display: inline-block;
}
.hilight-lightgraytext {
    padding: 7px 9px;
    color: #ccc;
    display: inline-block;
}
.hilight-orangetext {
    padding: 7px 9px;
    /* height: 28px; */
    color: #F19641;
    display: inline-block;
}
.hilight-bluetext {
    padding: 7px 9px;
    /* height: 28px; */
    color: #3e97ff;
    display: inline-block;
}
.hilight-purpletext {
    padding: 7px 9px;
    /* height: 28px; */
    color: #9f41f1;
    display: inline-block;
}
.hilight-red {
    padding: 7px 9px;
    /* height: 28px; */
    background: #FFF5F8;
    border-radius: 4px;
    color: #F1416C;
    display: inline-block;
}
.hilight-orange {
    padding: 7px 9px;
    /* height: 28px; */
    background: #fffdf5;
    border-radius: 4px;
    color: #f19641;
    display: inline-block;
    white-space: nowrap;
}
.hilight-purple {
    padding: 7px 9px;
    /* height: 28px; */
    background: #F6F6FF;
    border-radius: 4px;
    color: #9f41f1;
    display: inline-block;
}
.hilight-gray {
    padding: 5px 8px;
    background: #F1F1F2;
    border-radius: 4px;
    color: #7E8299;
    display: inline-block;
}

.c-table-hilight-fullcell .cd-table-td {
    padding-left: 0;
}
.c-table-hilight-fullcell .hilight-blue,  .c-table-hilight-fullcell .hilight-green, .c-table-hilight-fullcell .hilight-purple{
    width: 100%;
    height: 100%;
    color: #3F4254;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.amount-display {
    text-align: center;
    color: #7E8299;
    align-self: center;
}
.amount-display h1 {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: -0.02em;
    color: #181C32;
}

.bg-blue {
    background-color: #EEF6FF;
}

.bg-green {
    background-color: #E6FFF6;
}

.description {
    font-size: 10px;
    color: #7E8299;
}

hr {
    border: 0px;
    border-top: 1px solid #E1E3EA;
}

/* login */
.login-page {
    height: 100lvh;
    background-color: #f4f4f4
}
.login-logo {
    height: 40px;
    margin-bottom: 50px;
}
.login-items {
    display: flex;
    align-items: center;
    
    background: #FFFFFF;
    border: 1px solid #F1F1F2;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 49px;
    /* margin: 0 auto; */
    /* margin: 0 auto 0 calc(25vw - 140px); */
    /* margin-top: 68%;
    margin-bottom: 90px; */
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    text-align: center;
}
.signup-items {
    display: flex;
    align-items: center;
    
    background: #FFFFFF;
    border: 1px solid #F1F1F2;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 49px;
    /* margin: 0 auto; */
    /* margin: 0 auto 0 calc(25vw - 140px); */
    margin-top: 33%;
    margin-bottom: 90px;
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    text-align: center;
    max-width: 500px;
}
.no-border {
    border: 0px;
    box-shadow: none;
}

.sign-in-controls {
    width: min(280px, 100vw - 100px);
}
.login-items h3 {
    font-weight: 600;
    font-size: 18px;
    color: #181C32;
    margin: 0 0 10px 0;
}
.login-items h2 {
    font-weight: 600;
    font-size: 26px;
    color: #181C32;
    margin: 0 0 10px 0;
}
.login-items button {
    width: 100%;
    margin: 0px;
}
.forgot-password-controls {
    font-size: 15px; 
}
.forgot-password-controls input {
    width: 360px;
}
.password_container {
    text-align: right;
}
.password_container div {
    width: 100%;
}
.password_container a {
    color: var(--brand-color);
    padding-top: 10px;
    display: block;
}

.login-fullbg {
    background-image: url('/app/LoginBG4k.jpg');
    background-size: cover;
    height: max(100lvh, 100%);
    gap: 10%;
}

.login-rhs {
    background-image: url('/app/LoginBG4k.jpg');
    background-size: cover;
    height: 100lvh;
}
.login-rhs .login-rhs-text {
    width: 75%;
}
.login-rhs-text {
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #7d7d7d; 
    /* #181C32; */
    padding: 50px 0;
}

/* Info pages e.g. 404 page */
.info-page-message {
    color: #A1A5B7;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 30px;
}
.info-page-message h1 {
    color: #181C32;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.otp-input input {
    font-size: 22px;
    color: #5E6278;
    -moz-appearance: textfield;
    margin: 0;
    text-align: center;
}
.otp-input input::-webkit-outer-spin-button,.otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Layout page */

.layout {
    width: 100%;
    height: 100lvh;
}
.sidebar {
    box-sizing: border-box;
    padding: 30px 0px 30px 20px;
    width: 300px;
    height: 100vh; 
    background: #FFFFFF;
    border-right: 1px solid #F1F1F2;

}
.logo {
    display: block;
    background-image: url('/app/Clarity™ for Microsoft Teams_Green.png');
    height: 36px;
    /* padding-left: 10px; */
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    width: 178px;
}
.c-hyperlink.logo {
    margin-bottom: 30px;
}

.menu-container {
    overflow: auto;
    scrollbar-color: #ccc #f5f5f5;
    scrollbar-width: thin;
}
.lvl1-container > div:nth-child(1) .menu-lvl1  {
    padding-top: 10px;
}
.menu-container::-webkit-scrollbar, .cc-layout-grid-item::-webkit-scrollbar, .cd-table-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.menu-container::-webkit-scrollbar-track, .cc-layout-grid-item::-webkit-scrollbar-track, .cd-table-container::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
.menu-container::-webkit-scrollbar-thumb, .cc-layout-grid-item::-webkit-scrollbar-thumb, .cd-table-container::-webkit-scrollbar-thumb {
    background: #ddd; 
    border-radius:5px;
}
.menu-container::-webkit-scrollbar-thumb:hover, .cc-layout-grid-item::-webkit-scrollbar-thumb:hover, .cd-table-container::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
}

.menu-lvl1 {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #A1A5B7;
    text-transform: uppercase;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.menu-item {
    padding: 16px 10px 16px 46px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #5E6278;
}
.menu-item:hover,.lvl2-expander label:hover {
    background-color: #F9F9F9;
    border-radius: 9px;
}

.lvl2-menu-item {
    position: relative;
    display: block;
}

.menu-item a {
    color: #5E6278;   
}
.lvl2-menu-item span {
    color: #A1A5B7;
    font-size: 23px;
    padding-right: 17px;
    position: absolute;
    left: 15px;
    top: 12px;
}
.lvl2-menu-item div {
    display: inline-block;
}

.expander-tab-label:after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    color: #D2D2E1;
    font-size: 19px;
    padding-right: 10px;
}
.expander-input:checked+.expander-tab-label:after {
    padding-right: 9px;
}

.lvl3-menu-container {
    position: relative;
}

.lvl3-menu-item {
    display: inline-block;
    padding: 10px 10px 14px 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-decoration: none;
}
.menu-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #E1E3EA;
    border-radius: 20px;
    position: absolute;
    left: 20px;
    margin-top: 3px;
}
.menu-item-selected, .menu-item-selected a {
    background-color: #F9F9F9;
    color: var(--brand-color);
    border-radius: 9px;
}

.menu-item-selected span {
    color: var(--brand-color);
}

.body-container {
    width: 100%;
    height:100lvh;
    overflow:auto;
}
.top-bar {
    padding: 20px 25px;
}
.logout {
    font-weight: 600;
    font-size: 14px;
    color:#181C32;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 4px;
}
.logout:hover {
    background: #F9F9F9;
}
.logout span {
    font-size: 18px;
    color: #A1A5B7;
    margin-right: 12px;
}
/* .user-icon {
    display: inline-block;
    font-size: 40px;
    color: #A1A5B7;
    margin-right: 27px;

    background-image: url('/app/user.png');
    border: 1px solid #A1A5B7;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: 6px;
    
    width: 40px;
    height: 40px;

    margin-left: 10px;
} */
.user-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #EEF6FF;
    margin-left: 10px;
    margin-right: 27px;
    text-align: center;
    padding-top: 13px;
    text-transform: capitalize;
    color: #5E6278;
    font-weight: 600;
    font-size: 11px;
}

.username-container {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 8px;
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.hello {
    font-weight: 600;
    font-size: 12px;
    color: #A1A5B7;
    text-align: right;
    
}
.username {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
}
.user-popout-launcher {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #EEF6FF;
    margin-left: 10px;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    justify-content: center;
}
.user-popout-launcher:hover::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 4px solid #f4f8ff;
    z-index: 0;
    border-radius: 25px;
    top: -4px;
    left: -4px;
}


.heading-bar {
    padding: 0px var(--grid-gutter);
}

.title-crumb {
    display: flex;
    font-weight: 600;
    font-size: 13px;
    color: #A1A5B7;
    align-items: baseline;
}

.title-crumb .ki-home, .title-crumb .ki-right {
    font-size: 17px;
    color: #5E6278;
}

.heading-bar h1 {
    display: inline-block;
    margin: 0 21px 0 0;
}

.title-crumb > .ki-right {
    bottom: -2px;
    position: relative;
}

.content {
    padding: 25px;
    padding-top: 30px;
    padding-bottom: 0px;
}

/* centered layout */
.centered-layout-logos {
    display: flex;
    justify-content: center;
}
.center-layout-width {
    width: min(650px, 100vw);
}
.login .center-layout-width {
    width: min(300px, 100vw);
}

.clarity-for-teams-logo {
    background-image: url('/app/Clarity™ for Microsoft Teams_Green.png');
    height:50px;
    width: 245px;
    background-size: contain;
}

.cc-layout-grid-item, .settings-layout > div {
    border: 1px solid #F1F1F2;
    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;
}
.cc-layout-grid-no-cards .cc-layout-grid-cell {
    padding: 0;
}
.cc-layout-grid-no-cards .cc-layout-grid-item {
    border: 0;
    box-shadow: unset;
    padding: calc(var(--grid-item-padding) / 2);
}
.settings-layout {
    gap: var(--grid-gutter);
}
.settings-layout > div {
    padding: var(--grid-item-padding);
    width: min(800px, 100%);
}

/* Info cards from Figma - numbered as the appear on the page */
.info5-bullet {
    font-weight: 600;
    font-size: 15px;
    color: 7E8299;
}
.info5-bullet span {
    display: inline-block;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--brand-color);
    margin-right: 10px;
}
.bullet-color2 span {
    background-color: #7239EA;
}
.block {
    color: #A1A5B7;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}
.block h1 {
    color: #3F4254;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    margin: 5px 0;
}
.block-row {
    display: flex;
    justify-content: space-between;
    width: 150px;
    padding-bottom: 10px;
}
.block-key {
    color: #A1A5B7;
    font-weight: 600;
    font-size: 14px;
}
.block-value {
    color: #3F4254;
    font-weight: 600;
    font-size: 14px;
}

/* Bricks */

.c-hyperlink {
    /* color: #181C32; */
    font-weight: 600;
    text-decoration: none;
}

.c-button, .c-switch-button, .cci-modal-cancel, .cci-modal-ok {
    display: inline-block;
    /* max-height: 38px; */
    background-color: var(--brand-color);
    color: white;
    border: 0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    padding: 12px 16px;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.c-button span {
    font-size: 20px;
    color: #fff;
}

.c-button-textonly {
    color: #181C32;
    padding: 0px;
    background-color: transparent;
}

.c-button-textonly span {
    color: #7E8299;
    padding: 0px;
    background-color: transparent;
}

.c-button-textonly2 {
    color: #8CB23A;
    padding: 0px;
    background-color: transparent;
    text-align: left;
    font-weight: bold; /* Makes the text bold */
    font-size: 14px;

}

.c-button-textonly2 span {
    color: #8CB23A;
    padding: 0px;
    background-color: transparent;
    font-weight: bold; /* Makes the text bold */
}
.btn-light, .c-switch-button, .cci-modal-cancel {
    background-color: white;
    color: #7E8299;
    font-weight: 600;
    border: 1px solid #E1E3EA;
}
.btn-small {
    padding: 5px 12px;
}

.btn-icon-small {
    background-color: white;
    border: 1px solid #E1E3EA;   
    height: 30px;
    width: 30px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    padding: 0;
    text-align: center;
}

.btn-text {
    background-color: transparent;
    padding: 0px;
    color: var(--brand-color);
}
.btn-text-active {
    font-weight: 700;
    text-decoration: underline;
}

.c-checkbox-checkmark, .c-checkbox-checkmark:hover {
    width: 22px;
    height: 22px;
    background: #F1F1F2;
    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;
}
.cb_popout_drop {
    border: 1px solid #F1F1F2;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
    border-radius: 4px;
    padding: 8px;
}
.cb_combo_input {
    padding: 0px;
}
.cb_combo_input_label input {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
}
.cb_combo_item_Year, .cb_combo_item_Month, .cb_combo_item_Day {
    font-weight: 500;
    font-size: 13px;
    color: #5E6278;
    padding: 9px 12px;
    cursor: pointer;
}
.cb_combo_item_Day {
    padding: 7px 10px;
}
.cb_combo_item_Month {
    padding: 7px 10px;
}
.cb_combo_item_Year {
    padding: 7px 10px;
}
.cb_combo_lists_container {
    display: flex;
    gap: 10px;
}
.cb_combo_table th {
    font-weight: 600;
    font-size: 13px;
    color: #3F4254;
    padding: 5px;
}
.cb_combo_item_selected {
    background: var(--brand-color);;
    border-radius: 4px;
    font-weight: 500;
    color: #FFFFFF;
}
.cb_combo_input_up {
    background-image: none;
    background: #F6F6F6;
    border-radius: 4px;
    margin: 0 1px;
}
.cb_combo_input_up::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eb24";
    color: #7E8299;
    font-size: 24px;
    position: relative;
    top: 1px; 
}
.cb_combo_input_down::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    color: #7E8299;
    font-size: 24px;
    position: relative;
    top: -1px;
}
.cb_combo_input_down {
    background-image: none;
    background: #F6F6F6;
    border-radius: 4px;
    margin: 0 1px;
}
.cb_combo_input {
    margin-bottom: 5px;
}
.user-popout {
    padding: 14px;
    width: 220px;
}

.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: 4px;
    border: 0px;
    cursor: pointer;
}
.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 #F1F1F2;
}
.c-daterange-selection {
    padding: 6px 9px;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.c-editor-code {
    font-size: 12px;
}

.c-gauge-center {
    font-weight: 600;
    font-size: 20px;
    color: #3F4254;
}
.c-gauge-legend-label {
    color: #7E8299;
}

.c-hyperlink span {
    font-size: 20px;
    margin-right: 9px;
    color: #7E8299;
}

.btn-light span {
    color:#7E8299;
    font-size: 20px;
}
.btn-icon-small span {
    color: #7E8299;
    font-size: 15px;
}

.cci-modal {
    border-radius: 11px;
    /* max-width: 760px; */
}
.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 #E1E3EA;
    /*font-weight: 600;
    font-size: 22px;
    color: #181C32;*/
    text-align: center;

    font-weight: 600;
    font-size: 22px;
    color: #181C32;
    /*margin-bottom: 22px;*/

    padding: 30px 80px;
}
.cci-modal-close {
    float: none;
    position: absolute;
    right: 12px;
    top: 18px;
    color: #D2D2E1;
    font-size: 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;
    /* align-items: flex-end; */
    overflow-wrap: anywhere;
}
.cci-modal-body-align-right .cci-modal-body {
    align-items: flex-end;
}

.cci-modal-body > c-input, .cci-modal-body > c-select, .cci-modal-body > c-multiselect, .cci-modal-body > cc-tokenfield, .cci-modal-body > cc-use, .cci-modal-body > c-autocomplete {
    align-self: flex-end;
}
.cci-modal-body .c-input-container, .cci-modal-body .c-select-container, .cci-modal-body .c-multiselect-container, .cci-modal-body .c-switch-container, .cci-modal-body .cc-tokenfield-container, .cci-modal-body .c-autocomplete-container, .cci-modal-body .c-daterange-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.cci-modal-body .c-input-label, .cci-modal-body .c-select-label, .cci-modal-body .c-multiselect-label, .cci-modal-body .c-switch-label, .cci-modal-body .c-autocomplete-label {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
    padding-top: 9px;
    text-align: end;
    width: 250px;
}
.cci-modal-body .c-input, .cci-modal-body .c-select, .cci-modal-bodyel .c-multiselect, .cci-modal-body .c-switch-button-group, .cci-modal-body .c-autocomplete-input {
    width: 450px;
    height: 48px;
    font-size: 13px;
}
.cci-modal-body .c-autocomplete-input {
    display: flex;
    align-items: center;
}
.cci-modal-body .c-autocomplete-x {
    top: 23px;
}
.c-input-validation-message {
    color: #F1416C;
    text-align: right;
}
.cc-tokenfield-validation-message {
     color: #F1416C;
}
.cci-modal-c-checkbox {
    align-self: flex-start;
    margin-left: 160px;
}

.cci-modal .c-input-prefix {
    display: flex;
    align-items: center;
    padding: 0px 13px;
    height: 46px;
    background-color: #F9F9F9;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #E1E3EA;
    position: absolute;
    bottom: 0px;
    left: 68px;
    font-family: 'keenicons-outline';
    font-weight: normal;
    color: #A1A5B7;
    font-size: 26px;
    z-index: 1;
}
.cci-modal .c-input-postfix {
    display: flex;
    align-items: center;
    padding: 0px 13px;
    height: 46px;
    background-color: #F9F9F9;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #E1E3EA;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: 'keenicons-outline', Inter;
    font-weight: normal;
    color: #A1A5B7;
    font-size: 14px;
}

.cci-modal-footer {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    background: #F9F9F9;
    border-top: 1px solid #E1E3EA;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;

}
.cci-modal-buttons {
    display: flex;
    gap: 10px;
}
.cci-modal-cancel, .cci-modal-ok {
    width: auto;
}

.c-switch-button {
    border: 0;
    border-radius: 0;
    width: 100%;
}
.c-switch-button:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.c-switch-button:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.c-switch-button-group {
    display: flex;
    gap: 1px;
    background-color: #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
}
.c-switch-button-selected {
    background-color: var(--brand-color);;
    color: white;
    font-weight: 700;
}
.flag-radios .c-switch-radios {
    display: flex;
    gap: 57px;
}

.cc-switchpanel-tabheader {
    padding: 0px;
    background: linear-gradient(180deg, 
        #fff calc(100% - 1px), 
        #E1E3EA calc(100%)
    );
}
.cc-switchpanel-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #A1A5B7;
    margin: 0px;
    padding-bottom: 20px;
    background-color: transparent;
}

.cc-switchpanel-tab-active {
    color: #3F4254;
    border-bottom: 1px solid var(--brand-color);
}

.cb_combo_input_container {
    padding: 0 8px 8px;
}

.c-select-label, .c-multiselect-label, .c-input-container label, .c-input-label span, .c-switch-label, .cb_combo_input_label, c-textarea label, .c-autocomplete-label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #181C32;
    padding: 0 0 10px 0;
    margin: 0px;
}

.c-select, .c-input, .c-multiselect, .c-switch-button-group, .cd-table-header input, .cb_combo_input, .cd-tree-search-container input {
    border: 1px solid #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 4px;

    height: 38px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #7E8299;
}
.input-large input {
    height: 48px;
}
.cb_combo_input_label {
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    background-color: #F6F6F6;
    color: #181C32;
    font-weight: 600;
}
.cc-switchpanel-tab-active .cb_combo_input_label{
    background-color: var(--brand-color);
    color: white;
}
.c-input-validation-failed input, .cc-tokenfield-validation-failed, .c-select.c-input-validation-failed, textarea.c-input-validation-failed {
    border-color: #F1416C;
}
.c-input-validation-failed::after {
    font-family: keenicons-outline;
    font-weight: normal;
    content: "\ea47";
    color: #F1416C;
    font-size: 22px;
    position: absolute;
    top: 8px;
    right: 12px;
}
.cci-modal-body .c-input-validation-failed::after, .input-large .c-input-validation-failed::after {
    top: 12px;
}

.c-input-prefix-input {
    padding-left: 60px;
}
.c-input-postfix-input {
    padding-right: 60px;
}

.c-textarea {
    border: 1px solid #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    width: 100%;
}

.c-notifier-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: white;
    color:#50CD89;
    background-image: none;
    padding: 20px;
    border: 1px solid #E1E3EA;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
}
.c-notifier-info::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e99e";
    font-size: 28px; 
    padding-right: 13px;
}
.c-notifier-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: white;
    color: #F1416C;
    background-image: none;
    padding: 20px;
    border: 1px solid #E1E3EA;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
}
.c-notifier-error::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9b3";
    font-size: 28px; 
    padding-right: 13px;
}
.c-notifier-alert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: white;
    color: #d5c701; 
    background-image: none;
    padding: 20px;
    border: 1px solid #E1E3EA;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
}
.c-notifier-alert::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\ea4a";
    font-size: 28px; 
    padding-right: 13px;
}

.c-select, .c-multiselect {
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;

    background-image: none;
    position: relative;
    min-width: 200px;
}

.c-select::after, .c-multiselect::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e9e5";
    font-size: 16px;
    position: absolute;
    right: 8px;
}
.c-datepicker-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e986";
    font-size: 16px;
    position: absolute;
    right: 8px;
}
.cc-tokenfield-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\eaa1";
    font-size: 16px;
    position: absolute;
    right: 8px;
}
.cc-tokenfield-select-open::after {
    content: "\eb24";
}
.c-select-dropdown {
    padding: 8px;
}
.c-select-search-container {
    padding: 0px;
}
.c-select-search-input {
    padding: 8px 0px 8px 8px;
    border-radius: 4px;
}
.c-select-item, .c-multiselect-item  {
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    color: #5E6278;
}
.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 */
}

.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: #A1A5B7;
    position: absolute;
    font-size: 17px;
    margin: 11px;
}
.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: #A1A5B7;
    position: absolute;
    font-size: 17px;
    margin: 4px -28px;
    cursor: pointer;
    right: -7px;
}

.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 #E1E3Ea;
}
.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 {
    color: #7E8299;
    font-weight: 600;
    font-size: 13px;
    border: 0px;
    background-color: #a1a5b712; 
    padding: 10px 0 10px 10px;
}
.cd-table-r-row0 {
    padding-top: 10px;
}

.cd-table-th-top {
    /* border-top: 1px solid #F1F1F2; */
    padding-top: 15px;
}

.cd-table-th-bottom {
    /* border-bottom: 1px solid #F1F1F2;
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05); */
    padding-bottom: 15px;
}
/*
.cd-table-th-right {
    border-right: 1px solid #F1F1F2;
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05);
}
.cd-table-th-left {
    border-left: 1px solid #F1F1F2;
} */

.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-r-td .c-button {
    background-color: #F9F9F9;
    padding: 9px 12px;
    color: #5E6278;
    font-weight: 600;
    font-size: 12px;
}
.cd-table-r-td .c-button:hover {
    background: #F1F1F2;
}
.cd-table-r-td-odd {
    background-color: #F9F9Fb;
}

.cd-table-r-td .btn-grid-icon {
    background-color: white;
    border: 0;   
    padding: 0;
    text-align: center;
}
.cd-table-r-td .btn-grid-icon:hover {
    background-color: white;
}

.cd-table-td .c-button {
    padding: 5px 7px;
    min-width: 30px;
    min-height: 26px;
}

.btn-grid-icon span {
    color: #A1A5B7;
    font-size: 22px;
}

.cd-table-empty {
    padding: 25px 10px;
}

/* .cd-table-r-tr.cd-table-r-th {
    border-bottom: 2px solid var(--brand-color);;
} */

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;
}
/* .cd-table-th, .viz_top_total, .cd-table-r-th  {
    color: #3F4254;
} */
thead {
    border: 1px solid #F1F1F2;
    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-size: 1spx;
    font-weight: 500;
    height: 30px;
}
.pt-continue {
    color: #A1A5B7;
}
.pt-expand {
    padding-left: 22px;
}
.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);;
    padding-left: 6px;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -28px;
}
.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);;
    padding-left: 6px;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -28px;
}

.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 {
    font-weight: 500;
    font-size: 13px;
    color: #3F4254;
    height: 36px;
    border-top: 1px dashed #E1E3Ea;
    padding: 0px 0px 0px 10px;
}
tr:nth-child(2) .cd-table-td {
    border-top: 0px; 
}
.cd-table-td a, .cd-table-r-td a {
    font-weight: 600;
    font-size: 14px;
    color: var(--brand-color);;
}
.cd-table-footer {
    justify-content: flex-end;
}
.c-pager {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.c-pager-info {
    color: #A1A5B7;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px 0 0;
}
.c-pager-button {
    width: 30px;
    height: 30px;
    border: 0px;
    color: #A1A5B7;
    font-weight: 600;
    font-size: 14px;
    background: white;
    border-radius: 4px;
    padding: 0;
}
.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";
}

.cc-popout-item {
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #181C32;
}
.cc-popout span {
    color: #A1A5B7;
    font-size: 20px;
}
.user-popout-launcher div {
    margin: 0px;
    color: #5E6278;
    font-weight: 600;
    font-size: 12px;
}
.cc-popout-popout {
    min-width: 140px;
    padding: 14px;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}
.cc-popout-item .c-button, .cc-popout-item .c-filedownload {
    height: 36px;
    background: #fff;
    border: 0px;
    color: #181C32;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    text-decoration: none;
}

.cc-popout-item .c-filedownload {
    padding-top: 8px;
    padding-bottom: 12px;
    display: inline-block;
}

.cc-popout-item .c-button span, .cc-popout-item .c-hyperlink span {
    color: #bdbfcb;
}
.cc-popout-item .c-filedownload span {
    color: white; /* bulk monitor, hide icon */
}

.cc-popout-popout .c-button:hover {
    background: #F9F9F9;
}

.cc-tokenfield-token {
    font-weight: 700;
    font-size: 12px;
    color: #7E8299;
    padding: 6px 26px 6px 12px;
    background: #F1F1F2;
    border-radius: 4px;
    margin: 4px;
}
.cc-tokenfield-token-close {
    top: 6px;
    margin-left: 6px;
}
.cc-tokenfield-select {
    min-height: 38px;
    height: auto;
    padding: 4px;
    padding-right: 25px;
}
.cci-modal-body .cc-tokenfield-select {
    min-height: 46px;
    height: auto;
}

.tenant-btn {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: var(--grid-gutter);
    color: #3F4254;
    max-height: 56px;
    height: 56px;
    margin-right: 25px;
}
.tenant-btn span {
    color: #7E8299;
}

.sources_panel {
    padding: var(--grid-gutter);
    width: 100%;
    border-right: 1px solid #eee;
    height: 100vh;
    overflow: auto;
    width: 300px;
}

.source-card {
    padding: 7px;
    padding-left: 0px;
}

.sources_panel .dragndrop-element {
    border: 1px solid #ddd;
}


.dash-editor-header {
    background-color: #eee;
    padding: 25px;
    margin: -25px;
    margin-bottom: 0px;
    border-radius: 6px;
}
.dash-editor-header h2 {
    margin: 0;
}

.dash-edit-title-container input {
    font-size: 26px;
    color:#181C32
}
.dash-edit-title-container h1 {
    margin: 0;
}

.progress-step {
    background-color:#d8d8d8;
    padding: 15px;
    border-radius: 30px;
}

.progress-step-completed {
    background-color: var(--brand-color);
    color: white;
}

.progress-line, .progress-line-33, .progress-line-67 {
    position: relative;
    width: 100%;
}
.progress-line::before {
    content: ' ';
    position: absolute;
    height: 2px;
    background-color: #d8d8d8;
    width: 100%;
    z-index: -2;
    top: 23px;
}
.progress-line::after{
    content: ' ';
    position: absolute;
    height: 2px;
    background-color: var(--brand-color);
    width: 100%;
    z-index: -1;
    top: 23px;
}
.progress-line-0::after {
    width: 0%;
}
.progress-line-33::after {
    width: 33%;
}
.progress-line-67::after {
    width: 67%;
}
.progress-line-100::after {
    width: 100%;
}
.progress-context {
    width: 50%;
}

.no-text-wrap {
    text-wrap: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}
.info-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-card-header span {
    padding: 9px;
    border-radius: 6px;
    background-color: #eee;
    font-size: 25px;
    align-self: flex-start;
}
.info-card h1 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 38px;
}
.info-card h2 {
    font-size: 18px;
    color: #7E8299;
    font-weight: 500;
    margin: 0;
}
.info-card h3 {
    margin-top: 15px;
    color: #A1A5B7;
    font-weight: 500;
}
.info-card p {
    color: #A1A5B7;
    font-weight: 500;
}
.tree-node {
    /* width: 100%; */
    padding: 5px 0px;
    /* border-bottom: 1px dashed #eee; */
}

.org-tree-headings::before {
    content: 'Members\00a0\00a0\00a0\00a0\00a0 Action';
    text-align: right;
    width: 100%;
    display: block;
    position: relative;
    left: 13px;
    font-weight: 600;
}

.cc-popout-item .c-hyperlink span {
    font-size: 20px;
    color: #bdbfcb;
}

.center-panel {
    background-color: white;
    box-shadow: 0 20px 30px 1px rgba(0,0,0,.15);
    background-color: #f4f5f9;
    border-radius: 4px;
}

.center-panel .cc-flexbox-padded {
    gap: 15px;
}

.center-panel-header {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.center-panel-header img {
    max-height: 40px;
    margin-top: 15px;
}

.center-panel-header h2 {
    color: var(--brand-color);
    font-size: 14px;
}
.center-info {
    background-color: white;
    padding: 8px 12px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}
.center-info::before {
    position: absolute;
    content: ' ';
    background-image: url(https://s2.svgbox.net/materialui.svg?ic=info&color=1565c0);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    left: 10px;
    top: 10px;
}

.info-block {
    text-align: center;
}

/* .grid-icon-btn {
    background-color: transparent;
    border: 0px;
    padding: 0px !important;

}
.grid-icon-btn span {
    font-size: 20px;
    color: #bdbfcb;
    font-size: 20px;
} */

.table-btns {
    display: flex;
    align-items: center;
}

.table-btns .c-button, .grid-icon-btn  {
    background-color: transparent;
    border: 0px;
}

.table-btns span, .grid-icon-btn span {
    color: #bdbfcb;
    font-size: 20px;
}
.alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 14px;
    gap: 16px;

    background: #EEF6FF;
    border: 1px dashed #3E97FF;
    border-radius: 7px;

    font-weight: 500;
    font-size: 13px;
}
.alert h4 {
    font-weight: 600;
    font-size: 15px;
    color: #3F4254;
    margin: 0px 0px 5px 0px;
}
.alert-blue {
    background: #EEF6FF;
    border: 1px dashed #3E97FF;
}
.alert-green {
    background: #EEFFF6;
    border: 1px dashed #3EFF97;
}
.alert h4 {
    font-weight: 600;
    font-size: 15px;
    color: #3F4254;
    margin: 0px 0px 5px 0px;
}
.alert > span {
    color:#3E97FF;
    font-size: 29px;
}

.alert-yellow {
    background: #FFF8DD;
    border: 1px dashed #F6C000;
}
.alert-orange {
    background: #ffecdd;
    border: 1px dashed #f66f00;
}
.alert-red {
    background: #FFDDDD;
    border: 1px dashed #F1416C;
}

.settings-box {
    border: 1px solid #efefef;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    margin-top: 10px;
    padding-top: 22px;
}
.settings-box-heading {
    position: absolute;
    font-weight: bold;
    background-color: white;
    padding: 5px;
    top: -16px;
    color: #181C32;
}
.settings-box-heading .c-checkbox-container {
    top: -5px;
}
.settings-box-heading .c-checkbox-label {
    font-weight: bold;
}

.pill {
    padding: 1px;
    border-radius: 20px;
    background-color: #eee;
    min-width: 22px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

/* .cci-modal-body .cc-switchpanel-radio-container {
    margin-left: 100px;
} */

.c-autocomplete-input {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #7E8299;
    text-align: start;
}

.small-info-list-text-light h2 {
    font-weight: 600;
    color: #A1A5B7;
    font-size: 18px;
    margin: 1px;
}

.card-headers h1 {
    font-weight: 1000;
    font-size: 20px;
    margin: 1px;
}


.small-info-list-row {
    padding: 5px 0;
    align-items: center;
    border-top: 1px dashed #E1E3EA;
}
.small-info-list-left {
    display: flex;
    gap: 15px;
}
.small-info-list-left > span {
    background: #F1F1F2;
    border-radius: 6px;
    padding: 5px;
    font-size: 20px;
    display: block;
}
.small-info-list-text, .small-info-list-value span {
    font-weight: 600;
    font-size: 13px;
    color: #A1A5B7;
    display: flex;
    align-items: center;
}
.small-info-list-text h2, .small-info-list-value {
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}
.small-info-list-value {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
    text-align: right;
}
.small-info-list-text-light, .small-info-list-value-light span {
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    display: flex;
    align-items: center;
}

.small-info-list-text-light h2  {
    font-weight: 600;
    color: #A1A5B7;
    font-size: 14px;
    margin: 0px;
}

.small-info-list-value-light {
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    display: flex;
    align-items: center;
    text-align: right;
}

a .small-info-list-value-light {
    text-decoration: underline;
}

.static-table {
    width: 100%;
    border-collapse: collapse;
}
.static-table td {
    padding: 5px 10px;
}
.static-table td:first-child {
    padding-left: 0px;
}
.static-table td:last-child {
    padding-right: 0px;
}
.static-table tr > td:nth-child(odd) {
    font-weight: 600;
}
.c-autocomplete-container {
    position: relative;
}
.user-autocomplete-icon::after {
    font-family: 'keenicons-outline';
    content: '\eb2a';
    position: absolute;
    color: #A1A5B7;
    font-size: 17px;
    top: 10px;
    left: 10px;
}

.user-autocomplete-icon .c-autocomplete-input {
    padding-left: 30px;
}

.time-select {
    width: 50px;
    min-width: 50px;
    height: 30px;
}

.card-blue {
    background: #EEF6FF;
}
.card-purple {
    background: #F6F6FF;
}
.card-green {
    background: #F6FFF6;
}

.red-text {
    color: #f55;
}
.green-text {
    color: #5f5;
}

.system-notification {
    padding: 10px 30px;
    position: relative;
    text-align: center;
}
.system-notification-Info {
    background-color:  #EEF6FF;
    color: #3E97FF;
}
.system-notification-Error {
    background-color:  #FFF5F8;
    color: #F1416C;
}
.system-notification-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.getting-started-completed {
    background-color: #d2efec;
}
.getting-started-todo {
    background-color: #d2efec;
}
.quote-box {
    background-color:#EFF8FB; 
    /* border: 2px solid #a2c4c9;  */  
}

@media print {
    /* prevent blank page at end */
    html, body {
        height: 100%;
    }
    a, a .small-info-list-value-light {
        text-decoration: none;
    }
}