.floating {
        animation-name: floating;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
    }

    @keyframes floating {
        from { transform: translate(0, 70px);opacity:0; }
        to   { transform: translate(0, 0px);opacity:1; }
    }

.animodal {
        animation:animatezoom 0.6s !important
} /*@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}*/
@keyframes animatezoom {
        100% {
        transform: translatey(0px);
        opacity:1;
        }
        0% {
        transform: translatey(-15px);
        opacity:.5;
        }
}

.animodal_short {
        animation:animatezoom 0.6s !important
} /*@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}*/
@keyframes animatezoom {
        100% {
        transform: translatey(0px);
        opacity:1;
        }
        0% {
        transform: translatey(-5px);
        opacity:.5;
        }
}

@media (min-width: 576px) {
.swidth {
        width: 95% !important;
}
.lwidth {
        width: 95% !important;
}
}

@media (min-width: 768px) {
.swidth {
        width: 95% !important;
}
.lwidth {
        width: 95% !important;
}
}

@media (min-width: 992px) {
.swidth {
        width: 80% !important;
}
.lwidth {
        width: 90% !important;
}
}

@media (min-width: 1200px) {
.swidth {
        width: 60% !important;
}
.lwidth {
        width: 80% !important;
}
}
.HD {
        display: none;
}
.dim_content {

        background-color:lightgray;
        color:lightgray;
}
.flx_fld {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
}


.char-count {
        font-size:12px;
        font-family:'Courier New', Courier, monospace;
        color:#777777
}
.sub-text {
        font-size:12px;
        font-family:'Courier New', Courier, monospace;
        color:#777777
}

/* AUTOCOMPLETE containers
----------------------------------*/

.ui-widget {
        font-family: arial,sans-serif;
        font-size: 14px;
        display: inline-block;
        background-color: #ffffff;
        border:1px solid black;
    }
    .ui-widget .ui-widget {
        font-size: 14px;
    }
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: arial,sans-serif;
        font-size: 14px;
        display: inline-block;
    }
    .ui-widget-content {
        border: 1px solid #ffffff;
        color: #000000;
        display: inline-block;
        margin: 0px 0px -10px 0px;
    }
    .ui-widget-content a {
        color: #000000;
    }
    .ui-widget-header {
        border: 0px solid #4297D7;
        color: #000000;
        font-weight: bold;
    }
    .ui-widget-header a {
        color: #ffffff;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #ffffff;
        color: #777777;
        font-weight: normal;
    }
    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #444444;
        text-decoration: none;
    }
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background: repeat scroll 50% 50% #fafafa;
        border: 1px solid #000000;
        color: #000000;
        font-weight: normal;
    }
    .ui-state-hover a, .ui-state-hover a:hover {
        color: #000000;
        text-decoration: none;
    }
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: repeat-x scroll 50% 50% #0a199e;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-weight: normal;
    }
    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    .ui-widget :active {
        outline: none;
    }


