/* 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%;
    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: 450px !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;
    }

    .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: 0 !important;
    }

    .gigs-title h3 a {
        font-size: 16px;
    }

    .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: 52px;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* line-height: 22px; */
        /* height: 43px; */
        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;
        height: auto;
        padding-bottom: 5px;
        line-height: 25px;
    }
    .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{}
    .gigs-content .card .card-content.main-card li{
        margin-bottom: 10px;
    }
    .gigs-content .card .card-content.main-card li .sidbar-icon{}
    .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;
    }
    .modal-footer button.btn-primary {
                min-width: 75%;
                width: auto;
    }
    .modal-footer button.btn-primary .btn-text{
        color: #fff;
    }

}
/********************* New design of Profule ***************/
/************************ 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: 20%;
}
.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;
    }
}

/************************ Details Page ****************************/

/* ragab */


/* ////////////////////////////// */

/* adel */

/* adel */


/* //////////////////////////////// */


/* mostafa */


/* 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;
    }
}


/* mostafa */
