/*  ################################################################

    File Name: style.css
    Template Name: LMS Line
    Created By: Halim KILIÇ
    http://themeforest.net/user/halimkilic

################################################################# */
.n1-icon {
    width: 8px !important;
    height: 8px !important;
    background-color: #0abf53;
    border-radius: 50%;
    margin-left: 8px;
    animation: blink1 1s infinite;
    position: relative;
    position: absolute;
    margin: 4px;
}
@keyframes blink1 {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.dropdown-toggle .n-icon {
    width: 10px !important;
    height: 10px !important;
    background-color: #0abf53;
    border-radius: 50%;
    margin-left: 8px;
    animation: blink 1s infinite;
    position: absolute;
    left: 14px;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}




@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-LightItalic.woff2") format("woff2"), url("../fonts/subset-SofiaPro-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-Medium.woff2") format("woff2"), url("../fonts/subset-SofiaPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-UltraLight.woff2") format("woff2"), url("../fonts/subset-SofiaPro-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-Bold.woff2") format("woff2"), url("../fonts/subset-SofiaPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-Italic.woff2") format("woff2"), url("../fonts/subset-SofiaPro-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro-Light.woff2") format("woff2"), url("../fonts/subset-SofiaPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/subset-SofiaPro.woff2") format("woff2"), url("../fonts/subset-SofiaPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Sofia Pro";
    font-weight: normal;
    font-style: normal;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    color: #060f29;
}
a {
    text-decoration: none !important;
}
p {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.9;
    font-weight: normal;
    color: #213343;
}
.badge {
    font-weight: normal;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1;
}

.lms-container {
    max-width: 1200px;
}

.bg-light-success {
    background-color: #eaf3ee;
}
.bg-light-info {
    background-color: #f1ebe6;
}
.bg-light-primary {
    background-color: #e6e1f5;
}

.bg-light-success i {
    color: #96a49c !important;
}

.btn i {
    vertical-align: middle;
}
.loginbuttons img {
    width: 20px;
    vertical-align: text-bottom;
}
.loginbuttons {
    color: #999 !important;
}
.loginbuttons .btn-outline-primary:hover {
    background: #eee;
    border-color: #ddd !important;
}

.btn-lg {
    padding: 10px 30px;
    font-size: 18px;
}
.btn-sm {
    padding: 6px 20px;
}
.simplebuttons .btn {
    color: #111 !important;
    border: 0 !important;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 3px !important;
    border: 1px solid #060f29 !important;
    background: none !important;
}
.simplebuttons .btn:hover,
.simplebuttons .btn:focus {
    border: 1px solid #060f29 !important;
}

#profilePhoto {
    display: none;
}
#dummyImage {
    cursor: pointer;
    max-width: 200px;
    border: 1px dashed #eee;
    padding: 10px;
}

.btn {
    border-radius: 10px !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.carousel-indicators {
    margin-bottom: -40px;
}
.carousel-indicators [data-bs-target] {
    border: 0 !important;
}

.calendar-table {
    table-layout: fixed;
    width: 100%;
}
.calendar-table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    height: 40px;
    position: relative;
}

.event {
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
.btn-join {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px !important;
    margin-top: 5px;
}
.active-hour {
    background-color: #eee;
}

.hour-label {
    position: absolute;
    top: 13px;
    font-size: 10px;
    color: #8a8484;
    text-align: center;
    left: 0;
    right: 0;
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.separator.separator-dotted {
    border-bottom-style: dotted;
    border-bottom-color: var(--bs-border-dashed-color);
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}

.separator.separator-content::after,
.separator.separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid var(--bs-border-color);
}

.separator.separator-content::before {
    margin-right: 1.25rem;
}

.separator.separator-content::after {
    margin-left: 1.25rem;
}

.separator.separator-content.separator-dotted::after,
.separator.separator-content.separator-dotted::before {
    border-bottom-style: dotted;
    border-bottom-color: var(--bs-border-dashed-color);
}

.separator.separator-content.separator-dashed::after,
.separator.separator-content.separator-dashed::before {
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-dashed-color);
}

.separator.separator-content.border-light::after,
.separator.separator-content.border-light::before {
    border-color: #f9f9f9 !important;
}