.icon_rl_offset_sm {
        margin-right:0px !important;
        margin-left:0px !important;
}
.card-icon-spanned {
        margin-right: 0px !important;
        float: none !important;
}
.card-text-spanned {
        display: block !important;
}
.danger-font-sm {
        color:#a70b00 !important;
        font-size:1em !important;
}
.primary-font-sm {
        color:#8e24aa !important;
        font-size:1em !important;
}
.success-font-sm {
        color:#18a724 !important;
        font-size:1em !important;
}
.warning-font-sm {
        color:#ffa726 !important;
        font-size:1em !important;
}
.info-font-sm {
        color:#1a73e0 !important;
        font-size:1em !important;
}
.rose-font-sm {
        color:#d33f75 !important;
        font-size:1em !important;
}
.black-font-sm {
        color:#000000 !important;
        font-size:1em !important;
}
.turq-font-sm {
        color:#02bbb9 !important;
        font-size:1em !important;
}
.white-font {
        color:#ffffff !important;
        font-size:1.05em !important;
}
.danger-font {
        color:#a70b00 !important;
        font-size:1.05em !important;
}
.primary-font {
        color:#8e24aa !important;
        font-size:1.05em !important;
}
.success-font {
        color:#18a724 !important;
        font-size:1.05em !important;
}
.warning-font {
        color:#ffa726 !important;
        font-size:1.05em !important;
}
.warning-font-basic {
        color:#ffa726 !important;
}
.info-font {
        color:#1a73e0 !important;
        font-size:1.05em !important;
}
.rose-font {
        color:#d33f75 !important;
        font-size:1.05em !important;
}
.black-font {
        color:#000000 !important;
        font-size:1.05em !important;
}
.mute-font {
        color:#483D4D !important;
        font-size:1.05em !important;
}
.danger-font-bold {
        color:#a70b00 !important;
        font-weight:bold !important;
}
.primary-font-bold {
        color:#8e24aa !important;
        font-weight:bold !important;
}
.success-font-bold {
        color:#18a724 !important;
        font-weight:bold !important;
}
.warning-font-bold {
        color:#ffa726 !important;
        font-weight:bold !important;
}
.create-font {
        color:#545454 !important;
        font-weight: bold !important;
}
.info-font-bold {
        color:#1a73e0 !important;
        font-weight:bold !important;
}
.rose-font-bold {
        color:#d33f75 !important;
        font-weight:bold !important;
}
.black-font-bold {
        color:#000000 !important;
        font-weight:bold !important;
}
.turq-font-bold {
        color:#02bbb9 !important;
        font-weight:bold !important;
}
.mute-font-bold {
        color:#483D4D !important;
        font-weight:bold !important;
}
.danger-icon {
        color:#d93717 !important;
}
.primary-icon {
        color:#8e24aa !important;
}
.success-icon {
        color:#18a724 !important;
}
.warning-icon {
        color:#fc7f05 !important;
}
.info-icon {
        color:#1a73e0 !important;
}
.create-icon {
        color:#4285f4 !important;
}
.rose-icon {
        color:#d33f75 !important;
}
.grey-icon {
        color:#3e3e3e !important;
}
.black-icon {
        color:#000000 !important;
}
.turq-icon {
        color:#02bbb9 !important;
}
.danger-border {
        border:1px solid #f44336 !important;
}
.primary-border {
        border:1px solid #8e24aa !important;
}
.success-border {
        border:1px solid #18a724 !important;
}
.warning-border {
        border:1px solid #ffa726 !important;
}
.info-border {
        border:1px solid #1a73e0 !important;
}
.rose-border {
        border:1px solid #d33f75 !important;
}
.black-border {
        border:1px solid #000000 !important;
}
.title_row_adjust {
        text-align:center !important;
        margin-bottom:-5px !important;
}
.rptclass label, .rptclass input {
        display: inline-block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}
