/* ragab */

/************************ tooltip ****************************/
.trainingCard {
    position: relative;
    overflow: hidden;
}

/* overlay */
.card-tooltip-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
}

/* hover */
.trainingCard:hover .card-tooltip-overlay {
    opacity: 1;
    visibility: visible;
}

/* click (important) */
.trainingCard.active-tooltip .card-tooltip-overlay {
    opacity: 1;
    visibility: visible;
}

/* tooltip content */
.tooltip-content {
    background: #fff;
    padding: 15px 25px;
    width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(.9);
    transition: .3s;
}

.trainingCard:hover .tooltip-content,
.trainingCard.active-tooltip .tooltip-content {
    transform: scale(1);
}

.tooltip-content .gigs-content .gigs-title h2 {
    margin-bottom: 10px !important;
}

.tooltip-content .gigs-content .gigs-title h2,
.tooltip-content .gigs-title h3 {
    position: relative;
    padding-bottom: 8px;
}

.tooltip-coursecard {
    height: auto !important;
    min-height: unset !important;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 1px 2px #00000020;
    border-radius: 12px;
    position: relative;
    padding: 14px;
    margin-bottom: 24px;
    border: 0 !important;
    .gigs-content {
        min-height: unset !important;
    }
    &.active-tooltip,
    &:hover{
        min-height: 450px !important;
    }

    .gigs-content .course-tips .badge {
        color: var(--primary);
        padding: 7px 15px;
        border-radius: var(--radius-md);
        font-size: 12px;
        position: relative;
        background: #197a8624;
        display: inline-flex;
        align-items: center;
    }

    .gigs-content .course-tips .badge.bg-primary-light {
        background: var(--secondary);
        color: #fff;
    }

    .tooltip-btn .btn.btn-primary,
    .gigs-card-footer:has(a.btn) {
        min-width: 80%;
        margin-top: 0px !important;
    }
    .gigs-card-footer:has(p.badge){
        margin-bottom: 10px;
    }
    .gigs-title h3 a {
        font-size: 16px;
    }
    .gigs-card-footer:has(.w-100){
        display: block;
    }
    .gigs-card-footer:has(.w-100) a.btn.btn-primary{
        width: 100%;
    }
    .fav-selection a {
        border-radius: var(--radius-xl);
        background: transparent;
        color: #7b7b7b;
        box-shadow: unset;
        width: 35px;
        height: 35px;
        font-size: 25px;
        display: block;
        text-align:  center;
        line-height: 1;
        margin-top:0;
    }
    .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
    .fav-selection .fav-icon.favourite {
        background: transparent;
        color: #7b7b7b;
        box-shadow: unset;
    }

    .gigs-title h3 {
        font-size: 19px;
        margin-bottom: 5px;
        height: auto;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
         line-height: 30px;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .tooltip-content .gigs-title h3 {
        -webkit-line-clamp: none;
        line-clamp: none;
        display: block;
        text-overflow: unset;
        overflow: unset;
        -webkit-box-orient: unset;
        padding-bottom: 5px;
    }
    .selected-course {
        background: url(https://i.ibb.co/WN9qp0B7/correct.png) #e3ebe7 !important;
        background-size: 16px !important;
        background-repeat: no-repeat !important;
        background-position: 5px 50% !important;
        padding-left: 25px !important;
    }
    .gigs-content .card{
    margin-top: 0;
    border: 0;
    padding: 10px 10px 5px !important;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 0;
}
    .gigs-content .card .card-content.main-card li{
        margin-bottom: 10px;
    }
    .gigs-content .card .card-content.main-card li .sidbar-icon svg{
        width: 20px;
        height: 20px;
    }
        .gigs-content .card .card-content.main-card li .d-flex h5,
        .gigs-content .card .card-content.main-card li .d-flex p{
        line-height: 1;
        margin-bottom: 0;
    }
    .modal-footer{
        align-items: center;
        margin-top: 15px;
    }
    .modal-footer button.btn-primary,
    .modal-footer button.btn-danger{
                min-width: 75%;
                width: auto;
    }
    .modal-footer button.btn-primary .btn-text{
        color: #fff;
    }

}
/********************* End of Tooltip ***************/
/************************ Details Page ****************************/

.breadcrumb-bar.course-braedcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg,
            var(--primary) 0%,
            var(--primary) 60%,
            rgba(0, 0, 0, 0.71) 100%);
}

