@property --start {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}


.login-page__form-input-box input.is-invalid {
    border-bottom: 1px solid;
    border-radius: 4px 4px 0 0;
    border-bottom-color: red;
}

.plyr__poster {
    background-size: cover !important;
}

.course-details__sidebar__post li {
    border-bottom: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.course-two--page {
    padding: 30px !important;
}

.course-two__author .eduact-btn, .course-one__author .eduact-btn {
    background-color: var(--eduact-secondary);
    padding: 5px 30px 5px;
}

.course-two__author:has(.eduact-btn) {
    padding: 0;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip:focus {
    position: static;
    width: auto;
    height: auto;
}

.lesson-list {
    align-self: flex-start;
    position: sticky;
    top: 10px;
}

.course-details__sidebar__post li {
    min-height: unset;
    padding: 5px;
    border-radius: 5px;
    background-color: #dee4eb;
}

.lesson-list-item.active, .lesson-list-item:hover {
    background-color: var(--eduact-secondary) !important;
    color: #fff !important;
    transition: 0.5s;
    min-height: unset;
    padding: 5px;
    border-radius: 5px !important;
}

.lesson-list-item.active a, .lesson-list-item:hover a {
    color: #fff !important;
    transition: 0.5s;
}


.course-details__sidebar__post__title {
    margin: 0;
}

ul.source-list {
    list-style: none;
    padding: 0;
}

ul.source-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.source-list li a {
    color: var(--eduact-secondary);
}

.portal nav ul li {
    list-style: none;
}

.portal nav ul li a {
    font-weight: 600;
    color: #142b5f !important;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 180px;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal nav ul li a:hover, .portal nav ul li a.active {
    background-color: #ff6b01;
    color: #fff !important;
    cursor: pointer;
    padding-left: 20px;
    transition: 0.5s;
}

.portal {
    position: relative;

}

:root {
    --backdrop: hsl(0 0% 60% / 0.12);
    --radius: 14;
    --border: 3;
    --backup-border: #fff;
    --size: 200;
}

.about-one__box:first-of-type {
    --base: 80;
    --spread: 800;
    --outer: 1;
}

.about-one__box:nth-of-type(2) {
    --base: 160;
    --spread: 400;
    --outer: 0.5;
}

.about-one__box:nth-of-type(3) {
    --base: 240;
    --spread: 200;
    --outer: 0.25;
}

.about-one__box:last-of-type {
    --outer: 1;
    --base: 220;
    --spread: 200;
}


.about-one__box {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    background: #fff;
    border-radius: calc(var(--radius) * 1px);
    backdrop-filter: blur(calc(var(--cardblur, 5) * 1px));
}

.about-one__box__wrapper {
    cursor: pointer;
    border-radius: calc(var(--radius) * 1px);
}


/* Glow specific styles */
[data-glow] {
    --border-size: calc(var(--border, 2) * 1px);
    --spotlight-size: calc(var(--size, 150) * 1px);
    --hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 5)));
    background-image: radial-gradient(
        var(--spotlight-size) var(--spotlight-size) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
        hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--bg-spot-opacity, 0.1)), transparent
    );
    background-position: 50% 50%;
    background-attachment: fixed;
    border: var(--border-size) solid var(--backup-border);
    position: relative;
    touch-action: none;
}

[data-glow]::before,
[data-glow]::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -1);
    border: var(--border-size) solid transparent;
    border-radius: calc(var(--radius) * 1px);
    background-attachment: fixed;
    background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
    background-repeat: no-repeat;
    background-position: 50% 50%;
    mask: linear-gradient(transparent, transparent),
    linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: intersect;
}

/* This is the emphasis light */
[data-glow]::before {
    background-image: radial-gradient(
        calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
        hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) / var(--border-spot-opacity, 1)), transparent 100%
    );
    filter: brightness(2);
}

/* This is the spotlight */
[data-glow]::after {
    background-image: radial-gradient(
        calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
        hsl(0 100% 100% / var(--border-light-opacity, 1)), transparent 100%
    );
}

[data-glow] [data-glow] {
    position: absolute;
    inset: 0;
    will-change: filter;
    opacity: var(--outer, 1);
}

[data-glow] > [data-glow] {
    border-radius: calc(var(--radius) * 1px);
    border-width: calc(var(--border-size) * 20);
    filter: blur(calc(var(--border-size) * 10));
    background: none;
    pointer-events: none;
}

[data-glow] > [data-glow]::before {
    inset: -10px;
    border-width: 10px;
}

[data-glow] [data-glow] {
    border: none;
}

[data-glow] :is(a, button) {
    border-radius: calc(var(--radius) * 1px);
    border: var(--border-size) solid transparent;
}

[data-glow] :is(a, button) [data-glow] {
    background: none;
}

[data-glow] :is(a, button) [data-glow]::before {
    inset: calc(var(--border-size) * -1);
    border-width: calc(var(--border-size) * 1);
}


.about-one__content {
    display: flex;
    flex-flow: column;
}

.course-details__sidebar__post__content a {
    font-size: 14px;
    font-weight: 700;
    color: var(--eduact-black)
}

