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

:root {
    --brand-color: #8CB23A;
    --radio-disabled-color: #a3b67a;

    --grid-maxWidth: calc(100vw - 337px);
    --grid-gutter: 25px;
    --grid-item-padding: 25px;

    --font-family: 'Segoe UI Variable Display';
} 

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


/* 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;    
    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;
}
.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%);
}

/* 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;
}

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

.no-text-wrap {
    text-wrap: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}

.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;
    overflow-wrap: anywhere;
}

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

.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: #efe4d2;
}
.quote-box {
    background-color:#EFF8FB; 
    /* border: 2px solid #a2c4c9;  */  
}

.time-select > .form-element {
    min-width: 20px;
}

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