.separator.separator-content.border-primary::after,
.separator.separator-content.border-primary::before {
    border-color: #3e97ff !important;
}

.separator.separator-content.border-secondary::after,
.separator.separator-content.border-secondary::before {
    border-color: #dbdfe9 !important;
}

.separator.separator-content.border-success::after,
.separator.separator-content.border-success::before {
    border-color: #50cd89 !important;
}

.separator.separator-content.border-info::after,
.separator.separator-content.border-info::before {
    border-color: #7239ea !important;
}

.separator.separator-content.border-warning::after,
.separator.separator-content.border-warning::before {
    border-color: #ffc700 !important;
}

.separator.separator-content.border-danger::after,
.separator.separator-content.border-danger::before {
    border-color: #f1416c !important;
}

.separator.separator-content.border-dark::after,
.separator.separator-content.border-dark::before {
    border-color: #071437 !important;
}

.w-125px {
    width: 125px;
}

/** HEADER **/

.login-form,
.navbar {
    background-color: #ffffff;
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 15%);
    padding: 0.625rem 1rem;
}

.navbar .navbar-brand {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.navbar .navbar-toggler {
    border: 1px solid #111;
    padding: 0.4rem 0.563rem;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
}

.navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
    z-index: 1;
}

.navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar .dropdown .dropdown-toggle:after {
    display: none;
}

.account-menu .dropdown-menu {
    padding: 10px !important;
    min-width: 260px !important;
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 15%);
}
.account-menu .dropdown-menu .border-top {
    border-color: #eeeeee !important;
}

.account-menu .dropdown-menu small {
    color: #888888 !important;
}

.account-page .list-group-item .badge {
    margin-top: 4px;
}

.account-page .list-group-item i {
    background: #f8f9fa;
    border: 1px solid #eee;
    margin-right: 5px;
    border-radius: 100px;
    padding: 5px;
}

.cartitem {
    z-index: 111;
}
.cartitem .badge {
    font-size: 11px !important;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 17px;
}

.navbar .dropdown-menu {
    border: none;
    color: red;
    line-height: 1.2rem;
    margin: 1.125rem 0;
    min-width: 15rem;
    padding: 1rem 0;
    border: 1px solid #eee;
}
.navbar .dropdown .border-top {
    border-color: #eee;
}
.langcurr.dropdown-menu {
    border: none;
    margin: 1.125rem 0;
    min-width: 4rem !important;
    padding: 5px;
    border: 1px solid #eee;
    text-align: left;
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 15%);
}

.langcurr.dropdown-menu img {
    margin-right: 10px;
}

.navbar .dropdown-menu .dropdown-list-group-item {
    min-width: 100%;
}

.navbar .dropdown-menu .dropdown-submenu a:after {
    position: absolute;
    right: 1rem;
    transform: rotate(-90deg);
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border-radius: 0.5rem;
    left: 100%;
    min-width: 12rem;
    right: 0;
    top: -18px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
    color: #060f29;
}

.navbar .dropdown-menu li {
    font-weight: normal;
}

.navbar .megamenu {
    position: static;
}

.navbar .megamenu img {
    max-width: 40px;
    margin-right: 5px;
}

.navbar .megamenu .nav-item a {
    font-weight: 300 !important;
    margin: 0;
}

.navbar .megamenu .dropdown-menu {
    left: 0;
    margin: 1.25rem auto;
    max-width: 650px;
    padding: 1rem;
    right: 0;
    top: 55px;
}

.navbar .megamenu .dropdown-menu a {
    color: #060f29;
    font-weight: 300;
    padding-left: 0 !important;
}
.megamenu h5 {
    font-size: 18px !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    padding: 0.3125rem 0.8rem;
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.3125rem 0.35rem;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #eeeeee;
        padding: 0.75rem 0 !important;
    }

    .navbar .navbar-nav .nav-item .nav-link:hover {
        color: var(--gk-dark);
    }
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .navbar .navbar-nav .dropdown-menu,
    .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        box-shadow: none;
        margin: 0;
    }

    .navbar .nav-top-wrap {
        flex-direction: row;
    }

    .navbar .nav-top-wrap .dropdown {
        position: static;
    }

    .navbar .nav-top-wrap .dropdown-menu {
        margin: 2.25rem 0.75rem !important;
        position: absolute;
        right: 0;
    }

    .navbar .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
        padding: 0 !important;
        position: relative;
        right: 0;
        top: -7px !important;
    }
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }

    .navbar .dropdown-menu-end {
        left: auto;
        right: 0;
    }

    .navbar .dropdown-menu-start {
        left: 0;
        right: auto;
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu,
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

.navbar-transparent {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .navbar-transparent {
        position: relative;
    }
}

.nav-footer .nav-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.2rem 1rem;
}

