:root {
    --line-border-color: #a53860;
    --disabled-line-border: #d1d2d4;
    --button-active-color: #830a48;
    --text-color: #868991;
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.progress-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.progress-container::before {
    background-color: var(--disabled-line-border);
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.progress-steps-bar {
    background-color: var(--line-border-color);
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
    z-index: -1;
}

.progress-steps-bar-circle {
    align-items: center;
    background-color: #fff;
    border: 3px solid var(--disabled-line-border);
    border-radius: 50%;
    color: var(--text-color);
    display: flex;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    transition: 0.4s ease;
}

.progress-steps-bar-circle.progress-steps-bar-active {
    border-color: var(--line-border-color);
}

.lesson-item-right {
    width: 100%;
    display: block;
    background-color: var(--primary);
    border-radius: 15px;
    margin-bottom: 8px;
}

.lesson-item-right .round {
    margin: 15px !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.lesson-item-right .round i {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.lesson-item-right img {
    margin: 15px !important;
}

.lesson-item-loading {
    width: 100%;
    display: block;
    border-radius: 15px;
    margin-bottom: 8px;
    height: 70px;
}

.text-bold {
    font-weight: bold !important;
}

.card-unit {
    margin: 0px 0px 1rem 0px !important;
}

.card-progress {
    min-height: 490px;
}

.loading-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.loading-bar {
    width: 60px;
    height: 40px;
    border-radius: 15px;
    display: inline-block;
}

.loading-card-progress {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.loading-card-notice {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.fr-emoticon {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 6px;
    padding-right: 6px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #Ff66b0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #Ffa2ce;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

#forums-app {
    min-height: 87vh;
}

.w-fit-content {
    width: auto !important;
}

.card-forum-loading {
    margin-bottom: 1rem;
    /* border-radius: 0.625rem; */
    padding: 1.5rem;
    box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
    position: relative;
}

.card-forum-answer-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 16px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #Ff66b0;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #Ffa2ce;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #Ffa2ce;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination-center {
    justify-content: center;
}

.fr-front {
    z-index: 1001;
}

.answer {
    padding: 10px;
    background: #F1f1f1;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .h2-responsive {
        font-size: 55px !important;
    }
}

.opinion-img {
    width: 70% !important;
    display: inline-block !important;
}

.opinion-text {
    align-items: center !important;
    display: flex !important;
}