:root,
[data-bs-theme=light] {
    --my-bg-dark: #ffffff;
    --my-bg-secondary-soft: rgba(112, 79, 254, 0.25);
    --my-dark-color: #000000;
    --my-light-color: #ffffff;
    --my-primary-dark-color: #ffbea7;
    --my-dark-50-color: rgba(0, 0, 0, 0.5);
    --rgba-primary-2: rgba(254,144,99,0.2);
    --my-notif-bg: #f8f8f8;
    --my-notif-bg-unread: #dcdcdc;
    --my-nav-bg: #f4f5f5;
    --my-nav-text: #000;
    --my-nav-icon: #8a8ea2;
    --my-placeholder: #8a8ea2;
    --my-post-text: #000;
    --my-top-nav-height: 66px;
    --my-bottom-nav-height: 66px;
    --my-text-dark: #2F2F2F;
    --my-border: rgba(0, 0, 0, 0.1);
}
[data-bs-theme=dark] {
    --my-bg-dark: #0c111e;
    /*--my-bg-dark: #131c31;*/
    --my-dark-color: #ffffff;
    --my-light-color: #000000;
    --my-dark-50-color: #a1a1a8;
    --my-notif-bg: #1f2c4d;
    --my-notif-bg-unread: #2f4375;
    --my-nav-bg: #000000;
    --my-nav-text: #ffffff;
    --my-nav-icon: #5e5e5e;
    --my-placeholder: #737373;
    --my-post-text: #a1a1a8;
    --my-text-dark: #fff;
    --my-border: rgba(255, 255, 255, 0.2);
}
/*START show loader when making ajax calls*/
/*html .auto-load {
    background-color: green;
    opacity: 1;
}
html.loading .auto-load {
    background-color: red;
    opacity: 0.5;
}*/
/*END*/
/*START to disable bounce effetcs in apple devices*/
/*html {
  overscroll-behavior: none;
}*/
/*END*/
/** {*/
    /* Disable long touch popup on links */
/*    -webkit-touch-callout: none;*/
    /* One finger scrolling without momentum on ios */