.nav-x-0 .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .nav-lb-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-lb-tab::-webkit-scrollbar {
        display: none;
    }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem;
}

.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid #eeeeee;
    color: #888888;
}

.nav-lt-tab {
    border-top: 1px solid #eee;
}

@media (max-width: 576px) {
    .nav-lt-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-lt-tab::-webkit-scrollbar {
        display: none;
    }
}

.nav-lt-tab .nav-item {
    margin: -0.0625rem 1rem 0;
}

.nav-lt-tab .nav-item .nav-link {
    border-radius: 0;
    border-top: 2px solid transparent;
    font-weight: 500;
    padding: 1rem 0;
}

.nav-lt-tab .nav-item .nav-link.active,
.nav-lt-tab .nav-item .nav-link:hover {
    background-color: transparent;
}

.flush-nav .nav .nav-link {
    color: var(--gk-gray-600);
    font-weight: 500;
    padding: 1.5rem;
}

@media (max-width: 576px) {
    .flush-nav .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .flush-nav .nav::-webkit-scrollbar {
        display: none;
    }
}

.nav-line-bottom {
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 576px) {
    .nav-line-bottom {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-line-bottom::-webkit-scrollbar {
        display: none;
    }
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 1.2rem;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link {
        padding: 0.8rem;
    }
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link.active {
        padding: 0.747rem;
    }
}

.nav-line-bottom .nav-item .nav-link:hover {
    background-color: transparent;
}

.nav-line-bottom .nav-item .nav-link .badge {
    line-height: 1.4;
}

.card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.cart-page .btn-outline-danger {
    padding: 0;
    border-radius: 9px !important;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border: 0;
}
.single-cart .foot-socials ul li a {
    border: 1px solid #eee;
    color: #888;
    background: #f8f9fa;
}

.text-nowrap {
    white-space: nowrap !important;
}
.hero-section .hero-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ml-30 {
    margin-left: 15px !important;
}
.hero-background h1 {
    font-size: 51px !important;
    line-height: 1.1;
}
.hero-section p {
    max-width: 80%;
}
.about p,
.hero-section p {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 1.6 !important;
    font-weight: normal;
    opacity: 0.7;
}

.footer-widget ul li a,
.footer-widget p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.odemesvg {
    opacity: 0.5;
    max-width: 80%;
    display: block;
}
.pt-150 {
    padding-top: 60px !important;
}
.pb-15 {
    padding-bottom: 30px !important;
}

.fixed-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    .fixed-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background-color: #ffffff;
        padding: 5px;
        border-top: 1px solid #eeeeee;
    }
}

.fixed-bottom-nav .nav-item {
    flex: 1;
    text-align: center;
}

.fixed-bottom-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    color: #060f29;
}

.fixed-bottom-nav .nav-link i {
    font-size: 1.5rem;
    margin-bottom: 3px;
    display: block;
}
.content-wrapper {
    padding: 90px 0;
}
.bg-white {
    background-color: #ffffff;
}

