/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap'); */
@import "/app/ki-outline/ki-outline.css";
@font-face{font-family:"StudioPro";src:url("/app/StudioPro-Regular.woff") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:"StudioProBolder";src:url("/app/Studio-Pro-UltraBold.woff") format("woff"),url("/app/Studio-Pro-UltraBold.ttf") format("truetype");font-weight:normal;font-style:normal}


body {
    font-family: 'StudioPro', "Helvetica", 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;   
}


div:focus {
    outline: none;
} 

input:focus, textarea:focus, .c-input-validation-failed input:focus, div.c-select-select:focus {
    outline-style: solid; /* ff needs this */
    border-color: #d3d5dc;
    /* border-width: 2px; */
    outline-width: 2px;
    outline-color: #d3d5dc;
}


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

    --brand-color: #152a4c;
}

.cd-table-search-active {
    background: #EEF6FF;
    color: #5E6278 !important;
}

.cd-table-col {
    align-items: start;
}

.welcome {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #181C32;
}
.welcome p {
    font-size: 20px;
    color: #A1A5B7;
    margin: 0;
    text-align: center;
}



/* login */
.login-page {
    height: 100lvh;
}
.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: 50px;
    /* margin: 0 auto; */
    /* margin: 0 auto 0 calc(25vw - 140px); */
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    text-align: center;
}

.social-icon {
    font-size: 27px;
}
.linkedin {
    position: relative;
    top: 5px;
    color: #7E8299;
    border: 2px solid #7E8299;
    border-radius: 8px;
    padding: 2px 5px;
    margin-left: 1px;
}

.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/NGAGE background.jpeg');
    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;
}

.no-number-arrows input {
    -moz-appearance: textfield;
    margin: 0;
}

.no-number-arrows input::-webkit-outer-spin-button,.no-number-arrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Layout page */

.layout {
    width: 100%;
    height: 100lvh;
}
.sidebar {
    box-sizing: border-box;
    padding: 30px 20px 45px;
    width: 265px;
    height: 100vh; 
    background: #FFFFFF;
    border-right: 1px solid #F1F1F2;
    gap: 30px;
    position: relative;
}
.logo {
    padding-bottom:30px;
    display: block;
    padding-left: 15px;
}
.logo img {
    height: 36px;
    padding-left: 10px;
}
.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, .cci-modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.menu-container::-webkit-scrollbar-track, .cc-layout-grid-item::-webkit-scrollbar-track, .cd-table-container::-webkit-scrollbar-track, .cci-modal-body::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
.menu-container::-webkit-scrollbar-thumb, .cc-layout-grid-item::-webkit-scrollbar-thumb, .cd-table-container::-webkit-scrollbar-thumb, .cci-modal-body::-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, .cci-modal-body::-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: 14px 10px 14px 46px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    width: 100%
}
.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;
}

.body-container-gradient {
    background-image: linear-gradient(to bottom right, #3f648a, #0a1630);
}
.ho-bg {
    background-color: #F2F5F9; /* #DBE2F2; */
}
.fr-bg {
    background-color: #FBF8F2;
}
.cm-bg {
    background-color: #FBFBFB;
}

.top-bar {
    height: 120px;
    padding-right: 40px;
}
.logout {
    font-weight: 600;
    font-size: 14px;
    color:#181C32;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 6px;
}
.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: #f4f4fb; /* #F9F9F9; */
    /* border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px; */
    border-radius: 40px;
    padding: 4px 6px 4px 8px;
    display: flex;
    align-items: center;
}
.username {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
    padding-bottom: 6px;
    text-align: right;
}

.user-popout-launcher {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #deeeff;
    margin-left: 10px;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
}
.user-popout-launcher:hover::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 4px solid #d5e6ff;
    z-index: 0;
    border-radius: 25px;
    top: -4px;
    left: -4px;
}


.heading-bar {
    margin-top: 10px;
    height: 40px;
    padding: 0px var(--grid-gutter);
    margin-bottom: 25px;
}

.content {
    margin-bottom: 25px;
}
.content > * > .cc-layout-grid-container {
    margin: calc(var(--grid-gutter) * -0.5) calc(var(--grid-gutter) * 0.5);
}

.content > cc-flexbox > div {
    margin: 0px 0px 0px var(--grid-gutter);
}

.multi-layout {
    margin-left: 0px !important;
}

.cc-flexbox-padded {
    gap: 25px;
    padding: 25px;
}

.cc-flexbox-sublayout {
    gap: 25px;
    padding: 25px 25px 25px 0px;
}