.rptclass input[type="radio"] {
        display: none !important;
        z-index: 100;
}
.rptclass input[type="checkbox"] {
        display: none !important;
        z-index: 100;
}
.rptclass input[type="radio"]:checked + label,
.checked + label {
        background: #9c27b0;
}
.rptclass-green input[type="radio"]:checked + label,
.checked + label {
        background: #18a724 !important;
}
.rptclass-blue input[type="radio"]:checked + label,
.checked + label {
        background: #1a73e0 !important;
}
.red_x input[type="radio"]:checked + label,
.checked + label {
        background: #e50000 !important;
}
.rptclass input[type="checkbox"]:checked + label,
.checked + label {
        background: #9c27b0;
}
.btn-report-focus {
        text-transform:none !important;
        color: #555;
        font-size:1rem;
        background-color: #dddddd;
        border-color: #999999;
        box-shadow: 0 1px 1px 0 rgba(211, 211, 211, 0.14), 0 2px 1px -2px rgba(211, 211, 211, 0.2), 0 1px 3px 0 rgba(211, 211, 211, 0.12);
}
.btn-report-focus:hover,
.btn.btn-default:hover {
        color: #555;
        background-color: #cccccc;
        border-color: #888888;
}
.btn-selected {
        color:#ffffff !important;
}
.btn-lcase {
        text-transform:none !important;
        font-size:.8rem !important;
}
.btn-minor {
        text-transform:none !important;
        padding:5px 5px !important;
        font-size:.7rem !important;
        font-weight:300 !important;
        min-width:60px !important;
}
.form-group-short {
        margin: -.05rem 0 0 0 !important;
}
.form-group-short2 {
        margin: -.6rem 0 0 0 !important;
}
.form-group-short3 {
        margin: -1rem 0 0 0 !important;
}
.form-group-tall {
        margin: 1rem 0 0 !important;
}
.form_div_bottom {
        border-bottom: 1px solid rgb(216, 188, 211) !important;
}
.form_div_top {
        border-top: 1px solid rgb(216, 188, 211) !important;
}
.row-hov:hover {
        background-color:rgb(247, 247, 247) !important;
}
.centertxt {
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
        -webkit-flex-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        justify-content: center !important;
}
.name_circle {
        width: 0 !important;
        height: 0 !important;
        color:white !important;
        border: 14px solid #8e24aa !important;
        border-radius: 14px !important;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
        font-size: .9rem !important;
        font-weight: 200 !important;
        font-style: normal !important;
}
.card_header_adjust {
        padding: 0.6rem 1.0rem 0.0rem 1.25rem !important;
}
.card_header_adjust_margin {
        margin-left: 10px !important;
        margin-right: 10px !important;
}
.card_title_adjust {
        margin-bottom: 0px !important;
}
.verify-page .card-title {
        margin-top: 11px;
        margin-bottom: 10px;
        font-weight: 700;
}
.card_font_adjust {
        color:#483D4D !important;
        /*font-size:1em !important;*/
}
.font_adjust {
        color:#483D4D !important;
        font-size:1.1em !important;
}
.top_adjust {
        margin-top: 15px !important;
}
.graph_card {
        padding:0.05rem 0.05rem 0.05rem 1rem !important;
}
.side_div {
        content: '';
        right: 15px !important;
        /*margin: 5px 0px -5px 0px !important;*/
        left: 15px !important;
        height: 1px !important;
        width: auto !important;
        /*background-color: #ffffff !important;*/
}
.side_div_info {
        content: '';
        right: 40px !important;
        margin: 5px 0px 0px 0px !important;
        left: 30px !important;
        height: 1px !important;
        width: auto !important;
        background-color: #1a73e0 !important;
}
.report_div {
        content: '';
        right: 15px !important;
        margin: 5px 0px 5px 0px !important;
        left: 15px !important;
        height: 1px !important;
        width: auto !important;
        background-color: #9c27b0 !important;
}
.report_div_success {
        content: '';
        right: 15px !important;
        margin: 5px 0px 5px 0px !important;
        left: 15px !important;
        height: 1px !important;
        width: auto !important;
        background-color: #18a724 !important;
}
.report_div_info {
        content: '';
        right: 15px !important;
        margin: 5px 0px 5px 0px !important;
        left: 15px !important;
        height: 1px !important;
        width: auto !important;
        background-color: #1a73e0 !important;
}
.ellipsis {
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
}
.inc_text_size {
        font-size:1.1em;
}
.printjson {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: 18px!important;
}
.json_code pre { font-size:18px;}
.renderjson a              { text-decoration: none; }
.renderjson .disclosure    { color: rgb(173, 6, 40);font-size: 150%; }
.renderjson .syntax        { color: grey; }
.renderjson .string        { color: rgb(17, 170, 231); }
.renderjson .number        { color: rgb(51, 192, 16); }
.renderjson .boolean       { color: purple; }
.renderjson .key           { color: blue; }
.renderjson .keyword       { color: orange; }
.renderjson .object.syntax { color: rgb(33, 39, 33); }
.renderjson .array.syntax  { color: rgb(252, 76, 178); }
.idurl {
	color:blue!important;
	text-decoration:underline!important;
}
.full_width {
        width:100% !important;
}
.bs-select-all {
        background-color:green !important;
        color:white !important;
}
.bs-deselect-all {
        background-color:red !important;
        color:white !important;
}
.table-xsm th,
.table-xsm td {
  padding: 0.0rem 0.5rem;
}
.table_header_purple {
        background-color:#a33db7;
        color:#ffffff;
        border:1px solid #ffffff;
        padding: 5px 0px 5px 10px;
}

/* ============================== CSS UPDATES =================================== */