.page-wrapper,
.box {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-radius: 6px 6px 6px 6px;
    transition: all 0.3s ease;
    /* Renk değişim süresi ve efekti */
}
.card {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    transition: all 0.3s ease;
    /* Renk değişim süresi ve efekti */
}
.card img {
    transition: all 0.3s ease;
    /* Renk değişim süresi ve efekti */
}
.box i {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 30px;
    background: #fff8e1;
}
.about-image {
    border-radius: 50px !important;
    padding-left: 60px;
    object-fit: cover;
    /* Resmin boyutlarını koruyarak kutuya sığmasını sağlar */
}
.card-title a {
    font-size: 1.15rem;
    color: #060f29;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 1.5;
    display: block;
    transition: 0.3s ease;
    /* Renk değişim süresi ve efekti */
}
.card .badge,
.bg-light-danger,
.badge-price {
    font-weight: normal;
}
.card .badge {
    font-size: 0.85rem;
}
.teacher-name {
    color: #213343;
    font-size: 0.9rem;
}
.badge.bg-success {
    background-color: #28a745 !important;
    /* Online badge için yeşil */
}
.badge.bg-warning {
    background-color: #ffc107 !important;
    /* Rating için sarı */
}
.pt-10 {
    padding-top: 20px !important;
}
.pr-40 {
    padding-right: 40px;
}
.card,
.card-footer {
    border-color: #eee;
    background: #ffffff;
}
footer {
    z-index: 99;
    font-weight: 500;
    position: relative;
}
.skin-theme-footer {
    background: #016551;
}
.skin-dark-footer {
    background: #003149;
}
.footer-top {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.skin-light-footer .footer-top {
    border-bottom: 1px solid #eff4f9;
}
img.img-footer {
    max-width: 200px;
    margin-bottom: 1.5rem;
}
.footer-logo img {
    max-width: 250px;
}
.footer-widget {
    padding: 70px 0;
}
h4.widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
}
.footer-bottom p,
.footer-widget ul li a,
.footer-widget p {
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
}
.footer-widget ul li:hover a {
    opacity: 1 !important;
}
footer.skin-dark-footer h4 {
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a,
.skin-dark-footer .footer-widget p {
    color: #557685;
    transition: all ease 0.4s;
    font-size: 13px;
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
    color: #ffffff;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding: 0 0 20px;
    font-size: 13px;
}
.footer-widget .ftp-info {
    background: #e2e7ef;
    display: flex;
    max-width: 225px;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}
.footer-widget .ftp-info i {
    margin-right: 10px;
}
footer.skin-dark-footer .footer-widget .ftp-info {
    background: #003364;
    color: #ffffff;
}
footer .border-top {
    border-color: #9a35be !important;
}
.call-action-caption h2 {
    font-weight: 800;
}
.foot-socials {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}
.foot-socials ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.foot-socials ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 15px !important;
    transition: all ease 0.4s;
    line-height: 1;
    border-radius: 100px;
    opacity: 1 !important;
}
.skin-light-footer .foot-socials ul li a {
    background: #9530b8;
}
.job-info-count-group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
}
.single-jb-info-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 2rem;
}
.single-jb-info-count:last-child {
    margin-right: 0;
}
.single-jb-info-count .jbs-y7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.single-jb-info-count .jbs-y7 .ctr {
    color: #ffffff;
    margin: 0;
    margin-right: 2px;
    font-size: 20px;
}
.single-jb-info-count .jbs-y7 span {
    font-size: 17px;
    font-weight: 600;
}
.jbs-y5 p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}
.lg-ctr .single-jb-info-count .jbs-y7 .ctr {
    font-size: 35px;
    line-height: 1;
}
.lg-ctr .single-jb-info-count .jbs-y7 span {
    font-size: 30px;
}
.lg-ctr .jbs-y5 p {
    font-size: 14px;
}
.app-wrap img {
    max-width: 250px;
}
.jbs-y5 p,
.skin-theme-footer .footer-widget ul li a,
.skin-theme-footer .footer-widget p,
.footer-bottom,
.jbs-y5 p,
.skin-theme-footer .footer-bottom {
    color: rgba(255, 255, 255, 0.6);
}
.price del {
    opacity: 0.6;
    margin-right: 5px;
}
.badge-price {
    top: 10px;
    right: 10px;
}
.price-striked {
    text-decoration: line-through;
    /* Üstü çizili fiyat */
    top: 30px;
    /* Pozisyon ayarı */
}

.single-cart {
    border-radius: 5px;
    border: 1px solid #eee;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    overflow: visible;
}

