/*Place your CSS code here*/@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
   font-family: 'Poppins', sans-serif;
}
h1 {
   font-family: 'Poppins', sans-serif;
}
h2 {
   font-family: 'Poppins', sans-serif;
}
h3 {
   font-family: 'Poppins', sans-serif;
}
/*Icon changes 18092024*/
.icon-book2 {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Courses-1.png');
background-repeat: no-repeat;
}

.icon-dictionary {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Curricula-1.png');
background-repeat: no-repeat;
}


.icon-certificate {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Certificates-1.png');
background-repeat: no-repeat;
}

.icon-user {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Users-1.png');
background-repeat: no-repeat;
}

.icon-users {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Groups-1.png');
background-repeat: no-repeat;
}

.icon-elements_branch {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Branches-1.png');
background-repeat: no-repeat;
}

.icon-notebook {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Jobs-1.png');
background-repeat: no-repeat;
}


.icon-users_relation {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Audiences-1.png');
background-repeat: no-repeat;
}

.icon-chess_piece_rook {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Skills-1.png');
background-repeat: no-repeat;
}
.icon-tests {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Skill-gap-tests-1.png');
background-repeat: no-repeat;
}
.icon-messages {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Discussions-1.png');
background-repeat: no-repeat;
}
.icon-enrollment {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Gradebook-1.png');
background-repeat: no-repeat;
}

.icon-automations {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Automations-1.png');
background-repeat: no-repeat;
}

.icon-chart_area {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Reports-1.png');
background-repeat: no-repeat;
}


.icon-cabinet_open {
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Archive-1.png');
background-repeat: no-repeat;
}


.icon-earth_location{
background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Locations-1.png');
background-repeat: no-repeat;
}


/*
.iconData[data-key="13"] .icon-size-44px {
    content: url('https://caretutor.org/wp-content/uploads/2024/11/Assets-1.png') !important;
    width: 44px;
    height: 44px;
}

.iconData[data-key="14"] .icon-size-44px {
    content: url('https://caretutor.org/wp-content/uploads/2024/11/Traffic-Light-Report-1.png') !important;
    width: 44px;
    height: 44px;
}
*/
.icon-mail_exchange{
  background-image: url('https://caretutor.org/wp-content/uploads/2024/11/Notifications-1.png');
    background-repeat: no-repeat;
}

.gamification-points-button {
  display: none !important;
}

/* Hide "My badges" link in the user profile sidebar */
a[href*="/users/edit/"][href*="/tab/badges"].group {
    display: none !important;
}

/* Hide the "Badges" tab on the user edit page */
a#tab-control-badges {
    display: none !important;
}

/* Hide the gamification button */
button[aria-label="Show gamification"] {
  display: none !important;
}

/* Hide the 'Badges' link */
a[href*="/tab/badges"] {
  display: none !important;
}

/* Hide the outer gamification icon box based on class and inner content */
div.show-popover:has(button[aria-label="Show gamification"]) {
  display: none !important;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#A08830;border-color:#A08830;}
html.new-ui-html:root{--c-brand-primary:#a08830;--c-brand-primary-darken-5:#9b832b;--c-brand-primary-darken-7:#998129;--c-brand-primary-darken-10:#967e26;--c-brand-primary-darken-15:#917921;--c-brand-primary-darken-17:#8f771f;--c-brand-primary-darken-20:#8c741c;--c-brand-primary-darken-25:#876f17;--c-brand-primary-lighten-7:#a78f37;--c-brand-primary-lighten-40:#c8b058;}