.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;
}

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

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

.cc-layout-grid-item {
    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;
    background-color: white;
}

/* Info cards from Figma - numbered as the appear on the page */
.info5-bullet {
    font-weight: 600;
    font-size: 15px;
    color: 7E8299;
    padding:5px;
}
.info5-bullet span {
    display: inline-block;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--brand-color);
    margin-right: 10px;
}
.info6-title h1 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 34px;letter-spacing: -0.02em;
    color: #3F4254;
}
.info6-title span {
    font-size: 30px;
    margin-bottom: 30px;
    background: #F1F1F2;
    border-radius: 6px;
    padding: 10px;
    display: block;
    width: 50px;
}
.bullet-color2 span {
    background-color: #7239EA;
    
}
.bullet-colorGreen span {
    background-color: #8CB23A;
    
}
.bullet-colorRed span {
    background-color: #C12C2C;
    
}
.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: 0;
    margin-bottom: 5px;
}
.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;
}

.info-list-row {
    padding: 10px 0;
    align-items: center;
    border-top: 1px dashed #E1E3EA;
}
.info-list > div:nth-child(1) > cc-flexbox > div {
    border-top: 0px;
}
.info-list-left {
    display: flex;
    gap: 15px;
}
.info-list-left > span {
    background: #F1F1F2;
    border-radius: 6px;
    padding: 10px;
    font-size: 20px;
    display: block;
}
.info-list-text, .info-list-value span {
    font-weight: 600;
    font-size: 14px;
    color: #A1A5B7;
}
.info-list-text h2, .info-list-value {
    font-weight: 600;
    font-size: 16px;
}
.info-list-value {
    font-weight: 600;
    font-size: 16px;
    color: #3F4254;
    text-align: right;
}

.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;
}

/* Bricks */

.c-button, .c-switch-button, .cci-modal-cancel, .cci-modal-ok {
    max-height: 38px;
    background-color: var(--brand-color);
    color: white;
    border: 0;
    border-radius: 6px;
    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;
    cursor: pointer;
}

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

.c-button-textonly {
    background-color: transparent !important;
    padding: 0px !important;
    color: revert !important;
}

.btn-light, .c-switch-button, .cci-modal-cancel {
    background-color: white;
    color: #7E8299;
    font-weight: 600;
    border: 1px solid #E1E3EA;
}
.btn-light span {
    color:#7E8299;
}
.btn-white {
    background-color: white;
    color: var(--brand-color);
}
.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-icon-small span {
    color: #7E8299;
    font-size: 15px;
}

.btn-small {
    padding: 7px 16px
}
.btn-icon-only {
    background-color: white;
    border: 0px;
    padding: 0px;
}
.btn-icon-only span {
    font-size: 24px;
    color: #D2D2E1;
}
.btn-icon-only span:hover {
    color:#A1A5B7;
}

.btn-text {
    background-color: transparent;
    border: 0px;
    color: #5E6278;
    padding: 0px;
}
.btn-filter {
    margin-top: 26px;
}

.c-chart {
    padding-top: 30px;
}

.c-checkbox-checkmark, .c-checkbox-checkmark:hover {
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}
.c-checkbox-container input:checked ~ .c-checkbox-checkmark {
    background-color: var(--brand-color);;
}
.c-checkbox-label {
    padding-top: 4px;
    padding-left: 9px;
    font-weight: 600;
    font-size: 15px;
    color: #181C32;
}
.c-checkbox-container .c-checkbox-checkmark:after {
    left: 0px;
    top: 0px;
    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;
}
@-moz-document url-prefix() { 
    .c-checkbox-container .c-checkbox-checkmark:after {
        top: -2px;
    }
}

.cb_popout_drop {
    border: 1px solid #F1F1F2;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
    border-radius: 6px;
    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: 6px;
    font-weight: 500;
    color: #FFFFFF;
}
.cb_combo_input_up {
    background-image: none;
    background: #F6F6F6;
    border-radius: 6px;
    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: 6px;
    margin: 0 1px;
}
.cb_combo_input {
    margin-bottom: 5px;
}
.user-popout {
    padding: 14px;
    width: 220px;
}

.cb_dtp_yearmonth > select {
    border: 1px solid #E1E3EA;
    font-size: 12px;
    color: #5E6278;
    padding: 6px;
}