.course-details__sidebar__post__image {
    flex: 0 0 auto;
    width: 168px !important;
    height: 94px !important;
    position: relative;
}

div.watched-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;

}

.float-items {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-flow: column;
}

.float-items a {
    background-color: var(--eduact-secondary);
    color: #fff;
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 3px #999;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp {
    background-color: #25d366 !important;
}

.whatsapp:hover {
    background-color: #128c7e !important;
}

.phone {
    background-color: #9929e9 !important;
}

.phone:hover {
    background-color: #6b1d9e !important;
}

.page-header__title {
    font-size: 28px;
}

.page-header__breadcrumb {
    gap: 30px;
}

.page-header__breadcrumb li a, .page-header__breadcrumb li span {
    font-size: 13px;
    color: #333;
}

.page-header__breadcrumb li:not(:last-of-type)::after {
    position: absolute;
    right: -22px;
    bottom: -1px;
    font-family: FontAwesome;
    background-color: #cad8e5;
    border-radius: 100%;
    content: "\f105";
    color: #333;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding-left: 2.2px;
    padding-top: 1.6px;
}

.page-header__breadcrumb li:not(:last-of-type) {
    margin: 0;
}

.main-header {
    height: 10vh;
    min-height: 108px;
}

.main-menu__login {
    color: var(--eduact-secondary)
}

.main-slider__item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.main-slider__one.owl-carousel .owl-dots {
    bottom: 20px !important;
}

.main-slider__one {
    max-height: 800px;
    overflow: hidden;
}

.bg-orange {
    background-color: #c45902 !important;
}

.mobile-nav__contact i {
    background-color: #c45902 !important;
}

.main-menu__login:hover {
    color: #c45902;
}

.page-header .container {
    padding: 25px;
}

.page-header {
    background-color: transparent;
    color: #333;
}

.page-header .page-header__title {
    color: #333;
}

.course-details {
    padding: 0 0 30px;
}

.about-one__box__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-one__box__wrapper {
    padding: 8px;
    gap: 20px;
}

.contact-info ul li {
    min-height: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}


.badge-cart {
    background: #f67004;
    padding: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
}

.logout-btn {
    background-color: #f53405 !important;
    padding: 7px 10px !important;
}

.liveIcon {
    position: absolute;
    left: 55px;
    top: 23px;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

.liveIcon:before {
    content: "";
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #e83232;
    animation: pulseLive 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.liveIcon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e83232;
    border-radius: 50px;
    animation: circleLive 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulseLive {
    0% {
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes circleLive {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.meetingsItem {
    padding-left: 25px !important;
}

.uploadPhotoArea {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    font-size: 14px !important;
    min-height: 128px !important;
    max-height: 128px;
    overflow: hidden;
    position: relative;
}

.slider-description-area, .slider-description-area * {
    font-weight: 700 !important;
    line-height: 52px !important;
    font-family: Poppins !important;
    font-size: 52px !important;
    color: #313131 !important;
}

.uploadPhotoArea span {
    display: block;
    transition: all 500ms;
    background: #f67004;
    color: white;
    border-radius: 5px;
    position: absolute;
    padding: 1px 10px;
    bottom: -28px;
    left: 30px;
}

.uploadPhotoArea:hover span {
    display: block;
    transition: all 500ms;
    bottom: 44px;
    left: 30px;
}

.uploadPhotoArea .dz-preview {
    position: absolute !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    min-height: 100px;
    top: 0;
    left: 0;
}

.uploadPhotoArea .dz-remove {
    visibility: hidden;
}

.uploadPhotoArea .dz-details {
    visibility: hidden;
}

.profileArea label {
    top: 17px !important;
    position: relative;
    font-size: 18px !important;
    background: white;
    padding: 0 10px;
    border-top-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 -2px 3px 0;
}


/** çarkıfelek **/

.rotater button {
    border: 0;
    margin: 0;
    padding: 0;
}

.rotater .title {
    margin-top: 50px;
    text-align: center;
}

.rotater .bottom-box {
    position: relative;
    margin: 50px auto;
    width: 500px;
    height: 500px;
    border: 10px solid #ccc;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
}

.rotater .bottom-box .markers {
    position: absolute;
    left: 55%;
    top: 0;
    margin-left: -24px;
    width: 0;
    height: 0;
    border: 16px solid var(--eduact-secondary);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 9999;
}

.rotater .bottom-box .roulette {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rotater .bottom-box .item {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    transform-origin: 0 100%;
}

.rotater .bottom-box .label {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    white-space: nowrap;
    transform-origin: 0 0;
}

.rotater .bottom-box .label .text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
}

.rotater #btn-start {
    display: block;
    position: absolute;
    font-size: 23px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    font-weight: bold;
    background: #fff;
    border-radius: 50px;
    z-index: 1000;
    cursor: pointer;
}

.rotater .bottom-card {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    z-index: 1000;
}

.rotater .bottom-box {
    width: 240px;
    height: 240px;
    border: 10px solid #ccc;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
}

.roulette-desc h1 {
    color: var(--eduact-secondary);
}

.roulette-desc p {
    font-size: 1.15rem !important;
    color: black;
}

.coupon-code {
    border-color: var(--eduact-secondary);
    border-width: 6px;
    border-style: dashed;
    font-size: 1rem;
    text-align: center;
    margin: 14px 0px;
    background-color: var(--eduact-white);
    color: var(--eduact-base);
}

.bottom-card .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2rem;
    cursor: pointer;
}

:root {
    --loading-grey: #ededed;
}


.loadingCard {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
}

.loading .textArea {
    width: 50%;
}

.loading .image {
    height: 200px;
    width: 25%;
}

.loading .image img {
    display: block;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.loading .content {
    padding: 2rem 1.8rem;
}

.loading h4 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.loading .description {
    font-size: 1rem;
    line-height: 1.4rem;
}

.loading {
    margin-top: 150px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    background-color: transparent !important;
    border: 0 !important;
    flex-direction: row;
    width: 100%;
    gap: 10px;

}

.loading .image,
.loading h4,
.loading .description {
    background-color: var(--loading-grey);
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, .5) 50%,
        rgba(255, 255, 255, 0) 60%
    ) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.loading h4 {
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: .05s;
}

.loading .description {
    min-height: 4rem;
    border-radius: 4px;
    animation-delay: .06s;
}

.rotater {
    display: none;
}

@media (max-width: 768px) {
    .rotater .bottom-card {
        grid-template: initial !important;
    }

    .bottom-card {
        height: 100%
    }
}

.text-black {
    --bs-text-opacity: 1;
    color: var(--eduact-black)
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    font-weight: 600;
    transition: 0.5s;
}

.list-item a {
    color: var(--eduact-black);
}

.list-item a i {
    transition: 0.5s;
}


.list-item a:hover i {
    margin-left: 10px;
    transition: 0.5s;
}

.course-details__sidebar__lists li span a {
    font-size: 14px;
}

/*curriculum*/
#curriculum table tbody tr td {
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(36, 76, 87, 1) 0%, rgba(61, 131, 124, 1) 33%, rgba(79, 170, 150, 1) 66%, rgba(96, 208, 175, 1) 100%);
    color: #fff;
    padding: 10px 30px;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    border: 0;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
}

#curriculum table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px
}