/*    -webkit-overflow-scrolling: auto;*/
/*}*/
/**:not(input,textarea) {*/
    /* Disable long touch popup or select on links */
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.my-text-dark {
    color: var(--my-dark-color);
}
.my-text-light {
    color: var(--my-light-color);
}
.my-text-dark-50 {
    color: var(--my-dark-50-color);
}
.my-post-text {
    color: var(--my-post-text);
}
.my-bg-dark {
    background-color: var(--my-dark-color);
}
.my-bg-light {
    background-color: var(--my-light-color);
}
.my-bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(112, 79, 254, var(--bs-bg-opacity)) !important;
}
.nav-item.active > .nav-link i {
    color: var(--bs-primary);
}
.tabbed-top-hr-nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    position: relative;
    padding: 0;
}
.tabbed-top-hr-nav ul .nav-item {
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    color: var(--primary);
    display: block;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.tabbed-top-hr-nav .nav-link {
    font-size: 1rem;
}
.bg-nav {
    background-color: var(--my-nav-bg);
}
.my-nav-text {
    color: var(--my-nav-text);
}
.my-bottom-nav {
    z-index: 1050;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
     padding-right: .4rem;
     padding-left: .4rem;
}
::placeholder {
    color: var(--my-placeholder)!important;
}
.hidden {
    display: none !important;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-rotate-neg-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*custom buttons*/
.btn-club-base {
    /*height: 32px;*/
    border-radius: 12px;
    padding: 5px 10px;
    transition: background 250ms,color 250ms;
}
.btn-club-primary {
    background: #f1f1f1;
    color: #232325;
}
.btn-club-primary:hover {
    color: #2e2e31;
    background-color: #d9d9d9;
}
.btn-club-large {
    height: 40px;
    line-height: 38px;
    font-size: .875rem;
}
.btn-club-ai-gradient {
    background-position: left!important;
    background-size: 200%!important;
    border-width: 0;
    font-weight: 500;
    --dot-border-color: linear-gradient(94deg, #A0F0E6 0, #9BECE6 15%, #AE97CE 35%, #FFBCBD 50%, #AE97CE 100%);
    background: linear-gradient(94deg,#a0f0e6 0,#9bece6 15%,#ae97ce 35%,#ffbcbd 50%,#ae97ce 100%);
    color: #050506;
}
.btn-club-ai-gradient:hover {
    --dot-border-color: linear-gradient(94deg, #A0F0E6 0, #9BECE6 15%, #AE97CE 35%, #FFBCBD 50%, #AE97CE 100%);
    background: linear-gradient(94deg,#a0f0e6 0,#9bece6 15%,#ae97ce 35%,#ffbcbd 50%,#ae97ce 100%);
    color: #050506;
    background-position: right!important;
}
.btn-club-purple {
    --dot-border-color: #b9a9fb;
    background: #b9a9fb;
    color: #232325;
}
.btn-club-purple:hover {
    --dot-border-color: #a698e2;
    background: #a698e2;
    color: #232325;
}
.btn-club-green {
    --dot-border-color: #daff73;
    background: #daff73;
    color: #232325;
}
.btn-club-green:hover {
    --dot-border-color: #c4e568;
    background: #c4e568;
    color: #232325;
}
.modal-club-close-icon {
    align-items: center;
    background: 0 0;
    border: 0;
    color: rgba(255,255,255,.6);
    cursor: pointer;
    display: flex;
    /*height: 40px;*/
    justify-content: center;
    padding: 0;
    /*position: absolute;*/
    right: 0;
    top: 0;
    /*width: 40px;*/
    z-index: 100;
}
/*end custom buttons*/
/*text colors*/
.text-red {
    color: red;
}
.text-pink {
    color: deeppink;
}
/*End text colors*/
/* Steps Progress bar */
.widget-steps > .step {
    padding: 0;
    position: relative;
}

.widget-steps > .step .step-name {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}

.widget-steps > .step > .step-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border: 1px solid #28a745;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.widget-steps > .step > .step-dot:after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.widget-steps > .step.complete > .step-dot {
    background: #28a745;
}

.widget-steps > .step.complete > .step-dot:after {
    content: '\f00c';
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    top: 3px;
    left: 7px;
}

.widget-steps > .step.active > .step-dot:after {
    background: #28a745;
    content: '';
}

.widget-steps > .step > .progress {
    position: relative;
    background: #bbb;
    border-radius: 0px;
    height: 1px;
    box-shadow: none;
    margin: 22px 0;
}

.widget-steps > .step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #28a745;
}

.widget-steps > .step.complete > .progress > .progress-bar {
    width: 100%;
}

.widget-steps > .step.active > .progress > .progress-bar {
    width: 50%;
}

.widget-steps > .step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.widget-steps > .step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.widget-steps > .step.disabled > .step-dot {
    border-color: #bbb;
}

.widget-steps > .step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.widget-steps > .step:last-child > .progress {
    width: 50%;
}

.widget-steps > .step.disabled a.step-dot {
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .widget-steps > .step .step-name {
        font-size: 14px;
    }
}

.rtl .widget-steps > .step > .step-dot {
    top: 45px;
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -15px;
}

.rtl .widget-steps > .step > .step-dot:after {
    left: 0px;
    right: 9px;
}

.rtl .widget-steps > .step.complete > .step-dot:after {
    left: 0px;
    right: 7px;
}

.rtl .widget-steps > .step:first-child > .progress {
    left: auto;
    right: 50%;
}

/*Preloader*/
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #8f1bdc;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: var(--bs-card-color);
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*padding-top: 6px;*/
    padding-left: 4px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}
/*End preloader*/
.gslide-title {
    color: var(--bs-white)!important;
    font-weight: bold;
}
/*.form-check-input:not(input[type=radio]) {*/
.form-check-input[type=checkbox] {
    height: 1.6em;
    width: 2.7em!important;
}
.form-check-input[type=radio] {
    height: 1.6em;
    width: 1.6em!important;
}
.form-check-label {
    line-height: 2rem;
    margin-left: .4rem;
}
.form-switch > label {
    margin-left: 0.5rem;
    margin-top: 4px;
}
/*Like button*/
.post-meta-btn {
    margin-top: 15px; }
.post-meta-btn ul {
    display: flex;
    align-items: center;
    list-style-type: none}
.post-meta-btn li {
    margin-right: 10px; }
.post-meta-btn .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 1rem; }
.post-meta-btn .action-btn.bg-primary {
    background-color: var(--rgba-primary-2) !important; }
.post-meta-btn .action-btn.bg-primary .fill-icon, .post-card .post-meta-btn .action-btn.bg-primary .fill-icon-2 {
    color: var(--primary); }
.post-meta-btn .action-btn.bg-primary .fill-icon-2 {
    display: none; }
.post-meta-btn .action-btn.bg-primary.active .fill-icon {
    display: none; }
.post-meta-btn .action-btn.bg-primary.active .fill-icon-2 {
    display: block; }
.post-meta-btn .action-btn.bg-secondary {
    background: var(--my-bg-secondary-soft) !important; }
.post-meta-btn .action-btn.bg-secondary .fill-icon {
    color: var(--secondary); }
.post-meta-btn .action-btn.bg-success {
    background: rgba(184, 184, 184, 0.15) !important; }
.post-meta-btn .like-btn {
    padding: 0;
}
.post-meta-btn .like-btn i {
    padding: 7px 5px 7px 15px;
}
.post-meta-btn .like-btn h6 {
    padding: 7px 15px 7px 5px;
}
/*/Like button*/

/*timer*/
    .myprogressbar .circle {
/*      width: 50px;*/
/*      margin: 6px 6px 20px;*/
      display: inline-block;
      position: relative;
      text-align: center;
      line-height: 1.2;
    }

    .myprogressbar .circle canvas {
      vertical-align: top;
/*      width: 80px !important;*/
    }

    .myprogressbar .circle strong {
      position: absolute;
      top: 14px;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 50px;
      font-size: 14px;
      color: white;
    }

    .myprogressbar .circle strong i {
      font-style: normal;
      font-size: 0.6em;
      font-weight: normal;
    }

    .myprogressbar .circle span {
      display: block;
      color: #fff;
      margin-top: 12px;
    }
 /*end timer*/

.notif-type-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    text-align: center;
    font-size: .7rem;
}
video[poster]{
    object-fit:cover;
}
.timeline .timeline-item:before {
    background-color: transparent;
}
.timeline:empty {
    display: none;
}
.line-ellipsis {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-line {
    -webkit-line-clamp: 3;
}
.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.verified-badge i {
    font-size: 16px;
    border-radius: 50%;
    /*border: 1px solid #fff;*/
    color: #00b5ff!important;
    background-color: white;
}
.nav-tabs-scrolling {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}
.nav-tabs-scrolling .nav-link {
    white-space: nowrap;
}
/*grid*/
.container-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}
.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.container-grid .grid-column {
    aspect-ratio: 1;
    width: 100%;
}
/*end grid*/
/*collapsible*/
.my-collapsible-header:after {
  content: "\f106";
  font-family: 'Font Awesome 6 Pro';
  font-size: 20px;
  font-weight: 900;
  float: right;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 1rem;
  margin-top: 10px;
}

.my-collapsible-header.collapsed {
  background: rgba(222, 222, 222, 0.1);
  color: #fff;
}

.my-collapsible-header.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*end collapsible*/
/*glightbox slider*/
.glightbox-clean .gslide-video, .gslide-video .gvideo-wrapper, .gvideo .plyr--video {
    height: 100%;
}
.glightbox-mobile .glightbox-container .gslide-description {
    padding: 5px;
    padding-bottom: 0;
}
.gslide-media.gslide-video {
    max-width: 100%!important;
}
.glightbox-clean .gslide-description {
    background: transparent;
}
/*glightbox slider end*/
/*plyr*/
.plyr__poster {
    background-size: cover;
}
/*end plyr*/
.modal-content {
    border-radius: 1rem;
}
.my-notification-toast {
    width: 400px;
}
/*.my-notification-toast .toast {
}*/
.comments-collapsible-header::after {
    content: "\f106";
    font-size: initial;
    font-family: 'Font Awesome 6 Pro';
    font-weight: initial;
    float: right;
    transition: all 0.5s;
    position: absolute;
     top: -12px; 
    right: -1.4rem;
}
@media (max-width: 800px) {
    .margin-top-nav {
        margin-top: 56px;
    }
    .w-sm-100 {
        width: 100%;
    }
    .my-bottom-nav {
        display: none;
    }
    body:has(.my-bottom-nav-always-show) .my-bottom-nav {
        display: block;
    }
    .my-notification-toast {
        width: 100%;
    }
}
@media (min-width: 950px) {
    .fixed-top-lg {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .main-container {
        margin-top: var(--my-top-nav-height);
    }
    .w-lg-fit-content {
        width: fit-content!important;
    }
}


/** Market place **/
.p-0 {
    padding: 0px !important;
}
.hide {
    display: none !important;
}
.marketplace-tab-nav-container > ul {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #413f3f;
    padding: 0px;
}

.marketplace-tab-list {
    color: var(--my-text-dark);
    font-size: 14px;
    background-color: #0c111e;
}
.marketplace-tab-list.active {
    font-weight: 600;
    background-color: #21201f;
    color: #e58259;
}
.marketplace-tab-nav-container > ul > li {
    list-style: none;
    padding: 15px 30px !important;
    width: 100%;
    cursor: pointer;
}
.gig_service_card_img {
    position: relative;
}
.gig_service_card_img > i {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
}
/*.gig_service_card_price {
    margin: 5px 0px;
}*/
.gig_service_card_rating {
    display: flex;
    align-items: baseline;
}

.gig_service_card_rating > .marketstarrating_count {
    margin-left: 10px;
}
.marketplace-tab-list.br-right {
    border-right: 2px solid #413f3f;
}

.marketplace-tab-nav-detail-search-container {
    width:calc(100% - 100px);
    margin: 15px;
    position: relative;
}

.marketplace-tab-nav-detail-search-container > i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #938282;
}
input.marketplace-tab-searchbar {
    width: calc(100%);
    border: 1px solid #353535;
    background: transparent;
    border-radius: 5px;
    height: 44px;
    padding: 0px 16px;
    font-size: 15px;
    color: var(--my-text-dark) !important;
}

li.marketplace-tab-nav-details-items {
    height: 79px;
    overflow: hidden;
    border: 2px solid #1e2228;
    border-radius: 5px;
    margin: 0px 15px 15px 15px;
    padding: 15px 10px;
    background-color: #131c31;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}
li.marketplace-tab-nav-details-items.active {
    height: 100%;
}

li.marketplace-tab-nav-details-items.active
    > .marketplace-list-item-details
    > p {
    display: unset;
}

.marketplace-list-item-details > h3 {
    color: #fe9063;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subcategory-item {
    transition: 0.3s ease-in-out;
}
.subcategory-item:hover {
    color: #ffff;
    cursor: pointer;
}
.marketplace-list-item-icon {
    color: #5c5c5c;
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}
.marketplace-list-item-icon:hover {
    cursor: pointer;
    color: #e58259;
}
.marketplace-list-item-details > p {
    color: #717171;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allows wrapping */
    width: calc(100% - 10px);
}

.marketplace-list-item-details {
    width: 100%;
    margin-left: 10px;
}

.gig-market-menu-container > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}
.gig-market-menu-container > ul > li{
    cursor: pointer;
}
/** Market place **/

/** Market Place Services **/
.marketplace-filter-container {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.gig_service_inner_card {
    background: #141c31;
    margin: 10px 0px;
    border-radius: 14px;
    overflow: hidden;
}
.gig_service_card_details {
    padding:10px 6px;
}
.gig_service_card_title > h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #ffff;
}

.gig_service_card_content > p {
    font-weight: 300;
    font-size: 14px;
    color: #ffff;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allows wrapping */
}
.gig_service_card_price > span > strong {
    color: #ffff;
    font-size: 17px;
    margin-top: 4px;
}
.gig_service_card_img  img {
    height: 200px !important;
    display: block;
    object-fit: cover;
}
.gig_service_card_price .delivery_time {
    font-size: 12px;
    background: rgba(255, 241, 231, 0.14);
    border-radius: 20px;
/*    color: #E82646;*/
    padding: 2px 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
/** Market Place Services **/

/** Toggle Button **/

.toggle-input-container {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 45px;
    height: 24px;
    border-radius: 99px;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    border: 1px solid #d9d9d9;
}
.toggle-container {
    position: relative;
}
.toggle-label-container {
    position: absolute;
    top: 31px;
}
.toggle-label-container > .toggle-label {
    color: var(--my-text-dark) !important;
    font-size: 13px;
    letter-spacing: 0.8px;
}
.toggle__label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #e58259;
    border-radius: 50%;
    transition: left 0.3s ease-in-out; /* Slow transition */
}
.toggle-container {
    margin-top: 20px;
    margin-right: 20px;
}

.toggle__input:checked + .toggle__label::after {
    left: 23px;
}

/** Toggle Button **/

.header-sticky-div {
    position: sticky;
    top: 0px;
    z-index: 999999;
    background: #0c111e;
}
.header-menu-btn-details-container {
    display: none;
}



.felan_breadcrumb, .page-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

.felan_breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .felan_breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .felan_breadcrumb li:not(:first-child)::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
    padding-right: 10px;
    color: var(--felan-color-secondary);
  }

  .felan_breadcrumb .current, .felan_breadcrumb li a {
    color: var(--felan-color-secondary);
    font-size: 15px;
  }

  .service-head-details h1, .submit-company-header h4 {
    font-size: 28px;
  }


  .service-head-details .head-left .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-head-details .info-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-head-details .head-left .services-center, .service-head-details .info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-head-details .head-left h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .service-head-details .title {
    color: var(--felan-color-accent);
  }
  .service-head-details .head-left .freelancer-current-position, .service-head-details .info-inner .title a {
    color: var(--felan-color-accent);
  }
  .service-head-details .felan-rating-warpper {
    margin-left: 15px;
  }
  .service-head-details .felan-rating-warpper {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .felan-rating-warpper .rating-count {
    position: relative;
  }
  .felan-rating-warpper .rating-count i {
    color: #ffc402;
    font-weight: 700;
    margin-right: 0;
  }
  .felan-rating-warpper .review-count {
    color: var(--felan-color-secondary);
  }
  .count-sales {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .service-head-details .service-view {
    margin-bottom: 5px;
  }
  .service-head-details .date, .service-head-details .service-location, .service-head-details .service-view {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .service-head-details .info-inner .date {
    margin-left: 15px;
    margin-bottom: 5px;
    color: var(--felan-color-secondary);
  }
  .service-head-details .date, .service-head-details .service-location, .service-head-details .service-view {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .service-head-details .info-inner .date .time {
    color: var(--felan-color-text);
  }

  .felan-block-inner {
    margin-top: 28px;
  }
  .block-archive-inner .title-company, .block-archive-inner .title-freelancer, .block-archive-inner .title-jobs, .block-archive-inner .title-project, .block-archive-inner .title-service {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .felan-description-details h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .felan-description-details p:last-child, .felan-description-details ul:last-child {
    margin-bottom: 0;
  }
  .felan-description-details p {
    margin-bottom: 24px;
    line-height: 1.5;
  }


  .reviews-list {
    padding-left: 0;
    list-style: none;
  }

  .reviews-list .author-review {
    margin-top: 24px;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #262626;
  }

  .reviews-list .entry-head {
    -ms-flex-align: center;
    align-items: center;
  }
  .reviews-list .entry-head, .reviews-list .entry-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reviews-list .entry-avatar img {
    min-width: 54px;
  }
  .reviews-list .entry-avatar img {
    min-width: 54px;
    width: 100%;
  }
  .reviews-list .entry-avatar img {
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
    max-width: max-content;
  }

  .reviews-list .entry-info {
    width: 100%;
    margin-left: 16px;
  }
  .reviews-list .entry-head, .reviews-list .entry-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reviews-list .author-name {
    font-size: 16px;
    margin-bottom: 0;
  }
  #form-invite-popup p, .reviews-list .review-date {
    color: var(--felan-color-secondary);
  }

  .single-service-area .block-archive-inner + .block-archive-inner {
    padding-top: 25px;
    border-top: 1px solid var(--felan-color-border);
  }
  .block-archive-inner + .block-archive-inner {
    margin-top: 16px;
  }
  .service-related-details .header-related {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .service-related-details .header-related h4 {
    margin-bottom: 0;
    line-height: 1;
  }
  .felan-button.button-border-bottom::after {
    position: absolute;
    background-color: var(--felan-color-primary);
    left: 0;
    width: 100%;
  }
  .felan-button.button-border-bottom::after, .felan-button.button-link::after {
    content: "";
    height: 1px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0;
    display: block;
    background-color: var(--felan-color-accent);
  }
  .felan-service-item {
    position: relative;
    border-radius: 10px;
    border:1px solid #262626;

    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.01);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.01);
    box-shadow: 0 0 0 0 rgba(0,0,0,.01);
  }
  .felan-service-item .service-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
  }
  .felan-service-item.layout-list .service-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .felan-project-item .project-thumbnail img, .felan-service-item .service-thumbnail img {
    transform: scale(1);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }
  .felan-service-item a:not(.felan-link-item) {
    position: relative;
    z-index: 2;
  }
  .felan-service-item.layout-list .service-content {
    padding: 24px;
    width: 100%;
  }

  .felan-service-item.layout-list .service-content .service-center h2 a {
    color: #fff;
  }

  .felan-service-item.layout-list .service-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
  }
  .felan-service-item.layout-list .service-bottom {
    margin-top: 10px;
  }
  .felan-service-item .service-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  body.single-service .site-layout.has-sidebar #primary {
    max-width: calc(100% - 400px);
  }
  .site-layout.has-sidebar #primary {
    padding-left: 15px;
    flex: 1;
    max-width: calc(100% - 300px);
    padding-right: 30px;
  }

  body.single-service .site-layout.has-sidebar aside#secondary {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .site-layout.has-sidebar aside#secondary {
    flex: 0 0 300px;
    max-width: 300px;
    padding-right: 15px;
  }
  .felan-service-item.layout-list .service-thumbnail {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

  .felan-service-item.layout-list {
    display: -ms-flexbox;
    display: flex;
  }


  .felan-service-item.layout-list .service-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
  }
  .felan-service-item.layout-list .service-author {
    margin-bottom: 0;
  }
  .felan-service-item .service-author {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }
  .felan-service-item .image-freelancers {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 8px;
  }

  .service-content .service-title {
    font-size: 24px;
  }

  .skills-warpper a{
    background: none;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 25px;
    border:1px solid var(--bs-primary);
    margin-right: 15px;
  }



  .heading6 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
  }

  .justify-between {
    justify-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .flex {
    display: flex;
  }
  .flex-col {
    flex-direction: column;
  }

  .all-right-details ul{
    padding: 0;
    margin: 0px;
  }

  .tab_list.p-6.all-right-details {
    border: 1px solid #2C2F35;
    padding: 19px;
    margin-top: 24px;
  }

  .all-right-details li {
    border-bottom: 1px solid #2C2F35;
    padding: 10px 0px;
  }

  .all-right-details li:last-child{
    border-bottom:0px;
  }

  .all-right-details  .heading5 {
    font-size: 30px;
    color: #DB195D;
  }


  .button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 24px;
    border-radius: 4px;
    background-color: #DB195D;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    transition: all ease 0.4s;
    width: 100%;
  }

