/*Place your CSS code here*/

/* Breadcrumb text color */
div.breadcrumb-x,
div.breadcrumb-x a,
div.breadcrumb-x span,
div.breadcrumb-x li,
div.breadcrumb-x .breadcrumb-item {
    color: #FFFFFF !important;
}

/* Breadcrumb separator */
div.breadcrumb-x .divider,
div.breadcrumb-x li::before,
div.breadcrumb-x .breadcrumb-item + .breadcrumb-item::before {
    color: #FFFFFF !important;
}

/* Force all breadcrumb separators to white */
div.breadcrumb-x *::before,
div.breadcrumb-x *::after {
    color: #FFFFFF !important;
}

/* Slash color change to white for admin & instructor */
.breadcrumb-x .ef-breadcrumb > li + li::before {
border-left-color: white !important;
}
/* Slash color change to white for learner */
span.before\:tw-border-gray-400::before {
border-color: white !important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#00A2B1;border-color:#00A2B1;}
html,body, body.new-ui.learner-user .ef-block, body.new-ui.learner-user #talentCraft-unit-footer, .ef-bg-color{background-color:#FFFFFF;}
div.breadcrumb-x{background-color:#00A2B1;border-color:#00A2B1;}
div.ef-block, div.dashboard-panel div.panel-body, body.new-ui, body.new-ui.learner-user{background-color:#FFFFFF;--c-site-primary:#FFFFFF;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#00A2B1;border-color:#00A2B1;}
html.new-ui-html:root{--c-brand-primary:#00a2b1;--c-brand-primary-darken-5:#009dac;--c-brand-primary-darken-7:#009baa;--c-brand-primary-darken-10:#0098a7;--c-brand-primary-darken-15:#0093a2;--c-brand-primary-darken-17:#0091a0;--c-brand-primary-darken-20:#008e9d;--c-brand-primary-darken-25:#008998;--c-brand-primary-lighten-7:#07a9b8;--c-brand-primary-lighten-40:#28cad9;}
html,body{background-color:#FFFFFF;}
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Inter', sans-serif !important;
}
