header .logo {
    width: 450px;
    margin-top: 125px
}

header .title-events .title-description {
    font-size: 24px;
    margin-bottom: 60px;
}

header .title-events span {
    font-size: 40px;
}

header .title-events .title-description::after {
    content: '';
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 40%;
    border-bottom: 5px solid var(--pink);
    box-shadow: 0px 1px 1px #d93c76;
}

.profile {
    height: 175px;
}

.profile .buttons {
    height: 60%;
    justify-content: space-around;
}

.your-profile {
    background-color: #ffc700 !important;
    color: black !important;
}

.title-events {
    margin-top: 5%;
}

.title-events::after {
    width: 100%;
    bottom: -10px;
}

header.dashboard {
    background-image: url('../img/cm/backgrounds/cm_dashboard.png');
}

header .profile {
    z-index: 2;
}

header.dashboard::after {
    background-image: linear-gradient(rgba(255,255,255,0) 0%, #f4f5f9 100%) !important;
}

.cm-menu-buttons-container {
    display: flex;
    margin-top: 24px;
    margin-left: 108px;
}

.menu-btn {
    padding: 0px 10px;
    font-size: 14px;
}

.menu-btn.menu-btn-active {
    font-weight: bold;
    color: var(--pink);
}

.collection-element-card:not(.disabled):hover .collection-card-title {
    color: var(--granat);
}

.title-events .span-top {
    font-weight: bold;
    color: var(--granat);
}

.title-events .span-bottom {
    font-weight: bold;
    color: var(--pink);
}

.collection-card-title {
    width: 180px;
    font-weight: bold;
    flex-direction: column;
}

.collection-card-content {
    color: var(--granat) !important;
}
.card-title-top {
    white-space: nowrap;
}

.card-title-bottom {
    font-weight: 900;
}

.card-title-selected {
    color: var(--pink);
}

.clicked {
    color: var(--pink);
}

.hovering {
    color: var(--pink);
}

.footer-add {
    margin-top: 100px;
}

.collection-small-footer {
    display: flex;
    font-size: 15px;
    position: absolute;
    z-index: -2;
    top: 35px;
    width: 150px;
    height: 30px;
    border-radius: 0px 0px 15px 15px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.collection-small-footer .exerc, .collection-small-footer .descr {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid var(--primary-light);
}

section .nav-el {
    margin-right: 20px;
    margin-left: 20px;
}

.lecturer .container {
    display: initial;
}

.lecturer .container > div {
    width: 0;
}

.cm-top-box {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.card-collection {
    width: 1540px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.cm-buy-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    form {
        height: 100%;
        width: 100%;
        padding: 30px
    }

    .form-header {
        text-align: center;
    }

    .form-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .form-subtitle {
        font-size: 15px;
    }

    .form-section {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .invoice-option {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .invoice-label {
        font-weight: 600;
    }

    .invoice-description {
        font-size: 13px;
    }

    .form-group {
        gap: 12px;
    }

    input {
        width: 100%;
    }

    .vat-fields {
        display: none;
        margin-top: 20px;
    }

    .vat-fields.active {
        display: block;
    }

    .discount-input-row {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 15px;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .summary-total {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
        border-top: 2px solid rgba(163, 177, 198, 0.2);
        font-weight: 700;
        font-size: 16px;
    }
}

.cm-middle-box::before {
    content: '';
    position: absolute;
    bottom: 600px;
    width: 1540px;
    border-bottom: 1px solid var(--lineColor);
    box-shadow: 0px 1px 1px #fff;
}

.cm-middle-box, .cm-buy-middle-box {
    width: 100%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2%;
    margin-bottom: 5%;
}

.cm-middle-box .first-col, .cm-buy-middle-box .first-col {
    margin-right: 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-middle-box .second-col, .cm-buy-middle-box .second-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-description-box, .product-description-buy-box {
    width: 100%;
    min-height: 550px;
    height: 480px;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
}

.product-description-buy-box {
    height: auto;
    min-height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.description-header::after {
    content: '';
    position: absolute;
    bottom: 290px;
    right: 70px;
    width: 80%;
    border-bottom: 1px solid #7872bf;
    box-shadow: 0px 1px 1px #fff;
}

.description-top {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 240px;
    justify-content: space-around;
}

.description-bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 290px;
    justify-content: space-around;
}

.description-bottom {
    height: 250px;
    overflow: auto;
}

.description-bottom > div {
    margin: 0px 33px 0 33px;
    font-size: 20px;
    text-align: justify;
}

.description-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
}

.description-photo {
    width: 208px;
    height: 194px;
    background-image: url(../img/images/elementVideo.png);
}

.price-title {
    font-weight: 900;
    font-size: 27px;
}

.price-title span {
    color:var(--pink);
    font-size: 35px;
}

.price-tag {
    margin-bottom: 32px;
    font-size: 40px;
}

.price-tag span {
    font-weight: 900;
}

.second-col .product-description-box .neu {
    border-radius: 15px;
}

.infographics-top {
    display: flex;
    justify-content: space-between;
}

.icons {
    width: 25%;
    height: 120px;
    display: flex;
    flex-direction: column;
}

.icons span {
    color: var(--pink);
}

.icons .top-text {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.neu.icon-box {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.etap-icon, .decision-icon, .exercise-icon {
    width: 50%;
    height: 50%;
}

.etap-icon {
    background-image: url(../img/cm/icons/tools_icon.svg);
    background-size: cover;
}

.decision-icon {
    background-image: url(../img/cm/icons/line_icon.svg);
    background-size: cover;
}

.exercise-icon {
    background-image: url(../img/cm/icons/tool_icon.svg);
    background-size: cover;
}

.bottom-icons {
    height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
}

.bottom-icons > div {
    display: flex;
    min-width: 90px;
    height: 90px;
    font-size: 40px;
    font-weight: bold;
    align-items: center;
    margin-right: 15px;
}

.infographics-middle {
    margin-top: 5%;
}

.infographic {
    display: flex;
    flex-direction: row;
    width: 623px;
    height: 250px;
}

.legends {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 50%;
}

.legend {
    display: flex;
    width: 90%;
    flex-direction: row;
}

.legend span {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 19px;
    font-weight: bold;
}

.legend .value {
    text-transform: uppercase;
}

.color-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    width: 25px;
    height: 25px;
    background-color: var(--backgroundColor);
    box-shadow: inset 9px 9px 16px -9px var(--white),
    inset -9px -9px 16px -9px var(--grayShadow);
    -webkit-box-shadow: inset 9px 9px 16px -9px var(--white),
    inset -9px -9px 16px -9px var(--grayShadow);
    background-clip: padding-box;
}

.color-box > div {
    width: 20px;
    height: 20px;
    border-radius: 7px !important;
}

.color-box > .neu-inset {
    background-color: var(--backgroundColor);
    box-shadow: inset 9px 9px 16px -9px var(--white),
    inset -9px -9px 16px -9px var(--grayShadow);
    -webkit-box-shadow: inset 9px 9px 16px -9px var(--white),
    inset -9px -9px 16px -9px var(--grayShadow);
    background-clip: padding-box;
}

.bar-progress {
    width: 20px;
    min-height: 20px;
    max-height: 180px;
    box-shadow: none;
}

.graph {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 50%;
}

.progress-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%;
}

.progress-bars .bar-bottom {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    width: 20px;
    height: 180px;
    box-shadow: inset 9px 9px 5px -9px var(--white), inset -10px 5px 5px -9px var(--grayShadow);
    -webkit-box-shadow: inset 9px 9px 5px -9px var(--white), inset -10px 5px 5px -9px var(--grayShadow);
}

.progress-bars span {
    width: 50px;
    font-size: 18px;
    font-weight: bold;
}

.legends .legend:nth-child(1) .color-box > div {
    background: linear-gradient(90deg, rgba(255,0,0,1) 50%, rgba(223,0,0,1) 90%);
}

.graph .progress-bars:nth-child(1) .bar-bottom .bar-progress {
    background: linear-gradient(0deg, rgba(255,0,0,1) 50%, rgba(223,0,0,1) 90%);
    /* height: 50%; */
}

.legends .legend:nth-child(2) .color-box > div {
    background: linear-gradient(90deg, rgba(255,119,0,1) 50%, rgba(223,119,0,1) 90%);
}

.graph .progress-bars:nth-child(2) .bar-bottom .bar-progress {
    background: linear-gradient(0deg, rgba(255,119,0,1) 50%, rgba(223,119,0,1) 90%);
    /* height: 20%; */
}

.legends .legend:nth-child(3) .color-box > div {
    background: linear-gradient(90deg, rgba(255,205,0,1) 50%, rgba(223,179,0,1) 90%);
}

.graph .progress-bars:nth-child(3) .bar-bottom .bar-progress {
    background: linear-gradient(0deg, rgba(255,205,0,1) 50%, rgba(223,179,0,1) 90%);
    /* height: 38%; */
}

.legends .legend:nth-child(4) .color-box > div {
    background: linear-gradient(90deg, rgba(33,254,0,1) 50%, rgba(29,223,0,1) 90%);
}

.graph .progress-bars:nth-child(4) .bar-bottom .bar-progress {
    background: linear-gradient(0deg, rgba(33,254,0,1) 50%, rgba(29,223,0,1) 90%);
    /* height: 87%; */
}

.legends .legend:nth-child(5) .color-box > div {
    background: linear-gradient(90deg, rgba(0,202,255,1) 50%, rgba(0,177,223,1) 90%);
}

.graph .progress-bars:nth-child(5) .bar-bottom .bar-progress {
    background: linear-gradient(0deg, rgba(0,202,255,1) 50%, rgba(0,177,223,1) 90%);
    /* height: 75%; */
}
/*
Czerwony:
background: linear-gradient(0deg, rgba(255,0,0,1) 50%, rgba(223,0,0,1) 90%);
Czerwień pomarańczowa:
background: linear-gradient(0deg, rgba(255,119,0,1) 50%, rgba(223,119,0,1) 90%);
Pomarańczowy:
background: linear-gradient(0deg, rgba(255,205,0,1) 50%, rgba(223,179,0,1) 90%);
Zielony:
background: linear-gradient(0deg, rgba(33,254,0,1) 50%, rgba(29,223,0,1) 90%);
Niebieski:
background: linear-gradient(0deg, rgba(0,202,255,1) 50%, rgba(0,177,223,1) 90%);
*/

.buy-button-container {
    display: flex;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8%;
    width: 623px;
    height: 60px;
}

.buy-button-container button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #01eb54;
    border-radius: 52px !important;
    height: 90px;
    width: 300px;
    font-size: 18px;
    font-weight: 900;
    color: white;
    justify-content: center;
}

.avaible-soon button {
  background-color: grey;
  cursor: auto;
}

.buy-text {
    display: flex;
    width: 65%;
    height: 100%;
    align-items: center;
    font-size: 28px;
    margin-left: 15px;
}

.buy-icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/cm/icons/shopping-cart_icon.svg);
    background-size: cover;
}

.card.card-etap {
    position: relative;
    margin-right: 60px;
    width: 215px;
}

.card.card-etap:not(.active):hover {
    transition: all .2s ease-in-out;
    transform: scale(1.15);
}

.neu.product-data,
.product-data-radio label.neu.element {
    box-shadow: 10px 16px 20px var(--grayShadow),
    -10px 10px 20px var(--white);
}

.collection-element-card {
    background-color: var(--backgroundColor);
}

.collection-top-sidebar > div {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-sidebar-whom > div {
    background-image: url(../img/cm/icons/user-circle_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.collection-sidebar-whom > div:hover {
    background-image: url(../img/cm/icons/user-circle_icon_green.svg);
}

.collection-sidebar-benefits > div {
    background-image: url(../img/cm/icons/current-location_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.collection-sidebar-benefits > div:hover {
    background-image: url(../img/cm/icons/current-location_icon_green.svg);
}

.collection-sidebar-program > div {
    width: 25px;
    height: 25px;
    background-image: url(../img/cm/icons/clipboard-list_icon.svg);
    background-size: contain;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.collection-sidebar-program > div:hover {
    background-image: url(../img/cm/icons/clipboard-list_icon_green.svg);
}

.popup-tooltip {
    display: flex;
    position: relative;
    right: -46px;
    z-index: 2;
    width: 400px;
    height: auto;
    border-radius: 15px;
}

.popup-tooltip p {
    color: var(--granat);
    margin: 7px;
}

.cm-bottom-box {
    width: 100%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
}

.cm-bottom-box .neu {
    border-radius: 25px;
}

.cm-bottom-box .neu-inset {
    border-radius: 25px;
}

.product-data-radio {
    position: absolute;
    width: 1540px;
    top: -30px;
    display: flex;
    justify-content: space-between;
}

.product-data-radio label {
    height: 100px;
    width: 25%;
}

.product-data-radio .tab-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    margin-left: 20px;
    font-size: 18px;
}

.product-data-radio .tab-name span {
    font-size: 36px;
    font-weight: 900;
}

.product-data {
    display: flex;
    flex-direction: column;
    height: 440px;
    width: 100%;
}

.product-data .whom-info,
.neu.product-data .benefits-info{
    margin: 35px;
    font-size: 20px;
    margin-top: 50px;
    line-height: 1.5;
}

.benefits-info ul {
    margin-left: 40px;
}

.program-info .title-row {
    display: flex;
    height: 17%;
    width: 100%;
    margin-top: 35px;
}

.program-info{
    height: 100%;
}

.program-info .first-row,
.program-info .second-row,
.program-info .third-row {
    display: flex;
    width: 100%;
    height: 95px;
}

.program-info .first-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 35%;
    height: 100%;
}

.program-info .first-col .etap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 60px;
    width: 80%;
}

.program-info .first-col .neu.etap-button{
    cursor: pointer;
}

.hex.program-info {
left: 120px;
top: 255px;
width: 230px;
height: 187.12px;
cursor: pointer;
/* width: 255px;
height: 212.12px; */
}
.program-info .hex-background {
width: 226px;
height: 183.12px;
/* width: 251px;
height:208.12px; */
}

.program-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
font-weight: bold;
font-size: 20px;
}

.program-etap .program-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
}



.disabled {
    pointer-events: none;
    color: var(--grayShadow) !important;
}

.first-col .etap-text {
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5%;
}

.etap-button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 30px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    color: var(--green);
}

.etap-button div {
    display: flex;
    align-items: center;
    height: 70%;
}

.program-info .second-col {
    display: flex;
    justify-content: center;
    width: 30%;
    height: 100%;
}

.second-col-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    align-items: center;
}

.second-col-title div {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    justify-content: center;
}

.second-col {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.second-col .first-child-col, .second-col .second-child-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.second-col .etap {
    display: flex;
    height: 60px;
    width: 50%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.program-info .title-row .third-col {
    display: flex;
    flex-direction: row;
}

.program-info .third-col {
    width: 35%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.third-col .first-child-col, .third-col .second-child-col{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    height: 100%;
}

.third-title, .fourth-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
}

.third-col .first-child-col span {
    font-size: 20px;
}

.third-col .first-child-col p {
    margin: 0;
}

.third-col .first-child-col .neu.etap {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 75px;
    width: 85%;
}

.third-col .second-child-col .neu.etap {
    display: flex;
    height: 60px;
    width: 50%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bottom-page {
    position: relative;
    z-index: 2;
    background-image: url(../img/cm/backgrounds/background_shop.png);
    background-size: cover;
    background-color: var(--backgroundColor);
    box-shadow: 0px 0px 5px var(--white), -9px -9px 25px var(--grayShadow);
    -webkit-box-shadow: inset 0px 0px 5px var(--white), -9px -9px 25px var(--grayShadow);
    background-clip: padding-box;
}
.etap-popup {
    border-radius: 15px;
    padding: 10px 30px;
    overflow: auto;
}

.etap-popup {
    /* margin-top: 30px; */
    width: 100%;
    height: 350px;
}

.etap-description {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
    justify-content: space-between;
}

.etap-description .title {
    display: flex;
    justify-content: center;
    min-width: 260px;
    font-size: 30px;
    border-bottom: 3px solid var(--pink);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.etap-description .neu-inset {
    padding: 10px 30px;
    border-radius: 15px;
    width: 70%;
}

.etap-description .bullet-points {
    font-size: 16px;
    width: 100%;
}

.bullet-points ul {
    margin: 0;
}

.bullet-points ul ul{
    margin-left: 20px;
}

.cm-bottom-flower {
    display:flex;
    flex-direction:row;
    width: 1920px;
    height: 1250px;
  }

  .cm-bottom-cards {
    display:flex;
    justify-content: center;
    height:750px;
  }

  .hexagon-field2 {
      display: flex;
      justify-content: center;
  }

  .hexagon-information {
      width: 65%;
      height: 1400px;
  }

  .hex {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 15px;
  }

  .hex {
      display: block;
      margin: 0 auto;
      position: relative;
      width: 350px;
      height: 307.12px; /* width * 0.866 */
      background: linear-gradient(0deg, rgba(75,175,239,1) 0%, rgba(246,246,246,1) 80%);;
      box-sizing: border-box;
      -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
      23% 3%, 25% 0.5%, 27% 0%,
      73% 0%, 75% 0.5%, 78% 3%,
      99.5% 47%, 100% 50%, 99.5% 53%,
      77% 97%, 75% 99.5%, 73% 100%,
      27% 100%, 25% 99.5%, 22% 97%);
      -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
      23% 3%, 25% 0.5%, 27% 0%,
      73% 0%, 75% 0.5%, 78% 3%,
      99.5% 47%, 100% 50%, 99.5% 53%,
      77% 97%, 75% 99.5%, 73% 100%,
      27% 100%, 25% 99.5%, 22% 97%);
      clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
      23% 3%, 25% 0.5%, 27% 0%,
      73% 0%, 75% 0.5%, 78% 3%,
      99.5% 47%, 100% 50%, 99.5% 53%,
      77% 97%, 75% 99.5%, 73% 100%,
      27% 100%, 25% 99.5%, 22% 97%);
      /* Po 3 punkty na każdy kąt hexagon
      clip-path: polygon(lewy środkowy,
      lewa góra,
      prawa góra,
      prawy środek,
      prawy dół,
      lewy dół);*/
    }

    .first-hex-group {
      width:720px;
      height:2000px;
    }

    .second-hex-group {
      position: relative;
      width: 60%;
    }

    .hex-background {
      display: flex;
      justify-content: center;
      position: absolute;
      background-color: #f0f1f5; /*color of the main-background*/
      top: 2px; /* equal to border thickness */
      left: 2px; /* equal to border thickness */
      width: 346px; /* container height - (border thickness * 2) */
      height: 303.12px; /* container height - (border thickness * 2) */
      -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
                                 23% 3%, 25% 0.5%, 27% 0%,
                                 73% 0%, 75% 0.5%, 78% 3%,
                                 99.5% 47%, 100% 50%, 99.5% 53%,
                                 77% 97%, 75% 99.5%, 73% 100%,
                                 27% 100%, 25% 99.5%, 22% 97%);
      -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
                              23% 3%, 25% 0.5%, 27% 0%,
                              73% 0%, 75% 0.5%, 78% 3%,
                              99.5% 47%, 100% 50%, 99.5% 53%,
                              77% 97%, 75% 99.5%, 73% 100%,
                              27% 100%, 25% 99.5%, 22% 97%);
      clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%,
                        23% 3%, 25% 0.5%, 27% 0%,
                        73% 0%, 75% 0.5%, 78% 3%,
                        99.5% 47%, 100% 50%, 99.5% 53%,
                        77% 97%, 75% 99.5%, 73% 100%,
                        27% 100%, 25% 99.5%, 22% 97%);

    }



    .hex.active-button {
      position:absolute;
      z-index: -1;
      width: 144px;
      height: 118.12px;
      background: none;
      clip-path: polygon(0% 50%, 25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%);
    }

    .hex.active-button .hex-background {
      width: 140px;
      height: 114.12px;
      background: linear-gradient(302deg, rgba(75,175,239,1) 65%, rgb(27, 119, 177) 85%)
    }

    .title, .steps {
      width: 60%;
      /* height: 25%; */
    }

    .title span {
      display: flex;
      text-align: center;
    }

    .steps {
      white-space: nowrap;
    }

    .program-etap {
      width: 150px;
      height: 124.12px;
      cursor: pointer;
    }

    div#hex-etap1 {
      top: 208px;
      left: 268px;
    }

    div#hex-etap2 {
      top: 152px;
      left: 142px;
    }

    div#hex-etap3 {
      top: 95px;
      left: 267px;
    }

    .etap-disabled {
      color: var(--grayShadow);
      background: linear-gradient(0deg, rgba(209,209,209,1) 0%, rgba(245,245,245,1) 70%, rgba(255,255,255,1) 30%);
      pointer-events: none;
    }

    .program-etap .hex-background {
      width: 146px;
      height: 120.12px;
    }

    .inside-circle {
      position: absolute;
      top: 550px;
      right: 462px;
      width: 285px;
      height: 285px;
      border-radius: 50%;
      font-weight: bold;
      font-size: 30px;
    }

    .circle-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      text-align: center;
    }

    .half-circle .etap-progress-box {
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      overflow: hidden;
      height: 157px;
    }

    svg#etap-progress {
      position: relative;
      width: 19.2rem;
      height: 18.8rem;
      z-index: 998;
      pointer-events: none;
      transform: rotate(270deg);
    }

    svg#etap-progress circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-linecap: round;
      transform: translate(3rem, 3rem);
      stroke-dasharray: 410;
      /* stroke-dashoffset: 205; */
      stroke-dashoffset: 410;
      transition: all 1s ease;
      stroke-width: 24;
    }

    svg#result-progress {
      position: relative;
      width: 19.2rem;
      height: 18.8rem;
      z-index: 998;
      pointer-events: none;
      transform: rotate(270deg);
    }

    svg#result-progress circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-linecap: round;
      transform: translate(-1.6rem, 3rem);
      stroke-dasharray: 410;
      stroke-dashoffset: 205;
      transition: all 1s ease;
      stroke-width: 24;
    }

    .half-circle svg#etap-progress {
      z-index: 1;
      width: 100%;
      height: 100%;
      position: relative;
      transform: rotate(180deg);
      pointer-events: none;
    }

    /* 820 to punkt startowy natomiast 410 to jest punkt końcowy */
    .half-circle svg#etap-progress circle {
      transform: translate(7.7rem, -5.5rem);
      stroke-dasharray: 820;
      stroke-width: 15px;
    }

    .half-circle .circle-progress-medium {
      width: 27.6rem;
      height: 27.5rem;
      top: 8px;
      clip-path: polygon(0% 0%, 100% 0%, 100% 53.3%, 0% 53.3%);
    }

    .half-circle .circle-progress-small {
      width: 24.5rem;
      height: 24.5rem;
      top: 24.4px;
      clip-path: polygon(0% 0%, 100% 0%, 100% 53.1%, 0% 53.1%);
    }

    .circle-top {
      z-index: 2;
      text-align: center;
      height: 20%;
    }

    .circle-title {
      height: 100%;
      font-size: 20px;
    }

    .circle-middle {
      height: 30%;
      z-index: 2;
      top: -115px;
      right: 30px;
    }

    .circle-percentage {
      font-size: 60px;
      font-weight: 900;
  }

    .circle-bottom {
      z-index: 2;
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 20%;
      font-size: 20px;
      justify-content: center;
    }

    .circle-bottom .first-col,
    .circle-bottom .second-col {
      width: 30%;
      height: 100%;
    }

    .circle-bottom .second-col {
      display: flex;
      align-items: center;
    }

    .circle-bottom .etap-progress-box {
      top: 119px;
      right: 78px;
    }

    .hex-1 {
      position: absolute;
      top: 360px;
      right: 750px;
      background: linear-gradient(0deg, rgb(34 175 39) 0%, rgba(246,246,246,1) 80%);
    }

    .hex-2 {
      position: absolute;
      top: 705px;
      right: 750px;
      background: linear-gradient(0deg, rgb(43 250 60) 0%, rgba(246,246,246,1) 80%);
    }

    .hex-3 {
      position: absolute;
      right: 443.5px;
      top: 875px;
      background: linear-gradient(0deg, rgb(241 211 73) 0%, rgba(246,246,246,1) 80%);
    }

    .hex-4 {
      position: absolute;
      top: 705px;
      right: 138px;
      background: linear-gradient(0deg, rgb(245 150 0) 0%, rgba(246,246,246,1) 80%);
    }

    .hex-5 {
      position: absolute;
      top: 360px;
      right: 138px;
      background: linear-gradient(0deg, rgb(255 62 62) 0%, rgba(246,246,246,1) 80%);
    }

    .hex-picture {
      position:absolute;
      right: 443.5px;
      top: 195px;
    }

    .user-picture img {
      object-fit: cover;
      width: 346px; /* container height - (border thickness * 2) */
      height: 304px; /* container height - (border thickness * 2) */
    }

    svg#radial-circle {
      position: absolute;
      top: 230px;
      right: 80px;
      width: 9.2rem;
      height: 9.8rem;
      z-index: 998;
      transform: rotate(-90deg);
      pointer-events: none;
    }

    .hex-bottom .second-col circle {
      background: lightblue;
      border-radius: 50%;
      width: 100px;
      height: 100px;
    }


    svg#radial-circle circle {
      width: 100%;
      height: 100%;
      fill: none;
      stroke-linecap: round;
      transform: translate(3rem, 3rem);
      stroke-dasharray: 410;
      transition: all 1s ease;
      stroke-width: 5px;
    }

    .hex-content {
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      align-items: center;
      width: 50%;
    }

    .hex-top {
      font-weight: bold;
      font-size: 30px;
      height: 20%;
    }

    .hex-middle {
      display: flex;
      align-items: center;
    }

    .big-percentage {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 80px;
      border-radius: 30px;
      font-size: 45px;
      font-weight: 900;
    }

    .hex-bottom {
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      font-size: 20px;
      width: 100%;
      height: 20%;
    }

    .hex-bottom .first-col {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-start;
      width: 50%;
    }

    .hex-bottom .second-col {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 50%;
  /*    display: none;*/
    }

    .etap-progress-box {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 161px;
      right: 20px;
  /*    display: none;*/
    }

    .result-progress-box {
      display: flex;
      justify-content: center;
      align-items: center;
      top: 161px;
      right: 20px;
    }

    .hex-bottom svg#etap-progress,
    .circle-bottom svg#etap-progress {
      transform: rotate(270deg);
    }

    .hex-bottom svg#etap-progress circle,
    .circle-bottom svg#etap-progress circle {
      stroke-width: 3px;
      transform: translate(3.2rem, 2.8rem);
      transition: none;
      stroke-dasharray: 188; /* 2 * PI * radius */
      /* stroke-dashoffset: 205 */
      stroke-dashoffset: 188;
    }

    .hex-bottom .circle-progress-medium,
    .circle-bottom .circle-progress-medium {
      width: 6.5rem;
      height: 6.5rem;
    }

    .hex-bottom .circle-progress-small,
    .circle-bottom .circle-progress-small {
      width: 5.5rem;
      height: 5.5rem;
    }

    .percentage-circle {
        position: absolute;
        width: 18rem;
        height: 18rem;
        border-radius: 50%;
        background: var(--backgroundColor);
    }

    .percentage-circle-medium {
        width: 15.5rem;
        height: 15.5rem;
        box-shadow: inset 4px 8px 30px -13px var(--grayShadow), inset -4px -4px 8px var(--white);
    }

    .percentage-circle-small {
        width: 10.5rem;
        height: 10.5rem;
        box-shadow: 6px 6px 8px var(--greyLight-2), -2px -2px 8px var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .classes-card-prev, .classes-card-next {
      height: 50%;
    }

    .hovering {
      color:var(--pink);
    }

    .card-container .card {
      transition: all .4s ease-in-out;
      height: 320px;
    }

    .card.card-result:not(.active):hover,
    .card.card-etap:not(.active):hover {
      transition: all .2s ease-in-out;
      transform: scale(1.15);
      box-shadow: 12px 12px 20px var(--grayShadow), -5px -10px 20px var(--white);
    }

    .card.card-result.active:hover,
    .card.card-etap.active:hover {
      transition: all .2s ease-in-out;
      transform: scale(1.23);
      box-shadow: 12px 12px 20px var(--grayShadow), -5px -10px 20px var(--white);
    }


    .card.card-result:not(.active):hover .collection-element-card,
    .card.card-etap:not(.active):hover .collection-element-card {
      box-shadow: 9px 9px 15px var(--grayShadow), -3px -7px 15px var(--white);
    }

    .card-collection {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 50px;
    }

    .card-collection .card {
      margin-right: 60px;
    }

    .card.buy .collection-card-content {
      justify-content: center;
    }

    .card.buy .collection-card-content > div {
      width: 70px;
      height: 70px;
      background-color: var(--grayShadow);
      clip-path: polygon(0 40%, 40% 40%, 40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%)
    }

    .cards-bottom-box {
      display: flex;
      align-items: center;
      height: 750px;
    }

    .cards-bottom-box .collection-top-sidebar,
    .cm-top-box .collection-top-sidebar {
      height: 80%;
      justify-content: space-around;
    }

    .cm-top-box .collection-top-sidebar.one-icon {
      height: 40%;
    }

    .cards-bottom-box .collection-top-sidebar > div,
    .cm-top-box .collection-top-sidebar > div {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
    }

    .collection-element-card {
      background-color: var(--backgroundColor);
    }

    .collection-element-card:hover {
      color: var(--granat) !important;
    }

    .card.card-etap.active {
      transform: scale(1.2)
    }

    .collection-sidebar-unknown {
      /* font-size: 25px; */
      color: var(--granat)
    }

    .collection-sidebar-unknown:hover {
      color: var(--green)
    }

    .collection-sidebar-play > div{
      background-image: url(../img/cm/icons/player-play_icon.svg);
      background-size: cover;
      width: 25px;
      height: 25px;
    }

    .collection-sidebar-play:hover > div {
      background-image: url(../img/cm/icons/player-play_icon_green.svg);
    }

    .collection-sidebar-lens > div {
      background-image: url(../img/cm/icons/search_icon.svg);
      background-size: cover;
      width: 25px;
      height: 25px;
    }

    .collection-sidebar-lens:hover > div {
      background-image: url(../img/cm/icons/search_icon_green.svg);
    }

    .collection-element-card:not(.disabled):hover .collection-card-title {
      color: var(--granat);
    }

    .cards-bottom-box .collection-card-title {
      color: var(--granat) !important;
    }

    .cards-bottom-box .collection-card-title .card-title-top {
      font-size: 20px;
      font-weight: bold;
    }

    .cm-bottom-cards .collection-footer-time {
      width: 100%;
      justify-content: space-between;
    }

    .collection-footer-time {
      color: var(--granat);
    }

    .collection-clock {
      margin-left: 20px;
    }

    .collection-etap-amount {
      margin-right: 20px;
    }

    .cards-bottom-box svg#etap-progress circle {
      stroke-width: 12px;
      stroke-dasharray: 250;
    }

    .cards-bottom-box svg#result-progress circle {
      stroke-width: 12px;
      stroke-dasharray: 250;
    }


    .bottom-page {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      position: relative;
      z-index: 2;
      /* background-image: url(../img/cm/backgrounds/background_shop.png); */
      background-size: cover;
      background-color: var(--backgroundColor);
      box-shadow: 0px 0px 5px var(--white), -9px -9px 25px var(--grayShadow);
      -webkit-box-shadow: inset 0px 0px 5px var(--white), -9px -9px 25px var(--grayShadow);
      background-clip: padding-box;
    }

    .cm-top-box .collection-small-footer {
      display: flex;
      font-size: 15px;
      position: absolute;
      z-index: -2;
      top: 35px;
      width: 150px;
      height: 30px;
      border-radius: 0px 0px 15px 15px;
      justify-content: center;
      align-items: center;
      white-space: nowrap;
      color: var(--granat);
    }

    .collection-small-footer .exerc, .collection-small-footer .descr {
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid var(--primary-light);
    }

    .cm-top-box .collection-card-title {
      width: 180px;
      font-weight: bold;
      flex-direction: column;
    }

    .cm-bottom-cards .etap-progress-box {
      top: -80px;
      right: 2px;
    }

    .cm-bottom-cards .result-progress-box {
      top: -80px;
      right: 2px;
    }

    .cm-bottom-cards .circle-progress-medium {
      width: 9rem;
      height: 9rem;
    }

    .cm-bottom-cards .circle-progress-small {
      width: 7rem;
      height: 7rem;
    }

    .bottom-background {
      width: 1920px;
      height: 2000px;
      display: flex;
      background-size: cover;
      flex-direction: column;
      align-items: center;
    }

    span#percentageEtap {
      font-size: 18px;
      color: var(--granat);
    }

    .collection-time-amount,
    .collection-etap-amount {
      color: var(--granat);
    }

  /* styles test section */
  .user-style,
  .introduction-section{
    width: 90%;
    margin: 15px auto;
  }

  .user-style div,
  .introduction-section p{
    font-size: 16px;
  }

  .user-style div ul,
  .introduction-section div ul{
    margin-left: 30px;
  }

  .introduction-section h2,
  .visual-section h2,
  .auditory-section h2,
  .read-write-section h2,
  .kinaesthetic-section h2 {
    position: relative;
    margin-bottom: 25px;
  }

  .introduction-section h2::after,
  .visual-section h2::after,
  .auditory-section h2::after,
  .read-write-section h2::after,
  .kinaesthetic-section h2::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25%;
    border-bottom: 4px solid var(--pink);
    box-shadow: 0px 1px 1px #d93c76;
  }

  .visual-section h2:first-child:after,
  .auditory-section h2:first-child:after,
  .read-write-section h2:first-child:after,
  .kinaesthetic-section h2:first-child:after{
    width: 50%;
  }

  .test-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    max-height: 81vh;
    padding: 15px 0px;
  }

  .test-contents .question {
    border-radius: 25px;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
    padding: 20px;
    padding-top: 25px;
    position: relative;
    font-size: 14px;
  }

  .test-contents .answers {
    width: 80%;
    font-size: 14px;
  }

  .test-contents .answers > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .test-contents .answers.no-hover .answer {
    cursor: default;
  }

  .test-contents .answers .answer {
    width: 45%;
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .test-contents .answers .answer-text {
    user-select: none;
  }

  .test-contents .answer.selected .answer-mark, .test-contents .answer:hover .answer-mark {
    border: 3px solid var(--green);
    color: var(--green);
  }

  .test-contents .answer.selected{
    background-color: var(--backgroundColor);
    box-shadow: inset 9px 9px 16px -13px var(--grayShadow), inset -9px -9px 16px -13px var(--white);
  }

  .steps-box {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    max-width: 340px;
    overflow: hidden;
    z-index: 1;
  }

  .steps-box .circle-small{
    border-radius: 25px;
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0px;
  }

  .style-test-button{
    background-color: var(--backgroundColor);
    box-shadow: 3px 3px 10px var(--grayShadow), -6px -6px 10px var(--white);
    cursor: pointer;
    height: 35px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 5px 15px;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px;
    min-width: 140px;
    text-align: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
  }

  .style-test-button:hover {
    color: var(--green);
  }

  /* cm/test2 current-simu */
  .card-etap .collection-card-top {
    display: flex;
    justify-content: center;
    width: calc(100%);
    height: 60%;
    /* margin-left: -15px; */
    padding-top: 5px;
    padding-right: 5px;
  }

  .card-etap .collection-top-photo {
    width: 95%;
    height: 105%;
    background-image: url(../img/images/elementVideo.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: -20px;
  }

  .card-etap .etap-progress-box {
    right: 25px !important;
  }

  .card-result{
    margin-right: 60px;
    cursor: default !important;
  }

  .card-result .result-progress-box {
    right: 25px !important;
  }

  .card-etap .collection-card-title {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }

  .card-etap .collection-card-title .card-title-top {
    font-size: 19px;
    font-weight: bold;
  }

  .card-etap .collection-card-title::after
  .card-result .collection-card-title::after {
    left: 50% !important;
  }

  .card-result .collection-card-title {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    height: 18%;
  }

  .collection-card-result {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 13px;
    flex-wrap: wrap;
  }

  .card-result .collection-card-result .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
  }

  .card-result .collection-card-result .row > .neu {
    border-radius: 50px;
    width: 55%;
    height: 30px;
    align-content: center;
    padding-left: 10px;
  }

  .card-result .collection-card-result .effectivenes{
    font-weight: 900;
  }


  .collection-sidebar-unknown > div {
    width: 80%;
    height: 80%;
    background-image: url(../img/cm/icons/question-mark-icon.svg);
    background-size: contain;
    cursor: pointer;
  }

  .collection-sidebar-unknown > div:hover {
    background-image: url(../img/cm/icons/question-mark-icon-green.svg);
  }

  .collection-sidebar-results > div {
    background-image: url(../img/cm/icons/throphy_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
  }

  .collection-sidebar-results > div:hover {
    background-image: url(../img/cm/icons/throphy_icon_green.svg);
  }

  .popup-tooltip {
    text-align: justify;
    display: flex;
    position: relative;
    right: -46px;
    z-index: 2;
    width: 400px;
    height: auto;
    border-radius: 15px;
  }

  .popup-tooltip p {
    color: var(--granat);
    margin: 7px;
  }

  .learning-style-box{
    display: flex;
    justify-content: center;
    background-image: url(../img/cm/backgrounds/cm-list-bg.png);
    width: 1300px;
    height: 1070px;
    background-position: center;
    background-size: 103%;
  }

  .learning-style-box .content{
    width: 70%;
    height: 625px;
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 50px;
    margin-top: 35px;
    position: relative;
    border-radius: 15px;
  }

  .graph-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .graph-box{
    position: relative;
    width: 380px;
    height: 380px;
    top: 423px;
    right: -210px;
    background-size: contain;
    background-position: center;
    background-image: url(../img/cm/backgrounds/100.png);
    background-size: 75%;
    background-repeat: no-repeat;
  }

  .results-box{
    width: 50%;
      /* background-image: url(../img/cm/backgrounds/cm-bg-poligons.png); */
      background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    text-shadow: 2px 2px 3px var(--grayShadow);
  }

  .results-box .line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 50px;
    font-size: 25px;
    align-items: center;
  }

  .results-box .line .style-name{
    width: 50%;
  }

  .results-box  .line .style-result{
    width: 20%;
    text-align: center;
  }

  #chart {
    /* max-width: 650px; */
    margin: 35px auto;
    transform: scale(1, 0.855);
  }

  .main-hex.active-button {
    position: absolute;
    z-index: -1;
    width: 223px;
    height: 184.12px;
    background: none;
    clip-path: polygon(0% 50%, 25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%);
    cursor: pointer;
  }

  .main-hex {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 350px;
    height: 307.12px;
    background: linear-gradient(0deg, rgba(75,175,239,1) 0%, rgba(246,246,246,1) 80%);
    box-sizing: border-box;
    -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
  }

  .main-hex.active-button .hex-background {
    width: 218px;
    height: 179.12px;
    background: linear-gradient(302deg, rgba(75,175,239,1) 65%, rgb(27, 119, 177) 85%);
  }

  .main-hex .hex-background {
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: #f0f1f5;
    top: 2px;
    left: 2px;
    width: 346px;
    height: 303.12px;
    -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
  }

  .white-text{
    color: white;
    text-shadow: 0px 0px 5px black;
  }

  .bottom-page.cm-view-background{
    background-image: url(../img/cm/backgrounds/tlo_hexy.png);
    background-position: center;
  }

  .collection-sidebar-results.disabled{
    opacity: 0.4;
    pointer-events: none;
  }

  /* reminder color */
  .reminder-box{
    background-color: #e6ccff;
  }

  .learning-styles-card .collection-element-card{
    min-width: 220px;
    min-height: 270px;
    transition: all 0.3s ease-in-out;
    background-color: #cceeff;
  }

  .learning-styles-card .collection-card-top{
    margin-left: 0px;
  }

  .learning-styles-card .collection-top-photo{
    background-image: url(../img/cm/kup.png);
    background-position: center;
  }

  .learning-styles-card .collection-card-title{
    padding-left: 0px;
  }

  .learning-styles-card .collection-card-title::after {
    left: 50%;
  }

  #hex-etap1.hex{
    background: linear-gradient(0deg, rgb(245 150 0) 0%, rgba(246,246,246,1) 80%);
  }

  #hex-etap2.hex{
    background: linear-gradient(0deg, rgb(34 175 39) 0%, rgba(246,246,246,1) 80%);
  }

  #hex-etap3.hex{
    background: linear-gradient(0deg, rgb(224 0 244) 0%, rgba(246,246,246,1) 80%);
  }

  .cm-view-background .classes-card-prev, .cm-view-background .classes-card-next {
    width: 100px;
  }

  .cm-view-background .card{
    width: auto;
  }

  .cm-bottom-cards .simulation-name{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -15%);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .elements-intro-homework .neu.results{
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 45px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    gap: 75px;
  }

  .elements-intro-homework .results .done-numbers.negative{
    color: var(--pink);
  }

  .elements-intro-homework .results .done-numbers.positive{
    color: var(--green);
  }

  .learning-style-box .content.neu .results-box .nhex {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 177px;
    height: 155.5px;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
  }

  .learning-style-box .content.neu .results-box .nhex .nhex-background {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 173px;
    height: 151.56px;
    -webkit-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    -moz-clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
    clip-path: polygon(0.5% 53%, 0% 50%, 0.5% 47%, 23% 3%, 25% 0.5%, 27% 0%, 73% 0%, 75% 0.5%, 78% 3%, 99.5% 47%, 100% 50%, 99.5% 53%, 77% 97%, 75% 99.5%, 73% 100%, 27% 100%, 25% 99.5%, 22% 97%);
  }

  .learning-style-box .hex-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .learning-style-box .hex-top {
    font-weight: 900;
    font-size: 15px;
    height: 20%;
    margin-top: 30px;
  }

  .learning-style-box .hex-top span:hover{
    cursor: pointer;
    color: var(--pink);
  }

  .learning-style-box .big-percentage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 60px;
    border-radius: 30px;
    font-size: 40px;
    font-weight: 900;
    margin-top: 6px;

  }

  .learning-style-box .big-percentage .percent{
    font-size: 30px;
    font-weight: 900;
    top: 5px;
    position: relative;
  }
  .learning-style-box .hex-user-profile{
    top: 29px;
    right: 1px;
  }

  .learning-style-box .hex-user-profile .image{
    background-image: url(../img/photo1-exercise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
  }

  .learning-style-box .hex-visual{
    top: 192px;
    right: -50px;
  }

  .learning-style-box .hex-read-write{
    top: 279px;
    right: -192px;
  }

  .learning-style-box .hex-kinaesthetic{
    top: -35px;
    right: 94px;
  }

  .learning-style-box .hex-auditory{
    top: -181px;
    right: -193px;
  }

  .learning-style-box .hex-section-title{
    top: -377px;
    right: -3px;
    background: none !important;
  }

  .learning-style-box .hex-section-title .hex-content{
    width: unset;
  }

  .learning-style-box .hex-section-title .hex-top{
    text-align: center;
    font-size: 20px;
    height: unset;
  }

  .learning-style-box .inside-circle {
    position: absolute;
    top: 378px;
    right: 267px;
    width: 110px;
    height: 110px;
    background-image: url(../img/cm/backgrounds/cm-circle-gradient.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .learning-style-box .inside-circle .logo{
    background-image: url(../img/images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 95px;
  }

  .learning-style-box .inside-circle .upper {
    font-size: 10px;
  }

  .learning-style-box .inside-circle .lower {
  font-size: 15px;
  }

  .nhex.border{
    background-image: url(../img/cm/backgrounds/cm-gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px !important;
    height: 150.5px !important;
    position: relative;
  }

  .nhex.dominant-style{
    background-image: url(../img/cm/backgrounds/cm-gradient-blue.png);
  }


  @media(max-width: 1425px){
    .learning-style-box .content {
      width: unset;
      height: unset;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-top: unset;
    }

    .graph-box {
      top: 458px;
      right: 54px;
    }

    .results-box{
      width: 100%;
      background-position: top;
      background-repeat: no-repeat;
      position: relative;
      height: 675px;
    }

    .learning-style-box .hex-kinaesthetic {
      top: -405px;
      right: -96px;
    }
    .learning-style-box .hex-auditory {
      top: -551px;
      right: -384px;
    }
    .learning-style-box .hex-visual {
      top: -178px;
      right: -240px;
    }
    .learning-style-box .hex-read-write {
      top: -91px;
      right: -382px;
    }
    .learning-style-box .inside-circle {
      top: 8px;
      right: 2px
    }
  }

  .graph-results-box{
    height:800px;
    width: 50%;
  }

  .hex-container{
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .apexcharts-datalabel{
    font-size: 16px;
    text-shadow: 1px 1px 2px var(--grayShadow);
  }