.course-braedcrumb .breadcrumb-item[aria-current="page"] a,
.course-braedcrumb .breadcrumb-item+.breadcrumb-item::before,
.course-braedcrumb .page-breadcrumb ol li.active,
.course-braedcrumb .breadcrumb-info .breadcrumb-title,
.course-braedcrumb .breadcrumb-info p,
.course-braedcrumb .page-breadcrumb ol li a,
.course-braedcrumb .bread-ul li i,
.course-braedcrumb .bread-ul li h5,
.course-braedcrumb .breadcrumb-item+.breadcrumb-item a {
    color: #fff !important;
}

.course-braedcrumb .breadcrumb-info p {
    position: relative;
}

.course-braedcrumb .badges .badge {
    margin-inline-end: 10px;
    padding-inline: 10px;
    background: #fff !important;
    color: var(--primary) !important;
}

.bread-ul li {
    display: flex;
    gap: 5px;
    align-items: center;
}
.bread-ul li svg{
    color: #fff;
    width: 30px;
}
.breadcrumb-bar:after{
    background: none;
}
.bread-ul li h5,
.bread-ul li p,
.theiaStickySidebar li h5,
.theiaStickySidebar li p {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    color: #fff;
}

.fellowship .theiaStickySidebar li h5 {
    color: #1f2a37;
    align-items: center;
}

.fellowship .theiaStickySidebar li p {
    color: #4d4d4d;
    font-size: 13px;
}

.fellowship .card-content.main-card ul li p i {
    color: #4d4d4d;
}

.fellowship .listing-tab .nav li:has(.nav-link.active) {
    border-bottom: 3px solid var(--primary);
    margin-bottom: 0;
}

.fellowship .listing-tab .nav li {
    border-inline-end: 0;
    margin-inline: auto;
    padding-inline: 0;
}

.fellowship .listing-slider .nav.nav-tabs {
    border-width: 3px;
}

.fellowship .listing-tab .nav li a {
    margin-inline-end: 0;
}

.fellowship .listing-tab .nav .nav-link.active {
    color: var(--primary);
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 14px;
}

.fellowship .card.mt-250 {
    margin-top: -250px;
}

.fellowship .gigs-content .card.mt-250{
    margin-top: 0;
}
.fellowship .card.mt-250 .card-content ul li {
    margin-bottom: 25px;
}

