 .modalWrapper {
            border-radius: 15px;
            padding: 20px;
            background: #fff;
            overflow-y: auto;
            max-height: 90vh;
        }

        .error-message {
            color: #dc3545;
            font-size: 0.875rem;
            margin-top: 0.25rem;
            display: none;
        }

        .intl-tel-input {
            width: 100%;
        }

        .intl-tel-input .flag-container {
            padding: 0 0 0 8px;
        }

        .intl-tel-input .selected-flag {
            padding: 0 0 0 8px;
        }

        .intl-tel-input .country-list {
            width: 100%;
        }

        .iti__country-list {
            max-height: 130px !important;
            width: 480px !important;
        }

        section.modalWrapper span {
            font-size: 15px !important;
        }

         section.modalWrapper span {
          
            font-size: 1rem !important;
        }

        section.modalWrapper h5 {
            font-size: 0.9rem !important;
            padding: 0 !important;
            color: #767676;
        }

        .ak_connect.ak-new-connect ul li a {
            background: #fff !important;
            color: #3c1361 !important;
        }

        .ak_connect ul li i {
            color: #3c1361 !important;
        }

        .ak_connect ul li a {
            border: none !important;
        }

        .ak-share {
            display: flex;
            align-items: center;
            gap: 6px;
            background: none !important;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 13px;
            color: #fff;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .ak-share i {
            color: #fff !important;
            font-size: 14px;
        }

        .position-relative .ak-share-top {
            position: absolute !important;
            top: 0 !important;
            right: 0 !important;
        }

        .tab-content>.tab-pane {
            display: none !important;
            visibility: hidden;
        }

        .tab-content>.active.show {
            display: block !important;
            visibility: visible;
        }

        /* Base tab button style */
        .nav-tabs .nav-link {
            color: #333;
            border: none;
            border-bottom: 2px solid transparent;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .nav-tabs .nav-link:hover {
            color: #3c1361;
            border-color: #3c1361(0, 123, 255, 0.3);
        }

        .nav-tabs .nav-link.active {
            color: #3c1361;
            border: none;
            border-bottom: 2px solid #3c1361;
            background-color: transparent;
            font-weight: 600;
        }

        .nav-tabs .nav-link {
            position: relative;
        }

        .nav-tabs .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 3px;
            background: #3c1361;
            transition: width 0.3s ease;
        }

        .nav-tabs .nav-link.active::after {
            width: 100%;
        }

        .widget-box.links {
            margin-top: 0 !important;
        }

        .ak-ads {
            position: sticky;
            top: 1rem;
            z-index: 10;
        }