.cb_dtp_days th {
    color: #3F4254;
    font-size: 13px;
    font-weight: 600;
}
.cb_dtp_day {
    color: #5E6278;
    font-size: 13px;
    font-weight: 500;
}
.cb_dtp_day_selected {
    color: white;
}
.c-daterange-presets-container {
    gap: 8px;
    padding-top: 8px;
}
.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: 6px;
    border: 0px;
    cursor: pointer;
}
.cb_combo_container_datepicker {
    padding-right: 8px;
}
/* .c-daterange-drop {
    width: 467px;
} */
.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: 7px 9px;
    background: #F2FFD7;
    color: #50CD89;
    border-radius: 6px;
}

.c-gauge-center {
    font-weight: 600;
    font-size: 20px;
    color: #3F4254;
}
.c-gauge-center p {
    margin: 0px;
    font-weight: 600;
    font-size: 12px;
    color: #A1A5B7;
}
.c-gauge-legend {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.c-gauge-legend-label {
    font-weight: 600;
    font-size: 14px;
    color: #A1A5B7;
}
.c-gauge-legend-value {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
}
.gauge-110 .c-gauge-center {
    font-size: 12px;;
}

.c-hyperlink span {
    color:#7E8299;
    margin-right: 9px;
}
.cci-modal {
    border-radius: 11px;
    max-width: 800px;
}
.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 40px 40px 40px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    overflow-wrap: anywhere;
    overflow: auto;
    scrollbar-color: #ccc #f5f5f5;
    scrollbar-width: thin;
}
.cci-modal-body > c-input, .cci-modal-body > c-select, .cci-modal-body > c-multiselect, .cci-modal-body > c-tokenfield, .cci-modal-body > cc-use, .cci-modal-body > c-textarea, .cci-modal-body > c-datetime, .cci-modal-body > c-daterange {
    align-self: flex-end;
    margin-right: 40px;
}
.cci-modal-body .c-input-container, .cci-modal-body .c-select-container, .inline-select .c-select-container, .cci-modal-body .c-multiselect-container, .cci-modal-body .c-switch-container, .cci-modal-body .c-tokenfield-container, .cci-modal-body .c-textarea-container, .cci-modal-body .c-datetime-container, .cci-modal-body .c-daterange-container, .cci-modal-body .c-datetime-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.cci-modal-body .c-input-label, .cci-modal-body .c-select-label, .inline-select .c-select-label, .cci-modal-body .c-multiselect-label, .cci-modal-body .c-switch-label {
    font-weight: 600;
    font-size: 14px;
    color: #3F4254;
    padding-top: 9px;
    text-align: end;
}
.cci-modal-body .c-input, .cci-modal-body .c-select, .cci-modal-bodyel .c-multiselect, .cci-modal-body .c-switch-button-group {
    width: 440px;
    height: 48px;
    font-size: 13px;
}
.cci-modal-body .c-textarea {
    width: 440px;
    font-size: 13px;
}
.c-input-validation-message {
    color: #F1416C;
    text-align: right;
}
.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-cancel, .cci-modal-ok {
    width: auto;
}

.cc-modal-red .cci-modal-ok {
    background-color: #ff0013;
}

.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;
}

.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 #50CD89;
}

.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-editor-richtext-label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 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 {
    border: 1px solid #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 6px;

    height: 38px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #7E8299;
}
.c-input:disabled {
    background-color: #F1F1F2;
}
.input-large input {
    height: 48px;
}
.cb_combo_input_label {
    margin-top: 5px;
    padding: 7px;
    border-radius: 6px;
    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, .c-tokenfield-validation-failed, .c-select.c-input-validation-failed, textarea.c-input-validation-failed, .c-input-validation-failed {
    border-color: #F1416C !important; /* The important is necessary for CKEDITOR */
}
.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;
}
.cke.c-input-validation-failed::after {
    content: '';
}
.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: 6px;
    width: 100%;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #7E8299;

    padding: 10px;
}

.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";
    padding-left: 24px;
    font-size: 16px;
    position: absolute;
    right: 8px;
}
.c-datepicker-select::after {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\e986";
    padding-left: 24px;
    font-size: 16px;
    position: absolute;
    right: 8px;
}
.c-select-dropdown {
    padding: 8px;
}
.c-select-search-container {
    padding: 0px;
}
.c-select-search-input {
    padding: 8px 0px 8px 8px;
    border-radius: 6px;
}
.c-select-item, .c-multiselect-item  {
    padding: 12px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    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 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #c9c9c9;
    opacity: 1; /* for ff */
}