.review-head-container{
    display: flex;
    margin-bottom: 20px;
}
.viewMoreReviews{
    width: 60% !important;
}
.review-head-container > h3{
    width: 90%;
}
.review-head-container > a{
    width: 60%;
}

.author-rating > .star.checked{
    color: #ffc700;
}
.rate {
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.gigs-support-details,.gigs-support-input-title{
    margin: 10px 0px;
}
.gigs-support-input-container{
    margin: 15px 0px;
}
.category-service-filter{
    width: calc(100% - 150px);
}
.hummr-order-table > thead > tr > th{
    width: 250px;
}
/** Select2 **/
.select2-container--default .select2-selection--single{
    background-color: var(--bs-body-bg) !important;
    border-color: var(--bs-gray-100) !important; 
    display: block;
    width: 100%;
    padding:18px 10px !important;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-gray-700) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-400) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    position: absolute;
    top: 6px;
    color: var(--bs-gray-700) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
    right: 10px !important;
}
.toggle-container{
    margin: 0px;
}
.marketplace-search-page,.marketplace-filter-page{
    display: none;
}
.marketplace-search-page.active,.marketplace-filter-page.active{
    display: block;
}
.marketplace-search-listings-content {
    position: absolute;
    z-index: 9999;
    top: 145px;
    left: 50px;
    min-height: 300px;
    display: none;
    width: 400px;
    border-radius: 5px;
    height: 100%;
    overflow: auto;
}
.marketplace-filtered-details > ul{
    display: flex;
}