.lims-course-video {
    margin: -31px -24px 28px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.single-cart .price .fs-2 {
    font-weight: 500;
    letter-spacing: -1px;
}

.footer {
    background: #060f29;
}

.card:hover,
.box:hover {
    border-color: #e5e5e5;
    /* Hover durumunda kenarlık rengi */
}
.footer-bottom .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-gray-800 {
    color: #888888;
}

.page-title .content-wrapper {
    padding: 40px 0;
}

.page-title {
    padding: 20px;
}

.page-title h1 {
    padding: 0 !important;
    margin: 0 !important;
}

.widget-divider,
.widget {
    display: block !important;
    margin-bottom: 20px !important;
}

.adminmenu li {
    line-height: 1;
    padding: 9px !important;
}

.widget a {
    color: #060f29;
}
.widget .categories li,
.widget .categories ul {
    border-color: #eeeeee;
}
.widget h4 {
    padding: 10px 0 10px;
    display: block;
    font-weight: normal !important;
}
.card-categories a {
    color: #7d7c7c;
    font-size: 13px;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.form-select {
    box-shadow: none !important;
    border: 1px solid #eee;
}

.form-select,
.form-control {
    border: 1px solid #eeeeee;
    box-shadow: none !important;
    background: #f8f9fa;
    min-height: 38px;
}
.badge {
    font-weight: normal;
}
.page-link:hover,
.page-link {
    color: #060f29 !important;
}
.card:hover img {
    opacity: 0.8;
}
#ordersTable_filter,
.dataTables_length,
div.dataTables_wrapper div.dataTables_info {
    color: #888;
    font-weight: 300 !important;
}

.dataTables_paginate li .active > .page-link,
.dataTables_paginate li .page-link.active,
.dataTables_paginate li a {
    color: #060f29;
    margin: 0 10px 0 0;
    border: 1px solid #eee !important;
    padding: 5px 20px;
    background: #ffffff !important;
}
.page-link {
    color: #060f29;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
    padding: 10px 20px;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #eee !important;
}
.course-details {
    margin: 20px 0;
}

.course-details i {
    padding: 0 !important;
    background: none !important;
    vertical-align: sub;
    margin: 0 10px 0 0;
}

.list-group-flush > .list-group-item {
    padding: 10px;
    color: #777777;
    font-weight: 300;
    position: relative;
}
.list-group-item i {
}
.widget .categories .list-group-item:hover,
.widget .categories .list-group-item.active,
.widget .categories li:hover {
    background-color: #f8f9fa;
    border-color: #eee !important;
}

.search-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.search-box {
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.search-box input,
.search-box select,
.search-box button {
    height: 45px;
}
.search-box button {
    min-width: 100px;
}
/* Select box arrow indicator styling */
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16%3e%3cpath fill=none stroke=%23343a40 stroke-linecap=round stroke-linejoin=round stroke-width=2 d=m2 5 6 6 6-6/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Ensure select box arrow indicator is clickable */
.search-box select::-ms-expand {
    display: none;
}


.home-widget .badge {
    position: absolute;
    right: 20px;
    top: 26px;
    display: block;
}


.affiliate-widget .widget,
.home-widget .widget {
    position: relative;
}
.affiliate-widget .widget {
    margin-bottom: 0 !important;
}

.badge-notification {
    float: right;
}

.affiliate-widget .badge-notification {
    float: none;
}

.affiliate-widget .badge {
    padding: 0 0 10px;
    display: block;
    text-align: left;
}

.blinkme {
    animation: blink 1s infinite;
    width: 8px !important;
    height: 8px;
    flex-shrink: 0;
    display: inline-block;
    line-height: 4px;
    border-radius: 10px;
    margin-left: 3px;
    background-color: #50cd89;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.animated-text span {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.animated-text span.active {
    opacity: 1;
    position: relative;
}
.animated-text {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    white-space: nowrap;
    border-right: 0.15em solid orange;
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: orange;
    }
}

.home-tabs .nav-link {
    padding: 0;
    border-radius: 0;
    margin-right: 30px;
    background-color: transparent !important;
}
.home-tabs .nav-item .active {
    color: red !important;
    border-bottom: 2px solid #111;
}

.hero-alt p {
    max-width: 600px;
    margin: auto;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    outline: none !important;
    background-color: #f8f9fa;
}
.list-group-flush > .list-group-item {
    border-color: #eeeeee;
}
.lms-line-top-info__content {
    max-width: 650px;
}
.lms-line-top-info__badges {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.lms-line-top-info__badges > * {
    margin-right: 20px;
}
.lms-line-top-info__badges > *:last-child {
    margin-right: 0;
}

.lms-line-top-info__badges .free {
    background: #6cbd7e;
}
.lms-line-top-info__badges .hot {
    background: #d31819;
}

.lms-line-top-info__badges .badges-category:hover {
    color: #060f29;
}
.lms-line-top-info__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lms-line-top-info__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .lms-line-top-info__title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .lms-line-top-info__title {
        font-size: 22px;
    }
}
.lms-line-top-info__meta {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
@media only screen and (max-width: 575px) {
    .lms-line-top-info__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}
.lms-line-top-info__meta > * {
    position: relative;
    padding: 0 15px;
}
@media only screen and (max-width: 575px) {
    .lms-line-top-info__meta > * {
        padding: 0;
    }
}
.lms-line-top-info__meta > *::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 1px;
    height: 22px;
    background: #d9dee3;
}
@media only screen and (max-width: 575px) {
    .lms-line-top-info__meta > *::before {
        display: none;
    }
}
.lms-line-top-info__meta > *:first-child {
    padding-left: 0;
}
.lms-line-top-info__meta > *:first-child::before {
    display: none;
}
.lms-line-top-info__meta > *:last-child {
    padding-right: 0;
}
.lms-line-top-info__meta-instructor {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.lms-line-top-info__meta-instructor .instructor-avatar img {
    display: block;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.lms-line-top-info__meta-instructor .instructor-name {
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    color: #252525;
    padding-left: 10px;
}
.lms-line-top-info__meta-update {
    line-height: 36px;
}
.lms-line-top-info__meta-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lms-line-top-info__meta-rating .rating-average {
    margin-right: 13px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}
.lms-line-top-info__meta-rating .rating-average strong {
    font-weight: 700;
}
.lms-line-top-info__meta-rating .rating-star {
    display: inline-block;
    position: relative;
}
.lms-line-top-info__meta-rating .rating-star::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 14px;
    color: #ccc;
    letter-spacing: 2px;
}
.lms-line-top-info__meta-rating .rating-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.lms-line-top-info__meta-rating .rating-label::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 14px;
    color: #f7c04d;
    letter-spacing: 2px;
}
.lms-line-top-info__meta-rating .rating-count {
    font-size: 13px;
    color: #666666;
    margin-left: 5px;
}
.lms-line-top-info__meta-action {
    line-height: 36px;
    font-size: 13px;
    font-weight: 500;
    color: #7e7e7e;
}
.lms-line-top-info__meta-action i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.lms-line-top-info__btn {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.lms-line-top-info__btn > * {
    margin-right: 24px;
}
@media only screen and (max-width: 575px) {
    .lms-line-top-info__btn > * {
        margin-right: 16px;
    }
}
.lms-line-top-info__btn > *:last-child {
    margin-right: 0;
}
.lms-line-top-info__btn .btn {
    font-weight: 700;
    min-width: 200px;
}
.lms-line-top-info__btn .btn i {
    margin-right: 8px;
}
.lms-line-top-info__btn .btn-wishlist {
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    color: #0071dc;
    display: inline-flex;
    align-items: center;
}
.lms-line-top-info__btn .btn-wishlist i {
    font-size: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}
.lms-line-top-info__btn .btn-wishlist span {
    flex-grow: 1;
}
.lms-line-top-info__btn .btn-wishlist:hover {
    color: #ffc221;
}
.lms-line-top-info__video {
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 15px;
    box-shadow: 1px 0 30px rgba(0, 0, 0, 0.38);
}
.lms-line-top-info__video-02 {
    overflow: hidden;
    border-radius: 5px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.rating > label {
    position: relative;
    font-size: 14px;
    margin-right: 5px;
    color: #e78b2f;
    cursor: pointer;
}
.rating > label::before {
    position: absolute;
    opacity: 0;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}
.rating > input:checked ~ label:before {
    opacity: 1;
}
.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.star {
    cursor: pointer;
    font-size: 21px; /* Yıldızların boyutunu artır */
}

.notification-card {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}
.notification-card:hover {
    background-color: #f8f9fa;
}
.notification-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #007bff;
    background: #dc35451c;
    line-height: 1;
    padding: 10px;
    border-radius: 100px;
}
.notification-content {
    flex-grow: 1;
}
.notification-date {
    white-space: nowrap;
}
.notification-card p {
    font-weight: 300; /* fw-light */
    font-size: 14px; /* fs-5 */
}

.notification-card .badge.bg-warning {
    border: 1px solid #eee;
    background-color: #f8f9fa !important;
}

.customtable .table th,
.customtable .table td {
    vertical-align: middle;
}
.customtable .badge {
    font-size: 0.9rem;
}
.customtable .action-buttons button {
    margin-right: 5px;
}

.meta-post {
    list-style: none;
    padding: 0;
}
.meta-post li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}

.support-request hr {
    border-color: #aaa;
}

.support-request .meta-info {
    color: #6c757d;
}

.support-request {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.support-request h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.support-request p {
    margin-bottom: 10px;
}

.support-request .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.support-request .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #dee2e6;
}

.order-status-pending {
    background-color: #ffc107;
    color: white;
}
.order-status-confirmed {
    background-color: #28a745;
    color: white;
}
.order-status-cancelled {
    background-color: #dc3545;
    color: white;
}
.order-status-refunded {
    background-color: #17a2b8;
    color: white;
}

.order-summary p {
    margin: 0 0 5px;
}

.order-summary img {
    height: auto;
    margin-right: 20px;
}
.order-details-table {
    width: 100%;
    margin-top: 20px;
}
.order-details-table th,
.order-details-table td {
    padding: 10px;
    border: 1px solid #dee2e6;
}
.order-details-table th {
    background-color: #e9ecef;
}

.question-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.question-card h4 {
    margin-bottom: 20px;
}
.choice-list {
    list-style-type: none;
    padding-left: 0;
}
.choice-list li {
    margin-bottom: 10px;
}
.choice-list input[type="radio"],
.choice-list input[type="checkbox"] {
    margin-right: 10px;
}
.choice-user {
    color: white;
}
.choice-correct {
    color: white;
}
.btn-group {
    display: flex;
    justify-content: space-between;
}
.w-125px {
    width: 100%;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label .question-details .form-check-input:disabled ~ .form-check-label,
.question-details .form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
}

.choice-list.imagestyle {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.choice-list.imagestyle li {
    margin-bottom: 10px;
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border: 1px solid #eee;
}

.choice-list.imagestyle input[type="checkbox"],
.choice-list.imagestyle input[type="radio"] {
    display: none;
}
.choice-list.imagestyle label {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 8px;
}

.choice-list.imagestyle .form-check {
    padding-left: 0;
}

.choice-list.imagestyle img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
}

.choice-list.imagestyle input[type="checkbox"]:checked + label,
.choice-list.imagestyle input[type="radio"]:checked + label {
    border-color: #ffffff;
}
.choice-list small {
    display: block;
    margin-top: 5px;
}

.single-course .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.single-course .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .single-course .sidebar {
        top: 1rem;
    }
}

.single-course .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.single-course .sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.single-course .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.single-course .sidebar .nav-link.active {
    color: #2470dc;
}

.single-course .sidebar .nav-link:hover .feather,
.single-course .sidebar .nav-link.active .feather {
    color: inherit;
}

.single-course .sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.single-course .navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
}