.table-responsive {
    overflow-x: auto;
}

/*
make #curriculum table responsive
*/

@media (max-width: 768px) {
    #curriculum table tbody tr td {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #curriculum table tbody tr td {
        padding: 10px 10px;
        font-size: 12px;
    }
}


.js-cookie-consent {
    background: #f77715;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    z-index: 10000;
    color: white;
}

.js-cookie-consent > div > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 58%;
    margin: 0 auto;
    color: white !important;
}

.cookie-consent__message {
    color: white !important;
}

.js-cookie-consent-agree {
    background: yellow;
    color: black;
    border-radius: 10px;
    margin: 0 !important;
    border: 0;
}

span.timestamp {
    position: absolute;
    bottom: 5px;
    cursor: default;
    background-color: rgb(0 0 0 / 50%);
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    right: 5px;
}

.about-two__content {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 1.4;
}

.course-two__meta__class {
    text-align: right;
    margin-top: 0.4rem;
}

.dx-datagrid {
    background-color: transparent !important;
}

.dx-editor-cell .dx-texteditor, .dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background-color: transparent !important;
}

.dx-datagrid .dx-column-lines > td, .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child, .dx-widget, .dx-widget *, .dx-widget ::after, .dx-widget ::before, .dx-widget::after, .dx-widget::before {
    border: none !important;
}

.dx-row.dx-column-lines.dx-header-row {
    box-shadow: none !important;
    border-bottom: 2px solid #ddd !important;
}

#sources {
    padding: 15px;
}

.dx-texteditor.dx-editor-outlined {
    background: transparent !important;
    border-bottom: 2px solid #ddd !important;
}

.dx-texteditor-input, .dx-texteditor.dx-editor-outlined, .dx-row.dx-column-lines.dx-header-row {
    border-radius: 0 !important;
}

.dx-datagrid-table td a.btn-primary {
    background-color: var(--eduact-secondary) !important;
}

.service-one__text {
    min-height: 250px !important;
}

@media (max-width: 1200px) {
    .course-details .main {
        order: 2;
    }

    .lesson-list {
        margin-bottom: 1rem;
        position: static;
        order: 1;
    }
}

.course-details__sidebar__post a {
    color: #000;
    font-weight: 600;
}

a.mobile-nav__toggler {
    background-color: var(--eduact-secondary);
    font-size: 16px;
    margin-left: 19px;
    font-weight: 600;
    padding: 7px 20.5px;
    height: 40px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: var(--eduact-white);
    border-radius: 6px;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

details summary ul {
    list-style: none;
    padding: 0;
}

details summary ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.profile-picture {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-left: 19px;
    display: block;
}

.course-details__sidebar__post a li {
    margin-bottom: 5px !important;
}
/**
media query for 425px or lower
 */
@media (max-width: 425px) {
    .course-details__sidebar__post li{
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 1441px) {
    .lg-lesson-list{
        display: none;
    }
}

@media (min-width: 1442px){
    .mb-lesson-list{
        display: none;
    }
}