.gigs_filtered_container > ul >li{
    list-style: none;
    text-align: right;
    margin: 10px 20px 0px 20px;
}
.marketplace-filtered-details > ul > li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.marketplace-filtered-item{
color: #fff;
border-radius: 10px;
padding: 5px 15px;
}
.marketplace-filtered-item.active{
    background: #fe9063;

}
.marketplace-filtered-details {
    margin-top: 15px;
}
.marketplace-search-listings-content  > ul{
padding: 0px;
}
.marketplace-search-listings-content.active{
    display: block;
}
.marketplace-search-listings-content-li {
    list-style: none;
    padding: 15px 30px;
    border-bottom:1px solid rgb(204 204 204 / 40%) ;
}
.marketplace-search-listings-content-li img{
    width: 50px;
    border-radius: 50%;
    height: 50px;
    margin-right: 15px;
}
.marketplace-search-listings-content-li  p{
font-weight: 300;
font-size: 14px;
color: #ffff;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
.title-header{
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.marketplace-heading-container{
    background-color: #131c31;
    padding: 20px 15px;
    border-radius: 5px;
}
/** Select2 **/

.header-right-title{
    z-index: 999999;
    display: flex;
}
.header-right-user,.header-right-search {
    margin: 0px 15px;
}

/** Search Page **/
.hummr-search-page-container,.hummr-filter-page-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* use 100vw for full viewport width */
    height: 100vh;
    background: #131c31;
    overflow: hidden;
    z-index: 10000000;
    padding: 0;
    margin: 0;
}
.hummr-search-page-title,.hummr-filter-page-title{
    background-color: #000000;
    padding: 15px;
    display: flex;
}
.hummr-search-page-title > i,.hummr-filter-page-title > i{
    color: #ffff;
    font-size: 20px;
    margin-right: 15px;
}
.hummr-search-page-container > * {
    overflow: hidden;
}
.marketplace-tab-nav-detail-filter-container {
    display: flex;
    margin: 1em;
    align-items: center;
}
.marketplace-tab-nav-detail-filter-container-img > img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.marketplace-tab-nav-detail-filter-container-name > h3{
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 500;
    color: #fe9063;
    margin-left: 10px;
}
.marketplace-filter-listings-content > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px;
}
.marketplace-filter-listings-content > ul >li{
    list-style: none;
    width: calc(50% - 5px);
    margin: 10px 0px;
}

