@import url('/vendor/fonts/sulphurpoint/stylesheet.css');
@import url('/vendor/fonts/popins/stylesheet.css');
body {
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1.2rem;
    background-color: #A8BFFA;
    padding-top: 90px;
}
.top-90 {
    top: 90px;
}
.bottom-90 {
    bottom: 90px;
}
.ff-sulphur-point {
    font-family: 'Sulphur Point', sans-serif;
}
.ff-popins {
    font-family: 'Poppins', sans-serif;
}
#header {
    background-color: #C5F55B;
    height: 90px;
    padding: 5px 0;
    z-index: 10;
}
#logo {
    width: auto;
    height: 80px;
}
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    background-color: #FF0054;
}
.custom-shape-divider-top-1741784996 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1741784996 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider-top-1741784996 .shape-fill {
    fill: #A8BFFA;
}

.text-blue {
    color: #4F43F4;
}
.text-green {
    color: #C5F55B;
}
.bg-form {
    background-color: #FFF5F0!important;
}
.bg-heading {
    background-color: #6633FF!important;
}
.bg-blue {
    background-color: #4F43F4;
}
.bg-red {
    background-color: #FF0054;
}
.bg-green {
    background-color: #C5F55B;
}
.bg-hilite {
    background-color: rgb(255, 218, 3); /* #ffda03 */
}
.border-box {
    border: 1px solid #707070;
}
.radius-box {
    border-radius: 1.5rem;
}
.form-control {
    font-size: 1.2rem;
    border: 1px solid #707070!important;
    border-radius: 0;
    padding: .5rem .75rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check-input {
    width: 1.2em;
    height: 1.2em;
    border-color: #707070!important;
}
.form-check-input:checked {
    background-color: #6633FF!important;
}
.btn {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 120px;
}
.btn-primary {
    --bs-btn-color: #333;
    --bs-btn-bg: #C5F55B;
    --bs-btn-border-color: #C5F55B;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #C5F55B;
    --bs-btn-hover-border-color: #C5F55B;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #C5F55B;
    --bs-btn-active-bg: #C5F55B;
    --bs-btn-active-border-color: #C5F55B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #C5F55B;
    --bs-btn-disabled-border-color: #C5F55B;
}
.alert-danger {
    --bs-alert-color: #FF0054;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #FF0054;
    --bs-alert-link-color: #FF0054;
}
a.header-link {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #4f43f4!important;
    border: 1px solid rgba(79, 67, 244, .4);
}
a.header-link.active {
    color: #CCFF66!important;
    background-color: #4f43f4;
}
.header-link i {
    font-size: 36px;
    line-height: 64px;
}

/* select tutor */
.tutor-item {
    transition: transform 0.3s;
}
.tutor-item.active {
    transform: scale(1.2);
}

/* lessons */
.swiper-container {
    height: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.swiper-slide {
    width: 35%;
    cursor: default;
}
.swiper-slide.swiper-slide-active {
    cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\F129';
    font-family: bootstrap-icons !important;
    color: #FF0054;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F133';
    font-family: bootstrap-icons !important;
    color: #FF0054;
}
.swiper-container .swiper-zoom-container>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ratio-tutor {
    --bs-aspect-ratio: 112.5%;
}
.video-fix {
    position: relative;
}
.video-fix:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    background-color: #A8BFFA;
    border: 1px solid #A8BFFA;
    z-index: 1;
}
#readparagraph span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#readparagraph span.hilite:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: 0;
    background-color: rgb(255, 218, 3);
    z-index: -1;
}
.record-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(79, 67, 244, .4);
    padding: 0!important;
}
.record-btn i {
    font-size: 36px;
    line-height: 64px;
}
.text-to-read {
    white-space: pre-line;
    overflow-y: auto;
}
.show-context .context {
    background-color: #ffda03;
}
