/* sidebar css */
#separator-sidebar {
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

#main-content {
    transition: margin-left 0.3s ease-in-out;
}

/* sidebar link active css */
.sidebar-link.active {
    background-color: #1da1f2;
}

.sidebar-link.active span {
    color: #ffffff;
}

.sidebar-link.active img {
    filter: brightness(0) invert(1);
}

/* end of sidebar change color */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
}

/* data table css */
.datatable-top {
    flex-direction: row !important;
}

.datatable-wrapper .datatable-table tbody tr {
    border-bottom: 0px !important;
}

.datatable-wrapper .datatable-table tbody tr.selected {
    background-color: transparent !important;
}

.datatable-wrapper .datatable-table thead,
.datatable-wrapper .datatable-table thead th {
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: transparent !important;
}

.datatable-pagination-list-item.datatable-active {
    background-color: #1da1f2 !important;
    border-radius: 5px !important;
    padding: 5px 0px !important;
}

.datatable-pagination-list-item.datatable-active button {
    color: #fff !important;
}
/* .datatable-wrapper .datatable-container, .overflow-x-auto {
  overflow-x: unset !important;
} */

@media (max-width: 1024px) {
    .datatable-wrapper .datatable-container,
    .overflow-x-auto {
        overflow-x: scroll !important;
        min-height: 300px;
    }
}

.datatable-wrapper
    .datatable-bottom
    .datatable-pagination
    .datatable-pagination-list-item-link {
    border-top: 0 !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: transparent !important;
}

@media (max-width: 500px) {
    .datatable-top {
        flex-direction: column !important;
    }

    .datatable-wrapper .datatable-search .datatable-input {
        min-width: 12rem !important;
    }
}

/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Popup */
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-overlay.show .popup-content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Add-on selection styles */
.addon-card {
    transition: all 0.3s ease;
}

.addon-card:hover {
    transform: translateY(-2px);
}

.addon-checkbox:checked + .addon-card {
    border-color: #1da1f2;
    background-color: #f0f9ff;
}

/* Order summary styles */
#addonsTotal {
    transition: all 0.3s ease;
}

#addonsTotal.hidden {
    display: none;
}

/* Price update animation */
#finalPrice {
    transition: color 0.3s ease;
}

/* Stripe Elements styling */
#card-element {
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: white;
    transition: border-color 0.3s ease;
}

#card-element:focus-within {
    border-color: #1da1f2;
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.1);
}

#card-element.StripeElement--invalid {
    border-color: #fa755a;
}

#card-element.StripeElement--complete {
    border-color: #28a745;
}

/* Card errors styling */
#card-errors {
    min-height: 20px;
    font-size: 14px;
    color: #fa755a;
    margin-top: 8px;
}

/* profile tab css */
.file-input {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* image upload css */

.image-upload-box {
    width: 80px;
    height: 80px;
    position: relative;
}
@media (max-width: 500px) {
    .image-upload-box {
        width: 100%;
        height: 130px;
    }
}
.image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.delete-image img,
.delete-video img {
    filter: brightness(0) invert(1);
    /* White cross icon */
}

.video-upload-box {
    position: relative;
}

.video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-preview video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

/* svg invert */
.filter-invert {
    filter: invert(100%);
}

/* google fonts */
.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

/* dropdown css */
.transition-max-height {
    transition: max-height 0.3s ease-in-out;
}

/* swipper js css */
.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.mySwiper2 {
    height: 400px;
    width: 100%;
    border-radius: 7px;
    padding: 0px;
}

.custom-card {
    min-height: 450px !important;
}
.custom-card .img-seller {
    width: 36px !important;
    height: 36px !important;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 150px;
    opacity: 0.4;
    border-radius: 10px;
    overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    position: absolute !important;
    box-shadow: 0 4px 8px rgba(29, 161, 242, 0.2);
    left: 16px !important;
    top: -90px !important;
    font-size: 10px !important;
    box-shadow: #1da1f2;
    background-color: #ffffff !important;
    color: #1da1f2;
    padding: 18px 20px !important;
    border-radius: 24px !important;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-prev::after {
    background-color: #1da1f2 !important;
    color: white !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    position: absolute !important;
    box-shadow: 0 4px 8px rgba(29, 161, 242, 0.2);
    right: 16px !important;
    top: -90px !important;
    font-size: 10px !important;
    box-shadow: #1da1f2;
    background-color: #ffffff !important;
    color: #1da1f2;
    padding: 18px 20px !important;
    border-radius: 24px !important;
}

@media (max-width: 500px) {
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        left: -2px !important;
        top: -70px !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        right: -2px !important;
        top: -70px !important;
    }

    .swiper-slide img {
        object-fit: cover !important;
    }

    .mySwiper2 {
        height: 300px;
    }
}

@media (min-width: 370px) and (max-width: 435px) {
    .mobile-padding {
        margin-top: 315px !important;
    }
}

@media (min-width: 440px) and (max-width: 760px) {
    .mobile-padding {
        margin-top: 335px !important;
    }
}

/* coming soon  */
.countdown-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6f7ff, #b3e0ff);
    box-shadow: 0 10px 25px rgba(29, 161, 242, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.countdown-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(29, 161, 242, 0.3);
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1da1f2;
}

.countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1da1f2;
    margin-top: -8px;
}