.price-div {
    background: color-mix(in oklch, transparent, var(--primary) 10%) !important;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.price-div h3 {
    font-size: 14px;
}

.price-div span {
    background: #fff;
    color: var(--primary);
    padding-inline: 10px;
    border-radius: 6px;
}

.ul-desc {
    color: var(--fourth-color);
}

.fellowship .service-wrap {
    background: #fff;
    box-shadow: var(--shadow-sm);
    border: 1px solid #f8f8f8;
    border-radius: var(--radius-xl);
    padding: 20px;
}

.fellowship .service-wrap h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.fellowship .service-wrap h3 svg {
    width: 50px;
}

.fellowship .service-wrap p {
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: 500;
    font-size: 14px;
}

.service-wrap ul span {
    margin-inline-end: 10px;
    padding: 7px;
}

.credit-main-img img {
    width: 150px;
}

.fellowship .service-wrap .service-wrap {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.fellowship .col-lg-8 .service-wrap .col-lg-8:has(.service-wrap) {
    width: 100%;
}

.fellowship .service-wrap table {
    margin-bottom: 25px;
}

.fellowship .listing-tab,
.fellowship .listing-slider {
    overflow: visible;
}

.fellowship .listing-tab .nav-tabs {
    border: none;
    display: flex;
    gap: 10px;
    background: #f7f7f8;
    margin-bottom: 15px;
    border-bottom: 3px solid #eee;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    list-style: none;
}

.fellowship .listing-tab .nav-fixed .nav-tabs {
    overflow: hidden;
    scrollbar-width: unset;
}

.fellowship .listing-tab .nav-tabs .nav-link {
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    color: #384250;
    font-weight: 400;
    background: transparent;
    display: flex;
    white-space: nowrap;
}

.fellowship .listing-tab .nav-tabs .nav-link.active {
    color: #161616;
    font-weight: 600;
}

.fellowship .nav-fixed {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 999;
    background: #f7f7f8;
    padding: 10px 20px 0;
    inset-inline: 0;
    box-shadow: var(--shadow-sm);
    border: 1px solid #f8f8f8;
    border-radius: var(--radius-xl);
}

.fellowship .nav-fixed ul {
    margin-bottom: 0;
}

.fellowship .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
}

.fellowship .counterSec .accordion {
    padding: 0;
}

.card-content.main-card ul svg {
    width: 20px;
    height: 20px;
}

.fellowship .card-content.main-card ul .sidbar-icon {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: color-mix(in oklch, transparent, var(--primary) 10%);
    align-content: center;
    text-align: center;
}

.fellowship .card-content.main-card ul .sidbar-icon i {
    color: var(--third-color) !important;
    padding-top: 4px;
}

.course-braedcrumb .page-breadcrumb ol li a {
    font-weight: 400;
}

.course-braedcrumb .page-breadcrumb ol li:last-child {
    font-weight: 600;
    text-decoration: underline;
}

.fellowship .service-wrap table,
.fellowship .service-wrap table td,
.fellowship .service-wrap table td p,
.fellowship .service-wrap table td strong,
.fellowship .service-wrap table th,
.fellowship .service-wrap table th p,
.fellowship .service-wrap table th strong,
.fellowship .service-wrap table span {
    font-family: "FFShamelFamily" !important;
}

.fellowship .service-wrap table td {
    border: 1px dashed #ccc !important;
}

@media only screen and (max-width: 991.98px) {
    .header.fixed {
        min-height: 80px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .bread-ul {
        flex-wrap: wrap;
    }

    .fellowship .nav-fixed {
        top: 90px;
    }

    .fellowship .listing-tab .nav-tabs .nav-link {
        font-size: 11px;
    }

    .course-braedcrumb .breadcrumb-bar {
        background-size: cover;
    }

    .fellowship .listing-tab .nav-fixed .nav-tabs {
        overflow-x: scroll;
        scrollbar-width: thin !important;
    }

    .course-braedcrumb .badges .badge {
        margin-bottom: 15px;
    }

    .fellowship .order-mob-1 {
        order: -1;
    }

    .fellowship .card.mt-250 {
        margin-top: 0;
        margin-bottom: 35px;
    }
}

/************************ End Details Page ****************************/

/* ragab */


/* ////////////////////////////// */

/* adel */
/* adel */

/* shwehy added style */
.heart-icon .heart-shape {
    fill: none;
    transition: all 0.3s;
}

.heart-icon.icon-heart-style .heart-shape {
    fill: var(--primary);
    stroke: var(--primary);
}
.gigs-card-footer .badge.selected-course {
background: url(https://i.ibb.co/WN9qp0B7/correct.png) #e3ebe7 !important;
background-size: 16px !important;
background-repeat: no-repeat !important;
background-position: 5px 50% !important;
padding-left: 25px !important;
}

/* end shwehy added style */



/* //////////////////////////////// */


/* mostafa */

.header-navbar-rht>li svg {
    width: unset;
    stroke: unset;
    height: unset;
}

.modal-content {
    border-radius: 10px;
    border: none;
    background: #ffffffff;

    .modal-header {
        button {
            margin-inline-start: auto;
            margin-inline-end: unset;
        }
    }
}

#wichCount {
    position: absolute;
    top: -8px;
    font-size: 12px;
    width: 15px;
    background: color-mix(in oklab, transparent, var(--primary) 12%);
    inset-inline-start: -6px;
    height: 16px;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cartCount {
    top: -8px;
    font-size: 12px;
    width: 15px;
    background: color-mix(in oklab, transparent, var(--primary) 12%);
    inset-inline-start: -6px;
    height: 16px;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 16px;
    height: 16px;
}

.user-body ul li a.active {
    background: var(--primary);
    color: #fff;

    svg {
        filter: brightness(1000000);
    }
}

.user-body ul li a:hover {
   background: color-mix(in oklch, transparent, var(--primary) 10%) !important;
    color: var(--primary);
}

.header .header-navbar-rht>li .dropdown-menu {
    box-shadow: 0px 1px 2px #00000020;
    border-radius: 10px;
    top: 100%;
    inset-inline-end: 0;
    padding: 15px;
    border: transparent;
    background: #ffffffa3;
    backdrop-filter: blur(10px);
}

.header-navbar-rht li.logged-item .dropdown-menu {
    min-width: 200px;
    max-height: calc(100vh - 100px);
    top: 100%;
    overflow-y: auto;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.account-courses, .account-trainings, .account-wishlist, .account-order, .account-certificate, .account-payment, .account-stats, .settings-card, .contact-top .team-form {
    box-shadow: unset;
    border: unset;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item {
    background: transparent !important;

    svg {
        margin-inline-end: 8px;
    }
}




.dashboard-header {

    border-bottom: unset !important;
    margin-bottom: unset !important;
    padding-bottom: unset !important;
}

.new-design-content.account-stats {
    .gigs-grid {

        .go-to-link , .category , .no-certificate {
            display: none !important;
        }


    }
}

.new-design-content {
    padding: 20px;
    background: transparent !important;
    box-shadow: unset !important;
    border: transparent !important;

    .gigs-grid {
        display: flex !important;
        padding: 15px !important;
        min-height: unset;
        gap: 14px;

        .gigs-img {
            height: 148px;
            background: #f3f3f3;

            img {
                height: 100%;
            }
        }

        .gigs-content {

            align-items: start !important;
            padding: 0px !important;
            height: auto;

            .gigs-title h3 {
                line-clamp: 1;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                margin: 0px !important;
                margin-bottom: 6px !important;
                height: 26px;
                line-height: 22px;
            }

            .trainingCode,
            .notInTraining,
            .category,
            .place {
                color: #9e9e9e;
                font-size: 12px;
                display: flex;
                margin: 0 !important;
                align-items: center;
                justify-content: start;
                gap: 4px;
            }

            .go-to-link {
                color: #fff;
                padding: 8px 20px;
                background: var(--bs-primary);
                border-radius: 6px;
                display: inline-block;
                margin-top: 7px;
                transition: margin 0.3s ease-in-out;

                svg {
                    margin-inline-start: 5px;
                    transition: margin 0.3s ease-in-out;

                    path {
                        fill: #fff;
                    }
                }

                &:hover svg {
                    margin-inline-start: 15px;
                }
            }

            .no-certificate {
                font-size: 12px;
                padding: 2px;
                width: 100%;
                color: #9e9e9e;
                margin: 0;
                margin-top: 8px;

            }

        }


    }

    .dash-widget {
        .dash-icon {
            width: 50px;
            height: 42px;
            background: color-mix(in oklab, transparent, var(--primary) 9%);
            border-radius: 8px;
            margin-bottom: 15px;
        }
    }

    .phone-input-group {
        box-shadow: 0px 3px 1px #00000010 !important;
        border: transparent !important;

        .phone-input-control {


            line-height: 2.2 !important;
            background-color: #fafafa !important;
            margin: 0 !important;
        }
    }

    .gigs-grid.no-img {
        border-inline-start: 4px solid #ddd;
        margin-bottom: 18px;

        .badge.bg-primary-light {
            position: absolute !important;
            bottom: 0px !important;
            color: #fff !important;
            background: var(--primary) !important;
            margin: 0 !important;
            left: unset !important;
            right: unset !important;
            font-size: 12px !important;
            line-height: 18px !important;
            inset-inline-end: 0 !important;
            border: none !important;
            text-align: center !important;
            border-radius: 0 8px !important;
        }

    }

    .learning-ul {
        display: flex;
        align-items: center;
        justify-content: start !important;
        margin-bottom: 15px;
        border-radius: 10px;
        background: color-mix(in oklab, transparent, var(--primary) 7%);
        padding: 8px;

        li {
            button {
                border: none;
                border-radius: 8px;
                color: #6d6d6d;
                font-weight: 400;

                &.active {
                    color: var(--primary) !important;
                    background: #fff;
                }
            }

        }
    }

    table {
        border-radius: 10px;
        overflow: hidden;
        --bs-table-bg: #f9f9f9;



        thead {
            th {
                background: #ffffff;
                padding: 15px;
                border-color: #d5d5d5;
                border-inline-end: 2px solid #f5f5f5;


            }
        }

        tbody {
            tr {
                border-color: #ffffff;
                border-bottom: 3px solid #fff;

                td {
                    padding: 18px;
                    border-inline-end: 1px solid #e7e7e7;

                    &:last-child {
                        border-inline-end: 0;
                    }
                }
            }
        }
    }
}

@media (width < 768px) {
    .new-design-content {
        .gigs-grid {
            .gigs-img {
                height: auto !important;
            }
        }
    }
}

@media (width < 991px) {
    .new-sidebar {
        width: 100% !important;

        .user-sidebar {
            height: auto !important;
            box-shadow: none !important;
        }

        .user-sidebar {
            margin-bottom: 24px;

            .user-body {
                ul {
                    display: flex;
                    overflow-x: auto;
                    gap: 10px;

                    &::-webkit-scrollbar {
                        display: none
                    }

                    li {
                        margin-bottom: 5px;
                        min-width: max-content;
                        height: fit-content;
                        border-radius: 8px;

                        a {
                            border: 1px solid #ececec;
                        }
                    }
                }
            }
        }

    }
}

/* profile header */
.profile-header {
    background: #fff;
    padding-block: 10px;
    border-bottom: 1px solid #efefef;
    position: inherit !important;

    .container-fluid {
        max-width: unset;
    }

    .logo img {
        filter: unset;
    }

    #filter_form {
        width: 300px;

        .autoComplete_wrapper {
            width: 100%;
        }

        .autoComplete_wrapper>ul>li {
            text-align: start;
            font-size: 12px;
            color: #bdbdbd;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .2s ease;

            a {
                color: #606060;
                font-weight: 400;
            }

            &:hover {
                background-color: rgb(254 238 228);
            }
        }

        input {
            border: 1px solid #E5E5E5;
            box-shadow: none;
            font-weight: 300;
            color: #9d9d9d;


            &::placeholder {
                color: #8f8f8f;
            }
        }


    }

    @media(width < 767px) {
        #filter_form {
            display: none;
        }
    }
}


/* new profile sidebar */
.new-sidebar {

    min-width: 250px;
    width: 300px;
    border-inline-end: 1px solid #f1f1f1;
    background: #fff;



    .user-sidebar {
        height: 100%;
        border-inline-end: 1px solid #f1f1f1;
        border-radius: 0;
        box-shadow: none;
    }
}






/* new header */
.new-header {

    .header-nav {
        justify-content: space-between;
    }

    .header-navbar-rht .logged-item .log-user {
        padding: 0 !important;
        background: transparent !important;
        width: unset;
        display: flex;
        align-items: center;
        height: unset;

        .users-img img {
            width: 45px;
            height: 45px;
            object-fit: cover;
            border: 1px solid #ddd;
            margin-inline-end: 8px;
        }

        .user-text {
            color: initial;
        }
    }

    .user-role {
        font-size: 11px;
        color: #9e9e9e;
        font-weight: 400;
    }

    @media (990px < width < 1245px) {

        .navbar-expand-lg li:nth-child(6),
        .navbar-expand-lg li:nth-child(7) {
            display: none
        }
    }
}


/* mostafa */