.marketplace-filter-listings-inner-content {
    border: 1px solid #fe9063;
    border-radius: 5px;
    padding: 10px;
}
/** Search Page **/
.marketplace_lists_ul > li{
    list-style: none;
    margin: 15px 0px;
}
.marketplace-filter-listings-content-category > h1{
    margin: 20px 15px;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: 500;
    }

  @media (max-width: 767.98px) {
    .hummr-filter-page-content{
        overflow: auto;
        height: calc(100% - 60px);
    }
    .mobile-none{
        display: none !important;
    }
    .desktop-none{
        display: block !important;
    }
    .site-layout.has-sidebar #primary{
        max-width: calc(100%);
        padding:0px 15px
    }
    .gigs_lists{
        padding: 1em;
    }
    .marketTypeDetailsContainer > div{
        margin: 0px 15px;
    }
    .marketplace-tab-nav-detail-search-container{
        width: calc(100% - 25px);
    }
    .category-service-filter {
        width: calc(100% - 80px);
    }
    
    .felan-service-item.layout-list{
        height: 200px;
    }
    .service-content .service-title {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical; /* Enable multi-line support */
        overflow: hidden;
        white-space: normal; /* Allow text wrapping */
    }
    .similar_gig_li{
        width: 100% !important;
    }
    .service-bottom > .price-inner{
        display: flex;
        align-items: center;
    } 
    .service-bottom > .price-inner > .price{
        margin-left: 10px;
    }    
    .felan-service-item.layout-list .service-content{
        padding:  10px;
    }
    .felan-service-item.layout-list .service-top{
        gap: 0;
        margin: 0px;
    }
    .header-menu-main > a.active > span {
        color: #fe9063;
        font-size: 18px;
    }
    .gigs_service_cards_lists > .service-author{
        display: none;
    }
    /*.gigs_service_cards_lists > .gig_service_card_content{
        display: none;
    }*/
    .gigs_service_cards_lists > .gig_service_card_rating{
        display: none;
    }
    /*.gigs_service_cards_lists{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }*/
    .gigs_service_cards_lists > a > .gig_service_card_title > h3{
        -webkit-line-clamp: 1;
        margin: 0;
    }

    #data-wrapper > li {
        margin: 0px 24px;
        width: calc(100% - 48px);
    }
    .marketplace-list-item-details > h3 {
        width: 225px;
    }
    input.marketplace-tab-searchbar {
        width: calc(100% - 5px);
    }
    .marketplace-search-listings-content{
        left: 10px;
        width: 350px;
    }

    .marketplace-tab-nav-detail-search-container > i {
        right: 15px;
    }

    .header-menu-btn-details-container {
        display: block;
    }
    .searchmodal {
        margin-top: 10em !important;
    }

    /* .gig_service_inner_card {
        display: flex;
        height: 200px;
    } */
    .gig_service_card_img {
        /* width: 55%; */
    }
    .gig_service_card_img > img {
        height: 100% !important;
    }
    .felan-service-item a{
        font-size: 13px;
        display: flex;
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all;
    }
    .gig_service_card_details {
        /* width: 65%; */
    }
    .gig_service_card_title > h3 {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; /* Allows wrapping */
    }

    .felan-service-item.layout-list .service-thumbnail{
        flex: 0 0 150px;
    }
}
/*start gigs page user details*/
.service-widget {
    border-radius: 10px;
    border: 1px solid var(--bs-gray-100);
    padding: 24px;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    .user-details {
        flex-direction: column;
    }
}
.user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    border-radius: 5px;
}
.user-img {
    flex-shrink: 0;
    margin-right: 10px;
}
@media (max-width: 575.98px) {
    .user-img {
        margin: 0 0 15px 0;
    }
}
ul.member-info {
    list-style-type: none;
}
.member-info li {
    margin-bottom: 12px;
    font-size: 16px;
    border-bottom: 1px solid var(--bs-gray-100);
    padding-bottom: 12px;
}
.member-info li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-900);
    float: right;
}
/*end gigs page user details*/