.coming-soon-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4f2ff 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.notify-btn {
    background: linear-gradient(to right, #1da1f2, #1d8cf2);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(29, 161, 242, 0.4);
    transition: all 0.3s ease;
}

.notify-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(29, 161, 242, 0.6);
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

@media (max-width: 768px) {
    .filter-wrapper {
        position: fixed;
        inset: 0;
        z-index: 100;
    }

    .filter-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        z-index: 10;
    }

    #filterContent {
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background: white;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        overflow-y: auto;
        z-index: 11;
        padding: 20px 30px;
    }

    .filter-wrapper.show #filterContent {
        transform: translateX(0);
    }

    .filter-wrapper.show .filter-overlay {
        opacity: 1;
    }
}

.delete-icon {
    position: absolute;
    top: -18px;
    right: -15px;
    z-index: 999;
}

#remember:checked {
    color: #1da1f2;
}

/* star rating */
.star-rating {
    font-size: 40px;
    cursor: pointer;
}
.star {
    /* color: gray; */
    transition: color 0.2s;
}
.star.selected {
    color: gold;
}

@media (min-width: 1200px) {
    .filter-sticky {
        position: sticky;
        top: 20px;
        height: 100%;
    }
}
.reply-bg {
    background-color: #eff6ff80;
}
.gig-title {
    min-width: 300px !important;
}
.review-detail {
    max-width: 300px !important;
}

.gig-container {
    min-height: 450px !important;
}
.swiper-bg {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
}
.seller-img {
    width: 36px !important;
    height: 36px !important;
}
.gig-img {
    height: 150px !important;
}
@media (max-width: 500px) {
    .seller-img {
        width: 32px !important;
        height: 32px !important;
    }
}

.next-btn:after,
.swiper-rtl .prev-btn:after {
    left: 16px !important;
    top: -15px !important;
}
.next-btn:hover::after,
.prev-btn:hover::after,
.swiper-rtl .prev-btn::after {
    background-color: #1da1f2 !important;
    color: white !important;
}

@media (min-width: 760px) and (max-width: 991px) {
    .next-btn:after,
    .swiper-rtl .prev-btn:after {
        left: -22px !important;
    }
    .prev-btn:after,
    .swiper-rtl .next-btn:after {
        left: 0px !important;
    }
}
@media (max-width: 440px) {
    .next-btn:after,
    .swiper-rtl .prev-btn:after {
        left: -12px !important;
    }
    .prev-btn:after,
    .swiper-rtl .next-btn:after {
        top: -15px !important;
    }
}
.prev-btn:after,
.swiper-rtl .next-btn:after {
    top: -15px !important;
}
.cat-container {
    height: unset !important;
}
.cat-height {
    height: unset !important;
}
.cat-wrapper {
    height: unset !important;
}

/* timeline for order detail */
.rightbox {
    /* padding: 0em 34rem 0em 0em; */
    /* height: 100%; */
}

.rb-container {
    display: block;
    position: relative;
}

.rb-container ol.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

.rb-container ol.rb li {
    list-style: none;
    margin: auto;
    margin-left: 2em;
    min-height: 50px;
    border-left: 1px dashed #000;
    padding: 0 0 50px 25px;
    position: relative;
}

@media (max-width: 580px) {
    .rb-container ol.rb li {
        padding: 0 0 50px 16px !important;
    }
}

.rb-container ol.rb li:last-child {
    border-left: 0;
    padding-bottom: 0px !important;
}

.rb-container ol.rb li::before {
    position: absolute;
    left: -10px;
    top: 0px;
    content: " ";
    border: 8px solid #1da1f2;
    border-radius: 10px;
    background: #fff;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.rb-container ol.rb li:hover::before {
    border-color: #000;
    transition: all 1000ms ease-in-out;
}

@media (min-width: 991px) {
    .personal-card {
        position: sticky;
        top: 20px !important;
    }
}
.clearence {
    line-height: 9px !important;
    font-size: 9px !important;
    padding-top: 1px !important;
}
@media (max-width: 991px) {
    .select_two .select2-container {
        width: 100% !important;
    }
}
.select_two .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e1e1e1 !important;
    border-radius: 7px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #1da1f2 !important;
    color: white !important;
    border: 1px solid #1da1f2 !important;
    margin-top: 10px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    background-color: transparent !important;
}

.counter-number {
    position: absolute;
    top: -9px;
    right: -9px;
}

