.top-0 {
    top: 0
}

.start-0 {
    left: 0
}

.end-0 {
    right: 0
}

.brand-logo {
    height: 40px;
}

.border-radius-lg {
    border-radius: 0.75rem;
}

.page-hero {
    display: flex;
    align-items: center;
}

.page-hero .hero-txt {
    font-size: 2rem;
}

.mask {
    background-position: 50%;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 1.5 ease;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.z-index-sticky {
    z-index: 1020;
}

.z-index-2 {
    z-index: 2 !important;
}


.lab-card {
    min-height: 200px;
    /* height: 200px; */
    height: 100%;
}

.tr-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.pack-img img {
    border-radius: 100%;
    height: 55px;
    width: 55px;
}

.pack-lab-name {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.pack-lab-stats {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.pack-lab-desc {
    color: #8392ab;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 50px;
}

.lab-type-wrapper span {
    display: inline-block;
    color: #155799;
    font-size: 18px;
    margin-left: auto;
    font-weight: 700;
}

.lab-info-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 140px 0 32px
}

.lab-info-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
        padding: 25px 20px
}

.lab-img-wrapper {
    align-items: center;
    border: 1px solid #d5d8e8;
    border-radius: 4px;
    display: flex;
    height: 124px;
    justify-content: center;
    width: 124px;
        margin-right: 20px;
}

.lab-img-wrapper img {
    width: 100%
}

.lab-name {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%
}

.lab-action-btn {
    align-items: center;
    border-radius: 0 var(--bs-card-border-radius) var(--bs-card-border-radius) 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    height: auto;
    justify-content: center;
    line-height: 155%;
    padding: 10px 12px 10px 16px;
    text-transform: capitalize;
    width: 20%
}

.lab-action-btn:hover {
    color: #fff;
}

.lab-start-action-btn {
    background: #0a84ff
}

.lab-stop-action-btn {
    background: #ef466f
}

.lab-stats-wrapper {
    display: flex;
    gap: 24px
}

.lab-activity-title-wrapper {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 16px
}

.lab-activity-title {
    align-items: center;
    background: #fff;
    border: 1px solid #d5d8e8;
    border-radius: 4px;
    color: #111;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 155%;
    padding: 10px 16px;
    text-align: center;
    width: 100%
}

.lab-activity-title:hover {
    background: transparent
}

.lab-activity-title-active {
    border: 1px solid transparent;
    color: #fff
}

.lab-activity-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    padding: 24px
}

.lab-activity-card-title {
    color: #070707;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%
}

.lab-description,
.lab-instructions,
.lab-prohibited-activities,
.lab-solution-info {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%
}

.challenge-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 45px;
    margin: 24px 0 12px;
    max-height: 45px
}

.challenge-title,
.challenge-title-list {
    -webkit-box-orient: vertical;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
    overflow: hidden;
    text-overflow: ellipsis
}

.challenge-title-list {
    -webkit-line-clamp: 1;
    align-items: center;
    display: flex;
    display: -webkit-box;
    max-width: 350px;
    width: 350px
}

.challenge-category-label {
    color: #8f8f92;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%
}

.challenge-category-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 155%;
    text-transform: capitalize
}

.cat-type {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px
}

.category-difficulty-wrapper {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.category-difficulty-name {
    align-self: stretch;
    background: transparent;
    border: 1px solid transparent;
    color: #000;
    cursor: pointer;
    flex: none;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    line-height: 155%;
    order: 0;
    padding: 10px 24px
}

.category-difficulty-active,
.category-difficulty-name:hover {
    border: 1px solid #d5d8e8;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 10px 24px
}

.category-difficulty-active {
    color: var(--white) !important
}

@media (max-width: 768px) {

    .category-difficulty-active,
    .category-difficulty-name,
    .category-difficulty-name:hover {
        padding: 10px 18px
    }
}

@media (max-width: 320px) {

    .category-difficulty-active,
    .category-difficulty-name,
    .category-difficulty-name:hover {
        gap: 4px;
        padding: 10px 12px
    }
}
.tick-img {
    height: 40px;
    width: 40px;
}

.difficulty-badge {
    font-size: 16px;
    font-weight: 500;
    line-height: 155%;
    padding: 4px 12px;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bg-badge-success {
    background: #e5f8ec;
    color: #41b66a
}

.bg-badge-warning {
    background: #fff6e0;
    color: #ffb443
}

.bg-badge-danger {
    background: #ffecf0;
    color: #ef466f
}

.back-btn {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid #ececec;
}