.school-dashboard-header {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    justify-content: center;
}
.sdh-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    max-width: 1170px;
    padding: 15px 0;
}
.profile-header-navigation {
    margin-left: auto;
}
.sdh-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 30px;
    border-radius: 60px;
    border: 2px solid #E52322;
    color: #E52322;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sdh-timer .sdh-timer__item {
    margin-left: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    min-width: 58px;
}
#timer__hours, #timer__minutes, #timer__seconds {
    display: flex;
    justify-content: flex-start;
    flex-basis: 14%;
}
#timer__days_title {
    flex-basis: 35%;
    display: flex;
    justify-content: center;
}
.school-dashboard-main {
    display: flex;
    justify-content: center;
    position: relative;
}
.sdm-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 1170px;
    padding: 45px 0;
}
.sdm-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 40px;
    background: #FFE1AF;
    margin-bottom: 50px;
    padding: 25px 37px;
}
.sdm-link-text {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}
.sdm-link-text__title {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.sdm-link-text__content {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sdm-link-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #333333;
    cursor: pointer;
    border-radius: 56px;
    border: 1px solid #000;
}
.sdm-statistic {
    margin-bottom: 22px;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000000;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.sdm-row-numbers {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
    width: 100%;
    justify-content: space-between;
}
.sdm-row-numbers__teachers {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.sdm-teacher-num {
    color: #333;
    font-size: 26px;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
    margin-right: 9px;
}
.sdm-teacher-title {
    color: #333;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.sdm-registered {
    margin-left: auto;
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-basis: 16%;
}
.sdm-finished {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-basis: 10%;
}
.sdm-classes {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-basis: 8%;
}
.sdm-statistic-graphic {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    border-radius: 30px;
    background: #DAF7E5;
    margin-bottom: 3px;
    height: 50px;
    justify-content: flex-end;
    overflow: hidden;
}
.sdm-graphic-reg {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    flex-basis: 16%;
    z-index: 3;
}
.sdm-graphic-finished {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    flex-basis: 10%;
    z-index: 3;
}
.sdm-graphic-classes {
    color: #00923A;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    flex-basis: 8%;
    z-index: 3;
    padding-right: 8px;
}
.sdm-statistic-percent-reg {
    position: absolute;
    border-radius: 62px;
    background: #AFEBC5;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.sdm-statistic-percent-finished {
    position: absolute;
    border-radius: 0 200px 200px 0;
    background: #84D3A1;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.sdm-graphic-reg.sdm-graphic-reg--total {
    position: relative;
    font-size: 36px;
}
.sdm-graphic-finished.sdm-graphic-finished--total {
    position: relative;
    font-size: 36px;
}
.sdm-statistic-graphic.sdm-statistic-graphic--total {
    margin-bottom: 18px;
}
.sdm-graph-total-title {
    position: absolute;
    font-size: 18px;
    top: 3px;
    cursor: help;
}
.sdm-graphic-reg--total .sdm-graph-total-title {
    right: 15px;
}
.sdm-graphic-finished--total .sdm-graph-total-title {
    right: -16px;
}
.add-statistic-graph {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 13px 20px;
    border-radius: 56px;
    border: 1px solid #000;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.add-statistic-graph:hover {
    background: #000000;
    color: #ffffff;
    transition: 0.3s;
}
.school-dashboard-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: auto;
}
.school-dash-footer-container {
    display: flex;
    width: 95%;
    max-width: 1170px;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding: 39px 37px;
    border-radius: 30px 30px 0px 0px;
    background: #F5F5F5;
}
.footer-main-prize {
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    z-index: 2;
}
.footer-rules {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration-line: underline;
    z-index: 2;
}
.dash-flowers {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}
.student-dash-first-step {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 67px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
.studend-dash-second-step-new {
    align-items: flex-start;
}
.sdfs-title {
    display: flex;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 125px;
    background: #E52322;
    padding: 23px;
    flex-basis: 50%;
    z-index: 1;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    transition: 0.3s;
    margin-bottom: auto;
    margin-top: 35px;
}
.sdfs-title-not-started {
    margin-top: 61px;
}
.sdfs-title:hover {
    background: rgba(196, 25, 24, 1);

}
.position-relative {
    position: relative;
}
.dash-before-rotate {
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px 24px;
    color: #ffffff;
    background: rgba(0, 146, 58, 1);
    border-radius: 60px;
    transform: rotate(10deg);
    right: -36px;
    top: -5px;
}
.flower-behind {
    position: absolute;
    right: -45px;
    z-index: 0;
}
.student-dash-achievements {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sda-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 23px;
}
.sda-title__item {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.sda-title__numbers {
    display: flex;
    position: relative;
}
.sda-title__numbers-item {
    color: #00923A;
    font-size: 36px;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
    margin-right: 3px;
}
.sda-title__numbers--total {
    color: #878786;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.sda-items {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px;
}
.sda-items__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    border-radius: 30px;
    background: #FFF2DD;
    filter: grayscale(100%);
}
.sda-items__item-earned {
    filter: none;
}

.achievement-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 235px;
}
.sda-item__title {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 143.758%;
    margin-bottom: 17px;
}
.sda-item__earn {
    border-radius: 56px;
    border: 1px solid #000;
    background: #F2F2F2;
    padding: 6px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 32px;
    justify-content: center;
}
.no-border-imp {
    border: none!important;
}
.school-congratulations-container {
    display: flex;
    flex-direction: column;
    padding: 33px 60px 33px 33px;
    margin-bottom: 27px;
    border-radius: 30px;
    position: relative;
    background: #FFE1AF;
    align-items: flex-start;
    width: 100%;
}
.sc-title {
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
    margin-bottom: 9px;
}
.sc-subtitle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 27px;
    max-width: 90%;
}
.sc-percents {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}
.sc-percents-col {
    display: flex;
    flex-direction: column;
    margin-right: 38px;
}
.sc-percents-col__numbers {
    display: flex;
}
.scp__numbers-item {
    color: #333;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.scp__numbers-total {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sc-percents-col__text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.758%;
}
.sc-link-to {
    color: #FFF;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 56px;
    background: #E52322;
    padding: 13px 20px;
}
.flower-behind-congratulations {
    position: absolute;
    right: -63px;
    top: -14px;
}
.school-cong-certificates-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-bottom: 60px;
    width: 100%;
}
.sccs-item {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 30px;
    background: #F2F2F2;
    justify-content: space-between;
}
.sccs-item-image {
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sccs-item-title {
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 14px;
    margin-top: auto;
}
.sccs-item-btn {
    cursor: pointer;
    border-radius: 56px;
    border: 1px solid #000;
    background: #F2F2F2;
    display: flex;
    width: 100%;
    padding: 13px;
    color: #333;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.add-statistic-graph a {
    color: #333333;
}
.add-statistic-graph:hover {
    border: 1px solid #E52322;
    background: none;
}
.add-statistic-graph:hover a {
    color: #E52322;
}
.sdh-timer-2 {
    display: none;
}
.green-bg-dashboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 309px;
    background: url(../../images/formwindowbg.png);
    background-repeat: repeat;
}

.sdh-timer .sdh-timer__item span#timer__days_title {
    width: 57px;
    min-width: 57px;
    max-width: 57px;
}
.sdh-timer .sdh-timer__item span#timer__days_title-mobile {
    width: 57px;
    min-width: 57px;
    max-width: 57px;
}
.quiz-timer-inside {
    margin: 0 auto;
}
