
.test-list-hr {
    border-top: 1px solid #d1d0d0;
    width: 100%;
    font-size: 0px;
    margin: 8px 0;
}

.test-card {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 60px;
    border-radius: 8px;
    box-shadow: 0 22px 95px rgb(80 92 163 / 27%);
}

.test-item {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}

.test-card-content {
    position: relative;
    padding: 30px 65px;
}

.test-card-date {
    color: #007aff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}

.test-card-title {
    color: #2d4368;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    margin-bottom: 20px;
}

.test-card-wrapper-buttons {
    display:flex;
    justify-content: space-between;
}

.test-card-wrapper-button-left {
    display: flex;
    justify-content: end;
    margin-top:20px;
}


.test-card-wrapper-button-right {
    display: flex;
    justify-content: end;
    margin-top:20px;
}

.test-card-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
}

.test-card-info-item {
    color: #2d4368;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 20px;
}

.test-card-info-item > span {
    font-weight: 700;
    margin-left: 10px;
}

.test-card-label.orange {
    background-color: #e69523;
}

.test-card-label.red {
    background-color: #FF0000;
}

.test-card-label {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 4px;
}

.test-card-cycle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-top: 20px;
}

.test-card-cycle-item-text {
    color: #2d4368;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
}

.test-card-cycle-item {
    color: #2d4368;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 20px;
}

.test-card-cycle-item > span > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.button-red {
    background-color: #FF0000;
    color: #fffefe;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.06px;
    padding: 20px 30px;
    border-radius: 6px;
}

.button-disabled {
    border: 1px solid rgba(0,0,0,.18) !important;
    background-color: #dadada !important;
    color: #777 !important;
}

.test-self-wrapper {
    display: flex;
    width:100%;
}

.test-self-wrapper .sorting {
    min-width: 320px;
    margin-bottom: 10px;
}

.test-self-wrapper .learn-answer-wrong,
.test-self-wrapper .learn-answer-right {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    padding-right:20px;
    display: flex;
    align-self: center;
}

.event-tabs-section__popup-show {
    position: relative;
    z-index: 90;
}