.capRedButton {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        vertical-align: middle;
        background-color: red;
        cursor:pointer;
}
.displayBox {
        width: 300px;
        /*height: 180px;*/
        background-color: white;
        position: absolute;
        left: 40px;
        bottom: 0px;
        border: solid;
        border-color: rgb(46, 45, 45);
        border-radius: 10px;
        border-width: 2x;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
}
.data_cell {
        /* Add your custom styles here */
        font-size:12px;
        padding: 1px 5px 1px 5px;
}
#datatables {
        width: 100%;
        table-layout: auto;
}
#datatables td, #datatables th {
        white-space: nowrap; /* Prevents text wrapping */
}
/* Target .navbar-nav specifically within <table> cells */
table td .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;       /* Center icon vertically */
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        height: 25px;              /* Set height of the navbar within the cell */
}
/* Style the button and icon within .navbar-nav */
table td .navbar-nav .btn,
table td .navbar-nav .btn i {
        height: 20px;              /* Set icon button height */
        line-height: 20px;         /* Vertically centers icon within button */
        display: flex;
        align-items: center;       /* Ensure icon aligns in center of button */
        justify-content: center;   /* Center horizontally */
        padding: 0;
        margin: 0;
}
.displayBox .row {
        height: 15px !important;
        margin:5px;
    }


/*material-icons*/

.material-icons {
        visibility: hidden;
}

.material-icons::before {
        content: attr(data-icon);
        font-family: 'Material Icons';
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined', sans-serif; /* Fallback font for placeholder */
    font-style: normal;
    font-weight: normal;
    font-size: inherit; /* Match parent font size */
    line-height: inherit; /* Match parent line height */
    display: inline-block;
    vertical-align: middle;
    opacity: 1; /* Fully visible */
}

.material-icons-outlined::before {
    /*content: '\00a0'; Non-breaking space placeholder */
    font-family: sans-serif; /* Fallback font */
}

.material-icons-outlined.font-loaded::before {
    content: unset; /* Remove placeholder */
}

.material-icons {
    font-family: 'Material Icons'; /* Regular Material Icons */
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined'; /* Outlined style */
}

.material-icons-two-tone {
    font-family: 'Material Icons Two Tone'; /* Two-tone style */
}

.material-icons-round {
    font-family: 'Material Icons Round'; /* Rounded style */
}

.material-icons-sharp {
    font-family: 'Material Icons Sharp'; /* Sharp style */
}

.icon input[type="radio"]:checked + .material-icons {
  background-color: lightblue !important; /* Set the desired background color */
}

.display-span {
    visibility: hidden; /* Initially hidden, but space is reserved */
    min-height: 18px; /* Reserve height to prevent layout shifts */
    font-family:'Courier New', Courier, monospace;
    float: left;
}


/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
 .ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
    float: left;
    z-index: 99;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.no-padding {
        padding: 0px !important;
}
.offer_purpose:hover {
        color:#18a724 !important;
}
.offer_purpose.active {
        color:#18a724 !important;
        text-decoration:underline !important;
}
.page_type:hover {
        color:#1a73e0 !important;
}
.page_type.active {
        color:#1a73e0 !important;
        text-decoration:underline !important;
}
.partner_message:hover {
        color:#d33f75 !important;
}
.partner_message.active {
        color:#d33f75 !important;
        text-decoration:underline !important;
}
.txt_align_right {
        text-align:right !important;
}
.txt_align_left {
        text-align:left !important;
}
.txt_align_center {
        text-align:center !important;
}
.txt_align_dynamic {
        text-align:right !important;
}
.filter-option {
        text-transform: none !important;
}
.lookup_pill_adjust {
        font-weight:400 !important;
        text-transform: none !important;
        font-size:1em !important;
        padding:10px !important;
        min-width:auto !important;
}
.NOTRANS {
        text-transform: none; /* Prevents uppercase transformation */
    }
.loader {
        border: 3px solid #f3f3f3; /* Light grey */
        border-top: 3px solid #8e24aa; /* Primary */
        border-radius: 50%;
        width: 35px;
        height: 35px;
        animation: spin 1.1s linear infinite;
        margin: -10px auto 0;
}
@keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
}
.email_selected {
        background-color:#f4dffd !important;
}
.drop_div_success {
        border-top: 1px solid #18a724 !important;
}
.drop_div_info {
border-top: 1px solid #1a73e0 !important;
}
.drop_div_warning {
        border-top: 1px solid #ffa726 !important;
}
.drop_div_primary {
        border-top: 1px solid #8e24aa !important;
}
.drop_div_rose {
        border-top: 1px solid #d33f75 !important;
}
.drop_div_danger {
        border-top: 1px solid #a70b00 !important;
}
.drop_div_turq {
        border-top: 1px solid #02bbb9 !important;
}
.drop_div_black {
        border-top: 1px solid #000000 !important;
}