.user-testimonials .slick-track {
    display: flex !important;
}
.slick-slide {
}

.user-testimonials .slick-slide {
    height: auto !important;
    display: flex !important;
}

.user-testimonials .slick-slide > div {
    display: flex;
}
.tox .tox-statusbar__text-container {
    display: none !important;
}
.tox .tox-statusbar {
    border-top: unset !important;
}
.tox-tinymce-aux {
    display: none !important;
}
.tox {
    margin-top: 10px;
    height: 250px !important;
}
@media (max-width: 991px) {
    .tox {
        height: 250px;
    }
}
@media (min-width: 1280px) {
    .profile-img {
        border-radius: 20px;
    }
}
@media (min-width: 1280px) {
    .profile-img {
        top: 0 !important;
    }
}
/* Remove arrows for Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.action-btn:hover {
    cursor: pointer;
    background-color: #1a91da;
}

.action-menue li:hover {
    background-color: #9ca3af3d;
}
.large-height {
    min-height: calc(100vh - 200px) !important;
}
.description h2,
.description h1,
.description h3 {
    color: #141933;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.description p {
    color: #636363;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.description ul {
    list-style: disc;
    padding-left: 28px;
}
.description ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #636363;
}
.bg-product {
    background-color: #f9fcff !important;
}

@media (min-width: 280px) and (max-width: 580px) {
    .thumbnail {
        height: 75px !important;
    }
    .mySwiper .swiper-slide {
        height: 75px;
    }
}
@media (min-width: 582px) {
    .thumbnail {
        height: 150px !important;
        object-fit: cover !important;
    }
}
.gig-desciption h1,
.gig-desciption h2,
.gig-desciption h3 {
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
    font-weight: 600;
    color: #141933;
    line-height: 35px;
    margin: 10px 0px;
}
.gig-desciption p {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    line-height: 20px;
    margin: 10px 0;
}
.gig-desciption ul {
    list-style: disc !important;
    padding: 0 20px !important;
}
.gig-desciption ul li p {
    list-style: disc !important;
    margin: 5px 0 !important;
}
.gig-desciption hr {
    margin: 15px 0 !important;
}
.messenger {
    position: relative !important;
}
@media (max-width: 980px) {
    .messenger-listView {
        position: static !important;
        left: 0;
        top: 0;
        bottom: 0;
    }
}
@media (max-width: 680px) {
    .messenger-messagingView {
        position: absolute !important;
    }
}

.btn-primary:hover {
    background-color: var(--primary) !important;
}
@media (min-width: 1280px) {
}

.datatable-wrapper .datatable-bottom {
    flex-direction: row !important;
}
.faqs-container p {
    color: #636363 !important;
    font-family: inter;
    font-size: 14px;
    line-height: 20px;
    border-left: 4px solid #1da1f2;
    padding-left: 14px;
    transition: color;
    animation-duration: 300s;
}
@media (max-width: 580px) {
    .faq-container p {
        font-size: 12px;
        line-height: 16px;
    }
}
.datatable-dropdown label {
    text-transform: capitalize;
}

.report {
    color: #b12020 !important;
}
.report-bg {
    color: #b120201a !important;
}
.focus\:ring-blue-300:focus {
    --tw-ring-color: unset !important;
}
.highlight-heading {
    max-width: 555px !important;
}
/* @media (min-width:280px) and (max-width:380px) {
 .highlight-heading{
  max-width: 160px !important;
} 
}
@media (min-width:381px) and (max-width:580px) {
 .highlight-heading{
  max-width: 410px !important;
} 
}
@media (min-width:581px) and (max-width:749px) {
 .highlight-heading{
  max-width: 530px !important;
} 
}
@media (min-width:750px) and (max-width:991px) {
 .highlight-heading{
  max-width: 255px !important;
} 
} */
.social-img:hover {
    filter: invert(0.15) brightness(0.9) !important;
}
.action-btn-li {
    z-index: 9999 !important;
}

/* custom cross */
input[type="search"]::-webkit-search-cancel-button {
    /* Remove default */
    -webkit-appearance: none;

    /* Now your own custom styles */
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;

    /* icon size */
    background-size: 14px;
}

.location-filter [type="search"] {
    padding: 0.5rem 1.7rem 0.5rem 0.75rem !important;
}

.app-modal {
    margin-bottom: 0 !important;
}
@media (min-width:300px) and (max-width: 450px) {
    .seller_gigs .next-btn {
        /* left: 420px !important; */
       right: var(--swiper-navigation-sides-offset,-5px) !important;
    }
}
@media (min-width:450px) and (max-width: 768px) {
    .seller_gigs .next-btn {
        /* left: 420px !important; */
       right: var(--swiper-navigation-sides-offset,22px) !important;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .seller_gigs .next-btn {
        /* left: 420px !important; */
       right: var(--swiper-navigation-sides-offset,-11px) !important;
    }
}
