@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');
@import "/app/ki-outline/ki-outline.css";

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

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

    --brand-color: #8CB23A;
}

a {
    color: inherit;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #181C32;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #181C32;
    margin: 0 0 8px 0;
}

h3 {
    font-size: 14px;    
    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;
}
.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: 90px;
    font-weight: 500;
    font-size: 13px;
    color: #A1A5B7;
    text-align: center;
}
.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;
}
.logo img {
    height: 2.25rem;
}
.sources_panel .logo {
    margin-left: 0px;
    margin-bottom: 20px;
}
.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%);
}

.tenant-btn {
    background-color: #F9F9F9;
    border-radius: 40px;
    padding: 25px;
    color: #3F4254;
    max-height: 56px;
    height: 56px;
    margin-right: 25px;
}

.small-info-list-text-light h2 {
    font-weight: 600;
    color: #A1A5B7;
    font-size: 18px;
    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;
}