/* Ensure the dropdown has proper styling and scrolling */
.bootstrap-select .dropdown-menu {
    max-height: 400px; /* Adjust as needed */
    overflow-y: auto !important;
    overflow-x: hidden;
}

.qstn_q {
        color: rgb(27, 27, 27);
        padding-right: 0px !important;
        margin: 3px 5px 0px 0px;
}
.qstn_txt {
        color: rgb(27, 27, 27);
        padding-right: 5px !important;
        padding-left: 0px !important;
        margin: 3px 0px;
}
.answr_a {
        color: rgb(161, 161, 161);
        padding-right: 0px !important;
        margin: 3px 0px;
}
.answr_txt {
        color: rgb(161, 161, 161);
        padding-right: 5px !important;
        padding-left: 0px !important;
        margin: 3px 0px;
}
.qa_dvdr {
        height:1px;
        background-color: #e0e0e0;
        margin: 5px 0px;
}
.ad_dvdr_green {
        border-top:1px solid #34a853 !important;
        padding-top:15px !important;
        margin-top:20px;
        margin-bottom:20px !important;
}
.user_dvdr_rose {
        border-top:1px solid #d33f75 !important;
        padding-top:15px !important;
        margin-top:20px;
        margin-bottom:20px !important;
}
.ad_dvdr_top_adjust {
        margin-top:40px !important;
}
.ad_hfour_bottom_adjust {
        margin-bottom:-10px !important;
}
.nav_drop_adjust {
        /*margin: 5px 5px 0px !important;*/
        padding-left: 5px !important;
        padding-right: 15px !important;
}
.nav_drop_icon_adjust {
        margin-right: 10px !important;
}
.blue-bg-class {
        background-color: #d4f3ff;
}
.pc_handle {
        width:30px;
        padding: 4px 0px 0px 15px;
        z-index:1;
}
.pc_handle_filtered {
        width:30px;
        color:white;
}
.row_filtered {
        padding-top:5px !important;
        padding-bottom:0px !important;
}
.success-bg {
        background-color:#34a853;
        color: white;
        padding: 5px 0px 5px 10px;
        margin: 0px 15px 0px 15px;
}
.list_group_item_adjust {
        padding: 0rem 1.25rem !important;
}
.btn_create_new {
        float:right;
        width:auto;
        margin:5px 10px -33px 0px;
        z-index:1000;
}
.margin_bottom {
        margin: 0px 0px 10px 0px !important;
}
.delete-record {
        cursor:pointer;
        font-size:1.2rem;
        float:right;
        margin:5px -20px 0px 0px;
}
.delete-pc {
        cursor:pointer;
        font-size:1.2rem;
        float:right;
        margin:5px -20px 0px 0px;
}
.alert .close i {
        font-size: 20px !important;
}
.card_header_txt {
        font-size:1.3em;
        padding:7px;
}
.invalid_adjust_check {
        width: 200px;
        margin: 5px 0px 0px -27px;
}
.invalid_adjust_select {
        margin: 5px 0px 0px 15px;
}
.invalid_adjust_multi_check {
        margin: -5px 0px 0px 0px;
}
.invalid_alert {
        color: #f44336 !important;
        font-weight: bold !important;
        text-align: center !important;
}
.required_field {
        color:red;
        font-size: .9em;
}
.dis_back {
        background-color:#f0f2f4 !important;
}
.edit_back {
        background-color:#d1fed4 !important;
}
.blur_back {

        background-color:#a2ecb5 !important;
}

/* CSS Tool Tip */
.tipx {
        display: block;
        cursor: pointer;
        transform: translateX(20px) translateY(-20px);
        float: right;
        font-size: 16px;
        color:#AAAAAA;
}

.tipx_no_offset {
        display: block;
        cursor: pointer;
        float: right;
        font-size: 16px;
        color:#AAAAAA;
}

.tipx-text {
    visibility: hidden;
    background-color: #333; /* Dark background */
    color: #fff; /* Light text */
    font-size: 14px;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    bottom: 125%; /* Position above the tooltip icon */
    left: 50%; /* Center horizontally within the parent */
    transform: translateX(-50%) scale(0.95); /* Center alignment */
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    white-space: normal; /* Allow text wrapping */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Slight shadow */
    z-index: 9999; /* Ensure tooltip stays on top */
    min-width: 350px; /* Constrain width */
    word-wrap: break-word; /* Break long words onto the next line */
    overflow-wrap: break-word; /* Ensure proper word wrapping */
    text-align: left; /* Optional: Align text for better readability */
}