.cd-table-container {
    overflow: auto;
    scrollbar-color: #ccc #f5f5f5;
    scrollbar-width: thin;
}
.cd-table-header {
    margin-bottom: 10px;
}
.cd-table-header input {
    margin: 0;
    padding-left: 31px;
    padding-right: 29px;
}
.cd-table-search-container {
    position: relative;
}
.cd-table-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-close::after {
    font-family: keenicons-outline, Inter;
    font-weight: normal;
    content: "\e9b3";
    color: #5E6278;
    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 8px 8px;
    display: flex;
    align-items: center;
}
.cd-table-th, cd-pivot-table th, .cd-table-r-th {
    color: #7E8299;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: 0px;
    background-color: #a1a5b712; 
    padding: 10px 8px;
}
.cd-table-r-row0 {
    padding-top: 8px;
}

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

.cd-table-r-td .btn-grid-icon, .cd-table-td .btn-grid-icon {
    background-color: white;
    border: 0;   
    padding: 0;
    text-align: center;
}
.cd-table-r-td .btn-grid-icon:hover, .cd-table-td .btn-grid-icon:hover {
    background-color: white;
}
.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: 14px;
    font-weight: 500;
}
.pt-continue {
    color: #A1A5B7;
}
.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; */
    padding-right: 3px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.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; */
    padding-right: 3px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.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);
}
.cd-table-td {
    font-weight: 500;
    font-size: 13px;
    color: #3F4254;
    /* height: 36px; */
    border-top: 1px dashed #E1E3Ea;
    padding: 8px;
}
tr:nth-child(2) .cd-table-td {
    border-top: 0px; 
}
.cd-table-td a, .cd-table-r-td a {
    font-weight: 600;
    font-size: 13px;
    color: var(--brand-color);;
}
.cd-table-footer {
    justify-content: flex-end;
}
.c-pager {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 20px;
}
.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: 6px;
    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 {
    display: inline-block;
}
.cc-popout-item {
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #181C32;
    border-radius: 6px;
}
/* .cc-popout-item:hover {
    background-color: #F9F9F9;
} */
.cc-popout span {
    color: #A1A5B7;
    font-size: 22px;
}
.user-popout-launcher span {
    margin: 0px;
    color: #5E6278;
    font-weight: 600;
    font-size: 12px;
}
.user-popout-launcher span div {
    margin-top: 12px;
}
.cc-popout-popout {
    min-width: 140px;
    padding: 14px;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}
.cc-popout-item .c-button, .cc-popout-item a {
    /* height: 36px; */
    background: transparent;
    border: 0px;
    color: #181C32;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    width: 100%;
    justify-content: flex-start;
    padding-left: 5px;
}
.cc-popout-item a {
    display: block;
    padding: 7px 5px 10px 5px;
}
.cc-popout-item c-filedownload span {
    padding-right: 9px;
    font-size: 20px;
}

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

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

/* Tickets */
.interaction-card {
    border: 1px solid #F1F1F2;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
}
.interaction-info {
    background: #F9F9F9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    padding: 7px;
}
.interaction-message {
    padding: 10px 20px;
}

.interaction-note {
    /* background-color: #F1F1F2; */
    background-color: #EEF6FF;
}

.ticket-list > div:last-child .ticket-list-entry {
    padding-bottom: 0px;
    border-bottom: 0px; 
}

.ticket-list-left, .ticket-list-right, .ticket-header-type {
    color: #A1A5B7;
    font-size: 13px;
}
.ticket-list-left > h2 > span {
    color: #A1A5B7;
}
.ticket-list-left > a {
    display: block;
    padding: 7px 0px;
    font-size: 14px;
}

.ticket-list-left > span, .ticket-list-right > div > span, .ticket-header-type > div > span {
    font-size: 12px;
    margin-right: 5px;
}

.ticket-list-right > div {
    margin-top: 7px
}

.ticket-list-right {
    text-align: right;
}

.ticket-header-container h2{
    margin-top: 7px;
}

.ticket-header-container .ticket-list-right {
    margin-top: 25px;
}

.ticket-options {
    padding: 20px 0px;
}
 /* .ticket-header-options > div {
    margin-right: 20px;
} */
/*.ticket-header-type {
    display: flex;
    gap: 5px;
}
.ticket-subtitle { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
} */