.single-course .navbar .navbar-toggler {
    top: 0.8rem;
    right: 1rem;
}

.single-course #sidebarMenu .accordion-item {
    margin-bottom: 0;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.single-course .unitcheck {
    font-size: 11px;
    padding: 4px;
}
.single-course .list-group-item,
.single-course .list-group-item.active {
    border: 0 !important;
}
.single-course .list-group-item {
    padding: 10px 0;
    line-height: 1;
    font-size: 0.875rem;

    color: #777777 !important;
}

.profile-settings .home-widget i,
.single-course .home-widget i {
    vertical-align: bottom;
}
.profile-settings .home-widget i {
    margin-right: 5px;
}
.single-course .list-group-item i {
    vertical-align: sub;
}

.single-course .choice-list.imagestyle input[type="checkbox"]:checked + label,
.single-course .choice-list.imagestyle input[type="radio"]:checked + label {
    border-color: green;
}

.exam-info {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.exam-info h3 {
    margin-bottom: 20px;
}
.exam-info .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}
.exam-info .info-item:last-child {
    border-bottom: none;
}
.badge-green {
    background-color: #28a745;
}
.badge-red {
    background-color: #dc3545;
}
.tooltip-icon {
    margin-left: 5px;
    color: #6c757d;
}

.coursespage .nav-tabs .nav-item.show .nav-link:focus,
.coursespage .nav-tabs .nav-item.show .nav-link:hover,
.coursespage .nav-tabs .nav-link:focus,
.coursespage .nav-tabs .nav-link:hover,
.coursespage .nav-tabs .nav-item.show .nav-link,
.coursespage .nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
}

