
        .tooltip-trigger {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .tooltip-content {
            position: absolute;
            bottom: 125%;
            /* show above the icon */
            left: 50%;
            transform: translateX(-50%);
            background-color: #222;
            color: #fff;
            width: 200px;
            padding: 6px 10px;
            border-radius: 6px;
            font-size: 12px;
            line-height: 1.4;
            white-space: wrap;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
            z-index: 100;
        }

        .tooltip-trigger:hover .tooltip-content {
            opacity: 1;
            visibility: visible;
        }
    

        .follow-toggle.loading {
            opacity: 0.6;
            pointer-events: none;
            transition: 0.3s;
        }

        .follow-toggle .follow-text {
            transition: 0.3s ease;
        }

        #pageloader {
            background: rgba(255, 255, 255, 0.9);
            display: none;
            height: 100vh;
            position: fixed;
            width: 100%;
            z-index: 99999;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: center;
        }

        #pageloader img {
            max-width: 200px;
            height: auto;
        }

        .select2-selection {
            height: 48px !important;
            border: 1px solid #d7dfe9 !important;
            font-size: 16px;
            padding: 8px;
            color: black;
        }

        .select2-container {
            max-width: 100% !important;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 48px !important;
            top: 0px !important;
            right: 8px !important;
        }

        .select2-container--default .select2-selection--multiple {
            height: auto !important;
            min-height: 48px !important;
            max-height: 120px !important;
            overflow-y: auto !important;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            white-space: normal !important;
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 4px !important;
            padding: 4px !important;
            overflow-y: visible !important;
            max-height: none !important;
        }
        .select2-container--default .select2-selection--multiple .select2-selection__choice__display{padding-left: 18px; font-size: 15px;}

        .header-my-search {
            width: 100%;
            position: relative;
            display: flex;
            top: unset;
            right: unset;
        }
    

    .boost-tabs {
        border-bottom: 2px solid #E6E9EC;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        list-style: none;
    }
    .boost-tabs .nav-item {
        flex: 1;
        text-align: center;
    }
    .boost-tabs .nav-link {
        color: #6b7280;
        font-weight: 500;
        border: none;
        border-bottom: 2px solid transparent;
        padding: 10px 15px;
        background: transparent;
        cursor: pointer;
        width: 100%;
        font-size: 16px;
    }
    .boost-tabs .nav-link.active {
        color: #7030a0;
        border-bottom: 2px solid #7030a0;
    }
    .tab-content .tab-pane {
        display: none;
    }
    .tab-content .tab-pane.active {
        display: block;
    }
    .featured-exclusive-box {
        padding: 12px 15px;
        border: 1px solid #E6E9EC;
        border-radius: 8px;
        color: #000;
        font-size: 14px;
        background-color: #fff;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .featured-exclusive-box.active {
        border-color: #7030a0;
        background-color: #f8f4fb;
    }
    .featured-exclusive-box .check-icon {
        color: #22c55e;
        font-size: 20px;
        display: none;
    }
    .featured-exclusive-box.active .check-icon {
        display: block;
    }

    /* Override global popup hover behavior to trigger ONLY on the icon */
    .boost-general-modal .field:hover > .custom-popup,
    .boost-general-modal .field:hover .custom-popup {
        display: none !important;
    }
    .boost-general-modal .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .boost-general-modal .popup:hover .custom-popup {
        display: block !important;
        top: 25px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 250px !important;
        max-width: 250px !important;
        white-space: normal;
    }


    .boosting-modal {
        max-width: 90% !important;
        max-height: 75vh !important;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none !important;
        width: 80% !important;
    }

    .border-btn-pop {
        border-color: #7030a0 !important;
        color: #7030a0 !important;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        border: 1px solid #7030a0;
        font-size: 14px;
        font-weight: 500;

    }

    .card-h4-blude {
        color: #0A2240
    }

    .card-p {
        font-size: 14px;
        line-height: 19px;
    }

    .card-silver {
        background: linear-gradient(to bottom, #CCCCCC, #fafcff)
    }

    .card-gold {
        background: linear-gradient(to bottom, #fff3cd, #ffeeba);
    }

    .card-platinum {
        background: linear-gradient(to bottom, #6f42c1, #5a189a);
        color: white;
    }

    .btn-proceed {
        background-color: #6f42c1;
        color: white;
        border: none;
    }

    .btn-proceed:hover {
        background-color: #5a189a;
    }

    .btn-proceed-white {
        background-color: white !important;
        color: #6f42c1 !important;
        border: none;
    }

    .btn-proceed-white:hover {
        background-color: #e2d9f3;
    }