.notifications {
    font-size: 22px;
    color: #A1A5B7;
    position: relative;
    background-color: transparent;
    border: 0px;
    border-radius: 40px;
    padding: 18px 14px;
}
.notifications:hover {
    background-color: #F9F9F9;
}
.notifications-active::after {
    content: ' ';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color:#ff0013;
    border-radius: 5px;
    top: 20px;
    right: 14px;
    color: white;
}
.notification {
    padding: 20px;
    border-radius: 9px;
    border: 1px dashed #E1E3EA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    width: 100%;

    font-weight: 500;
    font-size: 14px;
    color: #7E8299;
}
.notification-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.notification-subject {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #7E8299;
}
.notification-subject h3 {
    font-weight: 600;
    font-size: 16px;
    color: #3F4254;
    margin: 0px;
    margin-right: 20px;
}
.notification-body img {
    max-width: 100%;
    height: auto;
}
.notification-footer {
    display: flex;
    margin-top: 20px;
    background-color: #F1F1F2;
    border-radius: 6px;
    padding: 7px;
    gap: 7px;
}
.notification-footer a {
    font-weight: 500;
    text-decoration: underline;
    color: inherit;
}

.hamburger {
    background-color: white;
}

.hamburger > span {
    font-size: 40px;;
}


.menu-mobile {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 80px;
    border: 1px solid #F1F1F2;
    border-radius: 6px;
    box-shadow: 0px 8px 14px rgba(15, 42, 81, 0.08);
}

.menu-mobile-show {
    display: flex !important;
}

.menu-mobile .sidebar > div:nth-child(1) {
    display: none;
}

.collapse-menu-btn {
    position: relative;
    right: -35px;
}

.menu-hidden {
    display: none;
}

.hamburger-hidden {
    display: none;
}


.c-fileupload {
    color: #7E8299;
    font-weight: 600;
    border: 1px solid #E1E3EA; 
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 11px;
}
.c-fileupload::before {
    font-family: 'keenicons-outline';
    font-weight: normal;
    content: "\ea14";
    font-size: 20px;
    margin-right: 5px;
    top: 5px;
    position: relative;
}
.c-fileupload-button-nofile {
    display: none;
}

.attachments-display {
    padding: 20px;
    background: #F1F1F2;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.attachments-display a {
    margin-left: 9px;
}

.watsapp {
    height: 55px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
    border-radius: 24px;
}



/* Typography */

a {
    text-decoration: none;
    font-weight: 600;
    color: var(--brand-color);
}

a span {
    color: #A1A5B7;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: var(--brand-color);
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 > span {
    color: #ff0013;
}

h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #181C32;
    margin: 0 0 8px 0;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    color: #3F4254;
    margin: 0 0 8px 0;
}

.sub-title {
    color: #A1A5B7;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}

.hilight-blue {
    padding: 5px 8px;
    height: 28px;
    background: #EEF6FF;
    border-radius: 6px;
    color: #3E97FF;
    display: inline-block;
    white-space: nowrap;
}
.hilight-green {
    padding: 5px 8px;
    background: #F2FFD7;
    border-radius: 6px;
    color: #50CD89;
    display: inline-block;
    white-space: nowrap;
}
.hilight-yellow {
    padding: 5px 8px;
    height: 28px;
    background: #FFF8DD;
    border-radius: 6px;
    color: #F7C000;
    display: inline-block;
    white-space: nowrap;
}
.hilight-red {
    padding: 5px 8px;
    height: 28px;
    background: #FFF5F8;
    border-radius: 6px;
    color: #F1416C;
    display: inline-block;
    white-space: nowrap;
}

.hilight-gray {
    padding: 5px 8px;
    background: #F1F1F2;
    border-radius: 6px;
    color: #7E8299;
    display: inline-block;
    white-space: nowrap;
}

.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;
}

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

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