.coursespage .nav-tabs .nav-link {
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}
.coursespage .nav-tabs h6,
.coursespage .nav-tabs h3 {
    padding: 0;
    margin: 0;
}
.coursespage .nav-tabs h3 {
    font-size: 18px;
    margin-bottom: 3px;
}
.customtable .table-striped-columns > :not(caption) > tr > :nth-child(2n),
.customtable .table-hover > tbody > tr:hover > *,
.customtable .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f8f9fa;
    box-shadow: none !important;
}
.customtable .btn {
    padding: 2px 20px;
}

.card-container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-details {
    flex-grow: 1;
    margin-left: 15px;
}
.btn-container {
    display: flex;
    gap: 10px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.profile-box {
    margin: auto;
    border-radius: 10px;
}
.profile-img {
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.badge-primary {
    background-color: #007bff;
}

.profile-box .social li {
    display: inline-block;
    margin-right: 5px;
}
.bg-dark {
    background-color: #060f29 !important;
}
.profile-box .social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    transition: all ease 0.4s;
    line-height: 1;
    color: #ffffff;
}
.profile-box .social ul li:hover a {
    opacity: 0.5;
}

.profile-box .social ul li i {
    margin-top: 0;
}

.user-meta i {
    vertical-align: text-bottom !important;
    margin-bottom: -1px;
}

.instructor-card {
    text-align: center;
    margin-bottom: 30px;
}

.instructor-card img {
    border-radius: 50%;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.instructor-card img:hover {
    filter: grayscale(0%);
    transform: scale(1.1); /* Görseli %10 büyüt */
}

.instructor-card h5 {
    margin-bottom: 5px;
    font-size: 1.25rem;
    font-weight: bold;
}

.instructor-card p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    display: none;
    z-index: 99;
    opacity: 0.7;
}
#back-to-top:hover {
    opacity: 1;
}