.tipx:hover .tipx-text,
.tipx_no_offset:hover .tipx-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1); /* Default transform for hover effect */
}

/* Tooltip Container (Text + Info Icon Side-by-Side) */
.internal-choice .tooltip-container,
.marketplace-choice .tooltip-container {
    display: flex; /* Align text and icon horizontally */
    align-items: center; /* Vertically align text and icon */
    justify-content: center; /* Center horizontally within the container */
    gap: 8px; /* Space between text and info icon */
    margin: 0;
    padding: 0;
}

/* Text Centering */
.internal-choice .text-container,
.marketplace-choice .text-container {
    text-align: center; /* Ensure text is centered */
    margin: 0px 0px 0px 35px;
    /*padding: 3px;*/
}

/* Tooltip Text Styling */
.tipx2-text {
    visibility: hidden;
    background-color: #333; /* Dark background */
    color: #fff; /* Light text */
    font-size: 14px;
    border-radius: 4px;
    padding: 8px;
    position: absolute; /* Position relative to the parent */
    bottom: 20%; /* Position closer to the info icon */
    left: 50%; /* Center horizontally within the parent */
    transform: translateX(-50%); /* Center alignment */
    opacity: 0;
    transition: opacity 0.2s ease-in-out; /* Smooth visibility change */
    white-space: normal; /* Allow text wrapping */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Slight shadow */
    z-index: 9999; /* Ensure tooltip stays on top */
    min-width: 400px; /* Constrain tooltip width */
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Break long words */
    text-align: left; /* Optional: Align text for better readability */
}

/* Tooltip Hover State */
.internal-choice .tipx2:hover .tipx2-text,
.marketplace-choice .tipx2:hover .tipx2-text {
    visibility: visible;
    opacity: 1;
}

/* Info Icon (Always Medium Gray) */
.internal-choice .tipx2 i,
.marketplace-choice .tipx2 i {
    color: #d0d0d0;; /* Fixed medium gray color */
    font-size: 20px;
    margin: 0; /* Remove unnecessary margins */
    padding: 0;
    line-height: 1; /* Remove extra vertical space */
    vertical-align: middle; /* Align icon with text */
}

/* Prevent Hover Effects for Info Icon */
.internal-choice .tipx2:hover i,
.marketplace-choice .tipx2:hover i {
    color: #AAAAAA; /* Prevent color change on hover */
}

/* General Choice Styling */
.internal-choice,
.marketplace-choice {
    position: relative; /* Ensure tooltips are positioned relative to this container */
    text-align: center; /* Center-align text and icons */
}

.helpicon {
        float:right;
        margin:-20px -20px 0px 0px;
}

.row-separator {
    border-top: 1px solid #e9bdff; /* Adjust color as needed */
    width: 100%;
    margin-top: 0; /* Optional: fine-tune spacing */
    margin-bottom: 5px;
}


a.disabled {
        pointer-events: none;
}
@media screen and (max-width: 576px) {

        .txt_align_dynamic {
                text-align:left !important;
        }

}

/* Pricing page specific styles - hide navbar elements */
.pricing-page #chelpsection,
.pricing-page #chelpsection-mobile {
        display: none !important;
}

/* Remove the 120px padding from pricing-page body class */
.pricing-page {
        padding: 0 !important;
}

/* Hide entire navbar on mobile for pricing page */
@media (max-width: 767px) {
        .pricing-page .navbar {
                display: none !important;
        }

        /* Also specifically hide the problematic elements */
        .pricing-page #show-balance,
        .pricing-page .navbar-nav,
        .pricing-page .navbar-collapse {
                display: none !important;
        }
}

/* Fix text color for pricing page headers when logged in (auth layout uses .wrapper) */
.pricing-page .wrapper .title,
.pricing-page .wrapper .description {
        color: #3C4858 !important;
}

/* Keep text white for pricing page when not logged in (guest layout doesn't have .wrapper) */
.pricing-page:not(:has(.wrapper)) .title,
.pricing-page:not(:has(.wrapper)) .description {
        color: #FFFFFF !important;
}