#progressCheckSteps.bs-stepper .step-trigger {
    padding: 8px 5px;
}

ul.result-quiz-breakdown {
    margin-left: 0;
    padding-left: 0;
}

.result-quiz-breakdown li {
    list-style: none;
}

.result-quiz-breakdown li::before {
    content: " ";
    display: inline-block;
    height: 11px;
    width: 11px;
    box-shadow: 0px 0px 0px 2px #c4c4c4;
    border-radius: 100%;
    margin-right: 8px;
}

.result-quiz-breakdown li.selected.correct::before {
    background: #0dbc87;
}

.result-quiz-breakdown li.selected.wrong::before {
    background: #d6293e;
}

#progressCheckSteps .question-form label.progress-check-option {
    white-space: pre-wrap;
}

.input_showPassword {
    cursor: pointer;
}

.dataTable-list tbody {
    opacity: .1;
    pointer-events: none;
}

.dataTable.dataTable-list tbody {
    opacity: 1;
    pointer-events: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-container {
    background: center no-repeat;
    background-size: cover;
    height: 294px;
    width: 100%;
}

.img-container.ic-small {
    height: 60px;
    width: 60px;
}

.img-container.ic-small-2 {
    height: 83px;
    width: 83%;
}

.repeater-fields .r-group:not(:first-child) {
    position: relative;
}

.repeater-fields .r-group:not(:first-child) .r-group-control.field-input {
    padding-right: 112px;
}

.repeater-fields .r-group:not(:first-child) .r-group-control.field-button {
    position: absolute;
    top: 0;
    right: 0;
}

.repeater-fields.button-bottom {
    position: relative;
    padding-bottom: 50px;
}

.repeater-fields.button-bottom .r-btnAdd {
    position: absolute;
    bottom: 0px;
}

.repeater-fields.button-bottom .r-group:not(:first-child) .r-group-control.field-button {
    right: -49px;
}


/*Subject Listing*/

.sub-listing-sec .price_details {
    font-size: 26px;
    font-weight: bold;
    color: #FFB600;
}

.sub-listing-sec .price_details {
    font-size: 26px;
    font-weight: bold;
    color: #FFB600;
}

.sub-listing-sec .price_details2 {
    font-size: 14px;
    color: #ffff;
}

.sub-listing-sec .image-bg .content-box {
    color: #ffffff;
    border-radius: 20px;
    height: 500px;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.sub-listing-sec .image-bg .content-box:after {
    content: '';
    /*background-color: rgb(0 0 0 / 30%);*/
    -webkit-box-shadow: 0 -240px 80px -80px rgb(0 0 0 / 75%) inset;
    box-shadow: 0 -240px 80px -80px rgb(0 0 0 / 75%) inset;
    /*background-color: rgb(0 31 142 / 15%);*/
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.sub-listing-sec .image-bg .content-box:hover:after {
    background-color: rgb(0 0 0 / 80%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub-listing-sec .image-bg .content-box .box-content {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding: 15px 30px;
    z-index: 1;
}

.sub-listing-sec .image-bg .content-box .box-content .content ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.sub-listing-sec .image-bg .content-box .box-content .content ul li {
    font-size: 14px;
    border-radius: 20px;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
}

.sub-listing-sec .image-bg .content-box .box-content .content ul li:first-child {
    background-color: var(--font-color-pink);
    margin-right: 1px;
}

.sub-listing-sec .image-bg .content-box .box-content .content ul li:last-child {
    background-color: var(--font-color-light-blue)
}

.sub-listing-sec .image-bg .content-box .box-content .content h3 {
    color: #ffffff;
    font-family: var(--font-family-main-title);
    margin-bottom: 5px;
}

.sub-listing-sec .image-bg .content-box .box-content .content p {
    font-size: 14px;
    font-family: 'sofia_prolight';
    margin-bottom: 0;
}