body {
    font-family: -apple-system, "Segoe UI", Helvetica, sans-serif;
     background-color: #fffcf9 ;
     margin: 0;
}

a{
    color:#0079f2;
}

main {
    max-width: 1200px; 
    margin: 0 auto;
    border-radius: .5em;
}

h1 {
    text-align: center;
}

header {
    position: relative;
}

.learnpoint-startpages__button {
   position: absolute;
   top: 16px;
}

.learnpoint-startpages__link {
    padding: 16px;
}

.learnpoint-startpages__link-icon {
    opacity: 0.3;
    width: 24px;
    height: 24px;
}

.learnpoint-startpages__link-icon:hover {
    opacity: 1;
}

.top-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 0 16px 0;
    padding: 16px 0;;
    border-bottom: 1px solid #ddd;
}

.top-nav__link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: normal;
    gap:4px;
}

.top-nav__icon {
    opacity: 0.8; 
}


.top-nav__user-profile {
    position: absolute;
    right: 10px;
    top:8px;
}

.top-nav__avatar {
    display: block;
    border-radius: 50%;
    cursor: pointer;
    width: 2.2em;
    height: 2.2em;
}

.school__logo {
    width: 240px;
    margin: 32px auto;
    display: flex;
    justify-content: center;
}

.school__logo-image {
    width: 50px;
    height: 100%;
}

.school-groups__list {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: center;
}

.school-groups__list-item {
    width: 300px;
    height: 250px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.school-groups__list-item.SCHOOL .school-groups__list-item-image {
    background-color: #f5cca0;
    height: 140px;
}


.school-groups__list-item.CLASS .school-groups__list-item-image {
    background-color: #f7dadf;
    height: 140px;
}

.school-groups__list-item.COURSE .school-groups__list-item-image{
    background-color: #e3f1fc;
    background-color: #cce9ff;
    height: 140px;
}


.school-groups__list-item-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 16px 4px 16px;
    display: block;
}

.school-groups__list-item-type {
    display: block;
    padding: 0 16px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.group {
    /* max-width: 920px;
    margin: 48px auto;
    /* background-color: #fbfbfb; 
    /* border: 1px solid #dbdbdb; 
    border-radius: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff; */
}

.group__info {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    /* padding: 8px; */
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;  */
}

.group__name-type {
    text-align: center;
    margin-bottom: 8px;
}

.group__name {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.group__features {
}

.group__feature-tabs  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.group__feature-tab  {
    padding-bottom: 6px;
}

.group__feature-tab.SELECTED  {
    border-bottom: 1px solid #0079f2; 
}

.group__feature-tab.SELECTED a  {
    color: #0079f2;
    text-decoration: none;
}

.group-content__actions {
    text-align: center;
    margin: 48px 0;
}

.group-content__button {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
    background-color: #fff;
    border: 1px solid #b5b5b5;
    padding: 0.5em 1em;
    border-radius: 99rem;
    color: #111;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    outline: 0;
    padding: 6px 14px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    margin-bottom: 16px;
}

.group-content__button.PRIMARY {
    background-color: #0079f2 ;
    border-color: #0079f2;
    color: #fff;
}

.group__course-content {
    padding: 16px;
    max-width: 960px;
    margin: 14px auto;
    /* background-color: #fbfbfb; */
    /* border: 1px solid #dbdbdb; */
    border-radius: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.group__course-content-section {
    margin: 0px 0 32px;
}

.group__course-content-section:last-child {
    margin: 0;
}

.group__course-content-section-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

.group__course-content-item {
    padding: 8px 0;
    color:#0079f2;  
}

.group__type {
    display: block;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.group__course-item-content {
    padding: 16px;
    max-width: 960px;
    margin: 14px auto;
    /* background-color: #fbfbfb; */
    /* border: 1px solid #dbdbdb; */
    border-radius: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.group__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.group__course-item-title {
    text-align: center;
    margin: 8px 0;
}

.group__course-item-description {
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
    margin-bottom: 32px;
}

.group__course-content-item a {
    text-decoration: none;
}