.alert-blue {
    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-blue h4 {
    font-weight: 600;
    font-size: 15px;
    color: #3F4254;
    margin: 0px 0px 5px 0px;
}
.alert-blue > span {
    color:#3E97FF;
    font-size: 29px;
}

.alert-purple-container {
    padding: 16px 14px;
    border: 1px dashed #7239EA;
    background-color: #F8F5FF;
    border-radius: 7px;
}

.alert-purple-container h4 {
    color: #3F4254;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 4px;
}

.alert-purple-container p {
    color: #7E8299;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.alert-purple-container .c-button {
    background-color: #7239EA;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.alert-purple-container span {
    font-size: 22px;
    color: #7239EA; 
}

.td-text {
    display: flex;
    gap: 10px;
}

.td-text p {
    color: #7E8299;
    font-size: 12px;
    margin: 0px;
}

.td-num, .pt-sum {
    padding-right: 10px;
}

.info-text {
    color: #A1A5B7;
}
.pre-text { 
    color: #A1A5B7;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

.align-self-start { 
    align-self: flex-start !important;
}

.tenant {
    font-weight: 600;
    font-size: 12px;
    color: #A1A5B7;
    text-align: right;
    padding-right: 2px;
}
.home-carousel-bg {
    background-color: #EFFCFF;
}
.home-carousel-page {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    background-color: #EFFCFF;
}
.home-carousel-text {
    display: flex;
    gap: 20px;
}
.home-carousel-text > div:first-child {
    flex-basis: 140px;
    flex-shrink: 0;
}
.home-carousel-text > div > h3 {
    color: #3F4254;
}
.home-carousel-text > img {
    height: 90px;
    mix-blend-mode: multiply;
    display: block;
}
.home-carousel-text > p {
    color: #7E8299;
    font-size: 16px;
}

.home-carousel-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-carousel-buttons > a {
    background-color: var(--brand-color);
    display: block;
    white-space: nowrap;
    padding: 6px;
    color: white;
    border-radius: 6px;
    text-align: center;
}
.home-carousel-buttons > a:nth-child(2) {
    background-color: #ff0013;
}
.home-carousel-tabs {
    display: flex;
    flex-direction: column-reverse;
}
.home-carousel-tabs .cc-switchpanel-tabheader {
    align-self: flex-end;
}
.home-carousel-tabs  > .cc-switchpanel-tabheader {
    background: #EFFCFF;
}
.home-carousel-tabs .cc-switchpanel-tab {
    border: 1px solid #7E8299;
    padding: 5px;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    margin: 3px;
}
.home-carousel-tabs .cc-switchpanel-tab-active {
    background-color: #7E8299;
}
.home-carousel-tabs .cc-switchpanel-tab-content {
    padding: 0px;
}


.solutions-banner {
    background-image: url('/app/BlueBackgroundBanner.png');
    background-size: cover;
    color: white;
    padding: 50px;
    padding-bottom: 25px;
}
.solutions-heading {
    font-weight: 700;
    color: white;
    margin-left: 20px;
}
.solutions-heading > span {
    color: #ff0013;
}

.solutions-hexagons img {
    height: auto;
    width: clamp(60px, 100vw/11 - 10px, 105px);
}

.solutions-usage {
    text-align: right;
}
.solutions-usage span {
    color: #ff0013;
    font-size: 20px;
    font-weight: 700;
}


.info-row-items {
    width: 800px;
    background-color: white;
    border: 1px solid #F1F1F2;
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05);
    border-radius: 12px;
}
.info-row-item {
    padding: 50px;
    width: 400px;
}

.info-row-item:nth-child(1) {
    border-right: 1px solid #F1F1F2;
}

.quick-link-outer {
    text-align: center;
}
.quick-link-outer h2 {
    color: #A1A5B7;
    margin-top: 10px;
}
.quick-link {
    background-color: white;
    border: 1px solid #F1F1F2;
    box-shadow: 0px 6px 14px rgba(15, 42, 81, 0.05);
    border-radius: 12px;
    width: 250px;
    height: 250px;
}

.ql-my-account {
    background-image: url('/app/My account.png');
}
.ql-my-queries {
    background-image: url('/app/My queries.png');
}
.ql-my-transactions {
    background-image: url('/app/My transactions.png');
}
.ql-request-a-quote {
    background-image: url('/app/Request a quote.png');
}
.ql-my-service-request {
    background-image: url('/app/Log a service request option 1.png');
}
.ql-my-service-dashboard {
    background-image: url('/app/My service dashboard.png');
}
.ql-sla-performance {
    background-image: url('/app/SLA Performance.png');
}
.ql-top-device-usage {
    background-image: url('/app/Top device usage.png');
}
.ql-log-meter-reading {
    padding: 25px;
}

.chatbox-banner {
    background-image: url('/app/Chatbox banner.png');
    background-size: cover;
    height:500px;
}

.dashboard-footer {
    color: white;
    background-image: url('/app/BlueBackgroundBanner.png');
    background-size: cover;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 25px;
}

.dashboard-footer a {
    color: white;
    font-weight: 500;
}

@media only screen and (max-width: 700px) {
    :root {
        --grid-gutter: 10px;
        --grid-item-padding: 10px;
    }

    .heading-bar {
        padding: 0 20px;
    }

    .top-bar {
        padding-right: 10px;
    }

    .user-and-tenant {
        display: none;
    }

    .hamburger-hidden {
        display: block;
    }
}