@media screen and (max-width: 800px) {
    .blog-list .position-static {
        padding-right: 20px !important;
    }
    .search-box .form-select {
        margin: 10px 0;
    }
    .search-box .btn {
        width: 100%;
    }

    .search-box,
    .search-container {
        display: block !important;
    }
    .footer-widget {
        padding: 20px 0;
    }
    .footer-bottom .job-info-count-group {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    .pr-40 {
        padding-right: 0;
    }
    .hero-section p {
        max-width: 100%;
    }
    .navbar-collapse {
        padding: 30px;
        background: #ffffff;
    }
    .navbar-toggler:hover,
    .navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
    }
    .hero-background h1 {
        font-size: 32px !important;
    }
}


.cookie-consent {
    z-index: 9999;
    left: 30px;
    bottom:30px;
    max-width: 300px;
    width: 100%;
     text-align: center;
     font-size:14px;
}

.btn-group .btn.btn-outline-primary {color:#121212 !important;}
.btn-group .btn.btn-outline-primary:hover {color:#ffffff !important;}

.dropdown-menu .n1-icon {
    width: 10px !important;
    height: 10px !important;
    background-color: #0abf53;
    border-radius: 50%;
    margin-left: 0;
    animation: blink 1s infinite;
    position: absolute;
    left: 57%;
    margin-top: 2px;
}

.audioplayer {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 40px;
}

.box i {
    background: #e6f1ff;
}

.btn-outline-primary:hover {
    color:#ffffff !important
}

